Searched refs:remain (Results 1 - 25 of 56) sorted by relevance

123

/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record.c15 struct timespec request, remain; local
/external/libmtp/src/
H A Dutil.c74 uint32_t remain = n; local
80 while (remain) {
83 ln = ( remain > 16 ) ? 16 : remain;
104 remain -= ln;
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c147 int remain; local
154 remain = soundsystem->numsamples - (soundsystem->buffersize - soundsystem->soundcursor);
155 SoundMixCallback(soundsystem->mixbuffer,remain);
167 remain = soundsystem->numsamples - ((soundsystem->buffersize >> 1) - soundsystem->soundcursor);
168 SoundMixCallback(soundsystem->mixbuffer,remain);
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c189 struct timeval now, remain = end; local
194 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; }
195 if (remain.tv_sec < now.tv_sec)
200 remain.tv_usec -= now.tv_usec;
201 remain.tv_sec -= now.tv_sec;
202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain);
203 result = select(nfds, &readfds, NULL, NULL, &remain);
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk10 # Then, you can have your local changes remain even if you upgrade or
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk10 # Then, you can have your local changes remain even if you upgrade or
/external/libunwind/doc/
H A Dunw_regname.tex23 therefore guaranteed to remain valid until the application terminates.
H A Dunw_get_accessors.tex23 guaranteed to remain valid until address space \Var{as} is destroyed
H A Dunw_init_local.tex23 starts. The machine-state must remain valid for the duration for
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_cpal.c86 GLuint remain, i; local
93 remain = num_pixels % 2;
98 if (remain) {
/external/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c86 GLuint remain, i; local
93 remain = num_pixels % 2;
98 if (remain) {
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc388 const ptrdiff_t remain = _ptrRTPDataEnd - ptr; local
389 if (remain < 4) {
402 if (remain < (4 + XLen)) {
/external/qemu/distrib/libsparse/src/
H A Dsparse_read.c361 int64_t remain = s->len; local
371 while (remain > 0) {
372 to_read = min(remain, s->block_size);
398 remain -= to_read;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-mips32-linux.S108 # TODO: this should remain, keep it just for now
/external/icu/icu4c/source/data/brkitr/
H A Dbrkfiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/ant-glob/
H A DNOTICE45 * of this License, Derivative Works shall not include works that remain
241 all times remain with copyright holders.
/external/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnffiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c1358 u_int len = len0, remain; local
1365 remain = m->m_len - len;
1375 if (remain > MHLEN) {
1387 MH_ALIGN(n, remain);
1388 } else if (remain == 0) {
1396 M_ALIGN(n, remain);
1403 bcopy(mtod(m, caddr_t) + len, mtod(n, caddr_t), remain);
1405 n->m_len = remain;
/external/icu/icu4c/source/data/rbnf/
H A Drbnffiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/icu/icu4c/source/data/coll/
H A Dcolfiles.mk11 # Then, you can have your local changes remain even if you upgrade or
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DMainThreadWebSocketChannel.cpp325 size_t remain = consumed;
326 while (remain > 0) {
331 size_t consumedInThisFrame = std::min(remain, frame.frameDataSize() - m_numConsumedBytesInCurrentFrame);
332 remain -= consumedInThisFrame;

Completed in 5371 milliseconds

123