/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmutils.h | 96 void *tail; member in struct:pktq_prec 141 #define pktq_ppeek_tail(pq, prec) ((pq)->q[prec].tail)
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
ComposingText.java | 97 * @param pos Position (<0 : the tail segment) 179 /* add at the tail */
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 123 * The algorithm in Appel is presented in partial tail-recursion
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
Base64Encoder.java | 74 * process the tail end.
|
/dalvik/vm/ |
Debugger.h | 81 /* boolean; only set when we're in the tail end of an event handler */
|
Init.c | 827 const char* tail; local 831 tail = argv[i] + 10; 833 tail = argv[i] + 15; 835 if (strncmp(tail, "help", 4) == 0 || !parseJdwpOptions(tail)) { [all...] |
/external/grub/stage2/ |
bios.c | 233 writes a garbage to the tail of drive parameters,
|
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 688 // Next, recurses (at compile time) with the tail of the type list. 689 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> 719 // Next, recurses (at compile time) with the tail of the test list. 720 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> [all...] |
/external/iproute2/tc/ |
f_u32.c | 950 struct rtattr *tail; local 966 tail = NLMSG_TAIL(n); 1136 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
/external/kernel-headers/original/asm-x86/ |
string_32.h | 96 /* tail */
|
/external/speex/libspeex/ |
nb_celp.h | 155 int pitch_gain_buf_idx; /**< Tail of the buffer */
|
/external/webkit/WebKitTools/iExploder/ |
README.txt | 62 % tail -15000 /var/log/apache2/access_log | ./lasthit.rb
|
/frameworks/base/core/java/android/preference/ |
PreferenceGroup.java | 137 // TODO: fix (method is called tail recursively when inflating,
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/ |
TNETWArb_buffer.c | 199 ** Description Enqueue a buffer at the tail of the queue.
|
/external/bluetooth/glib/tests/ |
sequence-test.c | 505 g_assert (seq->queue->tail); 506 g_assert (seq->queue->tail->data == penultimate_iter); 514 g_assert (seq->queue->tail == NULL);
|
/external/dbus/dbus/ |
dbus-list.c | 160 * DBusList is a circular list; that is, the tail of the list 252 /* Now cycle the list forward one so the prepended node is the tail */ 296 /* Now cycle the list forward one so the prepended node is the tail */
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 340 // Tail call a code stub (jump). Generate the code if necessary. 343 // Tail call a code stub (jump) and return the code object called. Try to 369 // Tail call of a runtime routine (jump).
|
/external/v8/src/x64/ |
codegen-x64.h | 124 // splitting should be emitted in tail position (as the last thing 170 // should be emitted in tail position (as the last thing when 184 // Emit an unconditional jump in tail position, to the true target
|
ic-x64.cc | 227 // Perform tail call to the entry. 244 // Perform tail call to the entry. 593 // Perform tail call to the entry. 616 // Do tail-call to runtime routine. 635 // Do tail-call to runtime routine. [all...] |
/frameworks/base/libs/surfaceflinger_client/ |
Surface.cpp | 68 Region::const_iterator tail(reg.end()); 69 if (head != tail && src_bits && dst_bits) { 75 while (head != tail) {
|
/dalvik/libcore/security/src/main/java/java/security/cert/ |
X509CertSelector.java | 1112 String tail = Integer.toHexString(0x00ff & data[i]); local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 603 MultistepExprHolder tail = null; local 626 tail = head; 629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null); 630 tail = tail.m_next; [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 251 CharList *tail; local 425 tail = NULL; 427 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); 1334 CharList *l, *tail = NULL, *tail2 = NULL; local [all...] |
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 834 arc_token *tail, *next = (arc_token*)1; local 837 for (tail = head; ; tail = next) 839 next = ARC_TOKEN_PTR(base, tail->next_token_index); 842 tail->next_token_index = ARC_TOKEN_PTR2LNK(base, (*arc_token_freelist)); [all...] |