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

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/arch/aarch64/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/arm/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/m68k/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/mips/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/or1k/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/powerpc/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/sh3/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/arch/sparc64/softfloat/
milieu.h 47 TRUE = 1
  /src/lib/libc/softfloat/templates/
milieu.h 46 TRUE = 1
  /src/crypto/external/cpl/trousers/dist/src/include/
capabilities.h 20 #define INTERNAL_CAP_TSP_ALG_RSA TRUE
21 #define INTERNAL_CAP_TSP_ALG_SHA TRUE
24 #define INTERNAL_CAP_TSP_ALG_HMAC TRUE
25 #define INTERNAL_CAP_TSP_ALG_AES TRUE
26 #define INTERNAL_CAP_TSP_PERSSTORAGE TRUE
46 #define INTERNAL_CAP_TCS_ALG_SHA TRUE
48 #define INTERNAL_CAP_TCS_PERSSTORAGE TRUE
50 #define INTERNAL_CAP_TCS_CACHING_AUTHCACHE TRUE
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ovlymgr.h 5 typedef enum { FALSE, TRUE } bool;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ovlymgr.h 5 typedef enum { FALSE, TRUE } bool;
  /src/sys/external/bsd/acpica/dist/compiler/
asloptions.c 124 BadCommandLine = TRUE;
151 * IsResponseFile - TRUE if executing a response file.
193 AslGbl_EnableReferenceTypechecking = TRUE;
214 AslGbl_DoAslConversion = TRUE;
219 AcpiGbl_CaptureComments = TRUE;
221 AcpiGbl_DebugAslConversion = TRUE;
222 AcpiGbl_DmEmitExternalOpcodes = TRUE;
223 AslGbl_DoExternalsInPlace = TRUE;
232 AslGbl_DebugFlag = TRUE;
233 AslGbl_KeepPreprocessorTempFile = TRUE;
    [all...]
  /src/external/bsd/ntp/dist/tests/libntp/
lfptest.c 9 return TRUE;
  /src/lib/libpanel/
hidden.c 42 return TRUE;
  /src/external/bsd/am-utils/dist/libamu/
nfs_prot_xdr.c 55 return (TRUE);
66 return (TRUE);
  /src/external/bsd/elftosb/dist/
stdafx.h 58 #if !defined(TRUE)
59 #define TRUE 1
60 #endif // !defined(TRUE)
  /src/external/bsd/pkg_install/dist/add/
main.c 81 Automatic = TRUE;
89 ForceDepending = TRUE;
97 Force = TRUE;
98 ForceDepends = TRUE;
99 ForceDepending = TRUE;
103 NoInstall = TRUE;
111 NoRecord = TRUE;
120 Fake = TRUE;
121 Verbose = TRUE;
142 Verbose = TRUE;
    [all...]
  /src/external/bsd/bc/dist/
main.c 59 {"compile", 0, &compile_only, TRUE},
62 {"mathlib", 0, &use_math, TRUE},
63 {"quiet", 0, &quiet, TRUE},
64 {"standard", 0, &std_only, TRUE},
66 {"warn", 0, &warn_not_std, TRUE},
110 compile_only = TRUE;
119 interactive = TRUE;
123 use_math = TRUE;
127 quiet = TRUE;
131 std_only = TRUE;
    [all...]
  /src/sys/fs/nfs/nlm/
sm_inter_xdr.c 18 return (TRUE);
33 return (TRUE);
44 return (TRUE);
55 return (TRUE);
66 return (TRUE);
75 return (TRUE);
84 return (TRUE);
95 return (TRUE);
108 return (TRUE);
  /src/sys/external/bsd/acpica/dist/utilities/
utascii.c 56 * RETURN: TRUE if signature is has 4 valid ACPI characters
79 return (TRUE);
90 * RETURN: TRUE if the character is valid, FALSE otherwise
115 return (TRUE);
121 return (TRUE);
  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 69 { "int32_to_float32", 1, FALSE, TRUE },
73 { "int64_to_float32", 1, FALSE, TRUE },
74 { "int64_to_float64", 1, FALSE, TRUE },
77 { "float32_to_int32", 1, FALSE, TRUE },
79 { "float32_to_int64", 1, FALSE, TRUE },
84 { "float32_round_to_int", 1, FALSE, TRUE },
85 { "float32_add", 2, FALSE, TRUE },
86 { "float32_sub", 2, FALSE, TRUE },
87 { "float32_mul", 2, FALSE, TRUE },
88 { "float32_div", 2, FALSE, TRUE },
    [all...]
  /src/games/quiz/
quiz.h 38 #define TRUE 1
51 int q_asked; /* TRUE if question's been asked */
52 int q_answered; /* TRUE if question's been answered */
  /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_present.c 98 bCheck = TRUE;
102 flags[present].change = TRUE;
103 flags[present].value = TRUE;
104 bChangeRequested = TRUE;
108 flags[present].change = TRUE;
110 bChangeRequested = TRUE;
114 flags[lock].change = TRUE;
115 flags[lock].value = TRUE;
116 bChangeRequested = TRUE;
120 flags[cmdEnable].change = TRUE;
    [all...]
  /src/external/bsd/ntp/dist/libntp/
buftvtots.c 38 return TRUE;

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>