HomeSort by: relevance | last modified time | path
    Searched refs:FALSE (Results 1 - 25 of 1050) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/arch/aarch64/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/arm/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/m68k/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/mips/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/or1k/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/powerpc/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/sh3/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/arch/sparc64/softfloat/
milieu.h 46 FALSE = 0,
  /src/lib/libc/softfloat/templates/
milieu.h 45 FALSE = 0,
  /src/external/bsd/pkg_install/dist/lib/
global.c 36 Boolean Verbose = FALSE;
37 Boolean Fake = FALSE;
38 Boolean Force = FALSE;
39 Boolean HideStdout = FALSE;
  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 69 { "int32_to_float32", 1, FALSE, TRUE },
70 { "int32_to_float64", 1, FALSE, FALSE },
71 { "int32_to_floatx80", 1, FALSE, FALSE },
72 { "int32_to_float128", 1, FALSE, FALSE },
73 { "int64_to_float32", 1, FALSE, TRUE },
74 { "int64_to_float64", 1, FALSE, TRUE },
75 { "int64_to_floatx80", 1, FALSE, FALSE }
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_xdr.c 23 return (FALSE);
32 return (FALSE);
34 return (FALSE);
36 return (FALSE);
38 return (FALSE);
40 return (FALSE);
49 return (FALSE);
53 return (FALSE);
66 return (FALSE);
75 return (FALSE);
    [all...]
sm_inter_xdr.c 17 return (FALSE);
26 return (FALSE);
28 return (FALSE);
30 return (FALSE);
32 return (FALSE);
41 return (FALSE);
43 return (FALSE);
52 return (FALSE);
54 return (FALSE);
63 return (FALSE);
    [all...]
  /src/usr.sbin/ypserv/ypserv/
ypserv_xdr.c 26 return FALSE;
31 return FALSE;
35 case FALSE:
39 return FALSE;
  /src/external/bsd/ntp/dist/sntp/
log.c 20 init_logging(prog, 0, FALSE);
21 msyslog_term_pid = FALSE;
22 msyslog_include_timestamp = FALSE;
30 change_logfile(logfile, FALSE);
  /src/external/bsd/ntp/dist/tests/libntp/
lfptest.c 11 return FALSE;
  /src/external/bsd/am-utils/dist/libamu/
xdr_func.c 84 return (FALSE);
89 return (FALSE);
108 return (FALSE);
111 return (FALSE);
126 return (FALSE);
129 return (FALSE);
144 return (FALSE);
147 return (FALSE);
162 return (FALSE);
165 return (FALSE);
    [all...]
nfs_prot_xdr.c 53 return (FALSE);
64 return (FALSE);
  /src/external/bsd/am-utils/dist/amq/
amq_xdr.c 53 return (FALSE);
64 return (FALSE);
68 return (FALSE);
72 return (FALSE);
76 return (FALSE);
80 return (FALSE);
84 return (FALSE);
88 return (FALSE);
92 return (FALSE);
96 return (FALSE);
    [all...]
  /src/lib/libc/rpc/
rpcb_st_xdr.c 73 return (FALSE);
76 return (FALSE);
79 return (FALSE);
82 return (FALSE);
85 return (FALSE);
91 return (FALSE);
111 return (FALSE);
114 return (FALSE);
117 return (FALSE);
120 return (FALSE);
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
asloptions.c 106 BadCommandLine = AslDoOptions (argc, argv, FALSE);
215 AslGbl_FoldConstants = FALSE;
216 AslGbl_IntegerOptimizationFlag = FALSE;
217 AslGbl_ReferenceOptimizationFlag = FALSE;
218 AslGbl_OptimizeTrivialParseNodes = FALSE;
220 AcpiGbl_DoDisassemblerOptimizations = FALSE;
282 AslGbl_FoldConstants = FALSE;
283 AslGbl_IntegerOptimizationFlag = FALSE;
284 AslGbl_ReferenceOptimizationFlag = FALSE;
285 AslGbl_OptimizeTrivialParseNodes = FALSE;
    [all...]
  /src/lib/libpanel/
hidden.c 44 return FALSE;
  /src/external/bsd/elftosb/dist/
stdafx.h 62 #if !defined(FALSE)
63 #define FALSE 0
64 #endif // !defined(FALSE)
  /src/games/cribbage/
extern.c 46 BOOLEAN explain = FALSE; /* player mistakes explained */
47 BOOLEAN iwon = FALSE; /* if comp won last game */
48 BOOLEAN quiet = FALSE; /* if suppress random mess */
49 BOOLEAN rflag = FALSE; /* if all cuts random */
50 BOOLEAN yes = FALSE; /* default 'y' to "Another game?" */
  /src/lib/libc/softfloat/
timesoftfloat.c 1924 { "int32_to_float32", 1, FALSE, TRUE, FALSE, FALSE },
1925 { "int32_to_float64", 1, FALSE, FALSE, FALSE, FALSE },
1927 { "int32_to_floatx80", 1, FALSE, FALSE, FALSE, FALSE }
    [all...]

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>