HomeSort by: relevance | last modified time | path
    Searched defs:First (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
allocator_test.cc 22 s64 First;
segmented_array_test.cc 15 s64 First;
19 TestData(s64 F, s64 S) : First(F), Second(S) {}
23 *OS << "{ " << D.First << ", " << D.Second << " }";
48 ASSERT_EQ(data[0].First, 0);
62 ASSERT_EQ(data[I].First, I);
72 ASSERT_EQ(data[0].First, 1);
104 ASSERT_EQ(D0.First, 1);
118 ASSERT_EQ(D0.First, 1);
125 ASSERT_EQ(I0->First, 1);
144 ASSERT_EQ(Back.First, 1)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslbtypes.c 100 * software or system incorporating such software without first obtaining any
111 * other governmental approval, or letter of assurance, without first obtaining
433 BOOLEAN First = TRUE;
447 if (!First)
452 First = FALSE;
460 if (!First)
465 First = FALSE;
472 if (!First)
  /src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h 60 u_int32_t First, Lower, Upper, Free;
  /src/sys/arch/emips/stand/common/
prom_iface.c 181 ram_controller_t Ram, Ours, First;
188 * First find which controller we are running under, cuz we cant touch it.
194 First = Ours = NULL;
214 First = Ram;
243 if ((First == NULL) || (Ours == NULL)) {
244 printf("Bad memory layout (%p, %p), wont work.\n", First, Ours);
249 base += First->BaseAddressAndTag & RAMBT_BASE;
268 /* Leave the first alone too */
269 if (Ram == First)
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 81 // * such a collision would have to occur on the *first* bad access,
87 // The first caching layer is a small hash table with no chaining; buckets are
101 unsigned First = (V & 65535) ^ 1;
102 unsigned Probe = First;
111 // just taking the first.
112 return &__ubsan_vptr_hash_set[First];
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 36 /// ControlBlock has the reference count as the first member, sized according
109 // We want to advance to the first Offset where the 'Used' property is
158 BufferRep *First;
xray_fdr_controller.h 38 bool First = true;
64 First = true;
123 if (First) {
124 First = false;
137 First = true;

Completed in 14 milliseconds