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

1 2

  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer.h 83 size_t next_index() const { return next_index_; } function in class:webrtc::SyncBuffer
  /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
lalr_state.java 72 _index = next_index++;
124 protected static int next_index = 0; field in class:lalr_state
production.java 118 _index = next_index++;
157 protected static int next_index; field in class:production
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 91 def next_index(self): member in class:StringTable
297 device_description_str_index = self._string_table.next_index()
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 39 int next_index = index + children_count_; local
41 return next_index;
  /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;
  /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
102 next_index = en->en_longindex;
103 assert(next_index != NULL);
104 stepped_up = PyNumber_Add(next_index, one);
118 Py_DECREF(next_index);
123 PyTuple_SET_ITEM(result, 0, next_index);
131 PyObject *next_index; local
143 next_index = PyInt_FromSsize_t(en->en_index);
144 if (next_index == NULL) {
157 Py_DECREF(next_index);
    [all...]
  /external/python/cpython3/Objects/
enumobject.c 104 PyObject *next_index; local
116 next_index = en->en_longindex;
117 assert(next_index != NULL);
118 stepped_up = PyNumber_Add(next_index, _PyLong_One);
129 PyTuple_SET_ITEM(result, 0, next_index);
137 Py_DECREF(next_index);
141 PyTuple_SET_ITEM(result, 0, next_index);
149 PyObject *next_index; local
163 next_index = PyLong_FromSsize_t(en->en_index);
164 if (next_index == NULL)
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 32 long long next_index; member in struct:squashfs_cache
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
hyperplane_lsh_probes.h 164 int_fast32_t next_index = local
171 (HashType(1) << (num_hyperplanes_per_table_ - next_index - 1));
176 hash_vector_[*cur_table * num_hyperplanes_per_table_ + next_index];
186 (HashType(1) << (num_hyperplanes_per_table_ - next_index - 1));
  /external/tensorflow/tensorflow/core/kernels/
ragged_tensor_to_sparse_kernel.cc 79 int next_index = 0; variable
105 sparse_indices(next_index, dim++) = index;
107 sparse_indices(next_index, dim++) = i; // index_middle
109 sparse_indices(next_index, dim++) = index;
112 ++next_index;
116 DCHECK_EQ(next_index, nvals);
  /external/u-boot/drivers/serial/
sandbox.c 109 const unsigned int next_index = local
120 if (next_index == serial_buf_read)
125 serial_buf_write = next_index;
  /external/v8/src/
identity-map.cc 97 int next_index = index; local
99 next_index = (next_index + 1) & mask_;
100 Object* key = keys_[next_index];
104 if (index < next_index) {
105 if (index < expected_index && expected_index <= next_index) continue;
107 DCHECK_GT(index, next_index);
108 if (index < expected_index || expected_index <= next_index) continue;
113 std::swap(keys_[index], keys_[next_index]);
114 std::swap(values_[index], values_[next_index]);
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
pick_first.cc 522 size_t next_index = local
524 sd = subchannel_list()->subchannel(next_index);
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 45 u64 next_index; member in struct:squashfs_cache_entry
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 32 long long next_index; member in struct:squashfs_cache_entry
  /external/tensorflow/tensorflow/core/util/
strided_slice_op.cc 101 int32 next_index = std::min(dense->dims - (sparse.dims - i) + 1 + local
104 for (; full_index < next_index; full_index++) {
  /external/libjpeg-turbo/simd/powerpc/
jdsample-altivec.c 48 next_index = local
84 p_next0 = vec_perm(this0, next0, next_index);
154 next_index = local
220 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index);
223 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index);
238 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index);
239 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index);
246 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index);
247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index);
  /external/perfetto/src/profiling/memory/
bookkeeping.h 206 DumpState(TraceWriter* tw, uint64_t* ni) : trace_writer(tw), next_index(ni) {
213 current_profile_packet->set_index((*next_index)++);
236 uint64_t* next_index; member in struct:perfetto::profiling::DumpState
252 current_profile_packet->set_index((*next_index)++);
  /external/v8/src/objects/
literal-objects.cc 389 int next_index = ComputeEnumerationIndex(value_index); local
390 DCHECK_LT(next_enumeration_index_, next_index);
391 next_enumeration_index_ = next_index;
  /art/libartbase/base/
hash_set.h 370 size_t next_index = empty_index; local
373 next_index = NextIndex(next_index);
374 T& next_element = ElementForIndex(next_index);
382 // Calculate the ideal index, if it is within empty_index + 1 to next_index then there is
386 size_t unwrapped_next_index = next_index;
401 empty_index = next_index;

Completed in 501 milliseconds

1 2