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

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHcMem.c 174 @param Head The head of the memory pool's block list.
180 IN SD_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 SD_PEIM_MEM_BLOCK *Head,
230 ASSERT ((Head != NULL) && (BlockToUnlink != NULL));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHcMem.c 174 @param Head The head of the memory pool's block list.
180 IN UFS_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 UFS_PEIM_MEM_BLOCK *Head,
230 ASSERT ((Head != NULL) && (BlockToUnlink != NULL));
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 12 template<typename Head, typename ...Tail>
13 struct X1<tuple<Head, Tail...> > {
17 template<typename Head, typename ...Tail>
18 struct X1<tuple<Head, Tail&...> > {
22 template<typename Head, typename ...Tail>
23 struct X1<tuple<Head&, Tail&...> > {
example-tuple.cpp 59 template<typename Head, typename... Tail>
60 class tuple<Head, Tail...> : private tuple<Tail...> {
68 tuple(typename add_const_reference<Head>::type v,
74 : m_head(other.head()), inherited(other.tail()) { }
78 m_head = other.head();
83 typename add_reference<Head>::type head() { return m_head; } function in class:tuple
84 typename add_reference<const Head>::type head() const { return m_head; } function in class:tuple
89 Head m_head
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
UsbHcMem.c 240 USBHC_MEM_BLOCK *Head;
246 Head = Pool->Head;
253 for (Block = Head; Block != NULL; Block = Block->Next) {
276 @param Head The head of the memory pool's block list.
282 IN USBHC_MEM_BLOCK *Head,
286 ASSERT ((Head != NULL) && (Block != NULL));
287 Block->Next = Head->Next;
288 Head->Next = Block;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UsbHcMem.c 239 USBHC_MEM_BLOCK *Head;
245 Head = Pool->Head;
252 for (Block = Head; Block != NULL; Block = Block->Next) {
274 @param Head The head of the memory pool's block list.
280 IN USBHC_MEM_BLOCK *Head,
284 ASSERT ((Head != NULL) && (Block != NULL));
285 Block->Next = Head->Next;
286 Head->Next = Block;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.c 240 USBHC_MEM_BLOCK *Head;
246 Head = Pool->Head;
253 for (Block = Head; Block != NULL; Block = Block->Next) {
276 @param Head The head of the memory pool's block list.
282 IN USBHC_MEM_BLOCK *Head,
286 ASSERT ((Head != NULL) && (Block != NULL));
287 Block->Next = Head->Next;
288 Head->Next = Block;
    [all...]
  /external/clang/test/SemaTemplate/
example-typelist.cpp 7 template<typename Head, typename Tail = nil>
9 typedef Head head; typedef in struct:cons
27 template<typename Head, typename Tail>
28 struct length<cons<Head, Tail> > {
55 typedef cons<typename reversed_tail::head,
56 typename reverse<cons<typename T::head, most_of_tail> >::type> type;
59 template<typename Head>
60 class reverse<cons<Head> > {
62 typedef cons<Head> type
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_CmdQueue.cpp 83 if(!Head)
86 Head = item;
93 Head->setnext(item);
106 if(Head == NULL)
112 Message *tmp = Head;
113 Head = Head->getnext();
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 7 template<unsigned N, typename Head, typename ...Tail>
8 struct get_nth_type<N, Head, Tail...> : get_nth_type<N-1, Tail...> { };
10 template<typename Head, typename ...Tail>
11 struct get_nth_type<0, Head, Tail...> {
12 typedef Head type;
  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 40 pList->Head = NULL;
52 pList->Head = elem;
60 /* Add a linked list element to the head of the list. */
62 ASSIGNLINK( elem, pList->Head, pList->LinkOffset);
66 pList->Head = elem;
76 for ( iElem = pList->Head, lastElem = NULL; iElem; iElem = GETLINK( iElem, pList->LinkOffset)) {
78 if ( lastElem) { // somewhere past the head
80 } else { // at the head
81 pList->Head = GETLINK( elem, pList->LinkOffset);
103 for ( iElem = pList->Head, lastElem = NULL; iElem; iElem = GETLINK( iElem, pList->LinkOffset))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
UsbHcMem.c 232 USBHC_MEM_BLOCK *Head;
238 Head = Pool->Head;
245 for (Block = Head; Block != NULL; Block = Block->Next) {
281 USBHC_MEM_BLOCK *Head;
287 Head = Pool->Head;
294 for (Block = Head; Block != NULL; Block = Block->Next) {
316 @param Head The head of the memory pool's block list.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 252 @param[in] Head The IP head to convert
254 @return Point to the converted IP head
259 IN IP4_HEAD *Head
262 Head->TotalLen = NTOHS (Head->TotalLen);
263 Head->Id = NTOHS (Head->Id);
264 Head->Fragment = NTOHS (Head->Fragment);
    [all...]
Ip4Icmp.c 85 @param[in] Head The IP head of the received ICMPpacket.
87 head removed.
98 IN IP4_HEAD *Head,
146 if ((CacheEntry != NULL) && (NTOHL (Head->Src) == CacheEntry->NextHop)) {
162 @param[in] Head The IP4 head of the ICMP error packet
163 @param[in] Packet The content of the ICMP error with IP4 head
174 IN IP4_HEAD *Head,
191 if (Icmp.Head.Type == ICMP_REDIRECT) {
    [all...]
Ip4Input.c 60 Assemble->Head = NULL;
227 LIST_ENTRY *Head;
281 Head = &Assemble->Fragments;
283 NET_LIST_FOR_EACH (Cur, Head) {
297 if ((Prev = Cur->BackLink) != Head) {
323 while (Cur != Head) {
360 // the frist fragment, update the packet's IP head and per packet
368 // from the fragment list. So, Assemble->Head always point
371 ASSERT (Assemble->Head == NULL);
373 Assemble->Head = IpHead;
    [all...]
  /hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
ReturnIn.h 45 template <class Head, class... Tail>
46 void set(Head&& head, Tail&&... tail) {
47 std::get<sizeof...(ResultStore) - sizeof...(Tail) - 1>(results) = std::forward<Head>(head);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
UsbHcMem.c 201 @param Head The head of the memory pool's block list.
207 IN USBHC_MEM_BLOCK *Head,
211 ASSERT ((Head != NULL) && (Block != NULL));
212 Block->Next = Head->Next;
213 Head->Next = Block;
245 @param Head The block list head of the memory's pool.
251 IN USBHC_MEM_BLOCK *Head,
257 ASSERT ((Head != NULL) && (BlockToUnlink != NULL));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
UsbHcMem.c 203 @param Head The head of the memory pool's block list.
209 IN USBHC_MEM_BLOCK *Head,
213 ASSERT ((Head != NULL) && (Block != NULL));
214 Block->Next = Head->Next;
215 Head->Next = Block;
248 @param Head The block list head of the memory's pool.
254 IN USBHC_MEM_BLOCK *Head,
260 ASSERT ((Head != NULL) && (BlockToUnlink != NULL));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
UsbHcMem.c 199 USBHC_MEM_BLOCK *Head;
205 Head = Pool->Head;
212 for (Block = Head; Block != NULL; Block = Block->Next) {
248 USBHC_MEM_BLOCK *Head;
254 Head = Pool->Head;
261 for (Block = Head; Block != NULL; Block = Block->Next) {
283 @param Head The head of the memory pool's block list.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Pool.c 136 Look up pool head for specified memory type.
138 @param MemoryType Memory type of which pool head is looked for
140 @return Pointer of Corresponding pool head.
310 POOL_HEAD *Head;
349 Head = NULL;
358 Head = CoreAllocatePoolPages (PoolType, NoPages, Granularity);
392 // Serve the allocation request from the head of the allocated block
395 Head = (POOL_HEAD *) NewPage;
425 Head = (POOL_HEAD *) Free;
430 if (Head != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 54 Assemble->Head = NULL;
169 EFI_IP6_HEADER *Head;
186 Head = Packet->Ip.Ip6;
189 ASSERT (Head != NULL);
195 Index = IP6_ASSEMBLE_HASH (&Head->DestinationAddress, &Head->SourceAddress, This->Id);
201 EFI_IP6_EQUAL (&Entry->Src, &Head->SourceAddress) &&
202 EFI_IP6_EQUAL (&Entry->Dst, &Head->DestinationAddress)
214 &Head->DestinationAddress,
215 &Head->SourceAddress,
    [all...]
Ip6Mld.c 141 EFI_IP6_HEADER Head;
172 Head.FlowLabelL = 0;
173 Head.FlowLabelH = 0;
174 Head.PayloadLength = HTONS (PayloadLen);
175 Head.NextHeader = IP6_HOP_BY_HOP;
176 Head.HopLimit = 1;
177 IP6_COPY_ADDRESS (&Head.DestinationAddress, MulticastAddr);
182 IP6_COPY_ADDRESS (&Head.SourceAddress, &IpSb->LinkLocalAddr);
204 MldHead->Head.Type = ICMP_V6_LISTENER_REPORT;
205 MldHead->Head.Code = 0;
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 69 // Triangle: Head Diamond: Head
78 // Head block, and phis in the Tail block are converted to select instructions.
88 MachineBasicBlock *Head;
104 MachineBasicBlock *getTPred() const { return TBB == Tail ? Head : TBB; }
107 MachineBasicBlock *getFPred() const { return FBB == Tail ? Head : FBB; }
126 /// Instructions in Head that define values used by the conditional blocks.
136 /// Insertion point in Head for speculatively executed instructions form TBB
144 /// Find a valid insertion point in Head.
179 /// If instructions use any values that are defined in the head basic block
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 45 @param Head The block range head to initialize
55 IN LIST_ENTRY *Head,
63 @param Head The block range head
70 IN LIST_ENTRY *Head
80 @param Head The block range list
86 IN LIST_ENTRY *Head,
93 @param Head The block range list to remove from
105 IN LIST_ENTRY *Head,
    [all...]
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 83 const Stmt *Head = WorkList.front();
86 if (const Expr *Ex = dyn_cast<Expr>(Head))
87 Head = Ex->IgnoreParenCasts();
89 switch (Head->getStmtClass()) {
92 const BinaryOperator *BO = cast<BinaryOperator>(Head);
137 const UnaryOperator *UO = cast<UnaryOperator>(Head);
170 const DeclStmt *DS = cast<DeclStmt>(Head);
199 const DeclRefExpr *DR = cast<DeclRefExpr>(Head);
210 const BlockExpr *B = cast<BlockExpr>(Head);
218 } // switch (head->getStmtClass()
    [all...]

Completed in 282 milliseconds

12 3 4 5 6 7 8 91011>>