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

<<11121314151617181920>>

  /external/libjpeg-turbo/
rdswitch.c 54 return FALSE;
60 return FALSE;
100 return FALSE;
108 return FALSE;
115 return FALSE;
132 return FALSE;
151 return FALSE;
157 return FALSE;
198 return FALSE;
207 return FALSE;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
ieee.c 347 *ppresent = FALSE;
351 return FALSE;
373 return FALSE;
393 *ppresent = FALSE;
398 return FALSE;
424 return FALSE;
447 *ppresent = FALSE;
451 return FALSE;
457 return FALSE;
499 return FALSE;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
aout-ns32k.c 82 HOWTO (BFD_RELOC_NS32K_IMM_8, 0, 0, 8, FALSE, 0, complain_overflow_signed,
84 TRUE, 0x000000ff,0x000000ff, FALSE),
85 HOWTO (BFD_RELOC_NS32K_IMM_16, 0, 1, 16, FALSE, 0, complain_overflow_signed,
87 TRUE, 0x0000ffff,0x0000ffff, FALSE),
88 HOWTO (BFD_RELOC_NS32K_IMM_32, 0, 2, 32, FALSE, 0, complain_overflow_signed,
90 TRUE, 0xffffffff,0xffffffff, FALSE),
93 TRUE, 0x000000ff, 0x000000ff, FALSE),
96 TRUE, 0x0000ffff,0x0000ffff, FALSE),
99 TRUE, 0xffffffff,0xffffffff, FALSE),
102 HOWTO (BFD_RELOC_NS32K_DISP_8, 0, 0, 7, FALSE, 0, complain_overflow_signed
    [all...]
elf32-gen.c 34 FALSE, /* pc_relative */
39 FALSE, /* partial_inplace */
42 FALSE); /* pcrel_offset */
79 bfd_boolean failed = FALSE;
85 return FALSE;
elf64-gen.c 34 FALSE, /* pc_relative */
39 FALSE, /* partial_inplace */
42 FALSE); /* pcrel_offset */
79 bfd_boolean failed = FALSE;
85 return FALSE;
elf32-d30v.c 259 FALSE, /* PC_relative. */
264 FALSE, /* Partial_inplace. */
267 FALSE), /* PCrel_offset. */
274 FALSE, /* PC_relative. */
279 FALSE, /* Partial_inplace. */
282 FALSE), /* PCrel_offset. */
294 FALSE, /* Partial_inplace. */
309 FALSE, /* Partial_inplace. */
319 FALSE, /* PC_relative. */
324 FALSE, /* Partial_inplace. *
    [all...]
elf32-pj.c 118 FALSE, /* pc_relative */
123 FALSE, /* partial_inplace */
126 FALSE), /* pcrel_offset */
134 FALSE, /* pc_relative */
142 FALSE), /* pcrel_offset */
154 FALSE, /* partial_inplace */
169 FALSE, /* partial_inplace */
179 FALSE, /* pc_relative */
187 FALSE), /* pcrel_offset */
200 FALSE, /* pc_relative *
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptRsaBasic.c 72 If RsaContext is NULL, then return FALSE.
83 @retval FALSE Invalid RSA key component tag.
101 return FALSE;
125 return FALSE;
143 return FALSE;
161 return FALSE;
179 return FALSE;
197 return FALSE;
215 return FALSE;
233 return FALSE;
    [all...]
CryptRsaExt.c 36 If the BigNumber buffer is too small to hold the contents of the key, FALSE
39 If RsaContext is NULL, then return FALSE.
40 If BnSize is NULL, then return FALSE.
41 If BnSize is large enough but BigNumber is NULL, then return FALSE.
50 @retval FALSE Invalid RSA key component tag.
51 @retval FALSE BnSize is too small.
71 return FALSE;
161 return FALSE;
169 return FALSE;
173 return FALSE;
    [all...]
CryptPkcs5Pbkdf2.c 23 If Password or Salt or OutKey is NULL, then return FALSE.
24 If the hash algorithm could not be determined, then return FALSE.
39 @retval FALSE One of the pointers was NULL or one of the sizes was too large.
40 @retval FALSE The hash algorithm could not be determined from the digest size.
41 @retval FALSE The key derivation operation failed.
65 return FALSE;
71 return FALSE;
84 return FALSE;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dependency/
Dependency.c 33 @retval FALSE if the PPI has yet to be installed.
71 return FALSE;
92 @retval FALSE if the dependency expression overflows the evaluation stack
126 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n"));
127 return FALSE;
136 DEBUG ((DEBUG_DISPATCH, " PUSH GUID(%g) = %a\n", StackPtr->Operator, IsPpiInstalled (PeiServices, StackPtr) ? "TRUE" : "FALSE"));
154 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n"));
155 return FALSE;
160 // EFI_DEP_AND and the POPed operator evaluates to FALSE, or the
175 (StackPtr-1)->Result = FALSE;
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hmac/
CryptHmacMd5.c 40 If HmacMd5Context is NULL, then return FALSE.
47 @retval FALSE HMAC-MD5 context initialization failed.
62 return FALSE;
77 If HmacMd5Context is NULL, then return FALSE.
78 If NewHmacMd5Context is NULL, then return FALSE.
84 @retval FALSE HMAC-MD5 context copy failed.
98 return FALSE;
114 If HmacMd5Context is NULL, then return FALSE.
121 @retval FALSE HMAC-MD5 data digest failed.
136 return FALSE;
    [all...]
CryptHmacSha1.c 40 If HmacSha1Context is NULL, then return FALSE.
47 @retval FALSE HMAC-SHA1 context initialization failed.
62 return FALSE;
77 If HmacSha1Context is NULL, then return FALSE.
78 If NewHmacSha1Context is NULL, then return FALSE.
84 @retval FALSE HMAC-SHA1 context copy failed.
98 return FALSE;
114 If HmacSha1Context is NULL, then return FALSE.
121 @retval FALSE HMAC-SHA1 data digest failed.
136 return FALSE;
    [all...]
CryptHmacSha256.c 40 If HmacSha256Context is NULL, then return FALSE.
47 @retval FALSE HMAC-SHA256 context initialization failed.
62 return FALSE;
77 If HmacSha256Context is NULL, then return FALSE.
78 If NewHmacSha256Context is NULL, then return FALSE.
84 @retval FALSE HMAC-SHA256 context copy failed.
98 return FALSE;
114 If HmacSha256Context is NULL, then return FALSE.
121 @retval FALSE HMAC-SHA256 data digest failed.
136 return FALSE;
    [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 37 fBogus = FALSE;
50 if(adopt == FALSE) {
58 fBogus = FALSE;
63 fBogus = FALSE;
90 return FALSE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rusers.x 152 % return (FALSE);
157 % return (FALSE);
162 % return (FALSE);
166 % return (FALSE);
180 % return (FALSE);
193 % return (FALSE);
206 % return (FALSE);
209 % return (FALSE);
223 % return (FALSE);
236 % return (FALSE);
    [all...]
  /external/cblas/testing/
c_d2chke.c 52 cblas_info = 2; RowMajorStrg = FALSE;
56 cblas_info = 3; RowMajorStrg = FALSE;
60 cblas_info = 4; RowMajorStrg = FALSE;
64 cblas_info = 7; RowMajorStrg = FALSE;
68 cblas_info = 9; RowMajorStrg = FALSE;
72 cblas_info = 12; RowMajorStrg = FALSE;
103 cblas_info = 1; RowMajorStrg = FALSE;
107 cblas_info = 2; RowMajorStrg = FALSE;
111 cblas_info = 3; RowMajorStrg = FALSE;
115 cblas_info = 4; RowMajorStrg = FALSE;
    [all...]
c_s2chke.c 52 cblas_info = 2; RowMajorStrg = FALSE;
56 cblas_info = 3; RowMajorStrg = FALSE;
60 cblas_info = 4; RowMajorStrg = FALSE;
64 cblas_info = 7; RowMajorStrg = FALSE;
68 cblas_info = 9; RowMajorStrg = FALSE;
72 cblas_info = 12; RowMajorStrg = FALSE;
103 cblas_info = 1; RowMajorStrg = FALSE;
107 cblas_info = 2; RowMajorStrg = FALSE;
111 cblas_info = 3; RowMajorStrg = FALSE;
115 cblas_info = 4; RowMajorStrg = FALSE;
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal
35 options.put("--files", Boolean.FALSE); // process arguments as separate files
36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser
37 options.put("--nons", Boolean.FALSE); // no namespaces
38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements
39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model
40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model
41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root
42 options.put("--pyxin", Boolean.FALSE); // input is PYX
43 options.put("--lexical", Boolean.FALSE); // output comment
    [all...]
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 52 UBool opt_help = FALSE;
53 UBool opt_norm = FALSE;
54 UBool opt_french = FALSE;
55 UBool opt_shifted = FALSE;
56 UBool opt_lower = FALSE;
57 UBool opt_upper = FALSE;
58 UBool opt_case = FALSE;
59 UBool opt_overlap = FALSE;
60 UBool opt_canonical = FALSE;
117 return FALSE;
    [all...]
  /external/libvncserver/libvncserver/
cargs.c 86 return FALSE;
90 return FALSE;
97 return FALSE;
104 return FALSE;
110 return FALSE;
119 return FALSE;
126 return FALSE;
135 return FALSE;
141 return FALSE;
147 return FALSE;
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtDxeHobLib/
HobLib.c 21 } while (FALSE)
281 ASSERT (FALSE);
311 ASSERT (FALSE);
346 ASSERT (FALSE);
386 ASSERT (FALSE);
414 ASSERT (FALSE);
442 ASSERT (FALSE);
470 ASSERT (FALSE);
496 ASSERT (FALSE);
522 ASSERT (FALSE);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Non-existing.c 63 ASSERT (FALSE);
108 ASSERT (FALSE);
152 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/
HobLib.c 239 ASSERT (FALSE);
271 ASSERT (FALSE);
301 ASSERT (FALSE);
336 ASSERT (FALSE);
376 ASSERT (FALSE);
404 ASSERT (FALSE);
432 ASSERT (FALSE);
459 ASSERT (FALSE);
485 ASSERT (FALSE);
511 ASSERT (FALSE);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/OmapLib/
OmapLib.c 32 default: ASSERT(FALSE); return 0;
64 ASSERT(FALSE);
80 default: ASSERT(FALSE); return 0;

Completed in 524 milliseconds

<<11121314151617181920>>