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

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformOther.c 43 #define UPDATE_FIRST(First, New) First = New < First ? New : First
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
socfpga_arria5.dtsi 7 /* First 4KB has trampoline code for secondary cores. */
socfpga_cyclone5.dtsi 7 /* First 4KB has trampoline code for secondary cores. */
ecx-2000.dts 8 /* First 4KB has pen for secondary cores. */
highbank.dts 8 /* First 4KB has pen for secondary cores. */
armada-xp-axpwifiap.dts 100 /* First mini-PCIe port */
  /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/arch/amiga/stand/bootblock/boot/
amigatypes.h 60 u_int32_t First, Lower, Upper, Free;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
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...]
allocator_test.cc 22 s64 First;
  /src/usr.bin/make/unit-tests/
opt-warnings-as-errors.mk 6 # First, the word "warning" is still printed, and second, parsing continues
7 # after a failed warning, whereas it would stop immediately at the first
directive-unexport.mk 11 # First, export 3 variables.
  /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/common/dist/zlib/contrib/ada/
zlib.adb 218 Filter.Offset := Simple_GZip_Header'First;
277 In_First := In_Buffer'First;
286 Flush => Flush_Finish (Last < In_Buffer'First));
288 if Out_Buffer'First <= Out_Last then
289 Data_Out (Out_Buffer (Out_Buffer'First .. Out_Last));
403 Item_First : Ada.Streams.Stream_Element_Offset := Item'First;
407 pragma Assert (Rest_First in Buffer'First .. Buffer'Last + 1);
408 pragma Assert (Rest_Last in Buffer'First - 1 .. Buffer'Last);
411 if Rest_Last = Buffer'First - 1 then
416 Rest_First := Buffer'First;
    [all...]
mtest.adb 98 Last := Item'First + Buff_Diff;
99 Item (Item'First .. Last) := Buffer (Buffer_First .. Buffer'Last);
120 Buffer_First := Buffer'First;
121 Compare_First := Buffer'First;
read.adb 87 Item'First + File_Size - Offset);
89 for J in Item'First .. Last loop
90 if J < Item'First + Period then
141 Pack_Size := Pack_Size + Last - Buffer'First + 1;
buffer_demo.adb 77 P : Stream_Element_Offset := Compressed_Data'First - 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.cc 114 // First, we initialize the refcount in the ControlBlock, which we treat as
139 First = Buffers;
156 First(Buffers),
203 B = First++;
204 if (First == (Buffers + BufferCount))
205 First = Buffers;
xray_fdr_controller.h 38 bool First = true;
64 First = true;
123 if (First) {
124 First = false;
137 First = true;
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;
  /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/usr.sbin/sysinst/arch/atari/
msg.md.en 53 First you get the chance to edit or create an AHDI compatible partitioning on
  /src/common/lib/libc/arch/m68k/gen/
muldi3.S 60 | First, calculate (X_L32 * Y_L32) as a 64bit integer.
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.cpp 303 assert(FocusFunction.first > NumModulesWithInline8bitCounters);
323 size_t I = FocusFunction.first;
343 auto CoveredFunctionCallback = [&](const PCTableEntry *First,
346 assert(First < Last);
347 auto VisualizePC = GetNextInstructionPc(First->PC);
356 size_t NumEdges = Last - First;
358 for (auto TE = First; TE < Last; TE++)
  /src/common/dist/zlib/
make_vms.com 12 $! 0.01 20060120 First version to receive a number
302 $! 0.01 20041206 First version to receive a number
376 $! 0.01 20040223 First version to receive a number
601 $! 0.01 20031020 First version to receive a number
661 $! 0.01 20040127 First version
709 $! 0.01 20031029 First version to receive a number
723 $! 0.01 20120128 First version

Completed in 55 milliseconds

1 2