Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/external/libmtp/src/
Dutil.c74 uint32_t remain = n; in data_dump_ascii() local
80 while (remain) { in data_dump_ascii()
83 ln = ( remain > 16 ) ? 16 : remain; in data_dump_ascii()
104 remain -= ln; in data_dump_ascii()
/external/mdnsresponder/mDNSPosix/
DIdentify.c189 struct timeval now, remain = end; in WaitForAnswer() local
194 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; } in WaitForAnswer()
195 if (remain.tv_sec < now.tv_sec) in WaitForAnswer()
200 remain.tv_usec -= now.tv_usec; in WaitForAnswer()
201 remain.tv_sec -= now.tv_sec; in WaitForAnswer()
202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain); in WaitForAnswer()
203 result = select(nfds, &readfds, NULL, NULL, &remain); in WaitForAnswer()
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
DSDL_ndsaudio.c147 int remain; in MixSound() local
154 remain = soundsystem->numsamples - (soundsystem->buffersize - soundsystem->soundcursor); in MixSound()
155 SoundMixCallback(soundsystem->mixbuffer,remain); in MixSound()
167 remain = soundsystem->numsamples - ((soundsystem->buffersize >> 1) - soundsystem->soundcursor); in MixSound()
168 SoundMixCallback(soundsystem->mixbuffer,remain); in MixSound()
/external/mesa3d/src/mesa/main/
Dtexcompress_cpal.c86 GLuint remain, i; in paletted_to_color() local
93 remain = num_pixels % 2; in paletted_to_color()
98 if (remain) { in paletted_to_color()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexcompress_cpal.c86 GLuint remain, i; in paletted_to_color() local
93 remain = num_pixels % 2; in paletted_to_color()
98 if (remain) { in paletted_to_color()
/external/qemu/distrib/libsparse/src/
Dsparse_read.c361 int64_t remain = s->len; in sparse_file_read_normal() local
371 while (remain > 0) { in sparse_file_read_normal()
372 to_read = min(remain, s->block_size); in sparse_file_read_normal()
398 remain -= to_read; in sparse_file_read_normal()
/external/ltrace/testsuite/ltrace.minor/
Dtime-record.c15 struct timespec request, remain; in main() local
/external/chromium_org/chrome/common/mac/
Dobjc_zombie_unittest.mm71 // The local reference should remain (C++ destructors aren't re-run).
93 // The local reference should remain (associated objects not re-released).
/external/chromium_org/third_party/opus/src/
DREADME.draft12 However, although that implementation is expected to remain conformant
13 with the standard, it is the code in this RFC that shall remain normative.
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc388 const ptrdiff_t remain = _ptrRTPDataEnd - ptr; in Parse() local
389 if (remain < 4) { in Parse()
402 if (remain < (4 + XLen)) { in Parse()
/external/chromium_org/third_party/sqlite/src/test/
Dtkt2767.test56 # the deletes should be no-ops so the table should remain unchanged.
68 # the updates should be no-ops so the table should remain unchanged.
/external/chromium_org/android_webview/
DDEPS7 # lib is the top-level target, and must remain a leaf in the dependency tree.
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_mbuf.c1358 u_int len = len0, remain; in m_split() local
1365 remain = m->m_len - len; in m_split()
1375 if (remain > MHLEN) { in m_split()
1387 MH_ALIGN(n, remain); in m_split()
1388 } else if (remain == 0) { in m_split()
1396 M_ALIGN(n, remain); in m_split()
1403 bcopy(mtod(m, caddr_t) + len, mtod(n, caddr_t), remain); in m_split()
1405 n->m_len = remain; in m_split()
/external/llvm/test/Transforms/GlobalOpt/
Dstorepointer-compare.ll5 ; direct. The global will still remain, but indirect call elim is still good.
/external/llvm/test/MC/Disassembler/ARM/
Dthumb2-v8.txt8 # These are the only coprocessor instructions that remain defined in ARMv8
Dbasic-arm-instructions-v8.txt26 # These are the only coprocessor instructions that remain defined in ARMv8
/external/chromium_org/ppapi/api/
Dpp_array_output.idl38 * returned, the buffer must remain valid until after the callback runs. If used
39 * with a blocking callback, the buffer must remain valid until after the
/external/libunwind/doc/
Dunw_regname.tex23 therefore guaranteed to remain valid until the application terminates.
/external/valgrind/main/coregrind/m_syswrap/
Dsyscall-mips32-linux.S108 # TODO: this should remain, keep it just for now
/external/chromium_org/third_party/checkstyle/
DRIGHTS.antlr23 headers remain intact in our source code. As long as these
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DMainThreadWebSocketChannel.cpp325 size_t remain = consumed; in didConsumeBufferedAmount() local
326 while (remain > 0) { in didConsumeBufferedAmount()
331 …size_t consumedInThisFrame = std::min(remain, frame.frameDataSize() - m_numConsumedBytesInCurrentF… in didConsumeBufferedAmount()
332 remain -= consumedInThisFrame; in didConsumeBufferedAmount()
/external/chromium_org/mojo/services/public/interfaces/network/
Dweb_socket.mojom18 // pipe which should remain open for the lifetime of the WebSocket. Data
/external/lohit-fonts/lohit-odia-ttf/
DOFL.txt26 requirement for fonts to remain under this license does not apply
78 remain under this license does not apply to any document created
/external/google-fonts/cutive-mono/
DNOTICE26 requirement for fonts to remain under this license does not apply
78 remain under this license does not apply to any document created
/external/google-fonts/dancing-script/
DNOTICE26 requirement for fonts to remain under this license does not apply
78 remain under this license does not apply to any document created

12345678910>>...17