HomeSort by relevance Sort by last modified time
    Searched defs:is32bit (Results 1 - 6 of 6) sorted by null

  /external/honggfuzz/
sancov.c 310 bool is32bit = true; local
354 is32bit = true;
356 is32bit = false;
456 if (is32bit) {
568 bool is32bit = true; local
620 is32bit = true;
622 is32bit = false;
635 if (is32bit) {
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 833 // is32bit reports whether x can be represented using 32 bits.
834 func is32bit(x int64) bool { func
1043 if !is32bit(a) || !is32bit(b) {
  /prebuilts/go/linux-x86/src/go/constant/
value.go 833 // is32bit reports whether x can be represented using 32 bits.
834 func is32bit(x int64) bool { func
1043 if !is32bit(a) || !is32bit(b) {
  /toolchain/binutils/binutils-2.27/bfd/
bfd.c 1655 is32bit (bfd *abfd) function
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 1533 bool is32bit = false; \/\/ used to distinguish between CONST32 and CONST64 local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 8320 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; local
    [all...]

Completed in 140 milliseconds