OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offsetbase
(Results
1 - 11
of
11
) sorted by null
/external/jhead/
makernote.c
10
void ProcessCanonMakerNoteDir(unsigned char * DirStart, unsigned char *
OffsetBase
,
23
if (DirEnd > (
OffsetBase
+ExifLength)){
29
printf("Map: %05d-%05d: Directory (makernote)\n",DirStart-
OffsetBase
, DirEnd-
OffsetBase
);
70
ValuePtr =
OffsetBase
+OffsetVal;
175
unsigned char *
OffsetBase
, unsigned ExifLength)
178
ProcessCanonMakerNoteDir(ValuePtr,
OffsetBase
, ExifLength);
exif.c
543
static void ProcessExifDir(unsigned char * DirStart, unsigned char *
OffsetBase
,
569
if (DirEnd+4 > (
OffsetBase
+ExifLength)){
570
if (DirEnd+2 ==
OffsetBase
+ExifLength || DirEnd ==
OffsetBase
+ExifLength){
579
printf("Map: %05d-%05d: Directory\n",(int)(DirStart-
OffsetBase
), (int)(DirEnd+4-
OffsetBase
));
622
ValuePtr =
OffsetBase
+OffsetVal;
640
ProcessMakerNote(ValuePtr, ByteCount,
OffsetBase
, ExifLength);
732
(char *)ValuePtr - (char *)
OffsetBase
;
774
int msiz = ExifLength - (ValuePtr-
OffsetBase
);
[
all
...]
gpsinfo.c
124
void ProcessGpsInfo(unsigned char * DirStart, int ByteCountUnused, unsigned char *
OffsetBase
, unsigned ExifLength)
150
if (DirEntry+12 >
OffsetBase
+ExifLength){
182
ValuePtr =
OffsetBase
+OffsetVal;
jhead.h
210
unsigned char *
OffsetBase
, unsigned ExifLength);
214
unsigned char *
OffsetBase
, unsigned ExifLength);
/external/icu4c/layout/
ContextualSubstSubtables.h
42
GlyphIterator *glyphIterator, const char *
offsetBase
, le_bool backtrack = FALSE);
ContextualSubstSubtables.cpp
119
GlyphIterator *glyphIterator, const char *
offsetBase
, le_bool backtrack)
131
const CoverageTable *coverageTable = (const CoverageTable *) (
offsetBase
+ coverageTableOffset);
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
61
HB_Fixed
offsetBase
= HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
63
offsetBase
+= HB_FIXED_CONSTANT(4);
65
offsetBase
+= size;
66
offsetBase
= -
offsetBase
;
67
//qreal
offsetBase
= (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
68
// qDebug("offset = %f",
offsetBase
);
85
HB_Fixed offset =
offsetBase
;
[
all
...]
/external/harfbuzz/src/
harfbuzz-shaper.cpp
262
HB_Fixed
offsetBase
= HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
264
offsetBase
+= HB_FIXED_CONSTANT(4);
266
offsetBase
+= size;
267
//qreal
offsetBase
= (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
268
// qDebug("offset = %f",
offsetBase
);
285
HB_Fixed offset =
offsetBase
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
Completed in 242 milliseconds