OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partCount
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/
APFloat.cpp
342
unsigned int
partCount
,
347
lsb = APInt::tcLSB(parts,
partCount
);
354
if (bits <=
partCount
* integerPartWidth &&
581
count =
partCount
();
609
assert(rhs.
partCount
() >=
partCount
());
612
partCount
());
624
unsigned numParts =
partCount
();
706
const unsigned
PartCount
=
partCount
();
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
204
bool needsCleanup() const { return
partCount
() > 1; }
460
unsigned int
partCount
() const;
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java
371
int
partCount
= c.getCount();
373
parts = new PduPart[
partCount
];
[
all
...]
Completed in 42 milliseconds