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

1 2 3 4 5 6 7 891011>>

  /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;
  /toolchain/binutils/binutils-2.25/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-arm.c 122 return FALSE;
131 N (bfd_mach_arm_2, "armv2", FALSE, & arch_info_struct[1]),
132 N (bfd_mach_arm_2a, "armv2a", FALSE, & arch_info_struct[2]),
133 N (bfd_mach_arm_3, "armv3", FALSE, & arch_info_struct[3]),
134 N (bfd_mach_arm_3M, "armv3m", FALSE, & arch_info_struct[4]),
135 N (bfd_mach_arm_4, "armv4", FALSE, & arch_info_struct[5]),
136 N (bfd_mach_arm_4T, "armv4t", FALSE, & arch_info_struct[6]),
137 N (bfd_mach_arm_5, "armv5", FALSE, & arch_info_struct[7]),
138 N (bfd_mach_arm_5T, "armv5t", FALSE, & arch_info_struct[8]),
139 N (bfd_mach_arm_5TE, "armv5te", FALSE, & arch_info_struct[9])
    [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...]
coff-i860.c 151 #define PCRELOFFSET FALSE
166 FALSE, /* pc_relative */
180 FALSE, /* pc_relative */
188 FALSE), /* pcrel_offset */
200 FALSE, /* pc_relative */
213 FALSE, /* pc_relative */
226 FALSE, /* pc_relative */
285 FALSE, /* pc_relative */
290 FALSE, /* partial_inplace */
293 FALSE), /* pcrel_offset *
    [all...]
coff-tic54x.c 124 return FALSE;
157 HOWTO (R_RELWORD,0,1,16,FALSE,0,complain_overflow_dont,
158 tic54x_relocation,"REL16",FALSE,0xFFFF,0xFFFF,FALSE),
161 HOWTO (R_PARTLS7,0,1,7,FALSE,0,complain_overflow_dont,
162 tic54x_relocation,"LS7",FALSE,0x007F,0x007F,FALSE),
166 HOWTO (R_PARTMS9,7,1,9,FALSE,0,complain_overflow_dont,
167 tic54x_relocation,"MS9",FALSE,0x01FF,0x01FF,FALSE),
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/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/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);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/ResetSystemLib/
ResetSystemLib.c 67 ASSERT (FALSE);
85 ASSERT (FALSE);
  /external/libvncserver/libvncclient/
tls_none.c 27 return FALSE;
34 return FALSE;
  /external/libxml2/
testOOMlib.c 22 #ifndef FALSE
23 #define FALSE (0)
82 * fail. If it returns #FALSE, then the allocation
105 return FALSE;
215 return FALSE;
232 * call to malloc() each time. If the function ever returns #FALSE,
234 * valid (such as returning an error, or succeeding) occurs, and #FALSE
237 * Returns #TRUE if the function never returns FALSE
250 return FALSE;
256 return FALSE;
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
ConsoleClose.cpp 24 return FALSE;
33 return FALSE;
41 return false;
68 if(!SetConsoleCtrlHandler(HandlerRoutine, FALSE))
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 99 #ifndef FALSE
100 #define FALSE 0
  /hardware/interfaces/boot/1.0/
types.hal 34 * A result encapsulating whether a function returned true, false or
38 FALSE = 0,
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32lm32.sh 9 DYNAMIC_LINK=FALSE
elf32lr5900.sh 12 DYNAMIC_LINK=FALSE
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 63 If PemData is NULL, then return FALSE.
64 If RsaContext is NULL, then return FALSE.
67 @retval FALSE Invalid PEM key data or incorrect password.
86 return FALSE;
94 return FALSE;
97 return FALSE;
100 return FALSE;
103 return FALSE;
106 Status = FALSE;

Completed in 975 milliseconds

1 2 3 4 5 6 7 891011>>