Home
last modified time | relevance | path

Searched defs:p_data (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Damrwbdec_mips.c69 float * p_data = (data+i); in ff_hb_fir_filter_mips() local
/third_party/mbedtls/library/
Dpsa_its_file.c122 void *p_data, in psa_its_get()
177 const void *p_data, in psa_its_set()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.c247 struct stw_tls_data ** p_data; in stw_tls_lookup_pending_data() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.cc75 LiteMat::LiteMat(int width, int height, void *p_data, LDataType data_type) { in LiteMat()
107 LiteMat::LiteMat(int width, int height, int channel, void *p_data, LDataType data_type) { in LiteMat()
221 void LiteMat::Init(int width, int height, void *p_data, LDataType data_type) { in Init()
267 void LiteMat::Init(int width, int height, int channel, void *p_data, LDataType data_type) { in Init()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dcast_fusion.cc310 auto p_data = reinterpret_cast<int64_t *>(data_info.data_.data()); in CastNotEqualFusion() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/native/
Dms_tensor.cpp370 …auto *p_data = reinterpret_cast<jbyte *>(env->GetDirectBufferAddress(buffer)); // get buffer poin… in Java_com_mindspore_MSTensor_setByteBufferData() local
472 auto *p_data = reinterpret_cast<jbyte *>(env->GetDirectBufferAddress(buffer)); in Java_com_mindspore_MSTensor_createTensorByNative() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dvideo_utils.cc723 const T *p_data = nullptr; in AVDecodeAudioFramePacket() local
746 const T *p_data = reinterpret_cast<const T *>(out_data[channel]); in AVDecodeAudioFramePlanar() local
825 T *p_data = reinterpret_cast<T *>(out_data[channel]); in AVDecodeAudioFrameByConversion() local
/third_party/openssl/test/
Devp_pkey_provided_test.c1442 static const unsigned char p_data[] = { in test_fromdata_dsa_fips186_4() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc699 int ShardReader::SelectCallback(void *p_data, int num_fields, char **p_fields, char **p_col_names) { in SelectCallback()
/third_party/python/Modules/_decimal/
D_decimal.c4677 mpd_uint_t p_data[1] = {2305843009213693951ULL}; in _dec_hash() local