| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| virtfunc2.cc | 36 Obj2 o2; local
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| offset-type-selftests.c | 141 constexpr off_A o2 = (off_A) 20; local 143 constexpr unsigned int delta = o2 - o1; 151 constexpr off_A o2 = (off_A) 20; local 153 static_assert (o1 < o2, ""); 154 static_assert (!(o2 < o1), ""); 156 static_assert (o2 > o1, ""); 157 static_assert (!(o1 > o2), ""); 159 static_assert (o1 <= o2, ""); 160 static_assert (!(o2 <= o1), ""); 162 static_assert (o2 >= o1, "") [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| virtfunc2.cc | 36 Obj2 o2; local
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| offset-type-selftests.c | 141 constexpr off_A o2 = (off_A) 20; local 143 constexpr unsigned int delta = o2 - o1; 151 constexpr off_A o2 = (off_A) 20; local 153 static_assert (o1 < o2, ""); 154 static_assert (!(o2 < o1), ""); 156 static_assert (o2 > o1, ""); 157 static_assert (!(o1 > o2), ""); 159 static_assert (o1 <= o2, ""); 160 static_assert (!(o2 <= o1), ""); 162 static_assert (o2 >= o1, "") [all...] |
| /src/tests/usr.bin/xlint/lint1/ |
| decl_enum.c | 56 o2 __attribute__((__deprecated__)), enumerator in enum:__anon7992::outer 70 typedef int reveal_o2[-o2];
|
| expr_sizeof.c | 256 typedef int o2[-(int)((unsigned long)(&(((struct save87 *)0)->s87_ac)))]; typedef
|
| /src/usr.sbin/fwctl/ |
| eui64.c | 156 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; local 160 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); 165 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); 170 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); 175 &o0, &o1, &o2, &o5, &o6, &o7); 183 &o0, &o1, &o2, &o5, &o6, &o7); 195 e->octet[2]=o2;
|
| /src/sys/dev/i2c/ |
| mt2131.c | 126 uint64_t o1, o2; local 144 o2 = o1 - fr - IF2; 147 d2 = (o2 * 8192)/REF; 176 sc->frequency = (o1 - o2 - IF2) * 1000;
|
| /src/tests/lib/librefuse/ |
| t_refuse_opt.c | 122 struct fuse_opt o2[] = { FUSE_OPT_KEY("foo" , 0), FUSE_OPT_END }; local 131 ATF_CHECK(fuse_opt_match(o2, "foo") == 1); 132 ATF_CHECK(fuse_opt_match(o2, "-foo") == 0);
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| AliasAnalysisEvaluator.cpp | 47 std::string o1, o2; local 49 raw_string_ostream os1(o1), os2(o2); 54 if (o2 < o1) { 55 std::swap(o1, o2); 59 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n"; local
|
| /src/external/bsd/unbound/dist/smallapp/ |
| worker_cb.c | 218 const struct order_id* o2 = e2; local 219 if(o1->thr < o2->thr) return -1; 220 if(o1->thr > o2->thr) return 1; 221 if(o1->instance < o2->instance) return -1; 222 if(o1->instance > o2->instance) return 1;
|
| /src/usr.sbin/mrouted/ |
| route.c | 714 u_int32_t o1, o2; local 723 o2 = ntohl(r2->origin); 724 if (o1 > o2) 726 if (o1 < o2)
|
| /src/external/bsd/libevent/dist/test/ |
| regress_iocp.c | 159 struct dummy_overlapped o1, o2; local 162 memset(&o2, 0, sizeof(o2)); 166 EVTHREAD_ALLOC_LOCK(o2.lock, EVTHREAD_LOCKTYPE_RECURSIVE); 169 tt_assert(o2.lock); 172 event_overlapped_init_(&o2.eo, dummy_cb); 178 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); 181 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); 184 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); 187 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 23, 203)) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_iocp.c | 160 struct dummy_overlapped o1, o2; local 163 memset(&o2, 0, sizeof(o2)); 167 EVTHREAD_ALLOC_LOCK(o2.lock, EVTHREAD_LOCKTYPE_RECURSIVE); 170 tt_assert(o2.lock); 173 event_overlapped_init_(&o2.eo, dummy_cb); 179 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); 182 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); 185 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); 188 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 23, 203)) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-opc.c | 320 const struct ia64_operand *o1, *o2; 326 o2 = elf64_ia64_operands + IA64_OPND_F3; 328 (*o2->extract) (o2, opcode, &f3); 338 o2 = elf64_ia64_operands + main_table[place].operands[2]; 340 (*o2->extract) (o2, opcode, &count); 313 const struct ia64_operand *o1, *o2; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-opc.c | 320 const struct ia64_operand *o1, *o2; 326 o2 = elf64_ia64_operands + IA64_OPND_F3; 328 (*o2->extract) (o2, opcode, &f3); 338 o2 = elf64_ia64_operands + main_table[place].operands[2]; 340 (*o2->extract) (o2, opcode, &count); 313 const struct ia64_operand *o1, *o2; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-opc.c | 320 const struct ia64_operand *o1, *o2; 326 o2 = elf64_ia64_operands + IA64_OPND_F3; 328 (*o2->extract) (o2, opcode, &f3); 338 o2 = elf64_ia64_operands + main_table[place].operands[2]; 340 (*o2->extract) (o2, opcode, &count); 313 const struct ia64_operand *o1, *o2; local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-opc.c | 320 const struct ia64_operand *o1, *o2; 326 o2 = elf64_ia64_operands + IA64_OPND_F3; 328 (*o2->extract) (o2, opcode, &f3); 338 o2 = elf64_ia64_operands + main_table[place].operands[2]; 340 (*o2->extract) (o2, opcode, &count); 313 const struct ia64_operand *o1, *o2; local
|
| /src/sys/dev/pci/ |
| eap.c | 1303 int l1, r1, l2, r2, m, o1, o2; local 1334 o1 = o2 = 0; 1336 o2 |= AK_M_VOICE_L | AK_M_VOICE_R; 1344 o2 |= AK_M_AUX_L | AK_M_AUX_R; 1348 eap1370_set_mixer(sc, AK_OUT_MIXER2, o2);
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mach64_dma.c | 1601 u32 o2 = GETBUFADDR(entry->buf); local 1603 if (o1 == o2) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| test_base.c | 249 heim_object_t o, o2; local 283 o2 = heim_dict_copy_value(o, k1); 284 heim_assert(heim_get_tid(o2) == heim_string_get_type_id(), "string-tid"); 285 heim_release(o2); 291 o2 = heim_dict_copy_value(o, k1); 292 heim_assert(heim_get_tid(o2) == heim_dict_get_type_id(), "dict-tid"); 293 heim_release(o2); 299 o2 = heim_dict_copy_value(o, k1); 300 heim_assert(heim_get_tid(o2) == heim_number_get_type_id(), "number-tid"); 301 heim_release(o2); [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dwarf.cc | 38 uint32_t o2 = ((datatype_t *) b)->datatype_id; local 39 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1); 46 uint32_t o2 = ((target_info_t *) b)->offset; local 47 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dwarf.cc | 38 uint32_t o2 = ((datatype_t *) b)->datatype_id; local 39 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1); 46 uint32_t o2 = ((target_info_t *) b)->offset; local 47 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1);
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| check-der.c | 886 heim_oid o2; local 900 ret = der_parse_heim_oid(p, " ", &o2); 907 ret = der_heim_oid_cmp(&o2, oid); 908 der_free_oid(&o2);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zil.c | 1242 const uint64_t o2 = ((itx_async_node_t *)x2)->ia_foid; local 1244 if (o1 < o2) 1246 if (o1 > o2)
|