HomeSort by relevance Sort by last modified time
    Searched refs:Flags (Results 251 - 275 of 2699) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-5.d 6 +Size +EntSize +Flags +Link +Info +Align
21 Key to Flags:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec1.d 10 +Size +EntSize +Flags +Link +Info +Align
23 Key to Flags:
undef-3.d 9 +Size +EntSize +Flags +Link +Info +Align
20 Key to Flags:
  /external/eigen/Eigen/src/Core/
Ref.h 98 Flags = traits<Map<_PlainObjectType, _Options, _StrideType> >::Flags | NestByRefBit
104 StorageOrderMatch = PlainObjectType::IsVectorAtCompileTime || Derived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)),
110 AlignmentMatch = (_Options!=Aligned) || ((PlainObjectType::Flags&AlignedBit)==0) || ((traits<Derived>::Flags&AlignedBit)==AlignedBit),
144 : int(Flags)&RowMajorBit ? this->cols()
177 if(Expression::IsVectorAtCompileTime && (!PlainObjectType::IsVectorAtCompileTime) && ((Expression::Flags&RowMajorBit)!=(PlainObjectType::Flags&RowMajorBit)))
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 73 unsigned Flags = 0;
76 Flags |= ELF::SHF_ALLOC;
79 Flags |= ELF::SHF_EXECINSTR;
81 Flags |= ELF::XCORE_SHF_CP_SECTION;
83 Flags |= ELF::XCORE_SHF_DP_SECTION;
86 Flags |= ELF::SHF_WRITE;
90 Flags |= ELF::SHF_MERGE;
93 Flags |= ELF::SHF_STRINGS;
95 return Flags;
103 // Infer section flags from the section name if we can
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 81 Flags = internal::traits<Derived>::Flags,
82 /**< This stores expression \ref flags flags which may or may not be inherited by new expressions
83 * constructed from this one. See the \ref flags "list of flags".
91 IsRowMajor = Flags&RowMajorBit ? 1 : 0,
97 _HasDirectAccess = (int(Flags)&DirectAccessBit) ? 1 : 0 // workaround sunCC
108 typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor, Index> PlainObject;
166 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols();
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 321 unsigned Flags) {
322 return getELFSection(Section, Type, Flags, nullptr);
326 unsigned Flags, const char *BeginSymName) {
327 return getELFSection(Section, Type, Flags, 0, "", BeginSymName);
331 unsigned Flags, unsigned EntrySize,
333 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
337 unsigned Flags, unsigned EntrySize,
339 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
344 unsigned Flags, unsigned EntrySize,
346 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 52 ULONG Flags;
176 DWORD WINAPI DhcpSetServerBindingInfo(DHCP_CONST WCHAR *ServerIpAddress,ULONG Flags,LPDHCP_BIND_ELEMENT_ARRAY BindElementInfo);
177 DWORD WINAPI DhcpGetServerBindingInfo(DHCP_CONST WCHAR *ServerIpAddress,ULONG Flags,LPDHCP_BIND_ELEMENT_ARRAY *BindElementsInfo);
280 DWORD Flags;
296 DWORD Flags;
369 DWORD Flags,
390 DWORD Flags,
402 DWORD Flags,
445 DWORD Flags,
451 DWORD Flags,
    [all...]
  /external/llvm/test/MC/Mips/
elf_eflags_nan2008.s 8 # CHECK-OBJ: Flags [ (0x50001404)
mips_abi_flags_xx_set.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
16 # CHECK-OBJ: Flags [ (0x2)
28 # CHECK-OBJ: MIPS ABI Flags {
38 # CHECK-OBJ-NEXT: Flags 1 [ (0x1)
41 # CHECK-OBJ-NEXT: Flags 2: 0x0
  /external/skia/include/core/
SkSurfaceProps.h 53 enum Flags {
59 static const Flags kUseDistanceFieldFonts_Flag = kUseDeviceIndependentFonts_Flag;
61 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
67 SkSurfaceProps(uint32_t flags, InitType);
70 uint32_t flags() const { return fFlags; } function in class:SkSurfaceProps
  /external/v8/test/message/
for-loop-invalid-lhs.js 7 // Flags: --min-preparse-length=0
  /external/v8/test/mjsunit/
array-shift3.js 5 // Flags: --allow-natives-syntax
  /external/v8/test/mjsunit/asm/
redundancy1.js 5 // Flags: --turbo-splitting
redundancy2.js 5 // Flags: --turbo-splitting
  /external/v8/test/mjsunit/compiler/
deopt-bool.js 5 // Flags: --allow-natives-syntax
lazy-deopt-in-literal.js 5 // Flags: --allow-natives-syntax
opt-next-call-turbo.js 5 // Flags: --allow-natives-syntax --turbo-filter=*
opt-next-call.js 5 // Flags: --allow-natives-syntax
osr-array-len.js 5 // Flags: --allow-natives-syntax
osr-block-scope-func.js 5 // Flags: --allow-natives-syntax --use-osr --turbo-osr
osr-forin-nested.js 5 // Flags: --turbo-osr --allow-natives-syntax
osr-forin.js 5 // Flags: --use-osr --turbo-osr
osr-function-id2.js 5 // Flags: --use-osr --turbo-osr
osr-nested2.js 5 // Flags: --allow-natives-syntax --use-osr --turbo-osr

Completed in 548 milliseconds

<<11121314151617181920>>