HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 201 - 225 of 5119) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
SetJumpLongJump.c 66 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
Asm.h 19 #define FALSE 0
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
CpuInitPeim.c 50 ResetRequired = FALSE;
  /external/compiler-rt/test/asan/TestCases/Darwin/
suppressions-darwin.cc 11 // RUN: %env_asan_opts=suppressions='"%t.supp"':symbolize=false %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
18 // RUN: %env_asan_opts=suppressions='"%t.supp"':symbolize=false %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
27 kCFStringEncodingUTF8, FALSE); // BOOM
suppressions-sandbox.cc 18 kCFStringEncodingUTF8, FALSE); // BOOM
  /external/icu/icu4c/source/tools/toolutil/
filetools.h 29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
  /external/libvncserver/examples/
simple.c 10 rfbRunEventLoop(server,-1,FALSE);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 36 DEBUG_GET_ONCE_BOOL_OPTION(nosse, "GALLIUM_NOSSE", FALSE);
  /external/mesa3d/src/gallium/auxiliary/util/
u_resource.h 48 return FALSE;
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.h 83 return FALSE;
84 return (fs->shader->code.writes_depth) ? TRUE : FALSE;
90 return FALSE;
91 return (fs->shader->write_all) ? TRUE : FALSE;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_defines.h 53 trace_dump_enum(util_dump_query_type(value, FALSE));
  /toolchain/binutils/binutils-2.27/bfd/
coff-tic4x.c 50 return FALSE;
95 HOWTO(R_RELWORD, 0, 2, 16, FALSE, 0, complain_overflow_signed, tic4x_relocation, "RELWORD", TRUE, 0x0000ffff, 0x0000ffff, FALSE),
96 HOWTO(R_REL24, 0, 2, 24, FALSE, 0, complain_overflow_bitfield, tic4x_relocation, "REL24", TRUE, 0x00ffffff, 0x00ffffff, FALSE),
97 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_dont, tic4x_relocation, "RELLONG", TRUE, 0xffffffff, 0xffffffff, FALSE),
98 HOWTO(R_PCRWORD, 0, 2, 16, TRUE, 0, complain_overflow_signed, tic4x_relocation, "PCRWORD", TRUE, 0x0000ffff, 0x0000ffff, FALSE),
99 HOWTO(R_PCR24, 0, 2, 24, TRUE, 0, complain_overflow_signed, tic4x_relocation, "PCR24", TRUE, 0x00ffffff, 0x00ffffff, FALSE),
100 HOWTO(R_PARTLS16, 0, 2, 16, FALSE, 0, complain_overflow_dont, tic4x_relocation, "PARTLS16", TRUE, 0x0000ffff, 0x0000ffff, FALSE (…)
    [all...]
cpu-epiphany.c 36 FALSE, /* The default ? */
cpu-ip2k.c 35 FALSE, /* The default ? */
cpu-iq2000.c 36 FALSE, /* the default ? */
cpu-rx.c 36 FALSE, /* The default ? */
cpu-tilegx.c 35 FALSE,
cpu-w65.c 34 return FALSE;
cpu-z80.c 51 N (bfd_mach_z80strict, "z80-strict", FALSE, M(1)),
52 N (bfd_mach_z80, "z80", FALSE, M(2)),
53 N (bfd_mach_z80full, "z80-full", FALSE, M(3)),
54 N (bfd_mach_r800, "r800", FALSE, NULL)
cpu-h8300.c 30 return FALSE;
34 return FALSE;
41 return FALSE;
44 return FALSE;
47 return FALSE;
126 FALSE, /* the default machine */
143 FALSE, /* the default machine */
160 FALSE, /* The default machine. */
177 FALSE, /* The default machine. */
194 FALSE, /* The default machine. *
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs5Pbkdf2Null.c 24 Return FALSE to indicate this interface is not supported.
38 @retval FALSE This interface is not supported.
54 ASSERT (FALSE);
55 return FALSE;
CryptPkcs7SignNull.c 23 Return FALSE to indicate this interface is not supported.
39 @retval FALSE This interface is not supported.
56 ASSERT (FALSE);
57 return FALSE;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptPkcs7SignNull.c 23 Return FALSE to indicate this interface is not supported.
39 @retval FALSE This interface is not supported.
56 ASSERT (FALSE);
57 return FALSE;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Non-existing.c 70 ASSERT (FALSE);
115 ASSERT (FALSE);
  /external/libvncserver/libvncclient/
tls_none.c 27 return FALSE;
34 return FALSE;

Completed in 503 milliseconds

1 2 3 4 5 6 7 891011>>