Searched refs:obj1 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | rte_graph_worker.h | 329 rte_edge_t next, void *obj0, void *obj1) in rte_node_enqueue_x2() argument 337 node->objs[idx++] = obj1; in rte_node_enqueue_x2() 364 rte_edge_t next, void *obj0, void *obj1, void *obj2, in rte_node_enqueue_x4() argument 373 node->objs[idx++] = obj1; in rte_node_enqueue_x4()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 238 #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/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.h | 161 #define setobj(L,obj1,obj2) \ argument 162 { const TValue *o2=(obj2); TValue *o1=(obj1); \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_redact.c | 175 const struct objnode *obj1 = o1; in objnode_compare() local 177 if (obj1->obj < obj2->obj) in objnode_compare() 179 if (obj1->obj > obj2->obj) in objnode_compare() 395 redact_range_compare(uint64_t obj1, uint64_t off1, uint32_t dbss1, in redact_range_compare() argument 399 create_zbookmark_from_obj_off(&z1, obj1, off1); in redact_range_compare()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 183 The dequeued object (obj1) is copied in the pointer given by the user.
|