/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
TerminalConIn.c | 94 TerminalDevice->RawFiFo->Head = TerminalDevice->RawFiFo->Tail;
95 TerminalDevice->UnicodeFiFo->Head = TerminalDevice->UnicodeFiFo->Tail;
96 TerminalDevice->EfiKeyFiFo->Head = TerminalDevice->EfiKeyFiFo->Tail;
97 TerminalDevice->EfiKeyFiFoForNotify->Head = TerminalDevice->EfiKeyFiFoForNotify->Tail;
752 UINT8 Head;
754 Head = TerminalDevice->RawFiFo->Head;
764 *Output = TerminalDevice->RawFiFo->Data[Head];
766 TerminalDevice->RawFiFo->Head = (UINT8) ((Head + 1) % (RAW_FIFO_MAX_NUMBER + 1)); [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
EmulateCXX11Meta.h | 30 static const T head; member in struct:Eigen::internal::type_list 53 template <class Head, class Tail> 54 struct get_type<0, type_list<Head, Tail> > 56 typedef Head type; 59 template <std::size_t i, class Head, class Tail> 60 struct get_type<i, type_list<Head, Tail> > 124 template <std::size_t i, class Head> 125 struct get<i, type_list<Head, empty_list> > 132 template <class Head> 133 struct get<0, type_list<Head, empty_list> [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
Tcp4Option.c | 243 UINT8 *Head;
258 Head = (UINT8 *) (Tcp + 1);
264 (TcpGetUint32 (Head) == TCP_OPTION_TS_FAST)) {
266 Option->TSVal = TcpGetUint32 (Head + 4);
267 Option->TSEcr = TcpGetUint32 (Head + 8);
279 Type = Head[Cur];
283 Len = Head[Cur + 1];
291 Option->Mss = TcpGetUint16 (&Head[Cur + 2]);
298 Len = Head[Cur + 1];
306 Option->WndScale = (UINT8) MIN (14, Head[Cur + 2]); [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
TcpOption.c | 242 UINT8 *Head;
257 Head = (UINT8 *) (Tcp + 1);
262 if ((TotalLen == TCP_OPTION_TS_ALIGNED_LEN) && (TcpGetUint32 (Head) == TCP_OPTION_TS_FAST)) {
264 Option->TSVal = TcpGetUint32 (Head + 4);
265 Option->TSEcr = TcpGetUint32 (Head + 8);
276 Type = Head[Cur];
280 Len = Head[Cur + 1];
287 Option->Mss = TcpGetUint16 (&Head[Cur + 2]);
294 Len = Head[Cur + 1];
301 Option->WndScale = (UINT8) MIN (14, Head[Cur + 2]); [all...] |
/external/llvm/include/llvm/ADT/ |
ilist.h | 73 /// strategy. The sentinel is stored in the prev field of ilist's Head. 84 /// value for its Head 88 /// ensureHead - make sure that Head is either already 91 static NodeTy *ensureHead(NodeTy *&Head) { 92 if (!Head) { 93 Head = ilist_traits<NodeTy>::createSentinel(); 94 ilist_traits<NodeTy>::noteHead(Head, Head); 95 ilist_traits<NodeTy>::setNext(Head, nullptr); 96 return Head; [all...] |
/external/llvm/lib/Support/ |
PrettyStackTrace.cpp | 44 PrettyStackTraceEntry *ReverseStackTrace(PrettyStackTraceEntry *Head) { 46 while (Head) 47 std::tie(Prev, Head, Head->NextEntry) = 48 std::make_tuple(Head, Head->NextEntry, Prev);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Output.h | 49 @param[in] Head The caller supplied header. The caller should set
75 IN IP4_HEAD *Head,
99 Prepend an IP4 head to the Packet. It will copy the options and
103 @param Head The caller supplied header. The caller should set
111 @retval EFI_BAD_BUFFER_SIZE There is no enought room in the head space of
119 IN IP4_HEAD *Head,
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3-0x.cpp | 7 template<typename Head, typename ...Tail> 8 struct count<Head, Tail...> {
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
IPACM_CmdQueue.h | 85 Message *Head; 93 Head = NULL;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/ |
DataHub.c | 58 LIST_ENTRY *Head;
138 Head = &Private->FilterDriverListHead;
139 for (Link = GetFirstNode(Head); Link != Head; Link = GetNextNode(Head, Link)) {
152 Search the Head doubly linked list for the passed in MTC. Return the
153 matching element in Head and the MTC on the next entry.
155 @param Head Head of Data Log linked list.
161 @retval EFI_DATA_LOG_ENTRY Return pointer to data log data from Head list. [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
ilist.h | 72 /// strategy. The sentinel is stored in the prev field of ilist's Head. 83 /// value for its Head 87 /// ensureHead - make sure that Head is either already 90 static NodeTy *ensureHead(NodeTy *&Head) { 91 if (!Head) { 92 Head = ilist_traits<NodeTy>::createSentinel(); 93 ilist_traits<NodeTy>::noteHead(Head, Head); 94 ilist_traits<NodeTy>::setNext(Head, 0); 95 return Head; [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Mld.h | 23 IP6_ICMP_HEAD Head;
149 @param[in] Head The IP head of the MLD query packet.
150 @param[in] Packet The content of the MLD query packet with IP head
161 IN EFI_IP6_HEADER *Head,
169 @param[in] Head The IP head of the MLD report packet.
170 @param[in] Packet The content of the MLD report packet with IP head
180 IN EFI_IP6_HEADER *Head,
|
Ip6Output.c | 21 Output all the available source addresses to a list entry head SourceList. The
25 @param[out] SourceList The list entry head of all source addresses.
30 @retval EFI_SUCCESS The source addresses were copied to a list entry head
145 Output all the available source addresses to a list entry head SourceList. The
154 head SourceList.
355 Prefix an IP6 basic head and unfragmentable extension headers and a fragment header
360 @param[in] Head The caller supplied header.
367 @retval EFI_BAD_BUFFER_SIZE There is no enough room in the head space of
376 IN EFI_IP6_HEADER *Head,
403 // Set the head up, convert the host byte order to network byte order [all...] |
/external/mdnsresponder/mDNSShared/ |
GenLinkedList.h | 27 void *Head, 47 void *Head, 69 size_t Head,
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-bind.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...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p1-0x.cpp | 6 template<unsigned N, typename Head, typename ...Tail> 7 struct get_nth_type<N, Head, Tail...> : get_nth_type<N-1, Tail...> { }; 9 template<typename Head, typename ...Tail> 10 struct get_nth_type<0, Head, Tail...> { 11 typedef Head type;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Registry.h | 57 static node *Head, *Tail; 132 /// This provides template definitions of add_node, begin, and the Head and Tail 140 template<typename T> typename Registry<T>::node *Registry<T>::Head = nullptr;\ 147 Head = N; \ 151 return iterator(Head); \ 153 template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|