| /third_party/mesa3d/src/util/indices/ |
| H A D | u_indices_gen.py | 119 def point( intype, outtype, ptr, v0 ): function
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_sync_timeline.c | 112 struct vk_sync_timeline_point *point = in vk_sync_timeline_first_point() local 133 struct vk_sync_timeline_point *point; vk_sync_timeline_alloc_point_locked() local 196 vk_sync_timeline_point_free_locked(struct vk_sync_timeline *timeline, struct vk_sync_timeline_point *point) vk_sync_timeline_point_free_locked() argument 204 vk_sync_timeline_point_free(struct vk_device *device, struct vk_sync_timeline_point *point) vk_sync_timeline_point_free() argument 215 vk_sync_timeline_point_ref(struct vk_sync_timeline_point *point) vk_sync_timeline_point_ref() argument 221 vk_sync_timeline_point_unref(struct vk_sync_timeline *timeline, struct vk_sync_timeline_point *point) vk_sync_timeline_point_unref() argument 231 vk_sync_timeline_point_complete(struct vk_sync_timeline *timeline, struct vk_sync_timeline_point *point) vk_sync_timeline_point_complete() argument 293 vk_sync_timeline_point_install(struct vk_device *device, struct vk_sync_timeline_point *point) vk_sync_timeline_point_install() argument 356 vk_sync_timeline_point_release(struct vk_device *device, struct vk_sync_timeline_point *point) vk_sync_timeline_point_release() argument 479 struct vk_sync_timeline_point *point = vk_sync_timeline_first_point(timeline); vk_sync_timeline_wait_locked() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecdsa_ossl.c | 380 EC_POINT *point = NULL; in ossl_ecdsa_simple_verify_sig() local
|
| H A D | ec2_smpl.c | 222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) in ossl_ec_GF2m_simple_point_init() argument 238 ossl_ec_GF2m_simple_point_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_finish() argument 246 ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_clear_finish() argument 276 ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) ossl_ec_GF2m_simple_point_set_to_infinity() argument 288 ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_set_affine_coordinates() argument 320 ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_get_affine_coordinates() argument 483 ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_invert() argument 497 ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) ossl_ec_GF2m_simple_is_at_infinity() argument 508 ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_is_on_curve() argument 632 ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_make_affine() argument [all...] |
| H A D | ec_mult.c | 145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_crld.c | 212 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section() local 255 DIST_POINT *point; in v2i_crld() local 468 DIST_POINT *point; i2r_crldp() local [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecdsa_ossl.c | 385 EC_POINT *point = NULL; in ossl_ecdsa_simple_verify_sig() local
|
| H A D | ec2_smpl.c | 222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) in ossl_ec_GF2m_simple_point_init() argument 238 ossl_ec_GF2m_simple_point_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_finish() argument 246 ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_clear_finish() argument 276 ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) ossl_ec_GF2m_simple_point_set_to_infinity() argument 288 ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_set_affine_coordinates() argument 320 ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_get_affine_coordinates() argument 483 ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_invert() argument 497 ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) ossl_ec_GF2m_simple_is_at_infinity() argument 508 ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_is_on_curve() argument 632 ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_make_affine() argument [all...] |
| H A D | ec_mult.c | 145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkWriteBuffer.cpp | 93 void SkBinaryWriteBuffer::writePoint(const SkPoint& point) { in writePoint() argument 98 void SkBinaryWriteBuffer::writePoint3(const SkPoint3& point) { in writePoint3() argument 102 void SkBinaryWriteBuffer::writePointArray(const SkPoint* point, uint32_t count) { in writePointArray() argument
|
| H A D | SkGeometry.h | 14 static inline Sk2s from_point(const SkPoint& point) { in from_point() argument 19 SkPoint point; in to_point() local [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.h | 65 explicit GrShape(const SkPoint& point) { this->setPoint(point); } in GrShape() argument 130 SkPoint& point() { SkASSERT(this->isPoint()); return fPoint; } in point() function in GrShape 131 const SkPoint& point() const { SkASSERT(this->isPoint()); return fPoint; } in point() function in GrShape 154 void setPoint(const SkPoint& point) { in setPoint() argument [all...] |
| H A D | GrQuad.h | 62 SkPoint point(int i) const { in point() function in GrQuad::Type
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_crld.c | 207 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section() local 250 DIST_POINT *point; in v2i_crld() local 463 DIST_POINT *point; i2r_crldp() local [all...] |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
| H A D | SimpleGlyph.java | 206 public int xCoordinate(int contour, int point) { in xCoordinate() argument 211 public int yCoordinate(int contour, int point) { in yCoordinate() argument 216 public boolean onCurve(int contour, int point) { in onCurve() argument [all...] |
| /third_party/skia/tests/ |
| H A D | FontMgrAndroidParserTest.cpp | 316 SkPoint point = SkPoint::Make(20.0f, 20.0f); in DEF_TEST() local
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftoutln.c | 54 FT_Vector* point; in FT_EXPORT_DEF() local [all...] |
| /third_party/skia/tools/debugger/ |
| H A D | JsonWriteBuffer.cpp | 123 void JsonWriteBuffer::writePoint(const SkPoint& point) { in writePoint() argument 128 void JsonWriteBuffer::writePoint3(const SkPoint3& point) { in writePoint3() argument 133 void JsonWriteBuffer::writePointArray(const SkPoint* point, uint32_t count) { in writePointArray() argument
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | ContextUtils.cpp | 78 sk_sp<UniformData> make_radial_gradient_uniform_data(SkPoint point, in make_radial_gradient_uniform_data() argument 97 sk_sp<UniformData> make_sweep_gradient_uniform_data(SkPoint point, in make_sweep_gradient_uniform_data() argument
|
| /third_party/skia/modules/skshaper/include/ |
| H A D | SkShaper.h | 254 SkPoint point; // offset to add to all positions member
|
| /third_party/skia/gm/ |
| H A D | convexpolyclip.cpp | 131 SkPoint point = { SkScalarCos(angle), SkScalarSin(angle) }; variable
|
| /third_party/zlib/examples/ |
| H A D | zran.c | 347 point_t *point = index->list; deflate_index_extract() local [all...] |
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_3des.c | 395 uint32_t point = 0; in Des3EcbNoPaddingData() local
|
| H A D | hks_mbedtls_des.c | 380 uint32_t point = 0; in DesEcbNoPaddingData() local
|
| /base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
| H A D | hks_crypto_hal_aes_cipher.cpp | 504 uint32_t point = 0; in RunTestEncrypt() local
|