OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offsetvalue
(Results
1 - 5
of
5
) sorted by null
/external/smali/smali/src/main/antlr3/
smaliTreeWalker.g
390
$targets[targetsPosition++] = ($method::currentAddress + $offset_or_label.
offsetValue
) - $baseAddress;
418
$targets[targetsPosition++] = ($method::currentAddress + $offset_or_label.
offsetValue
) - $baseAddress;
836
offset returns[int
offsetValue
]
843
$
offsetValue
= LiteralTools.parseInt(offsetText);
847
: offset {$address = $offset.
offsetValue
+ $baseAddress;}
850
offset_or_label returns[int
offsetValue
]
851
: offset {$
offsetValue
= $offset.
offsetValue
;}
852
| label_ref {$
offsetValue
= $label_ref.labelAddress-$method::currentAddress;};
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp
65
bool computeAllocSize(Value *Ptr, APInt &Offset, Value* &
OffsetValue
,
/external/icu4c/i18n/unicode/
plurfmt.h
94
* pluralStyle = [
offsetValue
] (selector '{' message '}')+
95
*
offsetValue
= "offset:" number
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 194 milliseconds