Searched defs:remaining (Results 51 - 75 of 154) sorted by relevance

1234567

/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c44 int32_t remaining; member in struct:UCHARBUF
186 buf->remaining-=inputRead;
196 buf->remaining-=inputRead;
201 buf->remaining = 0;
222 (UBool)(buf->remaining==0),error);
291 (UBool)(buf->remaining==0),&error1);
308 outputWritten=((buf->remaining>cbufSize)? cbufSize:inputRead+offset);
328 if(buf->remaining==0){
348 if(buf->remaining==0){
499 buf->remaining
[all...]
/external/libexif/libexif/
H A Dexif-entry.c990 int remaining = e->size - editor_ofs; local
991 if (match_repeated_char(tagdata, ' ', remaining)) {
992 strncat (val, (const char*)tagdata, MIN (maxlen - strlen (val), (size_t)remaining));
/external/libnl/lib/
H A Dattr.c32 * remaining backwards compatible. Also attributes can be defined optional
479 * @arg remaining Number of bytes remaining in attribute stream.
488 int nla_ok(const struct nlattr *nla, int remaining) argument
490 return remaining >= sizeof(*nla) &&
492 nla->nla_len <= remaining;
498 * @arg remaining Variable to count remaining bytes in stream.
504 * the remaining bytes variable and a pointer to the next attribute is
511 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) argument
[all...]
H A Dmsg.c281 * check if the netlink message fits into the remaining bytes
283 * @arg remaining number of bytes remaining in message stream
285 int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) argument
287 return (remaining >= (int)sizeof(struct nlmsghdr) &&
289 nlh->nlmsg_len <= remaining);
295 * @arg remaining number of bytes remaining in message stream
298 * decrements remaining by the size of the current message.
300 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) argument
[all...]
/external/libnl/lib/route/link/
H A Dvlan.c116 int remaining; local
120 nla_for_each_nested(nla, tb[IFLA_VLAN_INGRESS_QOS], remaining) {
138 int remaining, i = 0; local
140 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) {
153 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) {
/external/libpng/
H A Dpngpread.c57 png_size_t remaining = png_ptr->buffer_size; local
63 if (png_ptr->save_buffer_size < remaining)
64 return remaining - png_ptr->save_buffer_size;
74 png_uint_32 remaining = 0; local
94 remaining = png_ptr->skip_length;
99 return remaining;
145 /* Read any remaining signature bytes from the stream and compare them with
/external/linux-tools-perf/src/tools/perf/ui/stdio/
H A Dhist.c74 fprintf(stderr, "Not enough memory to display remaining hits\n");
90 u64 remaining; local
95 remaining = total_samples;
104 remaining -= cumul;
110 * Except if we have remaining filtered hits. They will
114 if (!next && (callchain_param.mode != CHAIN_GRAPH_REL || !remaining))
147 remaining && remaining != total_samples) {
155 remaining, left_margin);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngpread.c56 png_size_t remaining = png_ptr->buffer_size; local
62 if (png_ptr->save_buffer_size < remaining)
63 return remaining - png_ptr->save_buffer_size;
73 png_uint_32 remaining = 0; local
93 remaining = png_ptr->skip_length;
98 return remaining;
144 /* Read any remaining signature bytes from the stream and compare them with
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp269 int remaining = count; // number of start/end pairs variable
292 if (!--remaining) {
296 SkASSERT(!remaining);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_win.c316 struct os_reltime *remaining)
323 remaining->sec = remaining->usec = 0;
332 os_reltime_sub(&timeout->time, &now, remaining);
361 struct os_reltime now, requested, remaining; local
371 os_reltime_sub(&tmp->time, &now, &remaining);
372 if (os_reltime_before(&requested, &remaining)) {
393 struct os_reltime now, requested, remaining; local
403 os_reltime_sub(&tmp->time, &now, &remaining);
404 if (os_reltime_before(&remaining,
314 eloop_cancel_timeout_one(eloop_timeout_handler handler, void *eloop_data, void *user_data, struct os_reltime *remaining) argument
[all...]
H A Deloop.c536 wpa_printf(MSG_INFO, "ELOOP: remaining socket: "
688 struct os_reltime *remaining)
695 remaining->sec = remaining->usec = 0;
704 os_reltime_sub(&timeout->time, &now, remaining);
733 struct os_reltime now, requested, remaining; local
743 os_reltime_sub(&tmp->time, &now, &remaining);
744 if (os_reltime_before(&requested, &remaining)) {
765 struct os_reltime now, requested, remaining; local
775 os_reltime_sub(&tmp->time, &now, &remaining);
686 eloop_cancel_timeout_one(eloop_timeout_handler handler, void *eloop_data, void *user_data, struct os_reltime *remaining) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c316 struct os_reltime *remaining)
323 remaining->sec = remaining->usec = 0;
332 os_reltime_sub(&timeout->time, &now, remaining);
361 struct os_reltime now, requested, remaining; local
371 os_reltime_sub(&tmp->time, &now, &remaining);
372 if (os_reltime_before(&requested, &remaining)) {
393 struct os_reltime now, requested, remaining; local
403 os_reltime_sub(&tmp->time, &now, &remaining);
404 if (os_reltime_before(&remaining,
314 eloop_cancel_timeout_one(eloop_timeout_handler handler, void *eloop_data, void *user_data, struct os_reltime *remaining) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_win.c316 struct os_reltime *remaining)
323 remaining->sec = remaining->usec = 0;
332 os_reltime_sub(&timeout->time, &now, remaining);
361 struct os_reltime now, requested, remaining; local
371 os_reltime_sub(&tmp->time, &now, &remaining);
372 if (os_reltime_before(&requested, &remaining)) {
393 struct os_reltime now, requested, remaining; local
403 os_reltime_sub(&tmp->time, &now, &remaining);
404 if (os_reltime_before(&remaining,
314 eloop_cancel_timeout_one(eloop_timeout_handler handler, void *eloop_data, void *user_data, struct os_reltime *remaining) argument
[all...]
/external/elfutils/src/src/
H A Daddr2line.c131 int remaining; local
153 (void) argp_parse (&argp, argc, argv, 0, &remaining, &dwfl);
158 if (remaining == argc)
182 result = handle_address (argv[remaining], dwfl);
183 while (++remaining < argc);
H A Dobjdump.c152 int remaining; local
153 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
159 if (remaining == argc)
164 /* Process all the remaining files. */
165 const bool more_than_one = remaining + 1 < argc;
168 result |= process_file (argv[remaining], more_than_one);
169 while (++remaining < argc);
610 size_t remaining = data->d_size - cnt; local
612 for (inner = 0; inner + 4 <= remaining; inner += 4)
616 for (; inner < remaining;
[all...]
/external/elfutils/src/tests/
H A Dvarlocs.c767 int remaining; local
769 (void) argp_parse (dwfl_standard_argp (), argc, argv, 0, &remaining, local
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java1526 final AtomicInteger remaining; field in class:Futures.CombinedFuture
1538 this.remaining = new AtomicInteger(futures.size());
1671 int newRemaining = remaining.decrementAndGet();
1672 checkState(newRemaining >= 0, "Less than 0 remaining futures");
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c673 UINT16 block_list_start_offset, remaining; local
756 remaining = p_msg->len - block_list_start_offset;
761 if (remaining < 2)
780 else if ((!(bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT)) && (remaining < 3))
791 remaining-=entry_len;
800 /* This is a CHECK command. Sanity check: there shouldn't be any more data remaining after reading block list */
801 if (remaining)
803 CE_TRACE_ERROR1 ("CE: unexpected data after after CHECK command (#i bytes)", remaining);
811 if (remaining < p_cb->cur_cmd.num_blocks*T3T_MSG_BLOCKSIZE)
/external/libopus/src/
H A Danalysis.c223 int remaining; local
262 remaining = len - (ANALYSIS_BUF_SIZE-tonal->mem_fill);
263 downmix(x, &tonal->inmem[240], remaining, offset+ANALYSIS_BUF_SIZE-tonal->mem_fill, c1, c2, C);
264 tonal->mem_fill = 240 + remaining;
H A Dopus_demo.c267 int remaining=0; local
685 err = fread(fbytes, sizeof(short)*channels, frame_size-remaining, fin);
693 in[i+remaining*channels]=s;
695 if (curr_read+remaining < frame_size)
697 for (i=(curr_read+remaining)*channels;i<frame_size*channels;i++)
704 remaining = frame_size-nb_encoded;
705 for(i=0;i<remaining*channels;i++)
/external/lz4/programs/
H A Dbench.c318 size_t remaining = benchedSize; local
325 if ((int)remaining > chunkSize) { chunkP[i].origSize = chunkSize; remaining -= chunkSize; } else { chunkP[i].origSize = (int)remaining; remaining = 0; }
/external/openssh/
H A Dmoduli.c535 unsigned long num_to_process, processed, remaining, percent, eta; local
550 remaining = end_lineno - current_lineno;
561 eta = time_per_line * remaining;
/external/skia/src/pdf/
H A DSkPDFFont.cpp77 size_t remaining = size; local
79 return parsePFBSection(&srcPtr, &remaining, 1, headerLen) &&
80 parsePFBSection(&srcPtr, &remaining, 2, dataLen) &&
81 parsePFBSection(&srcPtr, &remaining, 1, trailerLen) &&
82 parsePFBSection(&srcPtr, &remaining, 3, NULL);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c443 size_t remaining; local
472 remaining = 255 - ie_data_len;
480 remaining = 255 - 4;
483 if (remaining < sizeof(u32) + sizeof(u16) + sizeof(u8)) {
488 size_t front = remaining;
503 remaining = 255 - 4 - (sizeof(u32) + sizeof(u16) + sizeof(u8)) -
509 remaining -= sizeof(adv_id) + sizeof(config_methods) +
513 if (remaining < svc_len) {
515 size_t front = remaining;
534 remaining
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c443 size_t remaining; local
472 remaining = 255 - ie_data_len;
480 remaining = 255 - 4;
483 if (remaining < sizeof(u32) + sizeof(u16) + sizeof(u8)) {
488 size_t front = remaining;
503 remaining = 255 - 4 - (sizeof(u32) + sizeof(u16) + sizeof(u8)) -
509 remaining -= sizeof(adv_id) + sizeof(config_methods) +
513 if (remaining < svc_len) {
515 size_t front = remaining;
534 remaining
[all...]

Completed in 2364 milliseconds

1234567