HomeSort by relevance Sort by last modified time
    Searched full:_code (Results 1 - 25 of 30) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 95 /* Check that _code compiles in a method environment */
96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
98 { _code; }
99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code)
  /external/llvm/docs/
Phabricator.rst 104 .. _Code Repository Browser: http://llvm-reviews.chandlerc.com/diffusion/
Bugpoint.rst 81 .. _code generator debugger:
HowToSubmitABug.rst 109 .. _code generator bugs:
DeveloperPolicy.rst 110 .. _code review:
CodeGenerator.rst 320 .. _code being generated:
696 .. _code generation algorithm:
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 479 const enum rtx_code _code = GET_CODE (_rtx); \
480 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
483 if (GET_RTX_FORMAT(_code)[_n] != C1) \
490 const enum rtx_code _code = GET_CODE (_rtx); \
491 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
494 if (GET_RTX_FORMAT(_code)[_n] != C1 \
495 && GET_RTX_FORMAT(_code)[_n] != C2) \
509 const enum rtx_code _code = GET_CODE (_rtx); \
510 if (_code != (C1) && _code != (C2))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 479 const enum rtx_code _code = GET_CODE (_rtx); \
480 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
483 if (GET_RTX_FORMAT(_code)[_n] != C1) \
490 const enum rtx_code _code = GET_CODE (_rtx); \
491 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
494 if (GET_RTX_FORMAT(_code)[_n] != C1 \
495 && GET_RTX_FORMAT(_code)[_n] != C2) \
509 const enum rtx_code _code = GET_CODE (_rtx); \
510 if (_code != (C1) && _code != (C2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 479 const enum rtx_code _code = GET_CODE (_rtx); \
480 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
483 if (GET_RTX_FORMAT(_code)[_n] != C1) \
490 const enum rtx_code _code = GET_CODE (_rtx); \
491 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
494 if (GET_RTX_FORMAT(_code)[_n] != C1 \
495 && GET_RTX_FORMAT(_code)[_n] != C2) \
509 const enum rtx_code _code = GET_CODE (_rtx); \
510 if (_code != (C1) && _code != (C2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 479 const enum rtx_code _code = GET_CODE (_rtx); \
480 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
483 if (GET_RTX_FORMAT(_code)[_n] != C1) \
490 const enum rtx_code _code = GET_CODE (_rtx); \
491 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
494 if (GET_RTX_FORMAT(_code)[_n] != C1 \
495 && GET_RTX_FORMAT(_code)[_n] != C2) \
509 const enum rtx_code _code = GET_CODE (_rtx); \
510 if (_code != (C1) && _code != (C2))
    [all...]
  /external/openssl/crypto/rand/
rand_unix.c 165 extern void s$sleep (long *_duration, short int *_code);
169 extern void s$sleep2 (long long *_duration, short int *_code);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 69 typedef struct _code { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 69 typedef struct _code { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 69 typedef struct _code { struct
  /external/qemu/
exec-all.h 359 #define MEMSUFFIX _code
mips-dis.c 294 "c" 10 bit breakpoint code (OP_*_CODE)
    [all...]
  /external/llvm/include/llvm/Support/
system_error.h 640 virtual bool equivalent(int _code, const error_condition& _condition) const;
641 virtual bool equivalent(const error_code& _code, int _condition) const;
  /external/llvm/lib/Target/Mips/
Mips16InstrFormats.td 178 bits<6> _code; // code is a keyword in tablegen
184 let Inst{10-5} = _code;
  /external/v8/src/mips/
assembler-mips.h 129 const int kRegister_ ## N ## _Code = C; \
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 802 #define REG(Name) { kRegister_ ## Name ## _Code }
    [all...]
code-stubs-x64.cc     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]

Completed in 3538 milliseconds

1 2