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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
Observable.c 89 * This function removes the subscriber pointed to by Head.
91 * @param OBS_TREE* Head Points to the current subscriber.
97 OBS_LEAF* Head
102 if (Head) {
103 Temp = Head;
104 Head = Head->Next;
108 return Head;
115 * @param OBS_TREE* Head Points to the current subscriber.
121 OBS_LEAF* Head
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p2.cpp 12 template<typename Head, typename ...Tail>
13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function template not viable: requires at least 1 argument, but 0 were provided}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_xmitfile.h 11 LPVOID Head;
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Malloc.c 44 the memory head structure, CPOOL_HEAD, containing the necessary
86 CPOOL_HEAD *Head;
101 Status = gBS->AllocatePool( EfiLoaderData, NodeSize, (void**)&Head);
108 assert(Head != NULL);
110 Head->Signature = CPOOL_HEAD_SIGNATURE;
111 Head->Size = NodeSize;
114 (void)InsertTailList(&MemPoolHead, (LIST_ENTRY *)Head);
117 RetVal = (void*)Head->Data;
118 DEBUG((DEBUG_POOL, " Head: %p, Returns %p\n", Head, RetVal));
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
48 size_t Head;
50 Scoreboard():Data(nullptr), Depth(0), Head(0) { }
61 return Data[(Head + idx) & (Depth-1)];
71 Head = 0;
75 Head = (Head + 1) & (Depth-1);
79 Head = (Head - 1) & (Depth-1);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 36 // indicated by Head.
49 size_t Head;
51 Scoreboard():Data(NULL), Depth(0), Head(0) { }
62 return Data[(Head + idx) & (Depth-1)];
72 Head = 0;
76 Head = (Head + 1) & (Depth-1);
80 Head = (Head - 1) & (Depth-1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 21 Prepend an IP4 head to the Packet. It will copy the options and
25 @param Head The caller supplied header. The caller should set
33 @retval EFI_BAD_BUFFER_SIZE There is no enought room in the head space of
41 IN IP4_HEAD *Head,
55 FirstFragment = IP4_FIRST_FRAGMENT (Head->Fragment);
71 // Set the head up, convert the host byte order to network byte order
75 PacketHead->Tos = Head->Tos;
77 PacketHead->Id = HTONS (Head->Id);
78 PacketHead->Fragment = HTONS (Head->Fragment);
80 PacketHead->Ttl = Head->Ttl;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Icmp.c 125 @param[in] Head The IP head of the ICMPv6 informational message.
126 @param[in] Packet The content of the ICMPv6 message with the IP head
137 IN EFI_IP6_HEADER *Head,
168 Icmp->Head.Type = ICMP_V6_ECHO_REPLY;
169 Icmp->Head.Checksum = 0;
181 IP6_COPY_ADDRESS (&ReplyHead.DestinationAddress, &Head->SourceAddress);
183 if (Ip6IsOneOfSetAddress (IpSb, &Head->DestinationAddress, NULL, NULL)) {
184 IP6_COPY_ADDRESS (&ReplyHead.SourceAddress, &Head->DestinationAddress);
215 @param[in] Head The IP head of the ICMPv6 error packet.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 35 // indicated by Head.
49 size_t Head = 0;
65 return Data[(Head + idx) & (Depth-1)];
75 Head = 0;
79 Head = (Head + 1) & (Depth-1);
83 Head = (Head - 1) & (Depth-1);
  /external/libchrome/base/memory/
raw_scoped_refptr_mismatch_checker.h 48 template <typename Head, typename... Tail>
49 struct ParamsUseScopedRefptrCorrectly<std::tuple<Head, Tail...>> {
50 enum { value = !NeedsScopedRefptrButGetsRawPtr<Head>::value &&
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSupport.java 69 return new ReferencePipeline.Head<>(spliterator,
111 return new ReferencePipeline.Head<>(supplier,
138 return new IntPipeline.Head<>(spliterator,
178 return new IntPipeline.Head<>(supplier,
206 return new LongPipeline.Head<>(spliterator,
246 return new LongPipeline.Head<>(supplier,
274 return new DoublePipeline.Head<>(spliterator,
314 return new DoublePipeline.Head<>(supplier,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHcMem.c 174 @param Head The head of the memory pool's block list.
180 IN EMMC_PEIM_MEM_BLOCK *Head,
184 ASSERT ((Head != NULL) && (Block != NULL));
185 Block->Next = Head->Next;
186 Head->Next = Block;
218 @param Head The block list head of the memory's pool.
224 IN EMMC_PEIM_MEM_BLOCK *Head,
230 ASSERT ((Head != NULL) && (BlockToUnlink != NULL));
    [all...]

Completed in 1430 milliseconds

1 2 3 4 5 6 7 8 91011>>