HomeSort by relevance Sort by last modified time
    Searched refs:Define (Results 76 - 100 of 259) sorted by null

1 2 34 5 6 7 8 91011

  /build/core/
pdk_fusion_modules.mk 12 # Define a PDK prebuilt module that comes from platform.zip.
14 define prebuilt-pdk-java-module
  /cts/build/
test_executable.mk 22 # 2. Define LOCAL_CTS_TEST_PACKAGE to group the tests under a package
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 70 mcld::ResolveInfo::Define,
198 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
205 ResolveInfo::Define,
221 ResolveInfo::Define,
231 ResolveInfo::Define,
247 ResolveInfo::Define,
257 ResolveInfo::Define,
365 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
370 ResolveInfo::Define,
380 ResolveInfo::Define,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 324 // define symbol _GLOBAL_OFFSET_TABLE_
329 ResolveInfo::Define,
339 ResolveInfo::Define,
478 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
483 ResolveInfo::Define,
493 ResolveInfo::Define,
503 ResolveInfo::Define,
513 ResolveInfo::Define,
790 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
848 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 124 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
129 ResolveInfo::Define,
136 // Define the symbol _PROCEDURE_LINKAGE_TABLE_ if there is a symbol with the
141 ResolveInfo::Define,
152 ResolveInfo::Define,
162 ResolveInfo::Define,
625 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
652 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
689 // If we do not reserve any GOT entries, we do not need to re-define GOT
694 // define symbol _GLOBAL_OFFSET_TABLE
    [all...]
  /system/tpm/trunks/generator/
generator.py 103 #define %(name)s
887 class Define(object):
888 """Represents a preprocessor define.
895 _DEFINE = '#if !defined(%(name)s)\n#define %(name)s %(value)s\n#endif\n'
898 """Initializes a Define instance.
908 """Writes a preprocessor define to |out_file|.
926 - Parses defines to a list of Define objects.
1005 defines.append(Define(
1007 defines.append(Define(
1009 defines.append(Define(
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 29 #define AARCH64_EXPAND_PSEUDO_NAME "AArch64 pseudo instruction expansion pass"
121 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
199 RegState::Define | getDeadRegState(DstIsDead && CountThree))
223 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
373 RegState::Define | getDeadRegState(DstIsDead && SingleMovk))
389 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
538 .addReg(DstReg, RegState::Define |
563 RegState::Define |
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 22 #define GET_INSTRINFO_CTOR
59 .addReg(RI.getSubReg(DestReg, SubRegIndex), RegState::Define)
63 .addReg(DestReg, RegState::Define | RegState::Implicit);
82 MachineInstrBuilder(MI).addReg(DstReg, RegState::Define);
  /external/fio/
hash.h 2 #define _LINUX_HASH_H
23 #define GOLDEN_RATIO_PRIME 0x9e370001UL
26 #define GOLDEN_RATIO_PRIME 0x9e37fffffffc0001UL
28 #error Define GOLDEN_RATIO_PRIME for your wordsize.
31 #define GR_PRIME_64 0x9e37fffffffc0001ULL
80 #define JHASH_INITVAL GOLDEN_RATIO_PRIME
88 #define __jhash_mix(a, b, c) \
99 #define __jhash_final(a, b, c) \
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 34 #define DEBUG_TYPE "arm-pseudo"
394 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
396 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
398 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
400 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
527 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
529 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
531 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
533 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
    [all...]
Thumb1FrameLowering.cpp 461 MIB.addReg(ARM::PC, RegState::Define);
529 .addReg(TemporaryReg, RegState::Define)
557 .addReg(PopReg, RegState::Define);
562 .addReg(ARM::LR, RegState::Define)
567 .addReg(PopReg, RegState::Define)
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 10 #define MCLD_LD_RESOLVEINFO_H_
68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc };
  /external/compiler-rt/make/platform/
clang_linux.mk 12 # compiler and only define configurations we know that compiler can generate.
19 # Only define configs if we detected a linux target.
22 # Define configs only if arch in triple is i386 or x86_64
  /external/deqp/framework/delibs/debase/
deDefs.h 2 #define _DEDEFS_H
27 #define DE_COMPILER_VANILLA 0 /*!< Vanilla compiler. Used for disabling all platform-specific optimizations. */
28 #define DE_COMPILER_MSC 1 /*!< Microsoft Visual Studio. */
29 #define DE_COMPILER_GCC 2 /*!< Gnu C Compiler. */
30 #define DE_COMPILER_CLANG 3 /*!< LLVM Clang Compiler. */
34 # define DE_DETAIL_DETECTED_COMPILER DE_COMPILER_MSC
36 # define DE_DETAIL_DETECTED_COMPILER DE_COMPILER_CLANG
38 # define DE_DETAIL_DETECTED_COMPILER DE_COMPILER_GCC
65 # define DE_COMPILER DE_DETAIL_DETECTED_COMPILER /*!< Compiler identification (set to one of DE_COMPILER_*). */
72 #define DE_OS_VANILLA 0 /*!< Vanilla OS. *
    [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 6 #define V8_UNITTESTS_COMPILER_INSTRUCTION_SEQUENCE_UNITTEST_H_
139 VReg Define(TestOperand output_op);
140 VReg Parameter(TestOperand output_op = Reg()) { return Define(output_op); }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 211 /// initStandardSymbols - define and initialize standard symbols.
217 // GNU extension: define __start and __stop symbols for the sections whose
244 ResolveInfo::Define,
257 ResolveInfo::Define,
282 ResolveInfo::Define,
293 ResolveInfo::Define,
313 ResolveInfo::Define,
324 ResolveInfo::Define,
344 ResolveInfo::Define,
355 ResolveInfo::Define,
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 32 #define DEBUG_TYPE "mips16-instrinfo"
87 MIB.addReg(DestReg, RegState::Define);
251 addSaveRestoreRegs(MIB, CSI, RegState::Define);
253 MIB.addReg(Mips::S2, RegState::Define);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 127 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
134 ResolveInfo::Define,
161 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
166 ResolveInfo::Define,
176 ResolveInfo::Define,
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 134 // define symbol _GLOBAL_OFFSET_TABLE_
139 ResolveInfo::Define,
149 ResolveInfo::Define,
256 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
262 ResolveInfo::Define,
  /external/v8/tools/gcmole/
gcmole.cc 296 ExprEffect Define(const std::string& name);
352 Environment Define(const std::string& name) const {
492 ExprEffect ExprEffect::Define(const std::string& name) {
527 #define VISIT(type) \
593 #define DECL_VISIT_EXPR(type) \
596 #define IGNORE_EXPR(type) \
675 return VisitExpr(rhs, env).Define(var_name);
741 return ExprEffect::None().Define(var_name);
855 #define VISIT(type) \
891 #define DECL_VISIT_STMT(type)
    [all...]
  /bionic/libc/
crt.mk 0 # Define the libc run-time (crt) support object files that must be built,
  /development/build/tools/
windows_sdk.mk 22 # Define WIN_SDK_TARGETS (the list of targets located in topdir/sdk)
59 define winsdk-banner
65 define winsdk-info
  /external/boringssl/
rules.mk 59 # BoringSSL detects Trusty based on this define and does things like switch to
63 # Define static armcap based on lk build variables
  /external/v8/test/mjsunit/compiler/
division-by-constant.js 106 // Define the function to test.
  /external/v8/test/mjsunit/regress/
regress-1790.js 40 // Define getter that will delete itself upon first invocation.

Completed in 530 milliseconds

1 2 34 5 6 7 8 91011