HomeSort by relevance Sort by last modified time
    Searched full:tail (Results 101 - 125 of 586) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 65 * wpabuf_tailroom - Get size of available tail room in the end of the buffer
67 * Returns: Tail room (in bytes) of available space in the end of the buffer
  /hardware/msm7k/libgralloc/
allocator.h 43 NODE const* tail() const { return mLast; } function in class:LinkedList
44 NODE* tail() { return mLast; } function in class:LinkedList
  /hardware/msm7k/libgralloc-qsd8k/
allocator.h 43 NODE const* tail() const { return mLast; } function in class:LinkedList
44 NODE* tail() { return mLast; } function in class:LinkedList
  /bionic/libc/bionic/
__set_errno.c 40 * (tail-called in the case of 0-4 arg versions)
  /bionic/libc/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 122 assertEquals("tail string is not empty", "", f.getTail(null));
152 assertEquals("tail string is not empty", "", f.getTail(null));
153 assertEquals("tail string is not empty", "", f.getTail(h));
155 assertEquals("tail string is not empty", "", f.getTail(h));
  /development/simulator/app/
LogPool.cpp 39 * Remove the oldest message (from the tail of the list).
  /external/bluetooth/glib/glib/
gpattern.c 255 /* special case sole head/tail wildcard or exact matches */
279 /* now just need to distinguish between head or tail match start */
280 tw_pos = pspec->pattern_length - 1 - tw_pos; /* last pos to tail distance */
281 tj_pos = pspec->pattern_length - 1 - tj_pos; /* last pos to tail distance */
  /external/iproute2/tc/
m_xt.c 116 struct rtattr *tail; local
218 tail = NLMSG_TAIL(n);
240 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_tbf.c 51 struct rtattr *tail; local
208 tail = NLMSG_TAIL(n);
214 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/openssl/crypto/bn/asm/x86/
sqr.pl 46 &comment("Tail Round $i");
  /ndk/build/platforms/android-3/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /bionic/libc/include/sys/
queue.h 37 * lists, simple queues, tail queues, and circular queues.
57 * list and the other to the tail of the list. The elements are singly
63 * A tail queue is headed by a pair of pointers, one to the head of the
64 * list and the other to the tail of the list. The elements are doubly
68 * the list. A tail queue may be traversed in either direction.
71 * list and the other to the tail of the list. The elements are doubly
209 * Singly-linked Tail queue declarations.
226 * Singly-linked Tail queue functions.
275 * Singly-linked Tail queue access methods.
357 * Tail queue definitions
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringVector.java 194 * Pop the tail of this vector.
215 * Get the string at the tail of this vector without popping.
217 * @return The string at the tail of this vector.
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 150 pCmdQueue->tail = 0;
489 pCmdQueue->aCmdQueue[pCmdQueue->tail].cmdType = cmdType;
490 pCmdQueue->aCmdQueue[pCmdQueue->tail].uParamsLen = uParamsLen;
491 pCmdQueue->aCmdQueue[pCmdQueue->tail].fCb = fCb;
492 pCmdQueue->aCmdQueue[pCmdQueue->tail].hCb = hCb;
495 pCmdQueue->aCmdQueue[pCmdQueue->tail].aParamsBuf,
499 pCmdQueue->aCmdQueue[pCmdQueue->tail].pInterrogateBuf = (TI_UINT8 *)pCb;
501 /* Advance the queue tail*/
502 pCmdQueue->tail++;
503 if (pCmdQueue->tail == CMDQUEUE_QUEUE_DEPTH
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
queue.h 37 * lists, simple queues, tail queues, and circular queues.
57 * list and the other to the tail of the list. The elements are singly
63 * A tail queue is headed by a pair of pointers, one to the head of the
64 * list and the other to the tail of the list. The elements are doubly
68 * the list. A tail queue may be traversed in either direction.
71 * list and the other to the tail of the list. The elements are doubly
209 * Singly-linked Tail queue declarations.
226 * Singly-linked Tail queue functions.
275 * Singly-linked Tail queue access methods.
357 * Tail queue definitions
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
queue.h 37 * lists, simple queues, tail queues, and circular queues.
57 * list and the other to the tail of the list. The elements are singly
63 * A tail queue is headed by a pair of pointers, one to the head of the
64 * list and the other to the tail of the list. The elements are doubly
68 * the list. A tail queue may be traversed in either direction.
71 * list and the other to the tail of the list. The elements are doubly
209 * Singly-linked Tail queue declarations.
226 * Singly-linked Tail queue functions.
275 * Singly-linked Tail queue access methods.
357 * Tail queue definitions
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
Builder.java 194 Token tail = node.lastToken; local
197 while (head != tail) {
203 out.append(tail.image);
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.c 150 pCmdQueue->tail = 0;
489 pCmdQueue->aCmdQueue[pCmdQueue->tail].cmdType = cmdType;
490 pCmdQueue->aCmdQueue[pCmdQueue->tail].uParamsLen = uParamsLen;
491 pCmdQueue->aCmdQueue[pCmdQueue->tail].fCb = fCb;
492 pCmdQueue->aCmdQueue[pCmdQueue->tail].hCb = hCb;
495 pCmdQueue->aCmdQueue[pCmdQueue->tail].aParamsBuf,
499 pCmdQueue->aCmdQueue[pCmdQueue->tail].pInterrogateBuf = (TI_UINT8 *)pCb;
501 /* Advance the queue tail*/
502 pCmdQueue->tail++;
503 if (pCmdQueue->tail == CMDQUEUE_QUEUE_DEPTH
    [all...]
  /external/kernel-headers/original/linux/
skbuff.h 215 * @tail: Tail pointer
318 *tail, member in struct:sk_buff
584 * Returns %NULL for an empty list or a pointer to the tail element.
671 * __skb_queue_tail - queue a buffer at the list tail
767 * __skb_dequeue_tail - remove from the tail of the queue
770 * Remove the tail of the list. This function does not take any locks
771 * so must be used with appropriate locks held only. The tail item is
823 unsigned char *tmp = skb->tail;
825 skb->tail += len
    [all...]

Completed in 74 milliseconds

1 2 3 45 6 7 8 91011>>