Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h238 #define setobj(L,obj1,obj2) \ argument
239 { const TValue *io2=(obj2); TValue *io1=(obj1); \
351 #define setobj(L,obj1,obj2) \ argument
352 { const TValue *o2_=(obj2); TValue *o1_=(obj1); \
/f-stack/dpdk/app/test/
H A Dtest_mempool.c82 void *obj, *obj2; in test_mempool_basic() local
133 if (rte_mempool_generic_get(mp, &obj2, 1, cache) < 0) { in test_mempool_basic()
141 rte_mempool_generic_put(mp, &obj2, 1, cache); in test_mempool_basic()
/f-stack/dpdk/lib/librte_graph/
H A Drte_graph_worker.h364 rte_edge_t next, void *obj0, void *obj1, void *obj2, in rte_node_enqueue_x4() argument
374 node->objs[idx++] = obj2; in rte_node_enqueue_x4()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h161 #define setobj(L,obj1,obj2) \ argument
162 { const TValue *o2=(obj2); TValue *o1=(obj1); \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c176 const struct objnode *obj2 = o2; in objnode_compare() local
177 if (obj1->obj < obj2->obj) in objnode_compare()
179 if (obj1->obj > obj2->obj) in objnode_compare()
396 uint64_t obj2, uint64_t off2, uint32_t dbss2) in redact_range_compare() argument
400 create_zbookmark_from_obj_off(&z2, obj2, off2); in redact_range_compare()