OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index_start
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/accounting/
bitmap-inl.h
61
const uintptr_t
index_start
= BitIndexToWordIndex(bit_start);
local
75
uintptr_t left_edge = bitmap_begin_[
index_start
];
82
if (
index_start
< index_end) {
87
const uintptr_t ptr_base = WordIndexToBitIndex(
index_start
);
96
for (size_t i =
index_start
+ 1; i < index_end; ++i) {
space_bitmap-inl.h
82
const uintptr_t
index_start
= OffsetToIndex(offset_start);
local
96
uintptr_t left_edge = bitmap_begin_[
index_start
];
103
if (
index_start
< index_end) {
108
const uintptr_t ptr_base = IndexToOffset(
index_start
) + heap_begin_;
118
for (size_t i =
index_start
+ 1; i < index_end; ++i) {
/external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c
427
long long
index_start
,
446
index_start
, index_offset,
447
sizeof(sindex), &
index_start
,
local
452
index_start
, index_offset,
453
sizeof(index), &
index_start
,
local
459
squashfs_get_cached_block(s, NULL,
index_start
, index_offset,
460
index.size + 1, &
index_start
,
476
long long
index_start
,
496
index_start
, index_offset,
497
sizeof(sindex), &
index_start
,
local
[
all
...]
inode.c
1656
sizeof(sindex), &
index_start
,
local
1662
sizeof(index), &
index_start
,
local
1706
sizeof(sindex), &
index_start
,
local
[
all
...]
Completed in 200 milliseconds