OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_index
(Results
1 - 21
of
21
) sorted by null
/external/qemu/block/
qcow2-refcount.c
426
int64_t refcount_block_offset, int
first_index
, int last_index)
436
if (
first_index
< 0) {
440
first_index
&= ~(REFCOUNTS_PER_SECTOR - 1);
444
size = (last_index -
first_index
) << REFCOUNT_SHIFT;
448
refcount_block_offset + (
first_index
<< REFCOUNT_SHIFT),
449
&s->refcount_block_cache[
first_index
], size);
465
int
first_index
= -1, last_index = -1;
local
493
first_index
, last_index);
498
first_index
= -1;
513
if (
first_index
== -1 || block_index < first_index)
[
all
...]
/external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc
356
const int
first_index
= 0;
local
365
apps_grid_view_->SetSelectedView(GetItemViewAt(
first_index
));
367
EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(
first_index
)));
369
EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(
first_index
)));
405
first_index
)));
424
apps_grid_view_->SetSelectedView(GetItemViewAt(
first_index
));
/external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc
264
int
first_index
= 13;
local
271
->NewRawShift(helper.isolate_,
first_index
*kPointerSize)
277
array->As<uintptr_t**>()[
first_index
] =
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_queryobj.c
189
for (i = query->
first_index
; i <= query->last_index; i++) {
196
for (i = query->
first_index
; i <= query->last_index; i++) {
265
query->
first_index
= -1;
433
query->
first_index
= brw->query.index;
brw_context.h
713
int
first_index
;
member in struct:brw_query_object
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c
189
for (i = query->
first_index
; i <= query->last_index; i++) {
196
for (i = query->
first_index
; i <= query->last_index; i++) {
265
query->
first_index
= -1;
433
query->
first_index
= brw->query.index;
brw_context.h
713
int
first_index
;
member in struct:brw_query_object
[
all
...]
/external/chromium_org/content/common/android/
address_parser_internal.cc
356
int
first_index
= first_letter - 'a';
local
364
if (!(state_two_letter_suffix[
first_index
] & (1 << second_index)))
367
std::bitset<32> previous_suffixes = state_two_letter_suffix[
first_index
] &
370
*state_index = state_two_letter_accumulative[
first_index
] +
376
for (int state = state_names_accumulative[
first_index
];
377
state < state_names_accumulative[
first_index
+ 1]; ++state) {
/external/chromium_org/third_party/ots/src/
ots.cc
317
uint32_t
first_index
= 0;
local
336
if (i == 0 || tables[
first_index
].offset > table.offset)
337
first_index
= i;
347
if (tables[
first_index
].offset != ots::Round4(file.offset())) {
/external/v8/src/
d8.js
[
all
...]
liveobjectlist.cc
[
all
...]
hydrogen.cc
7938
int
first_index
= current->first_instruction_index();
local
7984
int
first_index
= current->first_instruction_index();
local
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h
382
void SetUsFirstCharIndex(int32_t
first_index
);
os2_table.cc
502
void OS2Table::Builder::SetUsFirstCharIndex(int32_t
first_index
) {
503
InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex,
first_index
);
/external/sfntly/cpp/src/sfntly/table/core/
os2_table.h
382
void SetUsFirstCharIndex(int32_t
first_index
);
os2_table.cc
500
void OS2Table::Builder::SetUsFirstCharIndex(int32_t
first_index
) {
501
InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex,
first_index
);
/external/chromium_org/ash/shelf/
shelf_view_unittest.cc
1524
int
first_index
= test_for_overflow_view.GetFirstVisibleIndex();
local
1580
int
first_index
= test_for_overflow_view.GetFirstVisibleIndex();
local
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
369
unsigned short
first_index
;
member in struct:_PDB_TYPES_OLD
381
unsigned long
first_index
;
member in struct:_PDB_TYPES
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
ImageGallery.java
70
private static final String STATE_SELECTED_INDEX = "
first_index
";
[
all
...]
/external/kernel-headers/original/linux/
mm.h
705
pgoff_t
first_index
; /* Lowest page->index to unmap */
member in struct:zap_details
[
all
...]
/external/chromium_org/v8/src/
hydrogen.cc
10591
int
first_index
= current->first_instruction_index();
local
10637
int
first_index
= current->first_instruction_index();
local
[
all
...]
Completed in 354 milliseconds