Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.c28 #define TMP() bi_temp(b->shader) macro
36 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); in main()
44 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero(), BI_ROUND_NONE); in main()
54 bi_instr *load = bi_load_i128_to(b, TMP(), TMP(), TMP(), BI_SEG_UBO); in main()
63 bi_instr *blend = bi_blend_to(b, TMP(), TMP(), TMP(), TMP(), TMP(), 4); in main()
75 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE); in main()
80 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE); in main()
81 fadd->src[i] = bi_swz_16(TMP(), j, j); in main()
/third_party/ffmpeg/tools/
Dpatcheck13 TMP=patcheck.tmp
32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n"
33 cat $TMP
41 …GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $TMP && printf "\n$msg\n"
42 cat $TMP
66 $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^0-9a-zA-Z]'> $TMP &…
67 cat $TMP
110 rm $TMP
114 … *[),]" $file | $GREP -v '@param' >/dev/null || $GREP --color=always "@param *$doxpar" $file >>$TMP
116 if test -e $TMP ; then
[all …]
/third_party/e2fsprogs/tests/scripts/
Dmkdup5 TMP=$(mktemp)
17 dd if=/dev/zero of=$TMP bs=$SIZE_A count=1 >& /dev/null
19 $DEBUGFS -w -R "write $TMP a" $IMG
21 cp /dev/null $TMP
23 for i in $BLKS ; do echo "freeb $i" >> $TMP; done
24 $DEBUGFS -w $IMG < $TMP >& /dev/null
27 dd if=/dev/zero of=$TMP bs=$SIZE_B count=1 >& /dev/null
28 $DEBUGFS -w -R "write $TMP b" $IMG
31 cp /dev/null $TMP
33 for i in $BLKS ; do echo "freeb $i" >> $TMP; done
[all …]
/third_party/ltp/testscripts/
Dltp-aiodio.sh20 export TMP=${TMP:=/tmp}
134 mkdir $TMP > /dev/null 2>&1
135 mkdir $TMP/aiodio > /dev/null 2>&1
136 mkdir $TMP/aiodio2 > /dev/null 2>&1
148 mount -t ext2 $part1 $TMP/aiodio
151 mount -t ext3 $part2 $TMP/aiodio2
154 mount -t jfs $part2 $TMP/aiodio2
157 mount -t xfs $part2 $TMP/aiodio2
168 mount -t ext3 $part1 $TMP/aiodio
171 mount -t jfs $part2 $TMP/aiodio2
[all …]
/third_party/ltp/
Drunltp547 echo "FATAL: Unable to make temporary directory: $TMP"
553 export TMPDIR=$TMP
557 chmod 777 $TMP || \
559 echo "unable to chmod 777 $TMP ... aborting"
563 cd $TMP || \
565 echo "could not cd ${TMP} ... exiting"
571 INSTANCES="$INSTANCES -O ${TMP}"
588 cat_ok_sentinel=$TMP/cat_ok.$$
594 cat $scenfile >> "$TMP/alltests" || {
596 rm -Rf "$TMP"
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 cat $TMP/gnuplot.script | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/node/deps/npm/scripts/
Dinstall.sh77 TMP="${TMPDIR}"
78 if [ "x$TMP" = "x" ]; then
79 TMP="/tmp"
81 TMP="${TMP}/npm.$$"
82 rm -rf "$TMP" || true
83 mkdir "$TMP"
85 echo "failed to mkdir $TMP" >&2
211 cd "$TMP" \
214 && cd "$TMP"/* \
238 && rm -rf "$TMP" \
/third_party/boost/libs/geometry/test/iterators/
Dpoint_iterator.cpp528 typedef tuple_multi_point_type TMP; in BOOST_AUTO_TEST_CASE() typedef
531 typedef test_point_iterator_of_geometry<L, TMP> tester; in BOOST_AUTO_TEST_CASE()
534 TMP() in BOOST_AUTO_TEST_CASE()
557 typedef tuple_multi_point_type TMP; in BOOST_AUTO_TEST_CASE() typedef
560 typedef test_point_iterator_of_geometry<P, TMP> tester; in BOOST_AUTO_TEST_CASE()
563 TMP() in BOOST_AUTO_TEST_CASE()
567 TMP() in BOOST_AUTO_TEST_CASE()
598 typedef tuple_multi_point_type TMP; in BOOST_AUTO_TEST_CASE() typedef
601 typedef test_point_iterator_of_geometry<MP, TMP> tester; in BOOST_AUTO_TEST_CASE()
604 TMP() in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer54 export TMP=${TMP:-/tmp}
93 mkdir -p $TMP/${cgroup_subsys}_test > /dev/null 2>&1
99 if [ ! -d $TMP/${cgroup_subsys}_test ]; then
105 mount -t cgroup -o${cgroup_subsys} test_cgroup_${cgroup_subsys} $TMP/${cgroup_subsys}_test
110 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null
115 cd $TMP/${cgroup_subsys}_test > /dev/null 2>&1
120 …umount $TMP/${cgroup_subsys}_test || umount -l $TMP/${cgroup_subsys}_test || tst_brkm TBROK "Faile…
121 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null
145 umount $TMP/${cgroup_subsys}_test > /dev/null 2>&1 \
146 || umount -l $TMP/${cgroup_subsys}_test || \
[all …]
/third_party/protobuf/
Dgenerate_descriptor_proto.sh54 TMP=$(mktemp -d)
73 $PROTOC --cpp_out=dllexport_decl=PROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
74 $PROTOC --cpp_out=dllexport_decl=PROTOC_EXPORT:$TMP ${COMPILER_PROTO_FILES[@]}
78 diff ${BASE_NAME}.pb.h $TMP/${BASE_NAME}.pb.h > /dev/null
82 diff ${BASE_NAME}.pb.cc $TMP/${BASE_NAME}.pb.cc > /dev/null
93 mv $TMP/${BASE_NAME}.pb.h ${BASE_NAME}.pb.h
94 mv $TMP/${BASE_NAME}.pb.cc ${BASE_NAME}.pb.cc
/third_party/libffi/src/tile/
Dtile.S84 #define TMP r11 macro
97 addi TMP, sp, -REG_SIZE
111 SW TMP, r52
121 addi TMP, sp, REG_SIZE
129 SW TMP, r52
139 LW TMP, INCOMING_STACK_ARGS
144 SW OUTGOING_STACK_ARGS, TMP
188 addi TMP, r52, -(2 * REG_SIZE)
192 LW RETURN_REG_ADDR, TMP
194 addi TMP, r52, -REG_SIZE
[all …]
/third_party/e2fsprogs/lib/ss/
Dmk_cmds.sh.in38 TMP="ct$$.c"
46 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
48 if grep "^#__ERROR_IN_FILE" "${TMP}" > /dev/null; then
49 rm "${TMP}"
53 mv -f "${TMP}" "${BASE}.c"
/third_party/e2fsprogs/contrib/
Dbuild-rpm17 TMP=${TMP:-'/tmp'}
20 tmpdir=`mktemp -d ${RPM_TMPDIR:-$TMP}/rpmtmp.XXXXXX`
39 --define "_tmpdir ${RPM_TMPDIR:-$TMP}" \
/third_party/f2fs-tools/scripts/
Dverify.sh4 TMP=/tmp/res
20 grep ASSERT $TMP
47 fsck.f2fs $IMG -t 2>&1 >$TMP
49 grep FSCK $TMP
61 resize.f2fs -t `_get_sec $1` $IMG 2>&1 >$TMP
/third_party/ltp/testcases/kernel/controllers/memcg/control/
Dmemcg_control_test.sh41 export TMP=${TMP:-/tmp}
42 cd $TMP
51 STATUS_PIPE="$TMP/status_pipe"
59 cd $TMP
/third_party/node/tools/
Dmk-ca-bundle.pl289 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
290 print TMP $pem;
291 close(TMP) or die "Couldn't close openssl pipe: $!";
301 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
302 print TMP $pem;
303 close(TMP) or die "Couldn't close openssl pipe: $!";
/third_party/openssl/crypto/sha/asm/
Dsha256-586.pl533 my ($Wi,$ABEF,$CDGH,$TMP)=map("xmm$_",(0..2,7));
551 &movdqa ($TMP,&QWP(0x100-0x80,$K256)); # byte swap mask
564 &pshufb (@MSG[0],$TMP);
570 &pshufb (@MSG[1],$TMP);
579 &pshufb (@MSG[2],$TMP);
588 &pshufb (@MSG[3],$TMP);
591 &movdqa ($TMP,@MSG[3]);
592 &palignr ($TMP,@MSG[2],4);
594 &paddd (@MSG[0],$TMP);
603 &movdqa ($TMP,@MSG[0]);
[all …]
/third_party/openssl/crypto/aes/asm/
Daesni-sha256-x86_64.pl1318 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..3,7..9));
1393 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
1405 movdqa $TMP,$BSWAP # offload
1416 pshufb $TMP,@MSG[0]
1421 pshufb $TMP,@MSG[1]
1436 pshufb $TMP,@MSG[2]
1450 pshufb $TMP,@MSG[3]
1457 movdqa @MSG[3],$TMP
1458 palignr \$4,@MSG[2],$TMP
1459 paddd $TMP,@MSG[0]
[all …]
/third_party/curl/lib/
Dmk-ca-bundle.pl565 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
566 print TMP $pem;
567 close(TMP) or die "Couldn't close openssl pipe: $!";
577 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
578 print TMP $pem;
579 close(TMP) or die "Couldn't close openssl pipe: $!";
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5012 UChar TMP[4] = {0, 0, 0, 0}; in TestCurrencyByDate() local
5024 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5036 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5037 tempStr.setTo(TMP); in TestCurrencyByDate()
5049 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5050 tempStr.setTo(TMP); in TestCurrencyByDate()
5062 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5063 tempStr.setTo(TMP); in TestCurrencyByDate()
5076 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate()
5077 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/third_party/node/deps/npm/node_modules/os-tmpdir/
Dindex.js11 process.env.TMP ||
15 process.env.TMP ||

1234