/freebsd/contrib/libcbor/test/ |
H A D | cbor_serialize_test.c | 344 assert_true(cbor_array_push(item, one)); in test_serialize_indefinite_map() local 275 cbor_item_t *one = cbor_build_uint8(1); test_serialize_definite_array() local 292 cbor_item_t *one = cbor_build_uint8(1); test_serialize_array_no_space() local 311 cbor_item_t *one = cbor_build_uint8(1); test_serialize_indefinite_array() local 327 cbor_item_t *one = cbor_build_uint8(1); test_serialize_definite_map() local 361 cbor_item_t *one = cbor_build_uint8(1); test_serialize_map_no_space() local 385 cbor_item_t *one = cbor_build_uint8(1); test_serialize_tags() local 397 cbor_item_t *one = cbor_build_uint8(1); test_serialize_tags_no_space() local [all...] |
H A D | array_test.c | 119 cbor_item_t *one = cbor_build_uint8(1); in test_array_replace() local 152 cbor_item_t *one = cbor_build_uint8(1); in test_array_push_overflow() local
|
H A D | map_test.c | 184 cbor_item_t *one = cbor_build_uint8(1); in test_map_add_full() local 201 cbor_item_t *one = cbor_build_uint8(1); in test_map_add_too_big_to_realloc() local
|
/freebsd/lib/libc/tests/string/ |
H A D | fls_test.c | 49 const TYPE one = 1; in ATF_TC_BODY() local 65 const TYPE one = 1; in ATF_TC_BODY() local
|
H A D | ffs_test.c | 49 const TYPE one = 1; in ATF_TC_BODY() local 65 const TYPE one = 1; in ATF_TC_BODY() local
|
/freebsd/contrib/capsicum-test/ |
H A D | ioctl.cc | 31 int one = 1; in TEST() local 49 int one = 1; in TEST() local 132 int one = 1; in TEST() local
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_x86ni_ctrcbc.c | 58 __m128i erev, zero, one, four, notthree; in br_aes_x86ni_ctrcbc_ctr() local 315 __m128i erev, zero, one; in br_aes_x86ni_ctrcbc_encrypt() local 464 __m128i erev, zero, one; in br_aes_x86ni_ctrcbc_decrypt() local
|
/freebsd/lib/msun/src/ |
H A D | e_acoshf.c | 20 one = 1.0, variable
|
H A D | e_acosh.c | 34 one = 1.0, variable
|
H A D | e_sinh.c | 36 static const double one = 1.0, shuge = 1.0e307; variable
|
H A D | e_atanhf.c | 19 static const float one = 1.0, huge = 1e30; variable
|
H A D | e_cosh.c | 39 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
|
H A D | e_coshf.c | 19 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
|
H A D | e_sinhf.c | 19 static const float one = 1.0, shuge = 1.0e37; variable
|
H A D | s_asinh.c | 29 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
|
H A D | s_asinhf.c | 20 one = 1.0000000000e+00, /* 0x3F800000 */ variable
|
H A D | s_modff.c | 19 static const float one = 1.0; variable
|
H A D | e_atanh.c | 37 static const double one = 1.0, huge = 1e300; variable
|
H A D | s_tanhf.c | 20 static const float one=1.0, two=2.0, huge = 1.0e30; variable
|
H A D | s_tanh.c | 42 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
|
/freebsd/contrib/wpa/src/common/ |
H A D | dragonfly.c | 93 struct crypto_bignum *tmp, *pm1, *one; in dragonfly_get_rand_1_to_p_1() local 226 struct crypto_bignum *tmp, *one; in dragonfly_sqrt() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_ppc.c | 31 static const unsigned long one[] = { 1, 0, 0, 0 }; in ecp_nistz256_from_mont() local
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.enum.d | 40 one = 1, enumerator
|
H A D | tst.relenum.d | 41 one, enumerator
|
/freebsd/share/examples/kld/cdev/test/ |
H A D | testcdev.c | 93 int one; in main() local
|