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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementAsyncImportMicrotaskQueue.cpp 45 WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > remaining; local
49 remaining.append(m_queue[i].release());
52 m_queue.swap(remaining);
  /dalvik/dexgen/src/com/android/dexgen/util/
Leb128Utils.java 40 int remaining = value >> 7; local
43 while (remaining != 0) {
44 remaining >>= 7;
61 int remaining = value >> 7; local
67 hasMore = (remaining != end)
68 || ((remaining & 1) != ((value >> 6) & 1));
70 value = remaining;
71 remaining >>= 7;
  /external/chromium_org/base/
big_endian.h 57 int remaining() const { return end_ - ptr_; } function in class:base::BigEndianReader
84 int remaining() const { return end_ - ptr_; } function in class:base::BigEndianWriter
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uoptions.c 27 int i=1, remaining=1; local
117 argv[remaining++]=arg;
121 return remaining;
  /external/icu/icu4c/source/tools/toolutil/
uoptions.c 27 int i=1, remaining=1; local
117 argv[remaining++]=arg;
121 return remaining;
  /external/ipsec-tools/src/racoon/
throttle.c 143 time_t remaining; local
146 remaining = te->penalty - now;
147 new = remaining + isakmp_cfg_config.auth_throttle;
  /external/vixl/benchmarks/
bench-dataop.cc 68 unsigned remaining = instructions % buffer_instruction_count; local
69 for (unsigned i = 0; i < remaining; ++i) {
bench-branch.cc 71 unsigned remaining = instructions % buffer_instruction_count; local
72 for (unsigned i = 0; i < remaining; ++i) {
  /external/chromium_org/extensions/common/
value_counter.cc 32 int remaining = (*it)->Decrement(); local
33 if (remaining == 0) {
37 return remaining;
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.h 46 size_t remaining() { function in struct:net::HpackFuzzUtil::Input
  /external/chromium_org/net/url_request/
url_request_simple_job.cc 49 int remaining = byte_range_.last_byte_position() - data_offset_ + 1; local
50 if (buf_size > remaining)
51 buf_size = remaining;
  /external/chromium_org/third_party/libpng/
pngrio.c 105 png_size_t read, remaining, err; local
107 remaining = length;
110 read = MIN(NEAR_BUF_SIZE, remaining);
123 remaining -= read;
125 while (remaining != 0);
pngwio.c 98 png_size_t written, remaining, err; local
100 remaining = length;
103 written = MIN(NEAR_BUF_SIZE, remaining);
118 remaining -= written;
120 while (remaining != 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_split_tmp.h 74 * remaining = count - seg_start = first + N'' * incr.
76 * That is, remaining is implicitly trimmed.
100 const unsigned remaining = count - seg_start; local
102 if (remaining > seg_max) {
111 SEGMENT_SIMPLE(flags, start + seg_start, remaining);
112 seg_start += remaining;
122 const unsigned remaining = count - seg_start; local
124 if (remaining > seg_max) {
133 SEGMENT_LOOP(flags, start + seg_start, remaining, start);
134 seg_start += remaining;
145 const unsigned remaining = count - seg_start; local
    [all...]
  /external/clang/test/CodeGen/
2002-07-14-MiscTests.c 30 static int remaining; variable
34 if (size>remaining)
37 remaining = 32768;
  /external/javasqlite/src/main/java/SQLite/
Backup.java 66 * Return number of remaining pages to be backed up.
69 public int remaining() throws SQLite.Exception { method in class:Backup
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_split_tmp.h 74 * remaining = count - seg_start = first + N'' * incr.
76 * That is, remaining is implicitly trimmed.
100 const unsigned remaining = count - seg_start; local
102 if (remaining > seg_max) {
111 SEGMENT_SIMPLE(flags, start + seg_start, remaining);
112 seg_start += remaining;
122 const unsigned remaining = count - seg_start; local
124 if (remaining > seg_max) {
133 SEGMENT_LOOP(flags, start + seg_start, remaining, start);
134 seg_start += remaining;
145 const unsigned remaining = count - seg_start; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrio.c 120 png_size_t read, remaining, err; local
122 remaining = length;
125 read = MIN(NEAR_BUF_SIZE, remaining);
138 remaining -= read;
140 while (remaining != 0);
pngwio.c 98 png_size_t written, remaining, err; local
100 remaining = length;
103 written = MIN(NEAR_BUF_SIZE, remaining);
118 remaining -= written;
120 while (remaining != 0);
  /external/srec/portable/src/
ptimer.c 212 struct itimerspec remaining; local
216 if (timer_gettime(timer->timer, &remaining) != 0) return ESR_NOT_SUPPORTED;
220 timer->elapsed = (asr_uint32_t) ((TIMER_MAX_VAL - remaining.it_value.tv_sec) * SECOND2MSECOND
221 - remaining.it_value.tv_nsec / MSECOND2NSECOND);
239 struct itimerspec remaining; local
240 if (timer_gettime(timer->timer, &remaining) != 0) return ESR_NOT_SUPPORTED;
241 *elapsed = (asr_uint32_t) ((TIMER_MAX_VAL - remaining.it_value.tv_sec) * SECOND2MSECOND
242 - remaining.it_value.tv_nsec / MSECOND2NSECOND);
  /frameworks/av/media/img_utils/src/
Input.cpp 32 size_t remaining = count; local
33 while (remaining > 0) {
34 size_t amt = (SKIP_BUF_SIZE > remaining) ? remaining : SKIP_BUF_SIZE;
39 if (remaining == count) {
44 return count - remaining;
50 remaining -= ret;
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java 211 long remaining = Math.min(n, this.contentLength - this.pos); local
214 while (remaining > 0) {
215 int l = read(buffer, 0, (int)Math.min(BUFFER_SIZE, remaining));
220 remaining -= l;
  /external/chromium_org/gin/
arguments.h 49 int remaining = info_->Length() - next_; local
50 out->resize(remaining);
51 for (int i = 0; i < remaining; ++i) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
Leb128Utils.java 41 int remaining = value >> 7; local
44 while (remaining != 0) {
45 remaining >>= 7;
62 int remaining = value >> 7; local
68 hasMore = (remaining != end)
69 || ((remaining & 1) != ((value >> 6) & 1));
71 value = remaining;
72 remaining >>= 7;
133 int remaining = value >>> 7; local
135 while (remaining != 0)
149 int remaining = value >> 7; local
    [all...]
  /external/eigen/unsupported/test/
sparse_extra.cpp 23 std::vector<Vector2i> remaining = nonzeroCoords; local
24 while(!remaining.empty())
26 int i = internal::random<int>(0,static_cast<int>(remaining.size())-1);
27 w(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
28 remaining[i] = remaining.back();
29 remaining.pop_back()
39 std::vector<Vector2i> remaining = nonzeroCoords; local
    [all...]

Completed in 1540 milliseconds

1 2 3 4 5 6 7 8 91011>>