Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c52 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) argument
53 #define hashboolean(t,p) hashpow2(t, p) argument
63 #define hashpointer(t,p) hashmod(t, IntPoint(p)) argument
84 static Node *hashnum (const Table *t, lua_Number n) { in hashnum()
162 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
222 static int numusearray (const Table *t, int *nums) { in numusearray()
359 Table *t = luaM_new(L, Table); in luaH_new() local
374 void luaH_free (lua_State *L, Table *t) { in luaH_free()
382 static Node *getfreepos (Table *t) { in getfreepos()
435 const TValue *luaH_getnum (Table *t, int key) { in luaH_getnum()
[all …]
H A Dlmem.h26 #define luaM_freearray(L, b, n, t) luaM_reallocv(L, (b), n, 0, sizeof(t)) argument
28 #define luaM_malloc(L,t) luaM_realloc_(L, NULL, 0, (t)) argument
29 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) argument
30 #define luaM_newvector(L,n,t) \ argument
33 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ argument
37 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) argument
53 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) argument
54 #define hashboolean(t,p) hashpow2(t, p) argument
64 #define hashpointer(t,p) hashmod(t, IntPoint(p)) argument
80 static Node *hashnum (const Table *t, lua_Number n) { in hashnum()
169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
229 static int numusearray (const Table *t, int *nums) { in numusearray()
379 void luaH_free (lua_State *L, Table *t) { in luaH_free()
387 static Node *getfreepos (Table *t) { in getfreepos()
448 const TValue *luaH_getint (Table *t, int key) { in luaH_getint()
[all …]
/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
314 #define bus_space_map(t, a, s, c, hp) \ argument
316 #define bus_space_unmap(t, h, s) \ argument
327 #define bus_space_free(t, h, s) \ argument
[all …]
/f-stack/freebsd/ddb/
H A Ddb_expr.c56 int t; in db_term() local
115 int t; in db_unary() local
164 int t; in db_mult_expr() local
209 int t; in db_add_expr() local
246 int t; in db_shift_expr() local
281 int t; in db_logical_relation_expr() local
331 int t; in db_logical_and_expr() local
356 int t; in db_logical_or_expr() local
/f-stack/freebsd/mips/mips/
H A Dbus_space_generic.c304 generic_bs_rm_1(void *t, bus_space_handle_t bsh, in generic_bs_rm_1()
313 generic_bs_rm_2(void *t, bus_space_handle_t bsh, in generic_bs_rm_2()
323 generic_bs_rm_4(void *t, bus_space_handle_t bsh, in generic_bs_rm_4()
352 generic_bs_rr_1(void *t, bus_space_handle_t bsh, in generic_bs_rr_1()
364 generic_bs_rr_2(void *t, bus_space_handle_t bsh, in generic_bs_rr_2()
376 generic_bs_rr_4(void *t, bus_space_handle_t bsh, in generic_bs_rr_4()
408 generic_bs_w_1(void *t, bus_space_handle_t bsh, in generic_bs_w_1()
416 generic_bs_w_2(void *t, bus_space_handle_t bsh, in generic_bs_w_2()
424 generic_bs_w_4(void *t, bus_space_handle_t bsh, in generic_bs_w_4()
448 generic_bs_wm_1(void *t, bus_space_handle_t bsh, in generic_bs_wm_1()
[all …]
/f-stack/freebsd/security/audit/
H A Dbsm_token.c79 token_t *t; in au_to_upriv() local
104 token_t *t; in au_to_privset() local
129 token_t *t; in au_to_arg32() local
151 token_t *t; in au_to_arg64() local
190 token_t *t; in au_to_attr32() local
237 token_t *t; in au_to_attr64() local
299 token_t *t; in au_to_data() local
352 token_t *t; in au_to_exit() local
381 token_t *t; in au_to_newgroups() local
403 token_t *t; in au_to_in_addr() local
[all …]
/f-stack/freebsd/mips/malta/
H A Dgt_pci_bus_space.c245 gt_pci_bs_rm_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_rm_2()
255 gt_pci_bs_rm_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_rm_4()
270 gt_pci_bs_rr_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_rr_2()
282 gt_pci_bs_rr_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_rr_4()
298 gt_pci_bs_w_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_w_2()
306 gt_pci_bs_w_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_w_4()
318 gt_pci_bs_wm_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_wm_2()
328 gt_pci_bs_wm_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_wm_4()
342 gt_pci_bs_wr_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_wr_2()
354 gt_pci_bs_wr_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_wr_4()
[all …]
/f-stack/freebsd/mips/cavium/
H A Doctopci_bus_space.c262 octopci_bs_rm_1(void *t, bus_space_handle_t bsh, in octopci_bs_rm_1()
271 octopci_bs_rm_2(void *t, bus_space_handle_t bsh, in octopci_bs_rm_2()
281 octopci_bs_rm_4(void *t, bus_space_handle_t bsh, in octopci_bs_rm_4()
296 octopci_bs_rr_1(void *t, bus_space_handle_t bsh, in octopci_bs_rr_1()
308 octopci_bs_rr_2(void *t, bus_space_handle_t bsh, in octopci_bs_rr_2()
320 octopci_bs_rr_4(void *t, bus_space_handle_t bsh, in octopci_bs_rr_4()
336 octopci_bs_w_1(void *t, bus_space_handle_t bsh, in octopci_bs_w_1()
344 octopci_bs_w_2(void *t, bus_space_handle_t bsh, in octopci_bs_w_2()
352 octopci_bs_w_4(void *t, bus_space_handle_t bsh, in octopci_bs_w_4()
364 octopci_bs_wm_1(void *t, bus_space_handle_t bsh, in octopci_bs_wm_1()
[all …]
H A Duart_cpu_octeonusart.c59 ou_bs_r_1(void *t, bus_space_handle_t handle, bus_size_t offset) in ou_bs_r_1()
66 ou_bs_r_2(void *t, bus_space_handle_t handle, bus_size_t offset) in ou_bs_r_2()
73 ou_bs_r_4(void *t, bus_space_handle_t handle, bus_size_t offset) in ou_bs_r_4()
80 ou_bs_r_8(void *t, bus_space_handle_t handle, bus_size_t offset) in ou_bs_r_8()
87 ou_bs_w_1(void *t, bus_space_handle_t bsh, bus_size_t offset, uint8_t value) in ou_bs_w_1()
94 ou_bs_w_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value) in ou_bs_w_2()
101 ou_bs_w_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value) in ou_bs_w_4()
108 ou_bs_w_8(void *t, bus_space_handle_t bsh, bus_size_t offset, uint64_t value) in ou_bs_w_8()
/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
267 #define bus_space_map(t, a, s, c, hp) \ 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
[all …]
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c113 struct mbuf *t; in m_pulldown() local
257 struct mbuf *t; in m_pulldown() local
306 m_tag_free_default(struct m_tag *t) in m_tag_free_default()
319 struct m_tag *t; in m_tag_alloc() local
334 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
344 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain()
379 m_tag_locate(struct mbuf *m, uint32_t cookie, int type, struct m_tag *t) in m_tag_locate()
398 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
434 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzthr.c233 zthr_t *t = arg; in zthr_procedure() local
287 zthr_t *t = kmem_zalloc(sizeof (*t), KM_SLEEP); in zthr_create_timer() local
309 zthr_destroy(zthr_t *t) in zthr_destroy()
326 zthr_wakeup(zthr_t *t) in zthr_wakeup()
359 zthr_cancel(zthr_t *t) in zthr_cancel()
403 zthr_resume(zthr_t *t) in zthr_resume()
445 zthr_iscancelled(zthr_t *t) in zthr_iscancelled()
474 zthr_wait_cycle_done(zthr_t *t) in zthr_wait_cycle_done()
522 zthr_has_waiters(zthr_t *t) in zthr_has_waiters()
H A Dspace_reftree.c68 space_reftree_create(avl_tree_t *t) in space_reftree_create()
75 space_reftree_destroy(avl_tree_t *t) in space_reftree_destroy()
87 space_reftree_add_node(avl_tree_t *t, uint64_t offset, int64_t refcnt) in space_reftree_add_node()
99 space_reftree_add_seg(avl_tree_t *t, uint64_t start, uint64_t end, in space_reftree_add_seg()
110 space_reftree_add_map(avl_tree_t *t, range_tree_t *rt, int64_t refcnt) in space_reftree_add_map()
126 space_reftree_generate_map(avl_tree_t *t, range_tree_t *rt, int64_t minref) in space_reftree_generate_map()
/f-stack/freebsd/arm64/arm64/
H A Dbus_machdep.c97 generic_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int flags, in generic_bs_map()
110 generic_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in generic_bs_unmap()
117 generic_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_barrier()
123 generic_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_subregion()
136 generic_bs_sr_1(void *t, bus_space_handle_t bsh, in generic_bs_sr_1()
145 generic_bs_sr_2(void *t, bus_space_handle_t bsh, in generic_bs_sr_2()
154 generic_bs_sr_4(void *t, bus_space_handle_t bsh, in generic_bs_sr_4()
163 generic_bs_sr_8(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_sr_8()
/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()
/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
303 #define bus_space_map(t, a, s, c, hp) \ 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
[all …]
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c668 burst_packets(struct test *t) in burst_packets()
778 abuse_inflights(struct test *t) in abuse_inflights()
836 xstats_tests(struct test *t) in xstats_tests()
1831 qid_priorities(struct test *t) in qid_priorities()
1985 load_balancing(struct test *t) in load_balancing()
2243 invalid_qid(struct test *t) in invalid_qid()
2337 single_packet(struct test *t) in single_packet()
2764 ordered_basic(struct test *t) in ordered_basic()
2966 struct test *t = arg; in worker_loopback_worker_fn() local
3032 struct test *t = arg; in worker_loopback_producer_fn() local
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c44 taskq_ent_t *t; in task_alloc() local
87 task_free(taskq_t *tq, taskq_ent_t *t) in task_free()
106 taskq_ent_t *t; in taskq_dispatch() local
144 taskq_empty_ent(taskq_ent_t *t) in taskq_empty_ent()
150 taskq_init_ent(taskq_ent_t *t) in taskq_init_ent()
161 taskq_ent_t *t) in taskq_dispatch_ent()
215 taskq_ent_t *t; in taskq_thread() local
256 int t; in taskq_create() local
336 taskq_member(taskq_t *tq, kthread_t *t) in taskq_member()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Datomic.c18 #define DO_TESTS(t, ta, val1, val2, val3) do { \ argument
85 #define DO_INTEGER_TESTS(t, ta, val1, val2) do { \ argument
135 #define TEST_STRUCT(t, ta) \ argument
142 #define TEST_CASES(t) { \ argument
161 #define TEST_BODY(t, ta) do { \ argument
169 #define INTEGER_TEST_BODY(t, ta) do { \ argument
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c111 taskq_ent_t *t; in task_alloc() local
274 taskq_ent_t *t; in taskq_lowest_id() local
335 taskq_ent_t *t; in taskq_find_list() local
361 taskq_ent_t *t; in taskq_find() local
517 taskq_ent_t *t; in taskq_cancel_id() local
570 taskq_ent_t *t; in taskq_dispatch() local
637 taskq_ent_t *t; in taskq_dispatch_delay() local
680 taskq_ent_t *t) in taskq_dispatch_ent()
862 taskq_ent_t *t; in taskq_thread() local
1148 taskq_ent_t *t; in taskq_destroy() local
[all …]
/f-stack/freebsd/arm/arm/
H A Dbus_space_generic.c69 generic_bs_map(bus_space_tag_t t, bus_addr_t bpa, bus_size_t size, int flags, in generic_bs_map()
86 generic_bs_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, in generic_bs_alloc()
95 generic_bs_unmap(bus_space_tag_t t, bus_space_handle_t h, bus_size_t size) in generic_bs_unmap()
102 generic_bs_free(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t size) in generic_bs_free()
109 generic_bs_subregion(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_subregion()
118 generic_bs_barrier(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_barrier()
/f-stack/tools/compat/
H A Dtime32.c38 _time_to_time32(time_t t) in _time_to_time32()
59 _time_to_time64(time_t t) in _time_to_time64()
69 _time_to_long(time_t t) in _time_to_long()
89 _time_to_int(time_t t) in _time_to_int()
/f-stack/freebsd/crypto/openssl/
H A Dossl_sha512.c113 SHA_LONG64 t = c->h[n]; in ossl_sha512_final() local
129 SHA_LONG64 t = c->h[SHA224_DIGEST_LENGTH / 8]; in ossl_sha512_final() local
139 SHA_LONG64 t = c->h[n]; in ossl_sha512_final() local
153 SHA_LONG64 t = c->h[n]; in ossl_sha512_final() local
167 SHA_LONG64 t = c->h[n]; in ossl_sha512_final() local
/f-stack/dpdk/app/test-eventdev/
H A Dtest_order_common.c11 struct test_order *t = evt_test_priv(test); in order_test_result() local
20 struct test_order *t = p->t; in order_producer() local
138 struct test_order *t; in order_test_setup() local
210 struct test_order *t = evt_test_priv(test); in order_test_destroy() local
220 struct test_order *t = evt_test_priv(test); in order_mempool_setup() local
238 struct test_order *t = evt_test_priv(test); in order_mempool_destroy() local
266 struct test_order *t = evt_test_priv(test); in order_launch_lcores() local
329 struct test_order *t = evt_test_priv(test); in order_event_dev_port_setup() local

12345678910>>...22