HomeSort by relevance Sort by last modified time
    Searched refs:next_index (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 123 int next_index = classPathString.indexOf(separator, index); local
124 if (next_index < 0)
126 next_index = classPathString.length();
131 new ClassPathEntry(new File(classPathString.substring(index, next_index)),
137 index = next_index + 1;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer_unittest.cc 25 EXPECT_EQ(kLen, sync_buffer.next_index());
40 EXPECT_EQ(0u, sync_buffer.next_index());
42 EXPECT_EQ(kLen / 2, sync_buffer.next_index());
44 EXPECT_EQ(kLen, sync_buffer.next_index());
47 EXPECT_EQ(kLen, sync_buffer.next_index());
69 EXPECT_EQ(kLen - kNewLen, sync_buffer.next_index());
74 sync_buffer[channel][sync_buffer.next_index() + i]);
78 // Now flush the buffer, and verify that it is all zeros, and that next_index
82 EXPECT_EQ(kLen, sync_buffer.next_index());
110 EXPECT_EQ(kLen - 1, sync_buffer.next_index());
    [all...]
sync_buffer.h 83 size_t next_index() const { return next_index_; } function in class:webrtc::SyncBuffer
merge.cc 151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index());
175 sync_buffer_->InsertZerosAtIndex(length_diff, sync_buffer_->next_index());
188 expanded_.PushBackFromIndex(*sync_buffer_, sync_buffer_->next_index());
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 36 int next_index = index + children_count_; local
38 return next_index;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 85 PyObject *next_index; local
98 next_index = en->en_longindex;
99 assert(next_index != NULL);
100 stepped_up = PyNumber_Add(next_index, one);
112 Py_DECREF(next_index);
117 PyTuple_SET_ITEM(result, 0, next_index);
125 PyObject *next_index; local
137 next_index = PyInt_FromSsize_t(en->en_index);
138 if (next_index == NULL) {
151 Py_DECREF(next_index);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 85 PyObject *next_index; local
98 next_index = en->en_longindex;
99 assert(next_index != NULL);
100 stepped_up = PyNumber_Add(next_index, one);
112 Py_DECREF(next_index);
117 PyTuple_SET_ITEM(result, 0, next_index);
125 PyObject *next_index; local
137 next_index = PyInt_FromSsize_t(en->en_index);
138 if (next_index == NULL) {
151 Py_DECREF(next_index);
    [all...]
  /external/python/cpython2/Objects/
enumobject.c 85 PyObject *next_index; local
98 next_index = en->en_longindex;
99 assert(next_index != NULL);
100 stepped_up = PyNumber_Add(next_index, one);
112 Py_DECREF(next_index);
117 PyTuple_SET_ITEM(result, 0, next_index);
125 PyObject *next_index; local
137 next_index = PyInt_FromSsize_t(en->en_index);
138 if (next_index == NULL) {
151 Py_DECREF(next_index);
    [all...]
  /external/v8/src/
identity-map.cc 100 int next_index = index; local
102 next_index = (next_index + 1) & mask_;
103 Object* key = keys_[next_index];
107 if (index < next_index) {
108 if (index < expected_index && expected_index <= next_index) continue;
110 DCHECK_GT(index, next_index);
111 if (index < expected_index || expected_index <= next_index) continue;
115 std::swap(keys_[index], keys_[next_index]);
116 std::swap(values_[index], values_[next_index]);
    [all...]
  /external/brotli/enc/
cluster_inc.h 213 uint32_t next_index;
220 next_index = 0;
223 new_index[symbols[i]] = next_index;
224 ++next_index;
229 tmp = BROTLI_ALLOC(m, HistogramType, next_index);
231 next_index = 0;
233 if (new_index[symbols[i]] == next_index) {
234 tmp[next_index] = out[symbols[i]];
235 ++next_index;
240 for (i = 0; i < next_index; ++i)
    [all...]
  /cts/tools/dasm/src/java_cup/
terminal.java 40 _index = next_index++;
98 protected static int next_index = 0; field in class:terminal
non_terminal.java 40 _index = next_index++;
82 protected static int next_index = 0; field in class:non_terminal
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 45 u64 next_index; member in struct:squashfs_cache_entry
block.c 83 int length, u64 *next_index, int srclength)
104 if (next_index)
105 *next_index = index + length;
136 if (next_index)
137 *next_index = index + length + 2;
symlink.c 99 block = entry->next_index;
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 32 long long next_index; member in struct:squashfs_cache_entry
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 32 long long next_index; member in struct:squashfs_cache
  /external/libjpeg-turbo/simd/
jdsample-altivec.c 47 next_index = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}, local
79 p_next0 = vec_perm(this0, next0, next_index);
148 next_index = {2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}, local
210 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index);
213 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index);
228 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index);
229 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index);
236 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index);
237 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drvi.h 145 uint32_t next_index:16; member in struct:__anon44459
184 | next_index | Table entry |
189 uint16_t next_index; member in struct:__anon44462
255 uint64_t next_index:16; member in struct:ipa_nat_sw_rule
290 uint16_t next_index; member in struct:ipa_nat_sw_indx_tbl_rule
333 uint16_t next_index; member in struct:ipa_nat_indx_tbl_sw_rule
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs.h 50 long long *next_index);
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 178 next_index = len(glob.glob(
180 filename = '%s-%d.%s' % (prefix, next_index, extension)
  /system/core/libutils/include/utils/
Unicode.h 99 * is unsigned. Then, if "next_index" is not NULL, the next index to be used is
100 * stored in "next_index". "next_index" can be NULL.
102 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 378 next_index = self._index + self._data[self._index]
379 descriptor = descriptor_class(self._data[self._index:next_index])
380 self._index = next_index
  /art/runtime/base/
hash_set.h 320 size_t next_index = empty_index; local
323 next_index = NextIndex(next_index);
324 T& next_element = ElementForIndex(next_index);
332 // Calculate the ideal index, if it is within empty_index + 1 to next_index then there is
336 size_t unwrapped_next_index = next_index;
351 empty_index = next_index;
  /external/ImageMagick/MagickCore/
compress.c 947 next_index;
982 next_index=LZWEod+1;
1006 table[next_index].prefix=(ssize_t) last_code;
1007 table[next_index].suffix=(short) pixels[i];
1008 table[next_index].next=table[last_code].next;
1009 table[last_code].next=(ssize_t) next_index;
1010 next_index++;
1014 if ((next_index >> code_width) != 0)
1030 next_index=LZWEod+1;
940 next_index; local
    [all...]

Completed in 461 milliseconds

1 2 3