HomeSort by relevance Sort by last modified time
    Searched refs:EXP (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/strace/tests/
umovestr2.test 8 EXP="$LOG.exp"
11 run_strace -veexecve -s262144 $args > "$EXP"
14 match_diff "$OUT" "$EXP"
16 rm -f "$EXP" "$OUT"
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.h 59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
60 arc_parse_cons_expression (EXP, NBYTES)
64 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
65 arc_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-cr16.h 65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
tc-crx.h 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
tc-pj.h 49 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
50 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-rl78.h 70 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RET) \
71 rl78_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-v850.h 60 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_cons_expression_v850 (EXP)
tc-vax.h 50 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) vax_cons (EXP, NBYTES)
tc-m32c.h 60 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
61 m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-mn10300.h 42 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
43 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
tc-nios2.h 109 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) nios2_cons (EXP, NBYTES)
110 extern bfd_reloc_code_real_type nios2_cons (expressionS *exp, int size);
tc-rx.h 71 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
72 rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
tc-tilegx.h 56 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
57 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-tilepro.h 57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
58 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-ppc.h 235 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
236 ppc_elf_parse_cons (EXP, NBYTES)
239 #define TC_CONS_FIX_CHECK(EXP, NBYTES, FIX) \
240 ppc_elf_cons_fix_check (EXP, NBYTES, FIX)
263 #define md_parse_name(name, exp, mode, c) ppc_parse_name (name, exp)
tc-microblaze.h 39 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
40 parse_cons_expression_microblaze (EXP, NBYTES)
tc-tic54x.h 72 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
73 tic54x_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
tc-alpha.h 74 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP,RELOC) \
76 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \
tc-hppa.h 112 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
113 parse_cons_expression_hppa (EXP)
tc-sparc.h 162 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) sparc_cons (EXP, NBYTES)
tc-i386.h 133 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) x86_cons (EXP, NBYTES)
137 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
138 x86_cons_fix_new(FRAG, OFF, LEN, EXP, RELOC)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 60 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP)
64 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP)
67 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP)
71 #define C_DECL_DECLARED_BUILTIN(EXP) \
72 DECL_LANG_FLAG_3 (FUNCTION_DECL_CHECK (EXP))
76 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \
77 DECL_LANG_FLAG_6 (FUNCTION_DECL_CHECK (EXP))
    [all...]
  /external/svox/pico/lib/
picodsp.h 104 Fast Exp Approximation now remapped to a function in picoos
106 #define EXP(y) picoos_quick_exp(y)
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 37 unsigned EXP;
151 // Only consider stores or EXP for EXP_CNT
152 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
153 (MI.getOpcode() == AMDGPU::EXP || MI.getDesc().mayStore()));
197 if (MI.getOpcode() == AMDGPU::EXP)
296 if (Increment.Named.EXP) {
297 ExpInstrTypesSeen |= I->getOpcode() == AMDGPU::EXP ? 1 : 2;
334 // EXP_CNT is unordered if we have both EXP & VM-writes
370 if (Counts.Named.EXP == 0)
376 ((Counts.Named.EXP & 0x7) << 4)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 149 %define Name ## _mutable(TYPEMAP,EXP...)
151 #if #EXP != ""
152 expansion += EXP;

Completed in 1345 milliseconds

1 2 3