Searched refs:Expanded (Results 1 – 25 of 36) sorted by relevance
12
/external/clang/lib/Format/ |
D | Format.cpp | 418 FormatStyle Expanded = Style; in expandPresets() local 419 Expanded.BraceWrapping = {false, false, false, false, false, false, in expandPresets() 423 Expanded.BraceWrapping.AfterClass = true; in expandPresets() 424 Expanded.BraceWrapping.AfterFunction = true; in expandPresets() 425 Expanded.BraceWrapping.AfterNamespace = true; in expandPresets() 428 Expanded.BraceWrapping.AfterClass = true; in expandPresets() 429 Expanded.BraceWrapping.AfterEnum = true; in expandPresets() 430 Expanded.BraceWrapping.AfterFunction = true; in expandPresets() 431 Expanded.BraceWrapping.AfterStruct = true; in expandPresets() 432 Expanded.BraceWrapping.AfterUnion = true; in expandPresets() [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 220 **# of VBR Expanded Bytes** 229 The percentage is relative to # of VBR Expanded Bytes. 290 **Number of VBR Expanded Bytes** 299 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 49 ((Expanded, SkTEndian_SwapBE16(7)))
|
D | SkOTTable_OS_2_V0.h | 49 ((Expanded, SkTEndian_SwapBE16(7)))
|
D | SkPanose.h | 79 ((Expanded, 5)) 269 ((Expanded, 5))
|
D | SkOTTable_OS_2_V1.h | 47 ((Expanded, SkTEndian_SwapBE16(7)))
|
D | SkOTTable_OS_2_V2.h | 47 ((Expanded, SkTEndian_SwapBE16(7)))
|
D | SkOTTable_OS_2_V3.h | 47 ((Expanded, SkTEndian_SwapBE16(7)))
|
D | SkOTTable_OS_2_V4.h | 47 ((Expanded, SkTEndian_SwapBE16(7)))
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 88 bool Expanded = false; in expand() local 93 Expanded |= expandInstr(*BB, I++); in expand() 95 return Expanded; in expand()
|
/external/libexif/ |
D | NEWS | 38 * Expanded the Doxygen API documentation
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | comparisons_f32.ll | 91 ; Expanded comparisons, which also check for NaN.
|
D | comparisons_f64.ll | 91 ; Expanded comparisons, which also check for NaN.
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 364 table_id 1, name 'Expanded Flow Table' 394 table_id 101, name 'V-Expanded Flow Table'
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 563 APInt Expanded = C->getAPIntValue() | (~NewMask); in SimplifyDemandedBits() local 565 if (Expanded.isAllOnesValue()) { in SimplifyDemandedBits() 566 if (Expanded != C->getAPIntValue()) { in SimplifyDemandedBits() 569 TLO.DAG.getConstant(Expanded, dl, VT)); in SimplifyDemandedBits()
|
/external/tagsoup/ |
D | CHANGES | 186 Expanded public API for Element and ElementType
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 1244 // Expanded after instruction selection into a branch sequence. 1245 let usesCustomInserter = 1 in // Expanded after instruction selection.
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 375 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after 378 // Expanded after instruction selection.
|
/external/protobuf/ |
D | CHANGES.txt | 259 * Expanded descriptors a bit.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 781 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after 783 let usesCustomInserter = 1, // Expanded after instruction selection.
|
D | PPCInstrQPX.td | 246 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 77 let usesCustomInserter = 1 in { // Expanded after instruction selection.
|
/external/libpcap/ |
D | aclocal.m4 | 29 dnl See the "Prerequisite Macros" and "Expanded Before Required" sections
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 364 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
|
/external/tcpdump/ |
D | aclocal.m4 | 29 dnl See the "Prerequisite Macros" and "Expanded Before Required" sections
|
12