Home
last modified time | relevance | path

Searched refs:Expanded (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/lib/Format/
DFormat.cpp442 FormatStyle Expanded = Style; in expandPresets() local
443 Expanded.BraceWrapping = {false, false, false, false, false, false, in expandPresets()
447 Expanded.BraceWrapping.AfterClass = true; in expandPresets()
448 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
449 Expanded.BraceWrapping.AfterNamespace = true; in expandPresets()
452 Expanded.BraceWrapping.AfterClass = true; in expandPresets()
453 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
454 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
455 Expanded.BraceWrapping.AfterStruct = true; in expandPresets()
456 Expanded.BraceWrapping.AfterUnion = true; in expandPresets()
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst220 **# 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/
DSkPanose.h68 Expanded = 5, enumerator
225 Expanded = 5, enumerator
DSkOTTable_OS_2_V0.h47 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_VA.h48 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V1.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V2.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V3.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V4.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-bcanalyzer.pod221 =item B<# of VBR Expanded Bytes>
230 The percentage is relative to # of VBR Expanded Bytes.
294 =item B<Number of VBR Expanded Bytes>
303 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp86 bool Expanded = false; in expand() local
90 Expanded |= expandInstr(MBB, I++); in expand()
93 return Expanded; in expand()
/external/libexif/
DNEWS38 * Expanded the Doxygen API documentation
/external/llvm/test/CodeGen/WebAssembly/
Dcomparisons_f64.ll91 ; Expanded comparisons, which also check for NaN.
Dcomparisons_f32.ll91 ; Expanded comparisons, which also check for NaN.
/external/tcpdump/tests/
Dof10_pf5240-vv.out364 table_id 1, name 'Expanded Flow Table'
394 table_id 101, name 'V-Expanded Flow Table'
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1381 APInt Expanded = C->getAPIntValue() | (~NewMask); in SimplifyDemandedBits() local
1383 if (Expanded.isAllOnesValue()) { in SimplifyDemandedBits()
1384 if (Expanded != C->getAPIntValue()) { in SimplifyDemandedBits()
1387 TLO.DAG.getConstant(Expanded, VT)); in SimplifyDemandedBits()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td252 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
255 // Expanded after instruction selection.
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME349 all architectures/calling conventions. Expanded tests.
/external/tagsoup/
DCHANGES186 Expanded public API for Element and ElementType
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp604 APInt Expanded = C->getAPIntValue() | (~NewMask); in SimplifyDemandedBits() local
606 if (Expanded.isAllOnesValue()) { in SimplifyDemandedBits()
607 if (Expanded != C->getAPIntValue()) { in SimplifyDemandedBits()
610 TLO.DAG.getConstant(Expanded, dl, VT)); in SimplifyDemandedBits()
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME453 all architectures/calling conventions. Expanded tests.
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME453 all architectures/calling conventions. Expanded tests.
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td1208 // Expanded after instruction selection into a branch sequence.
1209 let usesCustomInserter = 1 in // Expanded after instruction selection.
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td1280 // Expanded after instruction selection into a branch sequence.
1281 let usesCustomInserter = 1 in // Expanded after instruction selection.
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.td379 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
381 let usesCustomInserter = 1, // Expanded after instruction selection.

123