Home
last modified time | relevance | path

Searched refs:bytesLeft (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c531 size_t bytesLeft = pEntry->compLen; in processStoredEntry() local
532 while (bytesLeft > 0) { in processStoredEntry()
538 count = bytesLeft; in processStoredEntry()
551 bytesLeft -= count; in processStoredEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c530 size_t bytesLeft = pEntry->compLen; in processStoredEntry() local
531 while (bytesLeft > 0) { in processStoredEntry()
537 count = bytesLeft; in processStoredEntry()
550 bytesLeft -= count; in processStoredEntry()
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Dmp3dec.h133 int MP3Decode(HMP3Decoder hMP3Decoder, unsigned char **inbuf, int *bytesLeft, short *outbuf, int us…
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c454 int bytesLeft; in RecordABigRequest() local
463 bytesLeft = client->req_len << 2; in RecordABigRequest()
465 (void *) stuff, SIZEOF(xReq), 0, bytesLeft); in RecordABigRequest()
474 bytesLeft -= sizeof(bigLength); in RecordABigRequest()
478 (void *) (stuff + 1), bytesLeft, 0, in RecordABigRequest()