Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 202) sorted by relevance

123456789

/freebsd/contrib/libcbor/test/
H A Dcbor_serialize_test.c305 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_definite_array() local
322 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_array_no_space() local
341 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_indefinite_array() local
357 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_definite_map() local
374 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_indefinite_map() local
391 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_map_no_space() local
415 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_tags() local
427 cbor_item_t *one = cbor_build_uint8(1); in test_serialize_tags_no_space() local
H A Darray_test.c119 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 Dmap_test.c184 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 Dffs_test.c49 const TYPE one = 1; in ATF_TC_BODY() local
65 const TYPE one = 1; in ATF_TC_BODY() local
H A Dfls_test.c49 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 Dioctl.cc31 int one = 1; in TEST() local
49 int one = 1; in TEST() local
132 int one = 1; in TEST() local
/freebsd/lib/msun/src/
H A De_acoshf.c20 one = 1.0, variable
H A De_acosh.c34 one = 1.0, variable
H A De_cosh.c39 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_coshf.c19 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
H A De_sinh.c36 static const double one = 1.0, shuge = 1.0e307; variable
H A De_sinhf.c19 static const float one = 1.0, shuge = 1.0e37; variable
H A De_atanhf.c19 static const float one = 1.0, huge = 1e30; variable
H A De_atanh.c37 static const double one = 1.0, huge = 1e300; variable
H A Ds_asinhf.c20 one = 1.0000000000e+00, /* 0x3F800000 */ variable
H A Ds_modff.c19 static const float one = 1.0; variable
H A Ds_asinh.c29 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
H A Ds_tanhf.c20 static const float one=1.0, two=2.0, huge = 1.0e30; variable
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni_ctrcbc.c58 __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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d40 one = 1, enumerator
H A Dtst.relenum.d41 one, enumerator
/freebsd/crypto/openssl/crypto/ec/
H A Decp_ppc.c31 static const unsigned long one[] = { 1, 0, 0, 0 }; in ecp_nistz256_from_mont() local
/freebsd/contrib/wpa/src/common/
H A Ddragonfly.c90 struct crypto_bignum *tmp, *pm1, *one; in dragonfly_get_rand_1_to_p_1() local
223 struct crypto_bignum *tmp, *one; in dragonfly_sqrt() local
/freebsd/tests/sys/netinet/
H A Dsocket_afinet.c98 int one = 1; in ATF_TC_BODY() local
162 int one = 1; in ATF_TC_BODY() local
/freebsd/share/examples/kld/cdev/test/
H A Dtestcdev.c93 int one; in main() local

123456789