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

12345678

/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/perf-3.12.0/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/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp321 int remaining = --i.fUsed - uIndex; local
322 if (remaining > 0) {
323 memmove(&i.fT[0][uIndex], &i.fT[0][uIndex + 1], sizeof(i.fT[0][0]) * remaining);
324 memmove(&i.fT[1][uIndex], &i.fT[1][uIndex + 1], sizeof(i.fT[1][0]) * remaining);
364 int remaining = i.fCoincidentUsed - cIndex; local
365 if (remaining > 0) {
366 memmove(&i.fCoincidentT[0][cIndex], &i.fCoincidentT[0][cIndex + 2], sizeof(i.fCoincidentT[0][0]) * remaining);
367 memmove(&i.fCoincidentT[1][cIndex], &i.fCoincidentT[1][cIndex + 2], sizeof(i.fCoincidentT[1][0]) * 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.c534 wpa_printf(MSG_INFO, "ELOOP: remaining socket: "
686 struct os_reltime *remaining)
693 remaining->sec = remaining->usec = 0;
702 os_reltime_sub(&timeout->time, &now, remaining);
731 struct os_reltime now, requested, remaining; local
741 os_reltime_sub(&tmp->time, &now, &remaining);
742 if (os_reltime_before(&requested, &remaining)) {
763 struct os_reltime now, requested, remaining; local
773 os_reltime_sub(&tmp->time, &now, &remaining);
684 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/chromium_org/base/metrics/
H A Dhistogram.cc409 int64 remaining = sample_count; local
416 remaining -= current;
434 WriteAsciiBucketContext(past, current, remaining, i, output);
471 const int64 remaining,
474 double scaled_sum = (past + current + remaining) / 100.0;
469 WriteAsciiBucketContext(const int64 past, const Count current, const int64 remaining, const size_t i, string* output) const argument
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc116 Region remaining = expect_rect; local
124 EXPECT_TRUE(remaining.Contains(geometry));
125 remaining.Subtract(geometry);
138 EXPECT_TRUE(remaining.IsEmpty());
162 Region remaining = rect; local
166 remaining.Subtract(iter.geometry_rect());
169 EXPECT_TRUE(remaining.IsEmpty());
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc425 WordList remaining = local
428 std::swap(custom_words, remaining);
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc173 int remaining() const { return size_ - iter_; } function in class:__anon5980::DataInputStream
250 if (stream.remaining() < 16) {
254 compressed_size = stream.remaining() - 16;
286 if (stream.remaining() != 0) {
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc82 // path is the remaining portion after the scheme and hostname.
348 int remaining = static_cast<int>(data_->size()) - data_offset_; local
349 if (buf_size > remaining)
350 buf_size = remaining;
/external/chromium_org/net/server/
H A Dweb_socket.cc394 size_t remaining = data_length; local
397 extended_payload_length[7 - i] = remaining & 0xFF;
398 remaining >>= 8;
403 DCHECK(!remaining);
/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp322 int32_t remaining = rangeEnd - (current+wordLength); local
331 if (--remaining <= 0) {
550 int32_t remaining = rangeEnd - (current+wordLength); local
559 if (--remaining <= 0) {
752 int32_t remaining = rangeEnd - (current+wordLength); local
761 if (--remaining <= 0) {
/external/chromium_org/third_party/opus/src/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/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp72 size_t remaining = size; local
74 return parsePFBSection(&srcPtr, &remaining, 1, headerLen) &&
75 parsePFBSection(&srcPtr, &remaining, 2, dataLen) &&
76 parsePFBSection(&srcPtr, &remaining, 1, trailerLen) &&
77 parsePFBSection(&srcPtr, &remaining, 3, NULL);
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc56 int remaining = gamma_ramp->size * i % gamma_ramp_size; local
58 resampled->red[i] = RESAMPLE(gamma_ramp->red, base_index, remaining);
59 resampled->green[i] = RESAMPLE(gamma_ramp->green, base_index, remaining);
60 resampled->blue[i] = RESAMPLE(gamma_ramp->blue, base_index, remaining);
/external/elfutils/0.153/src/
H A Dobjdump.c160 int remaining; local
161 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
167 if (remaining == argc)
172 /* Process all the remaining files. */
173 const bool more_than_one = remaining + 1 < argc;
176 result |= process_file (argv[remaining], more_than_one);
177 while (++remaining < argc);
612 size_t remaining = data->d_size - cnt; local
614 for (inner = 0; inner + 4 <= remaining; inner += 4)
618 for (; inner < remaining;
[all...]
/external/icu/icu4c/source/common/
H A Ddictbe.cpp325 int32_t remaining = rangeEnd - (current+wordLength); local
334 if (--remaining <= 0) {
553 int32_t remaining = rangeEnd - (current+wordLength); local
562 if (--remaining <= 0) {
755 int32_t remaining = rangeEnd - (current+wordLength); local
764 if (--remaining <= 0) {
/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/libnl/lib/
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/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/skia/src/pdf/
H A DSkPDFFont.cpp72 size_t remaining = size; local
74 return parsePFBSection(&srcPtr, &remaining, 1, headerLen) &&
75 parsePFBSection(&srcPtr, &remaining, 2, dataLen) &&
76 parsePFBSection(&srcPtr, &remaining, 1, trailerLen) &&
77 parsePFBSection(&srcPtr, &remaining, 3, NULL);

Completed in 822 milliseconds

12345678