OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ahead
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
ustring.c
1033
* 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
[
all
...]
/external/bluetooth/bluez/audio/
liba2dp.c
674
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);
Completed in 171 milliseconds