HomeSort by relevance Sort by last modified time
    Searched defs:remain (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libmtp/src/
util.c 102 uint32_t remain = n; local
108 while (remain) {
111 ln = ( remain > 16 ) ? 16 : remain;
132 remain -= ln;
  /external/tensorflow/tensorflow/core/lib/strings/
base64.cc 118 const int remain = static_cast<int>(end - b64); local
119 if (TF_PREDICT_FALSE(remain == 1)) {
129 std::memcpy(tail, b64, remain * sizeof(*b64));
132 current += remain - 1;
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 83 GLuint remain, i; local
90 remain = num_pixels % 2;
95 if (remain) {
  /hardware/qcom/gps/msm8998/android/
AGnssRil.cpp 105 int remain = data.length(); local
108 while (remain > 0 &&
109 (sent = ::send(socketFd, data.c_str() + (data.length() - remain),
110 remain, MSG_NOSIGNAL)) > 0) {
111 remain -= sent;
120 return (remain == 0);
  /art/runtime/gc/accounting/
space_bitmap_test.cc 181 const size_t remain = heap_capacity - offset; variable
182 const size_t end = offset + RoundDown(r.next() % (remain + 1), kAlignment);
  /external/ltp/utils/sctp/func_tests/
test_fragments.c 264 int remain; local
272 remain = test_recvmsg(sk2, &inmessage, MSG_WAITALL);
273 test_check_msg_data(&inmessage, remain,
  /frameworks/native/libs/binder/
Debug.cpp 211 long remain = length; local
233 if (remain-- > 0) {
242 if (remain > 0) {
254 remain--;
263 remain = length;
268 if (remain-- > 0) {
279 if (remain > 0) *c++ = ',';
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 461 int remain, r; local
492 remain = buf[2];
494 remain = size - 3;
496 while ((count - 3) < remain) {
497 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 466 int remain, r; local
497 remain = buf[2];
499 remain = size - 3;
501 while ((count - 3) < remain) {
502 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 461 int remain, r; local
492 remain = buf[2];
494 remain = size - 3;
496 while ((count - 3) < remain) {
497 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 467 int remain, r; local
498 remain = buf[2];
500 remain = size - 3;
502 while ((count - 3) < remain) {
503 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 470 int remain, r; local
501 remain = buf[2];
503 remain = size - 3;
505 while ((count - 3) < remain) {
506 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/gps/msm8909w_3100/gnss/
XtraSystemStatusObserver.cpp 95 int remain = data.length(); local
97 while (remain > 0 &&
98 (sent = ::send(socketFd, data.c_str() + (data.length() - remain),
99 remain, MSG_NOSIGNAL)) > 0) {
100 remain -= sent;
109 return (remain == 0);
  /system/libhwbinder/
Debug.cpp 212 long remain = length; local
226 if (remain > 0 && (size_t)remain <= align_offset) {
227 align_offset = remain - 1;
238 if (remain-- > 0) {
247 if (remain > 0) {
259 remain--;
268 remain = length;
273 if (remain-- > 0) {
284 if (remain > 0) *c++ = ','
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 77 size_t remain; member in struct:putchar_arg
82 size_t remain; member in struct:snprintf_arg
150 info.remain = size;
152 if (info.remain >= 1)
162 if (info->remain >= 2) {
164 info->remain--;
179 info.remain = size;
181 if (info.remain >= 1)
  /device/linaro/hikey/wpan/uim/
uim.c 90 int remain, rd; local
129 remain = buf[2];
131 remain = size - 3;
133 while ((count - 3) < remain) {
134 rd = read(fd, buf + count, remain - (count - 3));
  /external/adhd/cras/src/alsa_plugin/
pcm_cras.c 179 snd_pcm_uframes_t remain = io->buffer_size - pcm_cras->hw_ptr; local
181 if (frames > remain)
182 frames = remain;
  /external/libdivsufsort/lib/
trsort.c 195 saidx_t remain; member in struct:_trbudget_t
204 budget->remain = budget->incval = incval;
210 if(size <= budget->remain) { budget->remain -= size; return 1; }
212 budget->remain += budget->incval - size;
  /external/mdnsresponder/mDNSPosix/
Identify.c 189 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/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 266 const ptrdiff_t remain = _ptrRTPDataEnd - ptr; local
267 if (remain < 4) {
281 if (static_cast<size_t>(remain) < (4 + XLen)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 222 final String remain = (size - start > 0) ? text.substring(start) : null; local
224 return remain != null ? new String[] { remain } : null;
226 if (remain != null) {
227 list.add(remain);
  /system/core/libsparse/
sparse_read.cpp 337 int64_t remain = s->len; local
347 while (remain > 0) {
348 to_read = std::min(remain, (int64_t)(s->block_size));
375 remain -= to_read;
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 286 size_t remain = Size - Pos; local
290 if (size > remain)
291 size = (UInt32)remain;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 1034 int remain = data.length(); local
1037 while (remain > 0 &&
1038 (sent = ::send(socketFd, data.c_str() + (data.length() - remain),
1039 remain, MSG_NOSIGNAL)) > 0) {
1040 remain -= sent;
1049 return (remain == 0);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp 1041 int remain = data.length(); local
1044 while (remain > 0 &&
1045 (sent = ::send(socketFd, data.c_str() + (data.length() - remain),
1046 remain, MSG_NOSIGNAL)) > 0) {
1047 remain -= sent;
1056 return (remain == 0);

Completed in 767 milliseconds

1 2 3