Searched refs:ahead (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dliba2dp.c674 long ahead = 0; local
678 ahead = data->next_write - now;
680 DBG("duration: %ld, ahead: %ld", duration, ahead);
682 if (ahead > 0) {
684 usleep(ahead);
689 if (ahead <= -CATCH_UP_TIMEOUT * 1000) {
691 VDBG("ahead < %d, reseting next_write timestamp", -CATCH_UP_TIMEOUT * 1000);
/external/icu4c/common/
H A Dustring.c1033 * sufficient to look ahead one because of UTF-16;
1034 * safe to look ahead one because at worst that would be the terminating NUL
1284 int32_t ahead = *offset + 1; local
1286 if (c == 0x5C /*'\\'*/ && ahead < length) {
1287 c = (UChar) u_unescapeAt(charAt, &ahead, length, context);
1290 *offset = ahead;
/external/bison/data/
H A Dglr.c70 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
85 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
2183 of the look-ahead. */
/external/bison/doc/
H A Drefcard.tex462 \key{Current look ahead token.} {yychar}
493 \key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY}
494 \key{Clear previous look ahead token.} {yyclearin}
/external/libffi/src/mips/
H A Do32.S86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
/external/oprofile/events/mips/74K/
H A Devents29 event:0xb counters:0,2 um:zero minimum:500 name:IFU_IDU_MISS_PRED_UPSTREAM_CYCLES : 11-0 Cycles IFU-IDU gate is closed (to prevent upstream from getting ahead) due to mispredicted branch
100 event:0x406 counters:1,3 um:zero minimum:500 name:ICACHE_MISSES : 6-1 Instruction cache misses, includes misses from fetch-ahead and speculation
/external/zlib/contrib/masm686/
H A Dmatch.asm284 ;/* both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and %edx is */
/external/zlib/contrib/masmx64/
H A Dgvmat64.asm405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/external/zlib/contrib/masmx86/
H A Dmatch686.asm344 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
H A Dgvmat32.asm831 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4893 math operations. As a result the routine can scan ahead to the next number required for testing with very little work

Completed in 218 milliseconds