/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessage.java | 254 * If we read such a folded line, the folded part will be skipped in the parser [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 320 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); 325 I.setOperand(1, Folded); 519 // Constants can be considered to be negated values if they can be folded. 538 // Constants can be considered to be negated values if they can be folded. 592 // Bool selects with constant operands can be folded to logical ops. [all...] |
InstCombineAndOrXor.cpp | 53 // not's to be folded first. 782 // ICMP_[US][GL]E X, CST is folded to ICMP_[US][GL]T elsewhere. [all...] |
InstCombinePHI.cpp | 195 // which can usually all be folded into the load. 399 // Scan the instruction, looking for input operations that can be folded away. [all...] |
/external/clang/docs/ |
InternalsManual.rst | [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 210 /// check to see if the divide was folded. 393 /// can be folded using target addressing modes. 448 // would obviously be folded away). 498 // be folded away). 742 // it, to enable more of it to be folded into the GEP. [all...] |
ConstantFolding.cpp | 627 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI)) 628 C = Folded; [all...] |
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 365 // test whether they can be folded before keeping them. In this case it [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
Intermediate.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uniset_props.cpp | [all...] |
unormimp.h | 369 * It is a folded trie with 16-bit data words.
|
utext.cpp | 622 if(length <= UCASE_MAX_STRING_LENGTH) { // !!!: Does not correctly handle 0-length folded-case strings 648 if(length <= UCASE_MAX_STRING_LENGTH) { // !!!: Does not correctly handle 0-length folded-case strings 737 if(length <= UCASE_MAX_STRING_LENGTH) { // !!!: Does not correctly handle 0-length folded-case strings 760 if(length <= UCASE_MAX_STRING_LENGTH) { // !!!: Does not correctly handle 0-length folded-case strings [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
bands.c | 608 side; otherwise it would collapse, since it doesn't get folded. */ 1024 /* Folded spectrum */ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
expr.c | 688 /* make sure to delete folded intnum */ 762 /* make sure to delete folded intnum */ [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 446 /// canFoldAsLoad - Return true for instructions that can be folded as 451 /// on x86, to allow them to be folded when it is beneficial. [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 653 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded) 668 FCMP_TRUE = 15, ///< 1 1 1 1 Always true (always folded) [all...] |
/external/llvm/lib/Analysis/IPA/ |
InlineCost.cpp | 332 // Non-constant GEPs aren't folded, and disable SROA. [all...] |
/external/llvm/test/CodeGen/X86/ |
block-placement.ll | 391 ; The end block is folded with %loop.body3... 395 ; The loop.inner2.end block is folded
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherGen.cpp | 204 // check to ensure that this gets folded into the normal top-level 361 // this to be folded. [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
EmojiConstants.java | 723 0x1F64F, // PERSON WITH FOLDED HANDS
|
/dalvik/vm/ |
Globals.h | 55 * is enabled. (The "disabled" state is not folded into this because [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerStackingNode.cpp | 394 // likely be folded along with the rest.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PopupListBox.cpp | 345 // Compute a case-folded copy of the prefix string before beginning the
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
WTFString.h | 341 // Return the string with case folded for case insensitive comparison.
|
/external/chromium_org/third_party/icu/source/i18n/ |
colldata.cpp | 870 // this can probably be folded with the minLengthCache...
|