OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytesloaded
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ConstantFolding.cpp
434
unsigned
BytesLoaded
= (IntType->getBitWidth() + 7) / 8;
435
if (
BytesLoaded
> 32 ||
BytesLoaded
== 0)
460
BytesLoaded
, DL))
465
ResultVal = RawBytes[
BytesLoaded
- 1];
466
for (unsigned i = 1; i !=
BytesLoaded
; ++i) {
468
ResultVal |= RawBytes[
BytesLoaded
- 1 - i];
472
for (unsigned i = 1; i !=
BytesLoaded
; ++i) {
[
all
...]
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
Completed in 79 milliseconds