OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadWord
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp
156
bool BitcodeWrapperer::
ReadWord
(uint32_t& word) {
193
if (!
ReadWord
(android_header_version_) ||
194
!
ReadWord
(android_target_api_) || !
ReadWord
(pnacl_bc_version_)) {
273
if ((!
ReadWord
(first_word)) ||
278
if ((!
ReadWord
(second_word)) ||
284
if (
ReadWord
(bc_offset) &&
285
ReadWord
(bc_size)) {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h
124
bool
ReadWord
(uint32_t& word);
/external/chromium_org/v8/src/
dateparser-inl.h
203
int length = in_->
ReadWord
(buffer, 3);
dateparser.h
106
int
ReadWord
(uint32_t* prefix, int prefix_size) {
d8.cc
[
all
...]
/external/v8/src/
dateparser-inl.h
199
int length = in_->
ReadWord
(buffer, 3);
dateparser.h
106
int
ReadWord
(uint32_t* prefix, int prefix_size) {
d8.cc
[
all
...]
Completed in 164 milliseconds