/external/libffi/testsuite/lib/ |
libffi-dg.exp | 53 set output_file "[file rootname [file tail $prog]].s" 57 set output_file "[file rootname [file tail $prog]].exe" 66 set output_file "./[file rootname [file tail $prog]].exe" 237 set nshort [file tail [file dirname $test]]/[file tail $test]
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
x86p_16.asm | 109 ; tail 218 ; tail 333 ; tail 461 ; check tail 466 .L6 ; tail
|
/external/iproute2/tc/ |
m_ematch.c | 179 struct rtattr *tail = NLMSG_TAIL(n); local 221 tail->rta_len = (void*) NLMSG_TAIL(n) - (void*) tail; 339 struct rtattr *tail, *tail_list; local 346 tail = NLMSG_TAIL(n); 357 tail->rta_len = (void*) NLMSG_TAIL(n) - (void*) tail;
|
f_flow.c | 137 struct rtattr *tail; local 152 tail = NLMSG_TAIL(n); 264 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
|
f_rsvp.c | 178 struct rtattr *tail; local 193 tail = NLMSG_TAIL(n); 286 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
m_police.c | 140 struct rtattr *tail; local 296 tail = NLMSG_TAIL(n); 308 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
m_xt_old.c | 207 struct rtattr *tail; local 307 tail = NLMSG_TAIL(n); 329 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
q_hfsc.c | 147 struct rtattr *tail; local 208 tail = NLMSG_TAIL(n); 218 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
q_netem.c | 131 struct rtattr *tail; local 260 tail = NLMSG_TAIL(n); 302 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
tc_qdisc.c | 158 struct rtattr *tail; local 165 tail = NLMSG_TAIL(&req.n); 172 tail->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)tail;
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 115 * cancelled. But if it may be pinned as the current tail, it must 539 /** Tail of queue */ 540 transient volatile QNode tail; field in class:SynchronousQueue.TransferQueue 551 tail = h; 569 (TransferQueue.class, QNode.class, "tail"); 572 * Tries to cas nt as new tail. 575 if (tail == t) 608 * advance head and tail on behalf of other stalled/slow 612 * seeing uninitialized head or tail values. This never 624 QNode t = tail; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/ |
CmdQueue.c | 130 pCmdQueue->Tail = 0; 207 pCmdQueue->Tail = 0; 521 pCmdQueue->CmdQueue[pCmdQueue->Tail].cmdType = cmdType; 522 pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsLen = paramsLen; 523 pCmdQueue->CmdQueue[pCmdQueue->Tail].CB_Func = CB_Func; 524 pCmdQueue->CmdQueue[pCmdQueue->Tail].CB_Arg = CB_Arg; 527 os_memoryCopy(pCmdQueue->hOs, pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsBuf, pParamsBuf, CMDQUEUE_INFO_ELEM_HEADER_LEN); 530 os_memoryCopy(pCmdQueue->hOs, pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsBuf, pParamsBuf, paramsLen); 531 pCmdQueue->CmdQueue[pCmdQueue->Tail].interrogateParamsBuf = pCB_Buf; 533 /*advance the Queue tail*/ [all...] |
/external/grub/stage2/ |
fsys_xfs.c | 425 #define tail ((xfs_dir2_block_tail_t *)dirbuf) macro 426 filepos = xfs.dirbsize - sizeof(*tail); 427 xfs_read (dirbuf, sizeof(*tail)); 428 xfs.dirmax = le32 (tail->count) - le32 (tail->stale); 429 #undef tail macro
|
/external/openssl/crypto/bn/ |
bn_ctx.c | 102 BN_POOL_ITEM *head, *current, *tail; member in struct:bignum_pool 362 p->head = p->current = p->tail = NULL; 415 item->prev = p->tail; 419 p->head = p->current = p->tail = item; 422 p->tail->next = item; 423 p->tail = item;
|
/dalvik/docs/ |
heap-profiling.html | 87 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof tail.hprof 96 $ cat head.hprof tail.hprof > dump.hprof 97 $ rm head.hprof tail.hprof
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
NodeSet.java | 941 * Pop a node from the tail of the vector and return the result. 943 * @return the node at the tail of the vector 958 * Pop a node from the tail of the vector and return the 974 * Pop a node from the tail of the vector. 1033 * Pop a pair of nodes from the tail of the stack. 1046 * Set the tail of the stack to the given node. 1050 * @param n Node to set at the tail of vector 1058 * Set the given node one position from the tail. 1070 * Return the node at the tail of the vector without popping 1074 * @return Node at the tail of the vecto [all...] |
/external/freetype/include/freetype/ |
fttypes.h | 566 FT_ListNode tail; member in struct:FT_ListRec_ [all...] |
/bionic/libc/kernel/common/linux/ |
skbuff.h | 160 *tail, member in struct:sk_buff
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
XMLFormatterTest.java | 92 assertTrue("Tail string position should be more zero", formatter 241 "Tail string with null handler should be equal expected value", 243 assertEquals("Tail string should be equal expected value", "</log>", 247 "Tail string after publish() should be equal expected value",
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 56 * Insert a new entry at the tail
|
/external/genext2fs/ |
mkbootimg_ext2.sh | 94 num_blocks=`du -sk $TMPDIR | tail -n1 | awk '{print $1;}'`
|
/external/mtpd/ |
mtpd.c | 343 char *tail = envargs; local 349 *tail++ = 'A' + ((*p >> 4) & 0x0F); 350 *tail++ = 'A' + (*p & 0x0F); 353 *tail = 0;
|
/external/openssl/crypto/bn/asm/x86/ |
add.pl | 57 &comment("Tail Round $i");
|
mul.pl | 60 &comment("Tail Round $i");
|
mul_add.pl | 66 &comment("Tail Round $i");
|