OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_index
(Results
1 - 21
of
21
) sorted by null
/external/v8/src/profiler/
heap-snapshot-generator-inl.h
36
int
next_index
= index + children_count_;
local
38
return
next_index
;
/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/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/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h
32
long long
next_index
;
member in struct:squashfs_cache
/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
/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
...]
/external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h
56
unsigned
next_index
;
member in struct:r600_pipe_fences
/external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c
157
long long *
next_index
)
248
if (
next_index
)
249
*
next_index
= index + c_byte + (length ? 0 :
271
long long
next_index
;
local
323
block, 0, &
next_index
))) {
332
msblk->block_cache[i].
next_index
=
next_index
;
346
*next_block = msblk->block_cache[i].
next_index
;
360
block = msblk->block_cache[i].
next_index
;
[
all
...]
/cts/tools/dasm/etc/
java_cup-new.jar
java_cup.jar
java_cup.jar.old
/external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h
149
unsigned
next_index
;
member in struct:r600_pipe_fences
/art/compiler/optimizing/
nodes.h
2098
size_t
next_index
= next->GetIndex();
local
2118
size_t
next_index
= next->GetIndex();
local
[
all
...]
/external/robolectric/v3/libs/
vtd-xml-2.11.jar
/prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar
Completed in 626 milliseconds