Searched refs:ppt (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/ |
H A D | profile.py | 302 ppt, pit, pet, pfn, pframe, pcur = rcur 303 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 233 unsigned char **ppt = arg2; in ecx_ctrl() local 235 *ppt = OPENSSL_memdup(pkey->pkey.ecx->pubkey, KEYLEN(pkey)); in ecx_ctrl() 236 if (*ppt != NULL) in ecx_ctrl()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 233 unsigned char **ppt = arg2; in ecx_ctrl() local 235 *ppt = OPENSSL_memdup(pkey->pkey.ecx->pubkey, KEYLEN(pkey)); in ecx_ctrl() 236 if (*ppt != NULL) in ecx_ctrl()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.c | 1180 FT_Vector* ppt, in cf2_glyphpath_hintPoint() 1191 ppt->x = ADD_INT32( in cf2_glyphpath_hintPoint() 1196 ppt->y = ADD_INT32( in cf2_glyphpath_hintPoint() 1178 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) cf2_glyphpath_hintPoint() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1461 # define EVP_PKEY_get1_tls_encodedpoint(pkey, ppt) \ 1462 EVP_PKEY_get1_encoded_public_key((pkey), (ppt))
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1459 # define EVP_PKEY_get1_tls_encodedpoint(pkey, ppt) \ 1460 EVP_PKEY_get1_encoded_public_key((pkey), (ppt))
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1071 size_t EVP_PKEY_get1_tls_encodedpoint(EVP_PKEY *pkey, unsigned char **ppt);
|
Completed in 15 milliseconds