/external/libmtp/src/ |
D | util.c | 74 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/ |
D | Identify.c | 189 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/ |
D | SDL_ndsaudio.c | 147 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/ |
D | texcompress_cpal.c | 86 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/ |
D | texcompress_cpal.c | 86 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/ |
D | sparse_read.c | 361 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/ |
D | time-record.c | 15 struct timespec request, remain; in main() local
|
/external/chromium_org/chrome/common/mac/ |
D | objc_zombie_unittest.mm | 71 // 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/ |
D | README.draft | 12 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/ |
D | rtp_utility.cc | 388 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/ |
D | tkt2767.test | 56 # 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/ |
D | DEPS | 7 # lib is the top-level target, and must remain a leaf in the dependency tree.
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_mbuf.c | 1358 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/ |
D | storepointer-compare.ll | 5 ; direct. The global will still remain, but indirect call elim is still good.
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-v8.txt | 8 # These are the only coprocessor instructions that remain defined in ARMv8
|
D | basic-arm-instructions-v8.txt | 26 # These are the only coprocessor instructions that remain defined in ARMv8
|
/external/chromium_org/ppapi/api/ |
D | pp_array_output.idl | 38 * 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/ |
D | unw_regname.tex | 23 therefore guaranteed to remain valid until the application terminates.
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syscall-mips32-linux.S | 108 # TODO: this should remain, keep it just for now
|
/external/chromium_org/third_party/checkstyle/ |
D | RIGHTS.antlr | 23 headers remain intact in our source code. As long as these
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | MainThreadWebSocketChannel.cpp | 325 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/ |
D | web_socket.mojom | 18 // pipe which should remain open for the lifetime of the WebSocket. Data
|
/external/lohit-fonts/lohit-odia-ttf/ |
D | OFL.txt | 26 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/ |
D | NOTICE | 26 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/ |
D | NOTICE | 26 requirement for fonts to remain under this license does not apply 78 remain under this license does not apply to any document created
|