Searched refs:FALSE (Results 1 - 25 of 1955) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dmilieu.h47 FALSE = 0, enumerator in enum:__anon6692
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dmilieu.h47 FALSE = 0, enumerator in enum:__anon6699
/freebsd-11-stable/lib/libc/softfloat/templates/
H A Dmilieu.h46 FALSE = 0, enumerator in enum:__anon6719
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Dmilieu.h47 FALSE = 0, enumerator in enum:__anon6584
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dmilieu.h46 FALSE = 0, enumerator in enum:__anon6673
/freebsd-11-stable/tools/test/testfloat/
H A Dtestsoftfloat.c189 { "int32_to_float32", 1, FALSE, TRUE, FALSE, FALSE },
190 { "int32_to_float64", 1, FALSE, FALSE, FALSE, FALSE },
192 { "int32_to_floatx80", 1, FALSE, FALSE, FALSE, FALS
[all...]
H A DtestFunction.c37 { "int32_to_float32", 1, FALSE, TRUE },
38 { "int32_to_float64", 1, FALSE, FALSE },
39 { "int32_to_floatx80", 1, FALSE, FALSE },
40 { "int32_to_float128", 1, FALSE, FALSE },
41 { "int64_to_float32", 1, FALSE, TRUE },
42 { "int64_to_float64", 1, FALSE, TRUE },
43 { "int64_to_floatx80", 1, FALSE, FALS
[all...]
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dmilieu.h52 FALSE = 0, enumerator in enum:__anon13646
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-sh-relocs.h6 FALSE, /* pc_relative */
11 FALSE, /* partial_inplace */
14 FALSE), /* pcrel_offset */
22 FALSE, /* pc_relative */
30 FALSE), /* pcrel_offset */
74 FALSE, /* partial_inplace */
116 FALSE, /* pc_relative */
121 FALSE, /* partial_inplace */
133 FALSE, /* pc_relative */
138 FALSE, /* partial_inplac
[all...]
H A Dcpu-mips.c96 N (32, 32, bfd_mach_mips3000, "mips:3000", FALSE, NN(I_mips3000)),
97 N (32, 32, bfd_mach_mips3900, "mips:3900", FALSE, NN(I_mips3900)),
98 N (64, 64, bfd_mach_mips4000, "mips:4000", FALSE, NN(I_mips4000)),
99 N (64, 64, bfd_mach_mips4010, "mips:4010", FALSE, NN(I_mips4010)),
100 N (64, 64, bfd_mach_mips4100, "mips:4100", FALSE, NN(I_mips4100)),
101 N (64, 64, bfd_mach_mips4111, "mips:4111", FALSE, NN(I_mips4111)),
102 N (64, 64, bfd_mach_mips4120, "mips:4120", FALSE, NN(I_mips4120)),
103 N (64, 64, bfd_mach_mips4300, "mips:4300", FALSE, NN(I_mips4300)),
104 N (64, 64, bfd_mach_mips4400, "mips:4400", FALSE, NN(I_mips4400)),
105 N (64, 64, bfd_mach_mips4600, "mips:4600", FALSE, N
[all...]
H A Dcpu-sparc.c36 FALSE,
50 FALSE,
64 FALSE,
78 FALSE,
92 FALSE,
106 FALSE,
120 FALSE,
134 FALSE,
148 FALSE,
H A Dcpu-powerpc.c80 FALSE,
112 FALSE,
127 FALSE, /* not the default */
141 FALSE, /* not the default */
155 FALSE, /* not the default */
169 FALSE, /* not the default */
183 FALSE, /* not the default */
197 FALSE, /* not the default */
211 FALSE, /* not the default */
225 FALSE, /* no
[all...]
H A Delfn32-mips.c112 FALSE, /* pc_relative */
117 FALSE, /* partial_inplace */
120 FALSE), /* pcrel_offset */
127 FALSE, /* pc_relative */
135 FALSE), /* pcrel_offset */
142 FALSE, /* pc_relative */
150 FALSE), /* pcrel_offset */
157 FALSE, /* pc_relative */
165 FALSE), /* pcrel_offset */
172 FALSE, /* pc_relativ
[all...]
H A Dcoff-sparc.c87 HOWTO(R_SPARC_NONE, 0,0, 0,FALSE,0,complain_overflow_dont, bfd_coff_generic_reloc,"R_SPARC_NONE", FALSE,0,0x00000000,TRUE),
88 HOWTO(R_SPARC_8, 0,0, 8,FALSE,0,complain_overflow_bitfield,bfd_coff_generic_reloc,"R_SPARC_8", FALSE,0,0x000000ff,TRUE),
89 HOWTO(R_SPARC_16, 0,1,16,FALSE,0,complain_overflow_bitfield,bfd_coff_generic_reloc,"R_SPARC_16", FALSE,0,0x0000ffff,TRUE),
90 HOWTO(R_SPARC_32, 0,2,32,FALSE,0,complain_overflow_bitfield,bfd_coff_generic_reloc,"R_SPARC_32", FALSE,0,0xffffffff,TRUE),
91 HOWTO(R_SPARC_DISP8, 0,0, 8,TRUE, 0,complain_overflow_signed, bfd_coff_generic_reloc,"R_SPARC_DISP8", FALSE,0,0x000000ff,TRUE),
92 HOWTO(R_SPARC_DISP16, 0,1,16,TRUE, 0,complain_overflow_signed, bfd_coff_generic_reloc,"R_SPARC_DISP16", FALSE,
[all...]
/freebsd-11-stable/sys/dev/isci/
H A Dtypes.h43 #ifndef FALSE
44 #define FALSE 0 macro
48 #define TRUE (!FALSE)
/freebsd-11-stable/contrib/bmake/
H A Dsprite.h94 #ifndef FALSE
95 #define FALSE 0 macro
96 #endif /* FALSE */
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_xdr.c20 return (FALSE);
29 return (FALSE);
31 return (FALSE);
33 return (FALSE);
35 return (FALSE);
37 return (FALSE);
46 return (FALSE);
50 return (FALSE);
63 return (FALSE);
72 return (FALSE);
[all...]
H A Dsm_inter_xdr.c15 return (FALSE);
24 return (FALSE);
26 return (FALSE);
28 return (FALSE);
30 return (FALSE);
39 return (FALSE);
41 return (FALSE);
50 return (FALSE);
52 return (FALSE);
61 return (FALSE);
[all...]
/freebsd-11-stable/sbin/rcorder/
H A Dsprite.h65 #ifndef FALSE
66 #define FALSE 0 macro
67 #endif /* FALSE */
/freebsd-11-stable/contrib/ntp/sntp/
H A Dlog.c18 init_logging(prog, 0, FALSE);
19 msyslog_term_pid = FALSE;
20 msyslog_include_timestamp = FALSE;
29 change_logfile(logfile, FALSE);
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c132 /*83*/ { "", FALSE, NONE, 0, 0 },
133 /*84*/ { "", FALSE, NONE, 0, 0 },
134 /*85*/ { "", FALSE, NONE, 0, 0 },
135 /*86*/ { "", FALSE, NONE, 0, 0 },
136 /*87*/ { "", FALSE, NONE, 0, 0 },
138 /*88*/ { "", FALSE, NONE, 0, 0 },
139 /*89*/ { "", FALSE, NONE, 0, 0 },
140 /*8a*/ { "", FALSE, NONE, 0, 0 },
141 /*8b*/ { "", FALSE, NONE, 0, 0 },
142 /*8c*/ { "", FALSE, NON
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dkey_prot_xdr.c53 return (FALSE);
62 return (FALSE);
71 return (FALSE);
80 return (FALSE);
82 return (FALSE);
91 return (FALSE);
93 return (FALSE);
95 return (FALSE);
104 return (FALSE);
108 return (FALSE);
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c82 return (FALSE);
87 return (FALSE);
106 return (FALSE);
109 return (FALSE);
124 return (FALSE);
127 return (FALSE);
142 return (FALSE);
145 return (FALSE);
160 return (FALSE);
163 return (FALSE);
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c184 /*04*/ { "", FALSE, NONE, 0, 0 },
185 /*05*/ { "syscall",FALSE,NONE, 0, 0 },
186 /*06*/ { "clts", FALSE, NONE, 0, 0 },
187 /*07*/ { "sysret",FALSE, NONE, 0, 0 },
189 /*08*/ { "invd", FALSE, NONE, 0, 0 },
190 /*09*/ { "wbinvd",FALSE, NONE, 0, 0 },
191 /*0a*/ { "", FALSE, NONE, 0, 0 },
192 /*0b*/ { "", FALSE, NONE, 0, 0 },
193 /*0c*/ { "", FALSE, NONE, 0, 0 },
194 /*0d*/ { "", FALSE, NON
[all...]
/freebsd-11-stable/contrib/amd/amq/
H A Damq_xdr.c51 return (FALSE);
62 return (FALSE);
66 return (FALSE);
70 return (FALSE);
74 return (FALSE);
78 return (FALSE);
82 return (FALSE);
86 return (FALSE);
90 return (FALSE);
94 return (FALSE);
[all...]

Completed in 123 milliseconds

1234567891011>>