HomeSort by relevance Sort by last modified time
    Searched refs:VG (Results 1 - 25 of 29) sorted by null

1 2

  /external/e2fsprogs/contrib/
e2croncheck 11 # Make sure you customize "VG" so it is your LVM volume group name,
21 VG=ssd
33 lvcreate -s -L ${SNAPSIZE} -n "${VOLUME}-snap" "${VG}/${VOLUME}"
34 if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${VOLUME}-snap" && \
35 nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${VOLUME}-snap" ; then
37 tune2fs -C 0 -T "${START}" "/dev/${VG}/${VOLUME}"
40 tune2fs -C 16000 -T "19000101" "/dev/${VG}/${VOLUME}"
42 mail -s "E2fsck of /dev/${VG}/${VOLUME} failed!" $EMAIL < $TMPFILE
45 lvremove -f "${VG}/${VOLUME}-snap"
  /external/valgrind/drd/scripts/
run-matinv 18 VG="${DRD_SCRIPTS_DIR}/../../vg-in-place"
35 ${VG} --tool=none ${MATINV} $n -t$i
37 ${VG} --tool=drd ${MATINV} $n -t$i
run-splash2 53 print_runtime_ratio "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
57 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
62 "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
68 "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
73 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
77 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
81 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
102 if [ "$VG" = "" ]; then
103 VG="${DRD_SCRIPTS_DIR}/../../vg-in-place
    [all...]
  /external/libyuv/files/source/
row_posix.cc     [all...]
row_win.cc     [all...]
row_common.cc 433 #define VG -52 /* static_cast<int8>(-0.813 * 64 - 0.5) */
438 #define BG UG * 128 + VG * 128
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
    [all...]
  /external/deqp/modules/egl/
teglVGRenderUtil.cpp 27 # include <VG/openvg.h>
36 namespace vg namespace in namespace:deqp::egl
82 } // vg
  /external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc     [all...]
row_win.cc 51 #define VG 52 /* round(0.813 * 64) */
56 #define BG (UG * 128 + VG * 128 + YGB)
63 { UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG,
    [all...]
row_neon.cc 123 "vshll.u16 q3, d18, #16 \n" /* Replicate (v*VG + u*UG)*/\
145 #define VG 52 /* -round(-0.813 * 64) */
150 #define BG (UG * 128 + VG * 128 - YGB)
164 #undef VG
    [all...]
row_neon64.cc 104 #define YUV422TORGB(vR, vG, vB) \
123 "sqadd " #vG ".8h, v25.8h, v0.8h \n" /* G */ \
126 "sqsub " #vG ".8h, " #vG ".8h, v6.8h \n" /* G */ \
129 "sqshrun " #vG ".8b, " #vG ".8h, #6 \n" /* G */ \
140 #define VG 52 /* -round(-0.813 * 64) */
145 #define BG (UG * 128 + VG * 128 - YGB)
155 #undef VG
166 "movi v24.8h, #47, lsl #0 \n" /* VG coefficient (-0.7344) / 2 */
    [all...]
row_common.cc     [all...]