HomeSort by relevance Sort by last modified time
    Searched refs:Head (Results 376 - 400 of 463) sorted by null

<<111213141516171819

  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs32.S 250 # dx = ax % (MaxHead + 1) = Head
253 movb %dl, %dh # dh = Head
bs32.asm 248 ; dx = ax % (MaxHead + 1) = Head
251 mov dh,dl ; dh = Head
start.S 52 CurrentHead: .byte 0 # Current Head - 8 bits
260 # dx = ax % (MaxHead + 1) = Head
263 movb %dl, %dh # dh = Head
    [all...]
start16.S 53 CurrentHead: .byte 0 # Current Head - 8 bits
254 # dx = ax % (MaxHead + 1) = Head
257 movb %dl, %dh # dh = Head
    [all...]
st16_64.S 53 CurrentHead: .byte 0 # Current Head - 8 bits
266 # dx = ax % (MaxHead + 1) = Head
269 movb %dl,%dh # dh = Head
    [all...]
start64.S 53 CurrentHead: .byte 0 # Current Head - 8 bits
273 # dx = ax % (MaxHead + 1) = Head
276 movb %dl,%dh # dh = Head
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
Variable.c 577 InsertTailList (&DriverOptionMenu.Head, &NewMenuEntry->Link);
697 InsertTailList (&BootOptionMenu.Head, &NewMenuEntry->Link);
  /external/clang/lib/Tooling/Core/
Replacement.cpp 377 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset);
379 Text = (Head + R.getReplacementText() + Tail).str();
  /external/flatbuffers/go/
builder.go 17 head UOffsetT
31 b.head = UOffsetT(initialSize)
53 b.head = UOffsetT(len(b.Bytes))
64 return b.Bytes[b.Head():]
180 b.head = UOffsetT(objectStart)
184 WriteSOffsetT(b.Bytes[b.head:],
222 // Head gives the start of useful data in the underlying byte buffer.
224 func (b *Builder) Head() UOffsetT {
225 return b.head
230 return UOffsetT(len(b.Bytes)) - b.head
    [all...]
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 168 mach_msg_header_t Head;
182 mach_msg_header_t Head;
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 161 assert(isDiamondHead(BB) && "Basic block is not head of a diamond");
166 /// \brief True when BB is the head of a diamond (hammock)
220 BasicBlock *Head = BB0->getSinglePredecessor();
224 /*ScanFrom=*/Head->getTerminator());
251 /// BB is the head of a diamond
295 /// \brief Merge two equivalent loads and GEPs and hoist into diamond head
319 /// Starting from a diamond head block, iterate over the instructions in one
  /external/skia/fuzz/
fuzz.cpp 199 for (auto r = sk_tools::Registry<Fuzzable>::Head(); r; r = r->next()) {
211 for (auto r = sk_tools::Registry<Fuzzable>::Head(); r; r = r->next()) {
  /external/skqp/fuzz/
fuzz.cpp 189 for (auto r = sk_tools::Registry<Fuzzable>::Head(); r; r = r->next()) {
201 for (auto r = sk_tools::Registry<Fuzzable>::Head(); r; r = r->next()) {
  /prebuilts/go/darwin-x86/src/net/http/
doc.go 8 Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
  /prebuilts/go/linux-x86/src/net/http/
doc.go 8 Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.h 84 UINT16 Head; ///< Head pointer of the FIFO. Empty when (Head == Tail).
85 UINT16 Tail; ///< Tail pointer of the FIFO. Full when ((Tail + 1) % SERIAL_MAX_FIFO_SIZE == Head).
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 297 Type = IcmpHdr->Head.Type;
298 Code = IcmpHdr->Head.Code;
426 Type = IcmpHdr->Head.Type;
427 Code = IcmpHdr->Head.Code;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 997 ParaList.Head.OpCode = DHCP4_TAG_PARA_LIST;
998 ParaList.Head.Length = 3;
999 ParaList.Head.Data[0] = DHCP4_TAG_NETMASK;
1002 OptionList[0] = &ParaList.Head;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 128 void *Head;
  /external/flatbuffers/tests/
go_test.go 568 got := b.Bytes[b.Head():]
1092 return b.Bytes, b.Head()
1105 stat := example.GetRootAsStat(b.Bytes, b.Head())
1166 return b.Bytes, b.Head()
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]

Completed in 2758 milliseconds

<<111213141516171819