OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectionstart
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp
901
int32_t
sectionStart
;
914
sectionStart
= ds->readUInt32(spoofDH->fCFUKeys);
916
ds->swapArray32(ds, inBytes+
sectionStart
, sectionLength, outBytes+
sectionStart
, status);
919
sectionStart
= ds->readUInt32(spoofDH->fCFUStringIndex);
921
ds->swapArray16(ds, inBytes+
sectionStart
, sectionLength, outBytes+
sectionStart
, status);
924
sectionStart
= ds->readUInt32(spoofDH->fCFUStringTable);
926
ds->swapArray16(ds, inBytes+
sectionStart
, sectionLength, outBytes+
sectionStart
, status)
[
all
...]
/external/icu4c/i18n/
uspoof_impl.cpp
779
int32_t
sectionStart
;
792
sectionStart
= ds->readUInt32(spoofDH->fCFUKeys);
794
ds->swapArray32(ds, inBytes+
sectionStart
, sectionLength, outBytes+
sectionStart
, status);
797
sectionStart
= ds->readUInt32(spoofDH->fCFUStringIndex);
799
ds->swapArray16(ds, inBytes+
sectionStart
, sectionLength, outBytes+
sectionStart
, status);
802
sectionStart
= ds->readUInt32(spoofDH->fCFUStringTable);
804
ds->swapArray16(ds, inBytes+
sectionStart
, sectionLength, outBytes+
sectionStart
, status)
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
exif_encoder.js
148
var
sectionStart
= 2;
152
var range = {from:
sectionStart
, to:
sectionStart
};
155
var tag = getWord(
sectionStart
);
160
var nextSectionStart =
sectionStart
+ 2 + getWord(
sectionStart
+ 2);
161
if (nextSectionStart <=
sectionStart
||
173
range.from =
sectionStart
;
176
sectionStart
= nextSectionStart;
/external/llvm/lib/MC/
MCDwarf.cpp
[
all
...]
MachObjectWriter.cpp
796
uint64_t
SectionStart
= SectionDataStart + getSectionAddress(it);
797
WriteSection(Asm, Layout, *it,
SectionStart
, RelocTableEnd, NumRelocs);
[
all
...]
Completed in 71 milliseconds