Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 16571) sorted by relevance

12345678910>>...663

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dclzsi2_test.c26 if (x != expected) in test__clzsi2()
36 // if (test__clzsi2(0x00000000, 32)) // undefined in main()
38 if (test__clzsi2(0x00800000, 8)) in main()
40 if (test__clzsi2(0x01000000, 7)) in main()
42 if (test__clzsi2(0x02000000, 6)) in main()
44 if (test__clzsi2(0x03000000, 6)) in main()
46 if (test__clzsi2(0x04000000, 5)) in main()
48 if (test__clzsi2(0x05000000, 5)) in main()
50 if (test__clzsi2(0x06000000, 5)) in main()
52 if (test__clzsi2(0x07000000, 5)) in main()
[all …]
H A Dctzsi2_test.c26 if (x != expected) in test__ctzsi2()
36 // if (test__ctzsi2(0x00000000, 32)) // undefined in main()
38 if (test__ctzsi2(0x00000001, 0)) in main()
40 if (test__ctzsi2(0x00000002, 1)) in main()
42 if (test__ctzsi2(0x00000003, 0)) in main()
44 if (test__ctzsi2(0x00000004, 2)) in main()
46 if (test__ctzsi2(0x00000005, 0)) in main()
48 if (test__ctzsi2(0x00000006, 1)) in main()
50 if (test__ctzsi2(0x00000007, 0)) in main()
52 if (test__ctzsi2(0x00000008, 3)) in main()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dclzsi2_test.c26 if (x != expected) in test__clzsi2()
36 // if (test__clzsi2(0x00000000, 32)) // undefined in main()
38 if (test__clzsi2(0x00800000, 8)) in main()
40 if (test__clzsi2(0x01000000, 7)) in main()
42 if (test__clzsi2(0x02000000, 6)) in main()
44 if (test__clzsi2(0x03000000, 6)) in main()
46 if (test__clzsi2(0x04000000, 5)) in main()
48 if (test__clzsi2(0x05000000, 5)) in main()
50 if (test__clzsi2(0x06000000, 5)) in main()
52 if (test__clzsi2(0x07000000, 5)) in main()
[all …]
H A Dctzsi2_test.c26 if (x != expected) in test__ctzsi2()
36 // if (test__ctzsi2(0x00000000, 32)) // undefined in main()
38 if (test__ctzsi2(0x00000001, 0)) in main()
40 if (test__ctzsi2(0x00000002, 1)) in main()
42 if (test__ctzsi2(0x00000003, 0)) in main()
44 if (test__ctzsi2(0x00000004, 2)) in main()
46 if (test__ctzsi2(0x00000005, 0)) in main()
48 if (test__ctzsi2(0x00000006, 1)) in main()
50 if (test__ctzsi2(0x00000007, 0)) in main()
52 if (test__ctzsi2(0x00000008, 3)) in main()
[all …]
/netbsd-src/tools/compat/
H A Dnbtool_config.h.in8 /* Define if building universal (internal helper macro) */
11 /* Define to 1 if your 'fparseln' function is broken. */
19 /* Define to 1 if using `alloca.c'. */
22 /* Define to 1 if you have `alloca', as a function or macro. */
25 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
29 /* Define to 1 if you have the <arpa/nameser.h> header file. */
32 /* Define to 1 if you have the `asnprintf' function. */
35 /* Define to 1 if you have the `asprintf' function. */
38 /* Define to 1 if you have the <assert.h> header file. */
41 /* Define to 1 if yo
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DUnicodeCaseFold.cpp17 if (C < 0x0041) in foldCharSimple()
20 if (C <= 0x005a) in foldCharSimple()
23 if (C == 0x00b5) in foldCharSimple()
25 if (C < 0x00c0) in foldCharSimple()
28 if (C <= 0x00d6) in foldCharSimple()
30 if (C < 0x00d8) in foldCharSimple()
33 if (C <= 0x00de) in foldCharSimple()
35 if (C < 0x0100) in foldCharSimple()
38 if (C <= 0x012e) in foldCharSimple()
40 if (C < 0x0132) in foldCharSimple()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dconfig.h.in3 /* Define to 0 if the target shouldn't use #pragma weak */
6 /* Define to 1 if you have the `access' function. */
9 /* Define to 1 if you have the `acos' function. */
12 /* Define to 1 if you have the `acosf' function. */
15 /* Define to 1 if you have the `acosh' function. */
18 /* Define to 1 if you have the `acoshf' function. */
21 /* Define to 1 if you have the `acoshl' function. */
24 /* Define to 1 if you have the `acosl' function. */
27 /* Define to 1 if you have the `alarm' function. */
30 /* Define to 1 if you have the `asin' function. */
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dinttypes.in.h16 along with this program. If not, see <https://www.gnu.org/licenses/>. */
23 #if __GNUC__ >= 3
28 /* Include the original <inttypes.h> if it exists, and if this file
29 has not been included yet or if this file includes gnulib stdint.h
32 #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H
33 # if @HAVE_INTTYPES_H@
36 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
46 #if ! defined INTTYPES_H && ! defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H
56 /* On mingw, __USE_MINGW_ANSI_STDIO only works if <stdio.h> is also included */
57 #if defined _WIN32 && ! defined __CYGWIN__
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dconfig.h.in3 /* Define to 0 if the target shouldn't use #pragma weak */
6 /* Define to 1 if you have the `access' function. */
9 /* Define to 1 if you have the `acos' function. */
12 /* Define to 1 if you have the `acosf' function. */
15 /* Define to 1 if you have the `acosh' function. */
18 /* Define to 1 if you have the `acoshf' function. */
21 /* Define to 1 if you have the `acoshl' function. */
24 /* Define to 1 if you have the `acosl' function. */
27 /* Define to 1 if you have the `alarm' function. */
30 /* Define to 1 if you have the `asin' function. */
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.in59 /* Define if you want authentication support in telnet. */
65 /* Define if realloc(NULL) doesn't work. */
68 /* Define if you want support for DCE/DFS PAG's. */
71 /* Define if you want to use DES encryption in telnet. */
80 /* Define if want to use the weak AFS string to key functions. */
83 /* Define if you want have a thread safe libraries */
86 /* Define if you want encryption support in telnet. */
89 /* define if sys/param.h defines the endiness */
92 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
95 /* define if prototype of gethostbyaddr is compatible with struct hostent
[all …]
/netbsd-src/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
106 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point()
107 else if(fptr == &outnet_udp_cb) return 1; in fptr_whitelist_comm_point()
108 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point()
109 else if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point()
110 else if(fptr == &auth_xfer_probe_udp_callback) return 1; in fptr_whitelist_comm_point()
111 else if(fptr == &auth_xfer_transfer_tcp_callback) return 1; in fptr_whitelist_comm_point()
112 else if(fptr == &auth_xfer_transfer_http_callback) return 1; in fptr_whitelist_comm_point()
119 if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point_raw()
120 else if(fptr == &tube_handle_write) return 1; in fptr_whitelist_comm_point_raw()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfig.h.in3 /* Define to 1 if you have the `acosf' function. */
6 /* Define to 1 if you have the `acosl' function. */
9 /* Define to 1 if you have the `aligned_alloc' function. */
12 /* Define to 1 if you have the <arpa/inet.h> header file. */
15 /* Define to 1 if you have the `asinf' function. */
18 /* Define to 1 if you have the `asinl' function. */
21 /* Define to 1 if the target assembler supports .symver directive. */
24 /* Define to 1 if you have the `atan2f' function. */
27 /* Define to 1 if you have the `atan2l' function. */
30 /* Define to 1 if you have the `atanf' function. */
[all …]
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dconfig.h4 #if HAVE_NBTOOL_CONFIG_H
71 /* Define if you want authentication support in telnet. */
77 /* Define if realloc(NULL) doesn't work. */
80 /* Define if you want support for DCE/DFS PAG's. */
83 /* Define if you want to use DES encryption in telnet. */
92 /* Define if want to use the weak AFS string to key functions. */
95 /* Define if you want have a thread safe libraries */
98 /* Define if you want encryption support in telnet. */
101 /* define if sys/param.h defines the endiness */
104 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv32/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/
H A Dsymver-config.h8 /* Define to 1 if you have the `acosf' function. */
11 /* Define to 1 if you have the `acosl' function. */
14 /* Define to 1 if you have the `aligned_alloc' function. */
17 /* Define if arc4random is available in <stdlib.h>. */
20 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 /* Define to 1 if you have the `asinf' function. */
26 /* Define to 1 if you have the `asinl' function. */
29 /* Define to 1 if the target assembler supports .symver directive. */
32 /* Define to 1 if you have the `atan2f' function. */
35 /* Define to 1 if you have the `atan2l' function. */
[all …]

12345678910>>...663