Home
last modified time | relevance | path

Searched refs:p_tmp (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dyuv_scaler_para_set.cc202 YuvWPara p_tmp[10]; // 10: 滤波参数集最大数 in GetInstance() local
203 p_tmp[0] = YUV_W_PARA; in GetInstance()
204 g_m_instance_ = p_tmp; in GetInstance()
206 auto p_tmp = static_cast<YuvWPara *>(malloc(sizeof(YuvWPara) * maxFileCount)); in GetInstance()
207 if (p_tmp == nullptr) { in GetInstance()
214 uint32_t ret = memcpy_s(&p_tmp[0], sizeof(p_tmp[0]), &YUV_W_PARA, sizeof(YUV_W_PARA)); in GetInstance()
218 free(p_tmp); in GetInstance()
219 p_tmp = nullptr; in GetInstance()
224 g_m_instance_ = p_tmp; in GetInstance()
228 auto p_tmp = static_cast<YuvWPara *>(malloc(sizeof(YuvWPara) * maxFileCount)); in GetInstance() local
[all …]
/third_party/ltp/testcases/lib/
Dtst_net_vars.c329 char *p_tmp = tmp; in get_ipv6_network() local
347 border += sprintf(p_tmp, "%x", 256 * a[2 * i] + in get_ipv6_network()
/third_party/ffmpeg/libavcodec/
Dopus_silk.c242 int32_t p_tmp = p[k + 1] + p[k]; in silk_lsf2lpc() local
244 lpc32[k] = -q_tmp - p_tmp; in silk_lsf2lpc()
245 lpc32[order-k-1] = q_tmp - p_tmp; in silk_lsf2lpc()
/third_party/toybox/toys/pending/
Ddhcp.c1163 uint8_t *p_tmp; in dhcpc_parseoptions() local
1168 p_tmp = (void*) &nip; in dhcpc_parseoptions()
1171 *p_tmp++ = *options++; in dhcpc_parseoptions()