OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumWords
(Results
1 - 12
of
12
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FixedLogBuffer.java
65
final int numWordsIncoming = newLogUnit.
getNumWords
();
83
mNumActualWords -= logUnit.
getNumWords
();
88
public int
getNumWords
() {
115
mNumActualWords -= logUnit.
getNumWords
();
133
numWordsShiftedOut += logUnit.
getNumWords
();
168
n -= logUnit.
getNumWords
();
MainLogBuffer.java
142
numWordsInLogUnitList += logUnit.
getNumWords
();
177
numWordsInLogUnitList += logUnit.
getNumWords
();
254
final int numWords = logUnit.
getNumWords
();
LogUnit.java
184
getNumWords
());
187
SystemClock.uptimeMillis(),
getNumWords
());
259
public int
getNumWords
() {
/external/llvm/lib/Support/
APInt.cpp
77
pVal = getClearedMemory(
getNumWords
());
80
for (unsigned i = 1; i <
getNumWords
(); ++i)
85
pVal = getMemory(
getNumWords
());
86
memcpy(pVal, that.pVal,
getNumWords
() * APINT_WORD_SIZE);
96
pVal = getClearedMemory(
getNumWords
());
98
unsigned words = std::min<unsigned>(bigVal.size(),
getNumWords
());
130
memcpy(pVal, RHS.pVal,
getNumWords
() * APINT_WORD_SIZE);
138
pVal = getMemory(RHS.
getNumWords
());
139
memcpy(pVal, RHS.pVal, RHS.
getNumWords
() * APINT_WORD_SIZE);
140
} else if (
getNumWords
() == RHS.getNumWords()
[
all
...]
APFloat.cpp
627
if (!fill || fill->
getNumWords
() < numParts)
631
std::min(fill->
getNumWords
(), numParts));
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
150
pVal[
getNumWords
() - 1] &= mask;
635
for (unsigned i = 0; i !=
getNumWords
(); ++i)
[
all
...]
/external/clang/include/clang/AST/
TemplateBase.h
278
unsigned NumWords = APInt::
getNumWords
(Integer.BitWidth);
Expr.h
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/clang/lib/AST/
Expr.cpp
630
unsigned NumWords = Val.
getNumWords
();
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 1340 milliseconds