/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.h | 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2)) argument 22 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2) argument
|
H A D | lapi.c | 286 StkId o2 = index2addr(L, index2); in lua_rawequal() local 293 StkId o2; /* 2nd operand */ in lua_arith() local 315 StkId o1, o2; in lua_compare() local
|
H A D | lcode.c | 735 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith() local 755 int o2 = luaK_exp2RK(fs, e2); in codecomp() local
|
H A D | lobject.h | 147 #define ttisequal(o1,o2) (rttype(o1) == rttype(o2)) argument 366 #define ttisequal(o1,o2) \ argument
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerTables.cpp | 684 void DisassemblerTables::emitModRMDecision(raw_ostream &o1, raw_ostream &o2, in emitModRMDecision() 769 void DisassemblerTables::emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2, in emitOpcodeDecision() 809 void DisassemblerTables::emitContextDecision(raw_ostream &o1, raw_ostream &o2, in emitContextDecision() 1017 void DisassemblerTables::emitContextDecisions(raw_ostream &o1, raw_ostream &o2, in emitContextDecisions() 1045 raw_string_ostream o2(s2); in emit() local
|
/freebsd/lib/libc/net/ |
H A D | eui64.c | 146 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; in eui64_aton() local
|
H A D | ether_addr.c | 89 unsigned int o0, o1, o2, o3, o4, o5; in ether_aton_r() local
|
/freebsd/crypto/openssh/regress/unittests/test_helper/ |
H A D | fuzz.c | 74 size_t o1, o2; member
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 43 std::string o1, o2; in PrintResults() local
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_iocp.c | 158 struct dummy_overlapped o1, o2; in test_iocp_port() local
|
/freebsd/contrib/libevent/test/ |
H A D | regress_iocp.c | 158 struct dummy_overlapped o1, o2; in test_iocp_port() local
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 270 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 443 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 445 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 447 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 449 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
|
/freebsd/contrib/bsnmp/lib/ |
H A D | asn1.c | 962 asn_compare_oid(const struct asn_oid *o1, const struct asn_oid *o2) in asn_compare_oid() 983 asn_is_suboid(const struct asn_oid *o1, const struct asn_oid *o2) in asn_is_suboid()
|
/freebsd/contrib/netbsd-tests/lib/librefuse/ |
H A D | t_refuse_opt.c | 122 struct fuse_opt o2[] = { FUSE_OPT_KEY("foo" , 0), FUSE_OPT_END }; in ATF_TC_BODY() local
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 265 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 463 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 465 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 467 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 469 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 1041 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \ argument 1043 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument 1045 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 301 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 496 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 498 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 500 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 502 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
|
/freebsd/sbin/gbde/ |
H A D | gbde.c |
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_eq.c | 110 intpcm_t o2[SND_CHN_MAX]; member
|
/freebsd/contrib/unbound/smallapp/ |
H A D | worker_cb.c | 218 const struct order_id* o2 = e2; in order_lock_cmp() local
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_schema.c | 441 const ucl_object_t *o1 = n1->obj, *o2 = n2->obj; in TREE_DEFINE() local
|
H A D | ucl_util.c | 3663 ucl_object_compare (const ucl_object_t *o1, const ucl_object_t *o2) 3754 const ucl_object_t **o2) 3761 int (*cmp)(const ucl_object_t **o1, const ucl_object_t **o2))
|
/freebsd/bin/ps/ |
H A D | ps.c | 142 static char o2[] = "tt,state,time,command"; variable
|
/freebsd/contrib/lua/src/ |
H A D | lapi.c | 330 const TValue *o2 = index2value(L, index2); in lua_rawequal() local 353 const TValue *o2; in lua_compare() local
|
H A D | lobject.h | 129 #define setobjs2s(L,o1,o2) setobj(L,s2v(o1),s2v(o2)) argument 131 #define setobj2s(L,o1,o2) setobj(L,s2v(o1),o2) argument
|