Home
last modified time | relevance | path

Searched defs:o2 (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.h21 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2)) argument
23 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2) argument
H A Dlapi.c285 StkId o2 = index2addr(L, index2); in lua_rawequal() local
292 StkId o2; /* 2nd operand */ in lua_arith() local
314 StkId o1, o2; in lua_compare() local
H A Dlcode.c732 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith() local
752 int o2 = luaK_exp2RK(fs, e2); in codecomp() local
H A Dlobject.h148 #define ttisequal(o1,o2) (rttype(o1) == rttype(o2)) argument
367 #define ttisequal(o1,o2) \ argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.h21 #define equalobj(L,o1,o2) \ argument
H A Dlapi.c281 StkId o2 = index2adr(L, index2); in lua_rawequal() local
288 StkId o1, o2; in lua_equal() local
300 StkId o1, o2; in lua_lessthan() local
H A Dlcode.c657 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith() local
676 int o2 = luaK_exp2RK(fs, e2); in codecomp() local
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-higig.h181 } o2; member
264 } o2; member
/f-stack/freebsd/arm64/include/
H A Dbus.h296 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
473 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
475 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
477 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
479 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
/f-stack/freebsd/arm/include/
H A Dbus.h267 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
465 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
467 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
469 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
471 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
/f-stack/freebsd/x86/include/
H A Dbus.h1085 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \ argument
1087 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument
1089 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument
/f-stack/freebsd/mips/include/
H A Dbus.h253 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
429 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
431 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
433 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
435 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
/f-stack/app/redis-5.0.5/src/
H A Dt_set.c783 robj *o1 = *(robj**)s1, *o2 = *(robj**)s2; in qsortCompareSetsByRevCardinality() local
H A Dserver.c516 const robj *o1 = key1, *o2 = key2; in dictObjKeyCompare() local
536 robj *o1 = (robj*) key1, *o2 = (robj*) key2; in dictEncObjKeyCompare() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c173 objnode_compare(const void *o1, const void *o2) in objnode_compare()
H A Dzil.c1880 const uint64_t o2 = ((itx_async_node_t *)x2)->ia_foid; in zil_aitx_compare() local