Searched defs:remaining (Results 76 - 100 of 154) sorted by relevance

1234567

/external/wpa_supplicant_8/src/utils/
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/wpa_supplicant/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/wpa_supplicant/src/utils/
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/zlib/src/contrib/untgz/
H A Duntgz.c392 int remaining = 0; local
414 remaining = 0; /* force I/O cleanup */
470 remaining = getoct(buffer.header.size,12);
471 if (remaining == -1)
477 printf(" %s %9d %s\n",strtime(&tartime),remaining,fname);
505 remaining = getoct(buffer.header.size,12);
506 if (remaining < 0 || remaining >= BLOCKSIZE)
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZ
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc527 uptr remaining = unsuppressed_count - leaks_reported; local
528 Printf("Omitting %zu more leak(s).\n", remaining);
/external/elfutils/src/src/
H A Dar.c173 int remaining; local
174 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
188 if (remaining == argc)
197 member = argv[remaining++];
209 if (remaining == argc)
219 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX
223 error (1, 0, gettext ("invalid COUNT parameter %s"), argv[remaining]);
225 ++remaining;
234 if (remaining == argc)
241 const char *arfname = argv[remaining
[all...]
H A Delfcmp.c137 int remaining; local
138 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
141 if (unlikely (remaining + 2 != argc))
161 const char *const fname1 = argv[remaining];
166 const char *const fname2 = argv[remaining + 1];
H A Dld.c277 int remaining; local
320 argp_parse (&argp_1st, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
373 argp_parse (&argp_2nd, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
375 assert (remaining == argc);
H A Dnm.c217 int remaining; local
238 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
243 if (remaining == argc)
248 /* Process all the remaining files. */
249 const bool more_than_one = remaining + 1 < argc;
252 result |= process_file (argv[remaining], more_than_one);
253 while (++remaining < argc);
H A Dstrip.c155 int remaining; local
176 if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
186 if (remaining == argc)
194 && remaining + 1 < argc)
198 /* Process all the remaining files. */
200 result |= process_file (argv[remaining]);
201 while (++remaining < argc);
718 group and has one element remaining, or if it is an
H A Dunstrip.c1623 /* Now we can weed out the duplicates. Assign remaining symbols
2318 int remaining;
2320 error_t result = argp_parse (&argp, argc, argv, 0, &remaining, &info);
2315 int remaining; local
/external/icu/icu4c/source/common/
H A Ddictbe.cpp334 int32_t remaining = rangeEnd - (current+cuWordLength); local
342 remaining -= pcSize;
343 if (remaining <= 0) {
566 int32_t remaining = rangeEnd - (current + cuWordLength); local
575 remaining -= pcSize;
576 if (remaining <= 0) {
759 int32_t remaining = rangeEnd - (current + cuWordLength); local
768 remaining -= pcSize;
769 if (remaining <= 0) {
965 int32_t remaining local
[all...]
H A Ducnv_bld.cpp1085 int32_t i, remaining; local
1120 remaining = 0;
1136 ++remaining;
1139 } while(++i == 1 && remaining > 0);
1142 UTRACE_DATA1(UTRACE_INFO, "ucnv_flushCache() exits with %d converters remaining", remaining);
/external/jpeg/
H A Djdmarker.c593 unsigned int datalen, INT32 remaining)
596 * datalen is # of bytes at data[], remaining is length of rest of marker data.
599 INT32 totallen = (INT32) datalen + remaining;
669 unsigned int datalen, INT32 remaining)
672 * datalen is # of bytes at data[], remaining is length of rest of marker data.
693 TRACEMS1(cinfo, 1, JTRC_APP14, (int) (datalen + remaining));
735 /* skip any remaining data -- could be lots */
820 /* Reset pointer & calc remaining data length */
841 /* skip any remaining data -- could be lots */
592 examine_app0(j_decompress_ptr cinfo, JOCTET FAR * data, unsigned int datalen, INT32 remaining) argument
668 examine_app14(j_decompress_ptr cinfo, JOCTET FAR * data, unsigned int datalen, INT32 remaining) argument
/external/lz4/programs/
H A Dfullbench.c513 size_t remaining = benchedSize; local
521 if ((int)remaining > chunkSize) { chunkP[i].origSize = chunkSize; remaining -= chunkSize; } else { chunkP[i].origSize = (int)remaining; remaining = 0; }
601 size_t remaining = benchedSize; local
609 if ((int)remaining > chunkSize) { chunkP[i].origSize = chunkSize; remaining -= chunkSize; } else { chunkP[i].origSize = (int)remaining; remaining
[all...]
/external/openssh/
H A Dsshconnect.c553 int fdsetsz, remaining, rc; local
571 remaining = timeout_ms;
576 ms_to_timeval(&t_remaining, remaining);
580 ms_subtract_diff(&t_start, &remaining);
581 if (rc == 0 || remaining <= 0)
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmarker.c619 unsigned int datalen, INT32 remaining)
622 * datalen is # of bytes at data[], remaining is length of rest of marker data.
625 INT32 totallen = (INT32) datalen + remaining;
695 unsigned int datalen, INT32 remaining)
698 * datalen is # of bytes at data[], remaining is length of rest of marker data.
719 TRACEMS1(cinfo, 1, JTRC_APP14, (int) (datalen + remaining));
761 /* skip any remaining data -- could be lots */
846 /* Reset pointer & calc remaining data length */
867 /* skip any remaining data -- could be lots */
618 examine_app0(j_decompress_ptr cinfo, JOCTET FAR * data, unsigned int datalen, INT32 remaining) argument
694 examine_app14(j_decompress_ptr cinfo, JOCTET FAR * data, unsigned int datalen, INT32 remaining) argument
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp647 int remaining = format.GetLength() - i - 1; local
649 if (remaining == 0 || format.GetAt(i+1) != c)
694 else if (remaining == 1 || format.GetAt(i+2) != c)
740 else if (remaining == 2 || format.GetAt(i+3) != c)
776 else if (remaining == 3 || format.GetAt(i+4) != c)
919 int remaining = format.GetLength() - i - 1; local
931 if (remaining == 0 || format.GetAt(i+1) != c)
962 else if (remaining == 1 || format.GetAt(i+2) != c)
993 else if (remaining == 2 || format.GetAt(i+3) != c)
1010 else if (remaining
[all...]
/external/skia/tests/
H A DMatrixTest.cpp776 SkMatrix remaining; local
778 if (!matrix.decomposeScale(&scale, &remaining)) {
784 remaining.preScale(scale.width(), scale.height());
785 return nearly_equal(matrix, remaining);
/external/valgrind/coregrind/m_gdbserver/
H A Dremote-utils.c766 int try_rle (char *buf, int remaining, unsigned char *csum, char **p) argument
775 if (remaining > 97)
776 remaining = 97;
778 for (n = 1; n < remaining; n++)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c1076 struct os_reltime remaining, new_int; local
1080 &remaining);
1084 if (cancelled && os_reltime_before(&remaining, &new_int)) {
1085 new_int.sec = remaining.sec;
1086 new_int.usec = remaining.usec;
/external/bison/lib/
H A Dvasnprintf.c2588 size_t remaining; local
2594 for (remaining = characters; remaining > 0; remaining--)
2762 size_t remaining; local
2767 for (remaining = characters; remaining > 0; )
2785 remaining -= count;
2843 size_t remaining; local
2849 for (remaining
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_report.cc51 uptr remaining = error_message_buffer_size - error_message_buffer_pos; local
53 buffer, remaining);
56 error_message_buffer_pos += Min(remaining, length);
/external/elfutils/src/libdw/
H A DlibdwP.h201 size_t remaining; member in struct:Dwarf::libdw_memblock
259 /* The remaining bit fields are not flags, but hold values presumed to be
417 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\
421 if (unlikely (_tail->remaining < _required + _padding)) \
427 _tail->remaining -= _required; \
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dhists.c425 u64 new_total, remaining; local
432 remaining = new_total;
443 remaining -= cumul;
927 u16 remaining = h->nr_rows - h->row_offset; local
928 if (offset > remaining) {
929 offset -= remaining;
1005 u64 new_total, remaining; local
1013 remaining = new_total;
1024 remaining -= cumul;

Completed in 915 milliseconds

1234567