/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Icmp.h | 88 @param[in] Head The IP4 head of the ICMP query packet.
89 @param[in] Packet The content of the ICMP query with IP4 head
100 IN IP4_HEAD *Head,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
Tcp4Misc.c | 359 LIST_ENTRY *Head;
374 Head = &mTcpRunQue;
377 Head = &mTcpListenQue;
383 NET_LIST_FOR_EACH (Entry, Head) {
393 InsertHeadList (Head, &Tcb->List);
573 Translate the information from the head of the received TCP
579 @return Pointer to the TCP_SEG that contains the translated TCP head information.
589 TCP_HEAD *Head;
592 Head = (TCP_HEAD *) NetbufGetByte (Nbuf, 0, NULL);
593 ASSERT (Head != NULL); [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
TcpMisc.c | 432 LIST_ENTRY *Head;
449 Head = &mTcpRunQue;
452 Head = &mTcpListenQue;
458 NET_LIST_FOR_EACH (Entry, Head) {
469 InsertHeadList (Head, &Tcb->List);
679 Translate the information from the head of the received TCP
685 @return Pointer to the TCP_SEG that contains the translated TCP head information.
695 TCP_HEAD *Head;
698 Head = (TCP_HEAD *) NetbufGetByte (Nbuf, 0, NULL);
699 ASSERT (Head != NULL); [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/ |
PciHostBridge.c | 106 // InitializeListHead (&HostBridge->Head);
139 InitializeListHead (&HostBridge->Head);
187 InsertTailList (&HostBridge->Head, &PrivateData->Link);
299 List = HostBridgeInstance->Head.ForwardLink;
301 while (List != &HostBridgeInstance->Head) {
356 List = HostBridgeInstance->Head.ForwardLink;
357 while (List != &HostBridgeInstance->Head) {
563 List = HostBridgeInstance->Head.ForwardLink;
564 while (List != &HostBridgeInstance->Head) {
593 List = HostBridgeInstance->Head.ForwardLink; [all...] |
/external/clang/lib/Sema/ |
AttributeList.cpp | 95 if (!Head) { 96 Head = pool; 100 // Reverse the pool onto the current head. This optimizes for the 104 pool->NextInPool = Head; 105 Head = pool;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
Registry.h | 74 static node *Head, *Tail; 93 Head = this; 116 static iterator begin() { return iterator(Head); } 210 typename Registry<T,U>::node *Registry<T,U>::Head;
|
/system/netd/libnetdutils/include/netdutils/ |
Slice.h | 119 template <typename Head> 120 inline size_t extract(const Slice src, Head& head) { 121 return copy(makeSlice(head), src); 127 template <typename Head, typename... Tail> 128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { 129 const auto extracted = extract(src, head);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/ |
Event.c | 170 LIST_ENTRY *Head;
174 Head = &gEventQueue[Priority];
179 while (!IsListEmpty (Head)) {
181 Event = CR (Head->ForwardLink, IEVENT, NotifyLink, EVENT_SIGNATURE);
263 LIST_ENTRY *Head;
268 Head = &gEventSignalQueue;
269 for (Link = Head->ForwardLink; Link != Head; Link = Link->ForwardLink) {
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/ |
SystemFirmwareUpdateConfig.ini | 14 [Head]
|
/external/protobuf/gtest/samples/ |
sample3-inl.h | 106 QueueNode<E>* Head() { return head_; } 107 const QueueNode<E>* Head() const { return head_; } 130 // Removes the head of the queue and returns it. Returns NULL if
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/ |
PciHostBridge.c | 447 {NULL, NULL}, // Head
513 InitializeListHead (&HostBridge->Head);
577 InsertTailList (&HostBridge->Head, &PrivateData->Link);
650 List = HostBridgeInstance->Head.ForwardLink;
652 while (List != &HostBridgeInstance->Head) {
688 List = HostBridgeInstance->Head.ForwardLink;
689 while (List != &HostBridgeInstance->Head) {
731 List = HostBridgeInstance->Head.ForwardLink;
733 while (List != &HostBridgeInstance->Head) {
938 List = HostBridgeInstance->Head.ForwardLink; [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 8 typedef T1 Head; 21 typedef TemplateSel < T1 > Head; 40 typedef typename Types::Head Type; 49 typedef typename Tests::Head Head; 50 TypeParameterizedTest < Fixture, Head, Types >::Register;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpImpl.c | 80 ARP_HEAD *Head;
128 Head = (ARP_HEAD *) RxData->PacketData;
129 Head->HwType = NTOHS (Head->HwType);
130 Head->ProtoType = NTOHS (Head->ProtoType);
131 Head->OpCode = NTOHS (Head->OpCode);
133 if (RxData->DataLength < (sizeof (ARP_HEAD) + 2 * Head->HwAddrLen + 2 * Head->ProtoAddrLen)) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Support.c | 63 @param Head The block range head to initialize
73 IN LIST_ENTRY *Head,
86 InsertTailList (Head, &Range->Link);
94 @param Head The block range head
101 IN LIST_ENTRY *Head
106 if (IsListEmpty (Head)) {
110 Range = NET_LIST_HEAD (Head, MTFTP4_BLOCK_RANGE, Link);
122 @param Head The block range list [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 143 /// The block number of the head of the trace. (When hasValidDepth()). 144 unsigned Head; 178 /// trace head, and any dependencies from such a far away dominator are not 186 // Instruction depths are only comparable if the traces share a head. 187 if (Head != TBI.Head) 191 // flow, a dominator may share a trace head without actually being on the 254 /// the trace head to the trace center block. The resource depth only
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 148 /// The block number of the head of the trace. (When hasValidDepth()). 149 unsigned Head; 180 /// trace head, and any dependencies from such a far away dominator are not 188 // Instruction depths are only comparable if the traces share a head. 189 if (Head != TBI.Head) 193 // flow, a dominator may share a trace head without actually being on the 257 /// the trace head to the trace center block. The resource depth only
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 148 /// The block number of the head of the trace. (When hasValidDepth()). 149 unsigned Head; 180 /// trace head, and any dependencies from such a far away dominator are not 188 // Instruction depths are only comparable if the traces share a head. 189 if (Head != TBI.Head) 193 // flow, a dominator may share a trace head without actually being on the 257 /// the trace head to the trace center block. The resource depth only
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 148 /// The block number of the head of the trace. (When hasValidDepth()). 149 unsigned Head; 180 /// trace head, and any dependencies from such a far away dominator are not 188 // Instruction depths are only comparable if the traces share a head. 189 if (Head != TBI.Head) 193 // flow, a dominator may share a trace head without actually being on the 257 /// the trace head to the trace center block. The resource depth only
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 148 /// The block number of the head of the trace. (When hasValidDepth()). 149 unsigned Head; 180 /// trace head, and any dependencies from such a far away dominator are not 188 // Instruction depths are only comparable if the traces share a head. 189 if (Head != TBI.Head) 193 // flow, a dominator may share a trace head without actually being on the 257 /// the trace head to the trace center block. The resource depth only
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 148 /// The block number of the head of the trace. (When hasValidDepth()). 149 unsigned Head; 180 /// trace head, and any dependencies from such a far away dominator are not 188 // Instruction depths are only comparable if the traces share a head. 189 if (Head != TBI.Head) 193 // flow, a dominator may share a trace head without actually being on the 257 /// the trace head to the trace center block. The resource depth only
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 148 /// The block number of the head of the trace. (When hasValidDepth()). 149 unsigned Head; 180 /// trace head, and any dependencies from such a far away dominator are not 188 // Instruction depths are only comparable if the traces share a head. 189 if (Head != TBI.Head) 193 // flow, a dominator may share a trace head without actually being on the 257 /// the trace head to the trace center block. The resource depth only
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
BootOption.c | 204 List = MenuOption->Head.ForwardLink;
256 InitializeListHead (&FsOptionMenu.Head);
390 InsertTailList (&FsOptionMenu.Head, &MenuEntry->Link);
439 InsertTailList (&FsOptionMenu.Head, &MenuEntry->Link);
497 InsertTailList (&FsOptionMenu.Head, &MenuEntry->Link);
518 while (!IsListEmpty (&FreeMenu->Head)) {
520 FreeMenu->Head.ForwardLink,
678 InsertTailList (&DirectoryMenu.Head, &NewMenuEntry->Link);
723 InitializeListHead (&LegacyFDMenu.Head);
724 InitializeListHead (&LegacyHDMenu.Head);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
NetBuffer.c | 128 Nbuf->BlockOp[0].Head = Bulk;
276 bytes of head space reserved.
284 @param[in] HeadSpace Length of the head space to reserve.
311 // Don't set the IP and TCP head point, since it is most
327 @param[in, out] Head Pointer to the head of linked net buffers.
333 IN OUT LIST_ENTRY *Head
340 Entry = Head->ForwardLink;
342 NET_LIST_FOR_EACH_SAFE (Entry, Next, Head) {
350 ASSERT (IsListEmpty (Head));
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/ |
SystemFirmwareUpdateConfig.ini | 14 [Head]
|
SystemFirmwareUpdateConfigGcc.ini | 14 [Head]
|