HomeSort by relevance Sort by last modified time
    Searched full:no_check (Results 1 - 7 of 7) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 387 enum CheckAlignment { NO_CHECK, CHECK_ALIGNMENT };
392 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
399 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
disasm-arm64.cc     [all...]
  /toolchain/binutils/binutils-2.25/
Makefile.def 101 host_modules= { module= zlib; no_install=true; no_check=true; bootstrap=true; };
106 host_modules= { module= libtermcap; no_check=true;
111 host_modules= { module= utils; no_check=true; };
132 target_modules = { module= libgcc; bootstrap=true; no_check=true; };
138 target_modules = { module= libtermcap; no_check=true;
144 target_modules = { module= libgloss; no_check=true; };
Makefile.tpl     [all...]
  /external/boringssl/src/crypto/x509v3/
v3_purp.c 92 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
105 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, (char *) "Any Purpose", (char *) "any", NULL},
722 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) function
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 751 NO_CHECK = 0,
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 8901 enum {no_check, check_lo, check_ha} insn_check; enumerator in enum:__anon74945
    [all...]

Completed in 141 milliseconds