Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/f-stack/freebsd/arm64/include/
H A Dbus.h288 #define __bs_rs(sz, t, h, o) \ argument
290 #define __bs_ws(sz, t, h, o, v) \ argument
294 #define __bs_set(type, sz, t, h, o, v, c) \ argument
300 #define __bs_rs_s(sz, t, h, o) \ argument
302 #define __bs_ws_s(sz, t, h, o, v) \ argument
304 #define __bs_peek(sz, t, h, o, vp) \ argument
306 #define __bs_poke(sz, t, h, o, v) \ argument
316 #define bus_space_unmap(t, h, s) \ argument
318 #define bus_space_subregion(t, h, o, s, hp) \ argument
327 #define bus_space_free(t, h, s) \ argument
[all …]
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c63 struct rte_hash *h = NULL; in rte_hash_find_existing() local
131 get_alt_bucket_index(const struct rte_hash *h, in get_alt_bucket_index()
140 struct rte_hash *h = NULL; in rte_hash_create() local
489 rte_hash_free(struct rte_hash *h) in rte_hash_free()
542 rte_hash_max_key_id(const struct rte_hash *h) in rte_hash_max_key_id()
557 rte_hash_count(const struct rte_hash *h) in rte_hash_count()
582 __hash_rw_writer_lock(const struct rte_hash *h) in __hash_rw_writer_lock()
591 __hash_rw_reader_lock(const struct rte_hash *h) in __hash_rw_reader_lock()
618 rte_hash_reset(struct rte_hash *h) in rte_hash_reset()
680 enqueue_slot_back(const struct rte_hash *h, in enqueue_slot_back()
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_queue.h29 #define ngx_queue_empty(h) \ argument
33 #define ngx_queue_insert_head(h, x) \ argument
43 #define ngx_queue_insert_tail(h, x) \ argument
50 #define ngx_queue_head(h) \ argument
54 #define ngx_queue_last(h) \ argument
58 #define ngx_queue_sentinel(h) \ argument
87 #define ngx_queue_split(h, q, n) \ argument
96 #define ngx_queue_add(h, n) \ argument
/f-stack/freebsd/mips/include/
H A Dbus.h245 #define __bs_rs(sz, t, h, o) \ argument
247 #define __bs_ws(sz, t, h, o, v) \ argument
251 #define __bs_set(type, sz, t, h, o, v, c) \ argument
257 #define __bs_rs_s(sz, t, h, o) \ argument
259 #define __bs_ws_s(sz, t, h, o, v) \ argument
269 #define bus_space_unmap(t, h, s) \ argument
271 #define bus_space_subregion(t, h, o, s, hp) \ argument
280 #define bus_space_free(t, h, s) \ argument
286 #define bus_space_barrier(t, h, o, l, f) \ argument
405 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
[all …]
/f-stack/freebsd/mips/atheros/
H A Dar71xx_pci_bus_space.c161 pcimem_bs_r_1_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_1_s()
168 pcimem_bs_w_1_s(void *t, bus_space_handle_t h, bus_size_t o, u_int8_t v) in pcimem_bs_w_1_s()
175 pcimem_bs_r_2_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_2_s()
182 pcimem_bs_w_2_s(void *t, bus_space_handle_t h, bus_size_t o, uint16_t v) in pcimem_bs_w_2_s()
189 pcimem_bs_r_4_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_4_s()
196 pcimem_bs_w_4_s(void *t, bus_space_handle_t h, bus_size_t o, uint32_t v) in pcimem_bs_w_4_s()
H A Dar71xx_bus_space_reversed.c158 reversed_bs_r_1(void *t, bus_space_handle_t h, bus_size_t o) in reversed_bs_r_1()
165 reversed_bs_w_1(void *t, bus_space_handle_t h, bus_size_t o, u_int8_t v) in reversed_bs_w_1()
172 reversed_bs_r_2(void *t, bus_space_handle_t h, bus_size_t o) in reversed_bs_r_2()
179 reversed_bs_w_2(void *t, bus_space_handle_t h, bus_size_t o, uint16_t v) in reversed_bs_w_2()
/f-stack/freebsd/arm/include/
H A Dbus.h265 #define __bs_set(type, sz, t, h, o, v, c) \ argument
271 #define __bs_rs_s(sz, t, h, o) \ argument
273 #define __bs_ws_s(sz, t, h, o, v) \ argument
305 #define bus_space_unmap(t, h, s) \ argument
307 #define bus_space_subregion(t, h, o, s, hp) \ argument
316 #define bus_space_free(t, h, s) \ argument
322 #define bus_space_barrier(t, h, o, l, f) \ argument
441 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
443 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
445 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
[all …]
/f-stack/freebsd/kern/
H A Dkern_khelp.c72 khelp_register_helper(struct helper *h) in khelp_register_helper()
121 khelp_deregister_helper(struct helper *h) in khelp_deregister_helper()
153 struct helper *h; in khelp_init_osd() local
190 struct helper *h; in khelp_destroy_osd() local
212 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd()
241 struct helper *h; in khelp_get_id() local
293 struct helper *h; in khelp_new_hhook_registered() local
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dsmoothstep.c4 #define STEP(step, h, x, y) \ argument
51 uint64_t h = smoothstep_tab[i]; in TEST_BEGIN() local
73 uint64_t h = smoothstep_tab[i]; in TEST_BEGIN() local
85 uint64_t h = smoothstep_tab[i]; in TEST_BEGIN() local
/f-stack/freebsd/contrib/ck/src/
H A Dck_ht.c109 ck_ht_hash(struct ck_ht_hash *h, in ck_ht_hash()
194 struct ck_ht_hash h, in ck_ht_map_bound_set()
256 ck_ht_hash_cb_t *h, in ck_ht_init()
281 ck_ht_hash_t h, in ck_ht_map_probe_wr()
418 struct ck_ht_hash h; in ck_ht_gc() local
498 ck_ht_hash_t h, in ck_ht_map_probe_rd()
663 struct ck_ht_hash h; in ck_ht_grow_spmc() local
748 ck_ht_hash_t h, in ck_ht_remove_spmc()
780 ck_ht_hash_t h, in ck_ht_get_spmc()
823 ck_ht_hash_t h, in ck_ht_set_spmc()
[all …]
H A Dck_hs.c276 unsigned long h, in ck_hs_map_probe_next()
291 unsigned long h, in ck_hs_map_bound_set()
345 unsigned long h; in ck_hs_grow() local
423 unsigned long h, in ck_hs_map_probe()
641 unsigned long h, in ck_hs_fas()
685 unsigned long h, in ck_hs_apply()
756 unsigned long h, in ck_hs_set()
812 unsigned long h, in ck_hs_put_internal()
854 unsigned long h, in ck_hs_put()
863 unsigned long h, in ck_hs_put_unique()
[all …]
H A Dck_rhs.c454 unsigned long h, in ck_rhs_map_bound_set()
511 unsigned long h; in ck_rhs_grow() local
584 unsigned long h, in ck_rhs_map_probe_rm()
696 unsigned long h, in ck_rhs_map_probe()
843 unsigned long h) in ck_rhs_add_wanted()
993 unsigned long h; in ck_rhs_do_backward_shift_delete() local
1070 unsigned long h, in ck_rhs_fas()
1132 unsigned long h, in ck_rhs_apply()
1236 unsigned long h, in ck_rhs_set()
1316 unsigned long h, in ck_rhs_put_internal()
[all …]
/f-stack/freebsd/x86/include/
H A Dbus.h1036 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
1038 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
1040 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
1043 #define bus_space_write_stream_1(t, h, o, v) \ argument
1045 #define bus_space_write_stream_2(t, h, o, v) \ argument
1047 #define bus_space_write_stream_4(t, h, o, v) \ argument
1057 #define bus_space_set_multi_stream_1(t, h, o, v, c) \ argument
1059 #define bus_space_set_multi_stream_2(t, h, o, v, c) \ argument
1061 #define bus_space_set_multi_stream_4(t, h, o, v, c) \ argument
1078 #define bus_space_set_region_stream_1(t, h, o, v, c) \ argument
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h6 fe25519_frombytes(fe25519 h, const unsigned char *s) in fe25519_frombytes()
25 fe25519_reduce(fe25519 h, const fe25519 f) in fe25519_reduce()
102 fe25519_tobytes(unsigned char *s, const fe25519 h) in fe25519_tobytes()
/f-stack/freebsd/crypto/skein/
H A Dskein_debug.c76 void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr) in Skein_Show_Final()
89 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X) in Skein_Show_Round()
162 void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[]) in Skein_Show_R_Ptr()
174 void Skein_Show_Block(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u64b_t *X,const u08b_t *blkPtr, in Skein_Show_Block()
237 void Skein_Show_Key(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes) in Skein_Show_Key()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c51 unsigned int h = seed ^ cast(unsigned int, l); in luaS_hash() local
78 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize() local
98 int tag, unsigned int h, GCObject **list) { in createstrobj()
118 unsigned int h) { in newshrstr()
137 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr() local
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.c82 heap_resize(struct dn_heap *h, unsigned int new_size) in heap_resize()
112 heap_init(struct dn_heap *h, int size, int ofs) in heap_init()
131 #define SET_OFFSET(h, i) do { \ argument
139 #define RESET_OFFSET(h, i) do { \ argument
145 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert()
182 heap_extract(struct dn_heap *h, void *obj) in heap_extract()
277 heapify(struct dn_heap *h) in heapify()
286 heap_scan(struct dn_heap *h, int (*fn)(void *, uintptr_t), in heap_scan()
311 heap_free(struct dn_heap *h) in heap_free()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h11 fe25519_0(fe25519 h) in fe25519_0()
21 fe25519_1(fe25519 h) in fe25519_1()
33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add()
53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_sub()
93 fe25519_neg(fe25519 h, const fe25519 f) in fe25519_neg()
192 fe25519_copy(fe25519 h, const fe25519 f) in fe25519_copy()
243 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_mul()
334 fe25519_sq(fe25519 h, const fe25519 f) in fe25519_sq()
413 fe25519_sq2(fe25519 h, const fe25519 f) in fe25519_sq2()
493 fe25519_scalar_product(fe25519 h, const fe25519 f, uint32_t n) in fe25519_scalar_product()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dmetamorphic.c12 unsigned char *h, *h2; in mm_generichash() local
60 unsigned char *h, *h2; in mm_onetimeauth() local
100 unsigned char *h, *h2; in mm_hmacsha256() local
140 unsigned char *h, *h2; in mm_hmacsha512() local
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.c36 unsigned int h = gco2ts(p)->hash; in luaS_resize() local
51 unsigned int h) { in newlstr()
77 unsigned int h = cast(unsigned int, l); /* seed */ in luaS_newlstr() local
H A Dlua_struct.c105 #define defaultoptions(h) ((h)->endian = native.endian, (h)->align = 1) argument
135 static int gettoalign (size_t len, Header *h, int opt, size_t size) { in gettoalign()
147 Header *h) { in controloptions()
209 Header h; in b_pack() local
292 Header h; in b_unpack() local
365 Header h; in b_size() local
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c1137 ngx_table_elt_t *h; in ngx_http_upstream_cache_check_range() local
2586 ngx_table_elt_t *h; in ngx_http_upstream_intercept_errors() local
2720 ngx_table_elt_t *h; in ngx_http_upstream_process_headers() local
2863 ngx_table_elt_t *h, *ho; in ngx_http_upstream_process_trailers() local
4491 ngx_table_elt_t *h, ngx_uint_t offset) in ngx_http_upstream_process_content_length()
4506 ngx_table_elt_t *h, ngx_uint_t offset) in ngx_http_upstream_process_last_modified()
4557 ngx_table_elt_t *h, ngx_uint_t offset) in ngx_http_upstream_process_cache_control()
4735 ngx_table_elt_t *h, ngx_uint_t offset) in ngx_http_upstream_process_accel_expires()
4886 ngx_table_elt_t *h, ngx_uint_t offset) in ngx_http_upstream_process_transfer_encoding()
4903 ngx_table_elt_t *h, ngx_uint_t offset) in ngx_http_upstream_process_vary()
[all …]
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c888 u_int16_t h; in discon_compl() local
934 u_int16_t h; in encryption_change() local
981 u_int16_t h; in read_remote_features_compl() local
1033 u_int16_t h; in qos_setup_compl() local
1125 u_int16_t h, p; in num_compl_pkts() local
1192 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in mode_change() local
1248 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_clock_offset_compl() local
1290 u_int16_t h; in qos_violation() local
/f-stack/freebsd/net/
H A Dif_spppfr.c166 u_char *h = mtod (m, u_char*); in sppp_fr_input() local
287 u_char *h; in sppp_fr_header() local
356 unsigned char *h, *p; in sppp_fr_keepalive() local
409 u_char *h; in sppp_fr_arp() local
518 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len) in sppp_fr_signal()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h52 struct uni_iehdr h; member
123 struct uni_iehdr h; member
223 struct uni_iehdr h; member
228 struct uni_iehdr h; member
233 struct uni_iehdr h; member
242 struct uni_iehdr h; member
247 struct uni_iehdr h; member
256 struct uni_iehdr h; member
301 struct uni_iehdr h; member
321 struct uni_iehdr h; member
[all …]

12345678910>>...13