Searched refs:point_array (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 46 * 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 D | ec_local.h | 576 void ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 46 * 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 D | ec_local.h | 576 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 D | hb-ot-layout-gdef-table.hh | 62 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 D | hb-ot-layout.h | 172 unsigned int *point_array /* OUT */);
|
H A D | hb-ot-layout.cc | 329 * @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 D | ec_local.h | 555 void ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
|
Completed in 10 milliseconds