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

1 2 3 4 5 67 8 91011>>

  /external/openssl/crypto/bn/asm/x86/
sub.pl 57 &comment("Tail Round $i");
  /external/openssl/ssl/
ssl_ciph.c 429 CIPHER_ORDER **tail)
431 if (curr == *tail) return;
438 (*tail)->next=curr;
439 curr->prev= *tail;
441 *tail=curr;
607 CIPHER_ORDER *head, *tail, *curr, *curr2, *tail2; local
619 tail2 = tail = *tail_p;
685 ll_append_tail(&head, curr, &tail);
695 ll_append_tail(&head, curr, &tail);
706 if (tail == curr
964 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
    [all...]
  /external/srec/seti/sltsEngine/include/
linklist.h 32 struct LNode *tail; member in struct:LList
  /external/srec/srec/include/
word_lattice.h 33 void print_word_token_backtrace(srec* rec, wtokenID wtoken_index, char* tail);
  /external/webkit/WebCore/platform/
DeprecatedPtrListImpl.h 84 DeprecatedListNode *tail; member in class:WebCore::DeprecatedPtrListImpl
  /frameworks/base/libs/surfaceflinger/
BlurFilter.cpp 329 TYPE* const tail = scratch + (y & mask) * src->stride; local
332 sums[x] -= PIXEL( tail[x] );
335 memcpy( tail,
339 sums[x] += PIXEL( tail[x] );
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.h 143 TI_UINT32 tail; member in struct:__anon8145
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /system/extras/tests/sdcard/
profile_sdcard.sh 41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.h 143 TI_UINT32 tail; member in struct:__anon13988
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 276 * tail. To dequeue, you just set the head field.
279 * head | | <---- | | <---- | | tail
284 * operation on "tail", so there is a simple atomic point of
305 * updated "tail" when a node's successor appears to be null.
320 * is constructed and head and tail pointers are set upon first
411 * to be null, we can scan prev's from the tail to
481 * Tail of the wait queue, lazily initialized. Modified only via
484 private transient volatile Node tail; field in class:AbstractQueuedSynchronizer
541 Node t = tail;
544 tail = head
    [all...]
  /external/libpcap/
pcap-dos.c 1280 struct rx_elem *tail, *head; local
1285 tail = pktq_out_elem (&active_dev->queue);
1289 if (head != tail)
1291 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1293 *buf = &tail->data[0];
1294 return (tail->size);
1306 struct rx_elem *tail = pktq_out_elem (&active_dev->queue); local
1308 PCAP_ASSERT (&tail->data[0] == buf);
    [all...]
  /external/bluetooth/glib/gobject/
glib-mkenums.1 58 where section may be file-header, file-production, file-tail,
59 enumeration-production, value-header, value-production, value-tail or
  /external/icu4c/common/unicode/
ushape.h 322 /* Seen Tail option */
330 * De-shaping mode: Any Seen character followed by Tail character will be
331 * replaced by one cell Seen and a space will replace the Tail.
427 * If this option is used, shaping will use the new Unicode code point for TAIL (i.e. 0xFE73).
428 * If this option is not specified (Default), old unofficial Unicode TAIL code point is used (i.e. 0x200B)
430 * TAIL (i.e. 0xFE73) or the old unofficial Unicode TAIL code point (i.e. 0x200B) and de-shape the
439 /** Bit mask for new Unicode Tail option */
  /external/iproute2/man/man8/
tc-red.8 23 smartly. Regular queues simply drop packets from the tail when they are
24 full, which may not be the optimal behaviour. RED also performs tail drop,
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 65 ({ struct nfattr *__start = (struct nfattr *) (skb)->tail; \
69 ({ (start)->nfa_len = ((skb)->tail - (unsigned char *) (start)); \
  /external/kernel-headers/original/linux/sunrpc/
xdr.h 42 * The tail iovec allows you to append data after the page array. Its
52 tail[1]; /* Appended after page data */ member in struct:xdr_buf
  /external/opencore/oscl/oscl/osclproc/src/
oscl_double_list.h 121 OSCL_INLINE T* Tail() const;
134 OSCL_INLINE T* Tail() const;
  /external/openssl/crypto/bn/asm/
bn-586.pl 162 &comment("Tail Round $i");
239 &comment("Tail Round $i");
298 &comment("Tail Round $i");
377 &comment("Tail Round $i");
449 &comment("Tail Round $i");
521 &comment("Tail Round $i");
583 &comment("dl<0 Tail Round $i");
628 &comment("dl>0 Tail Round $i");
  /external/tremolo/Tremolo/
ogg.h 88 ogg_reference *tail; member in struct:oggpack_buffer
91 long count; /* doesn't count the tail */

Completed in 227 milliseconds

1 2 3 4 5 67 8 91011>>