HomeSort by: relevance | last modified time | path
    Searched defs:o1 (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
offset-type-selftests.c 140 constexpr off_A o1 = (off_A) 10; local
143 constexpr unsigned int delta = o2 - o1;
150 constexpr off_A o1 = (off_A) 10; 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/unittests/
offset-type-selftests.c 140 constexpr off_A o1 = (off_A) 10; local
143 constexpr unsigned int delta = o2 - o1;
150 constexpr off_A o1 = (off_A) 10; 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 41 o1 = sizeof( enumerator in enum:__anon7992::outer
68 typedef int reveal_o1[-o1];
expr_sizeof.c 254 typedef int o1[-(int)((unsigned long)(&(((struct save87 *)0)->s87_dp)))]; typedef
  /src/crypto/external/apache2/openssl/dist/test/
gmdifftest.c 24 struct tm tm1, tm2, o1; local
34 o1 = tm1;
42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1)))
  /src/crypto/external/bsd/openssl/dist/test/
gmdifftest.c 24 struct tm tm1, tm2, o1; local
34 o1 = tm1;
42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1)))
  /src/crypto/external/bsd/openssl.old/dist/test/
gmdifftest.c 24 struct tm tm1, tm2, o1; local
34 o1 = tm1;
42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1)))
  /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);
194 e->octet[1]=o1;
  /src/sys/dev/i2c/
mt2131.c 126 uint64_t o1, o2; local
143 o1 = fr + IF1 * 1000;
144 o2 = o1 - fr - IF2;
146 d1 = (o1 * 8192)/REF;
176 sc->frequency = (o1 - o2 - IF2) * 1000;
  /src/tests/lib/librefuse/
t_refuse_opt.c 121 struct fuse_opt o1[] = { FUSE_OPT_KEY("-x" , 0), FUSE_OPT_END }; local
128 ATF_CHECK(fuse_opt_match(o1, "-x") == 1);
129 ATF_CHECK(fuse_opt_match(o1, "x") == 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";
  /src/external/bsd/unbound/dist/smallapp/
worker_cb.c 217 const struct order_id* o1 = e1; 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
722 o1 = ntohl(r1->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
161 memset(&o1, 0, sizeof(o1));
165 EVTHREAD_ALLOC_LOCK(o1.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
168 tt_assert(o1.lock);
171 event_overlapped_init_(&o1.eo, dummy_cb);
177 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100));
180 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101));
183 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102));
186 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 13, 103))
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_iocp.c 160 struct dummy_overlapped o1, o2; local
162 memset(&o1, 0, sizeof(o1));
166 EVTHREAD_ALLOC_LOCK(o1.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
169 tt_assert(o1.lock);
172 event_overlapped_init_(&o1.eo, dummy_cb);
178 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100));
181 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101));
184 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102));
187 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 13, 103))
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.c 320 const struct ia64_operand *o1, *o2;
325 o1 = elf64_ia64_operands + IA64_OPND_F2;
327 (*o1->extract) (o1, opcode, &f2);
337 o1 = elf64_ia64_operands + IA64_OPND_LEN6;
339 (*o1->extract) (o1, opcode, &len);
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;
325 o1 = elf64_ia64_operands + IA64_OPND_F2;
327 (*o1->extract) (o1, opcode, &f2);
337 o1 = elf64_ia64_operands + IA64_OPND_LEN6;
339 (*o1->extract) (o1, opcode, &len);
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;
325 o1 = elf64_ia64_operands + IA64_OPND_F2;
327 (*o1->extract) (o1, opcode, &f2);
337 o1 = elf64_ia64_operands + IA64_OPND_LEN6;
339 (*o1->extract) (o1, opcode, &len);
313 const struct ia64_operand *o1, *o2; local
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc.c 320 const struct ia64_operand *o1, *o2;
325 o1 = elf64_ia64_operands + IA64_OPND_F2;
327 (*o1->extract) (o1, opcode, &f2);
337 o1 = elf64_ia64_operands + IA64_OPND_LEN6;
339 (*o1->extract) (o1, opcode, &len);
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;
1338 o1 |= AK_M_FM_L | AK_M_FM_R;
1340 o1 |= AK_M_CD_L | AK_M_CD_R;
1342 o1 |= AK_M_LINE_L | AK_M_LINE_R;
1346 o1 |= AK_M_MIC;
1347 eap1370_set_mixer(sc, AK_OUT_MIXER1, o1);
  /src/sys/external/bsd/drm/dist/shared-core/
mach64_dma.c 1599 u32 o1 = le32_to_cpu(((u32 *) ring-> local
1603 if (o1 == o2) {
1607 i, o1);
  /src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc 37 uint32_t o1 = ((datatype_t *) a)->datatype_id; local
39 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1);
45 uint32_t o1 = ((target_info_t *) a)->offset; local
47 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dwarf.cc 37 uint32_t o1 = ((datatype_t *) a)->datatype_id; local
39 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1);
45 uint32_t o1 = ((target_info_t *) a)->offset; local
47 return o1 == o2 ? 0 : (o1 < o2 ? -1 : 1);
  /src/external/gpl3/gcc/dist/gcc/
wide-int.cc 1178 unsigned HOST_WIDE_INT o1 = 0; local
1193 o1 = i < op1len ? (unsigned HOST_WIDE_INT) op1[i] : mask1;
1194 x = o0 + o1 + carry;
1213 unsigned HOST_WIDE_INT x = (val[len - 1] ^ o0) & (val[len - 1] ^ o1);
1331 unsigned HOST_WIDE_INT o0, o1, k, t;
1426 o1 = op2.to_shwi ();
1431 o1 = op2.to_uhwi ();
1434 r = o0 * o1;
1644 unsigned HOST_WIDE_INT o1 = 0;
1663 o1 = i < op1len ? (unsigned HOST_WIDE_INT)op1[i] : mask1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.cc 1158 unsigned HOST_WIDE_INT o1 = 0; local
1173 o1 = i < op1len ? (unsigned HOST_WIDE_INT) op1[i] : mask1;
1174 x = o0 + o1 + carry;
1193 unsigned HOST_WIDE_INT x = (val[len - 1] ^ o0) & (val[len - 1] ^ o1);
1311 unsigned HOST_WIDE_INT o0, o1, k, t;
1421 o1 = op2.to_shwi ();
1426 o1 = op2.to_uhwi ();
1429 r = o0 * o1;
1565 unsigned HOST_WIDE_INT o1 = 0;
1584 o1 = i < op1len ? (unsigned HOST_WIDE_INT)op1[i] : mask1
    [all...]

Completed in 62 milliseconds

1 2