OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nlow
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap4-aah/security/tf_sdk/include/
mtc.h
60
uint32_t
nLow
;
/hardware/ti/omap4xxx/security/tf_sdk/include/
mtc.h
60
uint32_t
nLow
;
/hardware/ti/omap4-aah/security/tf_crypto_sst/
mtc.c
114
psValue->
nLow
= sOperation.params[0].value.a;
/hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c
114
psValue->
nLow
= sOperation.params[0].value.a;
/external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_ASTC.cpp
370
const int
nLow
= 64 - from;
371
const int nHigh = nBits -
nLow
;
373
((block.fLow >> from) & ((1ULL <<
nLow
) - 1)) |
374
((block.fHigh & ((1ULL << nHigh) - 1)) <<
nLow
);
[
all
...]
/external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar
Completed in 313 milliseconds