Home
last modified time | relevance | path

Searched refs:point_array (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistputil.c46 * with (BIGNUM-based) EC_POINT data structures. point_array is the
53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal() argument
82 #define X(I) (&((char *)point_array)[3*(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal()
83 #define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal()
84 #define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal()
H A Dec_local.h576 void ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
/third_party/openssl/crypto/ec/
H A Decp_nistputil.c46 * with (BIGNUM-based) EC_POINT data structures. point_array is the
53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal() argument
82 #define X(I) (&((char *)point_array)[3*(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal()
83 #define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal()
84 #define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal()
H A Dec_local.h576 void ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gdef-table.hh62 unsigned int *point_array /* OUT */) const in get_attach_points()
77 | hb_sink (hb_array (point_array, *point_count)) in get_attach_points()
540 unsigned int *point_array /* OUT */) const in get_attach_points()
541 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points()
H A Dhb-ot-layout.h172 unsigned int *point_array /* OUT */);
H A Dhb-ot-layout.cc329 * @point_array: (out) (array length=point_count): The array of attachment points found for the query
344 unsigned int *point_array /* OUT */) in hb_ot_layout_get_attach_points()
349 point_array); in hb_ot_layout_get_attach_points()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h555 void ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,

Completed in 10 milliseconds