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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxbuf.h 35 #ifndef FALSE
36 #define FALSE 0
  /toolchain/binutils/binutils-2.25/bfd/
cpu-d10v.c 36 FALSE,
53 FALSE,
cpu-i370.c 39 FALSE, /* Not the default. */
54 FALSE, /* Not the default. */
cpu-m10300.c 35 FALSE,
52 FALSE,
cpu-m32c.c 33 return FALSE;
49 FALSE, /* the default ? */
cpu-m32r.c 34 N (bfd_mach_m32rx, "m32rx", FALSE, M32R2_NEXT) ,
35 N (bfd_mach_m32r2, "m32r2", FALSE, NULL)
cpu-mep.c 28 static const bfd_arch_info_type bfd_c5_arch = MA (bfd_mach_mep_c5, "c5", FALSE, NULL);
29 static const bfd_arch_info_type bfd_h1_arch = MA (bfd_mach_mep_h1, "h1", FALSE, & bfd_c5_arch);
cpu-mt.c 36 FALSE, /* The default ? */
51 FALSE, /* The default ? */
cpu-s390.c 39 FALSE, /* the default */
58 FALSE, /* the default */
mach-o-x86-64.c 51 return FALSE;
70 HOWTO(BFD_RELOC_64, 0, 4, 64, FALSE, 0,
73 FALSE, MINUS_ONE, MINUS_ONE, FALSE),
74 HOWTO(BFD_RELOC_32, 0, 2, 32, FALSE, 0,
77 FALSE, 0xffffffff, 0xffffffff, FALSE),
81 FALSE, 0xffffffff, 0xffffffff, TRUE),
85 FALSE, 0xffffffff, 0xffffffff, TRUE),
90 FALSE, 0xffffffff, 0xffffffff, TRUE)
    [all...]
nlm32-alpha.c 50 return FALSE;
53 return FALSE;
60 return FALSE;
77 return FALSE;
95 FALSE, /* PC_relative. */
100 FALSE, /* Partial_inplace. */
103 FALSE), /* PCrel_offset. */
110 FALSE, /* PC_relative. */
118 FALSE), /* PCrel_offset. */
125 FALSE, /* PC_relative. *
    [all...]
mach-o-i386.c 51 return FALSE;
66 HOWTO(BFD_RELOC_32, 0, 2, 32, FALSE, 0,
69 FALSE, 0xffffffff, 0xffffffff, FALSE),
70 HOWTO(BFD_RELOC_16, 0, 1, 16, FALSE, 0,
73 FALSE, 0xffff, 0xffff, FALSE),
74 HOWTO(BFD_RELOC_8, 0, 0, 8, FALSE, 0,
77 FALSE, 0xff, 0xff, FALSE),
    [all...]
cpu-arc.c 45 ARC ( bfd_mach_arc_5, "arc5", FALSE, &arch_info_struct[1] ),
46 ARC ( bfd_mach_arc_5, "base", FALSE, &arch_info_struct[2] ),
47 ARC ( bfd_mach_arc_6, "arc6", FALSE, &arch_info_struct[3] ),
48 ARC ( bfd_mach_arc_7, "arc7", FALSE, &arch_info_struct[4] ),
49 ARC ( bfd_mach_arc_8, "arc8", FALSE, NULL ),
cpu-i960.c 35 int fail_because_not_80960 = FALSE;
48 return FALSE;
59 is detected below it will be reset to FALSE. */
64 return FALSE;
67 return FALSE;
77 return FALSE;
79 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; }
83 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; }
87 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE; }
89 { machine = bfd_mach_i960_ka_sa; fail_because_not_80960 = FALSE; }
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32b4300.sh 9 DYNAMIC_LINK=FALSE
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 141 FALSE , /* Zyyy */
142 FALSE, /* Qaai */
144 FALSE, /* Armn */
146 FALSE, /* Bopo */
147 FALSE, /* Cher */
148 FALSE, /* Copt=Qaac */
149 FALSE, /* Cyrl */
150 FALSE, /* Dsrt */
152 FALSE, /* Ethi */
153 FALSE, /* Geor *
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
CryptRand.c 37 @retval FALSE Pseudorandom number generator does not have enough entropy for random generation.
48 return FALSE;
56 return FALSE;
73 return FALSE;
79 If Output is NULL, then return FALSE.
85 @retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.
99 return FALSE;
106 return FALSE;
CryptRandItc.c 33 @retval FALSE Pseudorandom number generator does not have enough entropy for random generation.
46 return FALSE;
54 return FALSE;
81 return FALSE;
87 If Output is NULL, then return FALSE.
93 @retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.
107 return FALSE;
114 return FALSE;
CryptRandTsc.c 33 @retval FALSE Pseudorandom number generator does not have enough entropy for random generation.
46 return FALSE;
54 return FALSE;
81 return FALSE;
87 If Output is NULL, then return FALSE.
93 @retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.
107 return FALSE;
114 return FALSE;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibNull/
DebugLib.c 106 PcdDebugProperyMask is set. Otherwise FALSE is returned.
109 @retval FALSE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear.
118 return FALSE;
126 PcdDebugProperyMask is set. Otherwise FALSE is returned.
129 @retval FALSE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of PcdDebugProperyMask is clear.
138 return FALSE;
146 PcdDebugProperyMask is set. Otherwise FALSE is returned.
149 @retval FALSE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is clear.
158 return FALSE;
166 PcdDebugProperyMask is set. Otherwise FALSE is returned.
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
BooleanTest.java 28 assertEquals(1237, Boolean.FALSE.hashCode());
39 assertEquals(Boolean.FALSE, new Boolean("yes"));
40 assertEquals(Boolean.FALSE, new Boolean("false"));
48 assertEquals(Boolean.FALSE, new Boolean(false));
56 assertFalse(Boolean.FALSE.booleanValue());
67 assertFalse(Boolean.FALSE.equals(Boolean.TRUE));
68 assertTrue(Boolean.FALSE.equals(Boolean.FALSE));
    [all...]
  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 33 #ifndef FALSE
34 #define FALSE 0
38 #define TRUE (!FALSE)
73 #define SBC_DSP_OPT FALSE
78 #define SBC_USE_ARM_PRAGMA FALSE
84 #define SBC_ARM_ASM_OPT FALSE
91 #define SBC_GHS_COMPILER FALSE
113 #define SBC_IS_64_MULT_IN_WINDOW_ACCU FALSE
124 #define SBC_IS_64_MULT_IN_IDCT FALSE
130 /* setting this flag to FALSE adds a whistling noise at 5.5 and 11 KHz usual
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 70 return FALSE;
75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE;
79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE;
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE;
87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE;
95 *pvalue = FALSE;
108 return FALSE;
116 *pvalue = FALSE;
133 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_GDI ? TRUE : FALSE;
137 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_OPENGL ? TRUE : FALSE;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 112 maxMinTest(pinf, ninf, ninf, FALSE);
116 maxMinTest(pinf, pzero, pzero, FALSE);
118 maxMinTest(pinf, nzero, nzero, FALSE);
122 maxMinTest(ninf, pzero, ninf, FALSE);
124 maxMinTest(ninf, nzero, ninf, FALSE);
128 maxMinTest(pinf, nan, nan, FALSE);
130 maxMinTest(ninf, nan, nan, FALSE);
134 maxMinTest(nan, nan, nan, FALSE);
138 maxMinTest(nan, pzero, nan, FALSE);
140 maxMinTest(nan, nzero, nan, FALSE);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
timesoftfloat.c     [all...]

Completed in 519 milliseconds

1 2 3 4 5 67 8 91011>>