Home
last modified time | relevance | path

Searched defs:point (Results 1 – 25 of 139) sorted by relevance

123456

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_319.c12 struct point { struct
15 } point = (struct point) { argument
H A Dd_c99_compound_literal_comma.c13 struct point { struct
18 struct point argument
19 point_abs(struct point point) in point_abs()
H A Dmsg_315.c8 struct point { struct
9 int x, y;
H A Dmsg_313.c8 struct point { struct
9 int x, y;
H A Dmsg_101.c8 struct point { struct
15 test(const struct point *ptr, const struct point pt) in test() argument
H A Dmsg_103.c8 struct point { struct
13 test(struct point pt, struct point *ptr) in test() argument
H A Dmsg_104.c8 struct point { struct
14 test(struct point pt, struct point *ptr) in test() argument
H A Dmsg_188.c8 struct point { struct
13 struct point global = { argument
H A Dinit_c90.c12 struct point { struct
16 struct point point_c90 = { 0, 0 }; argument
H A Dmsg_171.c41 struct point { in pointer_to_compound_literal() struct
42 int x; in pointer_to_compound_literal()
43 int y; in pointer_to_compound_literal()
H A Dd_c99_anon_struct.c8 struct point { struct
15 struct point top_left; argument
H A Dexpr_binary.c132 struct point { struct
136 static struct point argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_oct.c18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates()
54 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GFp()
62 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GF2m()
70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
101 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
129 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
H A Dec_print.c15 const EC_POINT *point, in EC_POINT_point2bn()
35 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
76 const EC_POINT *point, in EC_POINT_point2hex()
108 const char *buf, EC_POINT *point, BN_CTX *ctx) in EC_POINT_hex2point()
H A Dec_lib.c680 void EC_POINT_free(EC_POINT *point) in EC_POINT_free()
690 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
739 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
744 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
759 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
778 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
796 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
821 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
829 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
838 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
[all …]
H A Dec2_smpl.c213 int ec_GF2m_simple_point_init(EC_POINT *point) in ec_GF2m_simple_point_init()
229 void ec_GF2m_simple_point_finish(EC_POINT *point) in ec_GF2m_simple_point_finish()
237 void ec_GF2m_simple_point_clear_finish(EC_POINT *point) in ec_GF2m_simple_point_clear_finish()
268 EC_POINT *point) in ec_GF2m_simple_point_set_to_infinity()
280 EC_POINT *point, in ec_GF2m_simple_point_set_affine_coordinates()
312 const EC_POINT *point, in ec_GF2m_simple_point_get_affine_coordinates()
470 int ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in ec_GF2m_simple_invert()
483 const EC_POINT *point) in ec_GF2m_simple_is_at_infinity()
493 int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in ec_GF2m_simple_is_on_curve()
605 int ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, in ec_GF2m_simple_make_affine()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates()
57 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GFp()
65 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GF2m()
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
133 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
H A Dec2_smpl.c222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) in ossl_ec_GF2m_simple_point_init()
238 void ossl_ec_GF2m_simple_point_finish(EC_POINT *point) in ossl_ec_GF2m_simple_point_finish()
246 void ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) in ossl_ec_GF2m_simple_point_clear_finish()
277 EC_POINT *point) in ossl_ec_GF2m_simple_point_set_to_infinity()
289 EC_POINT *point, in ossl_ec_GF2m_simple_point_set_affine_coordinates()
321 const EC_POINT *point, in ossl_ec_GF2m_simple_point_get_affine_coordinates()
483 int ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GF2m_simple_invert()
498 const EC_POINT *point) in ossl_ec_GF2m_simple_is_at_infinity()
508 int ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in ossl_ec_GF2m_simple_is_on_curve()
632 int ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GF2m_simple_make_affine()
H A Dec_lib.c745 void EC_POINT_free(EC_POINT *point) in EC_POINT_free()
755 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
805 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
811 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
826 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
843 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
860 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
884 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
892 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
901 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
[all …]
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_period.c22 struct point { struct
23 int x;
24 int y;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstate-purge.cc98 const function_point &point, in gimple_op_visitor()
251 function_point point (function_point::before_stmt (snode, i)); in state_purge_map() local
363 function_point point in state_purge_per_ssa_name() local
376 function_point point = before_use_stmt (map, use_stmt); in state_purge_per_ssa_name() local
387 function_point point in state_purge_per_ssa_name() local
404 function_point point = worklist.pop (); in state_purge_per_ssa_name() local
421 function_point *point; in state_purge_per_ssa_name() local
459 state_purge_per_ssa_name::add_to_worklist (const function_point &point, in add_to_worklist()
515 state_purge_per_ssa_name::process_point (const function_point &point, in process_point()
695 state_purge_per_decl::add_needed_at (const function_point &point) in add_needed_at()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dzran.c68 struct point { struct
84 /* Add an entry to the access point list. If out of memory, deallocate the argument
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dzran.c68 struct point { struct
84 /* Add an entry to the access point list. If out of memory, deallocate the argument
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dzran.c68 struct point { struct
84 /* Add an entry to the access point list. If out of memory, deallocate the argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dstate-purge.cc162 function_point point in state_purge_per_ssa_name() local
175 function_point point = before_use_stmt (map, use_stmt); in state_purge_per_ssa_name() local
186 function_point point in state_purge_per_ssa_name() local
203 function_point point = worklist.pop (); in state_purge_per_ssa_name() local
250 state_purge_per_ssa_name::add_to_worklist (const function_point &point, in add_to_worklist()
286 state_purge_per_ssa_name::process_point (const function_point &point, in process_point()

123456