/freebsd/contrib/libcbor/test/ |
H A D | cbor_serialize_test.c | 275 cbor_item_t *one = cbor_build_uint8(1); test_serialize_definite_array() local 276 cbor_item_t *two = cbor_build_uint8(2); 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 312 cbor_item_t *two = cbor_build_uint8(2); test_serialize_indefinite_array() local 327 cbor_item_t *one = cbor_build_uint8(1); test_serialize_definite_map() local 328 cbor_item_t *two = cbor_build_uint8(2); test_serialize_definite_map() local 344 cbor_item_t *one = cbor_build_uint8(1); test_serialize_indefinite_map() local 345 cbor_item_t *two = cbor_build_uint8(2); test_serialize_indefinite_map() local 361 cbor_item_t *one = cbor_build_uint8(1); test_serialize_map_no_space() local 362 cbor_item_t *two = cbor_build_uint8(2); 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 | map_test.c | 184 cbor_item_t *one = cbor_build_uint8(1); in test_map_add_full() local 185 cbor_item_t *two = cbor_build_uint8(2); in test_map_add_full() local 201 cbor_item_t *one = cbor_build_uint8(1); in test_map_add_too_big_to_realloc() local 202 cbor_item_t *two = cbor_build_uint8(2); in test_map_add_too_big_to_realloc() local
|
H A D | array_encoders_test.c | 32 cbor_item_t *one = cbor_build_uint8(1); in test_indef_array_encoding() local 33 cbor_item_t *two = cbor_build_uint8(2); in test_indef_array_encoding() local
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.enum.d | 40 one = 1, enumerator 41 two, enumerator
|
H A D | tst.relenum.d | 41 one, enumerator 42 two enumerator
|
/freebsd/lib/msun/src/ |
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
|
H A D | e_jnf.c | 26 two = 2.0000000000e+00, /* 0x40000000 */ variable 27 one = 1.0000000000e+00; /* 0x3F800000 */ variable
|
H A D | e_jn.c | 44 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable 45 one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */ variable
|
H A D | s_erff.c | 24 one = 1, variable 25 two = 2, variable
|
H A D | e_powf.c | 27 one = 1.0, variable 28 two = 2.0, variable [all...] |
H A D | e_pow.c | 68 one = 1.0, variable 69 two = 2.0, variable [all...] |
H A D | s_erf.c | 115 one = 1, variable 116 two = 2, variable
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-strl.c | 30 int one, two, k; variable
|
H A D | b-strcmp.c | 54 long one, two; local
|
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_evt.c | 83 MPI_LOG_0_ENTRY * const *one; in event_compare() local 84 MPI_LOG_0_ENTRY * const *two; in event_compare() local
|
/freebsd/crypto/libecc/src/examples/basic/ |
H A D | nn_miller_rabin.c | 51 nn s, q, r, d, a, y, j, one, two, tmp; in miller_rabin() local
|
/freebsd/lib/msun/ld128/ |
H A D | e_powl.c | 85 one = 1.0L, variable 86 two = 2.0L, variable
|
H A D | s_erfl.c | 28 one = 1, variable 29 two = 2; variable
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_encoder.h | 34 xo_streq (const char *one, const char *two) in xo_streq()
|
/freebsd/tests/sys/kern/ |
H A D | unix_dgram.c | 179 int one, many[3], two; in ATF_TC_BODY() local
|
/freebsd/sys/dev/le/ |
H A D | lancevar.h | 181 ether_cmp(void *one, void *two) in ether_cmp()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 631 struct crypto_bignum *u2, *t1, *t2, *z, *t, *zero, *one, *two, *three, in sswu() local 972 struct crypto_bignum *one = NULL, *two = NULL, *bn = NULL, *tmp = NULL, in sae_derive_pt_ffc() local 1149 struct crypto_bignum *tmp = NULL, *val = NULL, *one = NULL; in sae_derive_pwe_from_pt_ecc() local 1212 struct crypto_bignum *tmp = NULL, *val = NULL, *one = NULL; in sae_derive_pwe_from_pt_ffc() local 1992 struct crypto_bignum *res, *one; in sae_parse_commit_element_ffc() local
|
/freebsd/sys/x86/x86/ |
H A D | intr_machdep.c | 694 intrcmp(const void *one, const void *two) in intrcmp()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 609 compareproducts(char ** one,char ** two) compareproducts() argument [all...] |