Searched defs:tail (Results 26 - 50 of 240) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_ringbuffer.c18 unsigned tail; member in struct:util_ringbuffer
61 return (ring->tail - (ring->head + 1)) & ring->mask;
135 ring_packet = &ring->buf[ring->tail];
149 packet[i] = ring->buf[ring->tail];
150 ring->tail++;
151 ring->tail &= ring->mask;
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c103 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) argument
127 printf("%s", gettext(tail));
/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp10 typedef Tail tail; typedef in struct:cons
50 typedef typename reverse<typename T::tail>::type reversed_tail;
52 typedef typename reverse<typename reversed_tail::tail>::type most_of_tail;
83 struct find : find<typename List::tail, T> { };
/external/fio/
H A Dio_u_queue.h39 unsigned int tail; member in struct:io_u_ring
49 if (r->head + 1 != r->tail) {
60 if (r->head != r->tail) {
61 struct io_u *io_u = r->ring[r->tail];
63 r->tail = (r->tail + 1) & (r->max - 1);
72 return ring->head == ring->tail;
/external/guava/guava/src/com/google/common/collect/
H A DBstInOrderPath.java62 N tip, @Nullable BstSide sideExtension, @Nullable BstInOrderPath<N> tail) {
63 super(tip, tail);
65 assert (sideExtension == null) == (tail == null);
120 * Returns the direction this path went in relative to its tail path, or {@code null} if this
121 * path has no tail.
61 BstInOrderPath( N tip, @Nullable BstSide sideExtension, @Nullable BstInOrderPath<N> tail) argument
/external/iproute2/tc/
H A Df_route.c41 struct rtattr *tail; local
57 tail = NLMSG_TAIL(n);
124 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Df_tcindex.c31 struct rtattr *tail; local
42 tail = NLMSG_TAIL(n);
116 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_drr.c55 struct rtattr *tail; local
58 tail = NLMSG_TAIL(n);
80 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
H A Dq_dsmark.c32 struct rtattr *tail; local
71 tail = NLMSG_TAIL(n);
80 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
94 struct rtattr *tail; local
98 tail = NLMSG_TAIL(n);
126 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_qfq.c59 struct rtattr *tail; local
62 tail = NLMSG_TAIL(n);
89 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
H A Df_fw.c38 struct rtattr *tail; local
64 tail = NLMSG_TAIL(n);
115 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dm_gact.c104 struct rtattr *tail; local
190 tail = NLMSG_TAIL(n);
198 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dm_nat.c92 struct rtattr *tail; local
157 tail = NLMSG_TAIL(n);
160 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
H A Dm_skbedit.c57 struct rtattr *tail; local
142 tail = NLMSG_TAIL(n);
154 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
H A Dq_choke.c46 struct rtattr *tail; local
157 tail = NLMSG_TAIL(n);
163 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_gred.c54 struct rtattr *tail; local
109 tail = NLMSG_TAIL(n);
112 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
128 struct rtattr *tail; local
252 tail = NLMSG_TAIL(n);
258 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_red.c46 struct rtattr *tail; local
147 tail = NLMSG_TAIL(n);
153 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_ringbuffer.c18 unsigned tail; member in struct:util_ringbuffer
61 return (ring->tail - (ring->head + 1)) & ring->mask;
135 ring_packet = &ring->buf[ring->tail];
149 packet[i] = ring->buf[ring->tail];
150 ring->tail++;
151 ring->tail &= ring->mask;
/external/opencv/cvaux/src/
H A Dextendededges.cpp137 CvSeq* tail = 0; local
184 if( tail )
186 tail->v_next = newseq;
187 newseq->v_prev = tail;
188 tail = newseq;
192 output = tail = newseq;
204 if( tail )
206 tail->v_next = newseq;
207 newseq->v_prev = tail;
208 tail
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDoublyLinkedList.h80 T* tail() const;
121 template<typename T> inline T* DoublyLinkedList<T>::tail() const function in class:WTF::DoublyLinkedList
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h32 struct nouveau_fence *tail; member in struct:nouveau_screen::__anon13818
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.h65 unsigned int tail; member in struct:dri_drawable
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.h88 void *tail; // Tail of chain of objects. member in struct:tcmalloc::CentralFreeList::TCEntry
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.h88 void *tail; // Tail of chain of objects. member in struct:tcmalloc::CentralFreeList::TCEntry
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c161 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) argument
215 printf("%s", gettext(tail));

Completed in 1055 milliseconds

12345678910