OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_index
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp
688
uint32_t
section_index
= section - VENDOR_SECTION;
689
if (tag >= emulator_metadata_section_bounds[
section_index
][1]) {
693
return tag_info[
section_index
][tag_index].tag_name;
700
uint32_t
section_index
= section - VENDOR_SECTION;
701
if (tag >= emulator_metadata_section_bounds[
section_index
][1]) {
705
return tag_info[
section_index
][tag_index].tag_type;
[
all
...]
/external/libnfc-nxp/src/
phDnldNfc.c
559
volatile uint8_t
section_index
;
member in struct:phDnldNfc_sContext
[
all
...]
/external/chromium_org/v8/src/
gdb-jit.cc
731
int SectionHeaderPosition(uint32_t
section_index
) {
732
return sizeof(ELFHeader) + sizeof(ELFSection::Header) *
section_index
;
[
all
...]
/external/v8/src/
gdb-jit.cc
729
int SectionHeaderPosition(uint32_t
section_index
) {
730
return sizeof(ELFHeader) + sizeof(ELFSection::Header) *
section_index
;
[
all
...]
Completed in 334 milliseconds