OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destint
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/modp_b64/
modp_b64.cc
142
uint32_t*
destInt
= (uint32_t*) p;
150
*
destInt
= x << 8;
152
destInt
= (uint32_t*)p;
212
uint32_t*
destInt
= (uint32_t*) p;
222
*
destInt
= x ;
224
destInt
= (uint32_t*)p;
/frameworks/base/core/jni/
android_util_AssetManager.cpp
844
jint
destInt
, jint srcInt)
846
ResTable::Theme* dest = (ResTable::Theme*)
destInt
;
[
all
...]
Completed in 203 milliseconds