Searched refs:tmpf (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/lib/ |
D | mce.sh | 35 local tmpf=$WDIR/mce_reformat_for_cmp 37 mce-inject --dump "$inf" > $tmpf 41 sed "/$remove/d" -i $tmpf 45 cat $tmpf | tr '\n' '#' | sed '1,$s/##/\n/g' | \ 251 local tmpf=$WDIR/get_panic_from_mcelog 253 if mcelog_filter $mcelog "#BANK 219#" | head -1 > $tmpf; then 254 local F="$(sed '1,$s/#/\n/g' $tmpf | awk '/MISC / { print $2 }')"
|
D | apei-inject.sh | 22 local tmpf=$WDIR/mce_reformat_for_cmp 24 grep -v 'STATUS 0x800000000000000' | sort > "$tmpf" 25 awk '/^STATUS/ {print $2}' $tmpf | cut -b 1-3 > $outf 26 awk '/MCGSTATUS/ {if ($4=="") print $2; else print $4;}' $tmpf >> $outf
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | argminmax.cl | 68 FLT tmpf; 69 swap(buf[lk], buf[rk], tmpf); 75 FLT tmpf; 76 swap(buf[lk], buf[rk], tmpf);
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapiutil.c | 932 WAVEFORMATEX *tmpf; in gst_wasapi_util_initialize_audioclient3() local 957 hr = IAudioClient3_GetCurrentSharedModeEnginePeriod (client, &tmpf, in gst_wasapi_util_initialize_audioclient3() 959 CoTaskMemFree (tmpf); in gst_wasapi_util_initialize_audioclient3()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_span.c | 77 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; in _swrast_span_default_attribs() local 78 tmpf = MIN2(tmpf, depthMax); in _swrast_span_default_attribs() 79 span->z = (GLint)tmpf; in _swrast_span_default_attribs()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 77 static char tmpf[23] = "TMP"; variable 3215 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file() 3574 if (strlen(argv[++c]) >= sizeof tmpf) in main() 3583 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 77 static char tmpf[23] = "TMP"; variable 3215 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file() 3574 if (strlen(argv[++c]) >= sizeof tmpf) in main() 3583 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 77 static char tmpf[23] = "TMP"; variable 3215 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file() 3574 if (strlen(argv[++c]) >= sizeof tmpf) in main() 3583 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()
|
/third_party/mksh/ |
D | check.t | 11044 ulimit -a >tmpf 11060 done <tmpf
|