/external/e2fsprogs/contrib/ |
D | e2croncheck | 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/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 1076 #define VG 52 /* round(0.813 * 64) */ macro 1081 #define BG (UG * 128 + VG * 128 + YGB) 1088 {UG, VG, UG, VG, UG, VG, UG, VG}, 1089 {UG, VG, UG, VG, UG, VG, UG, VG}, 1095 {VG, UG, VG, UG, VG, UG, VG, UG}, 1096 {VG, UG, VG, UG, VG, UG, VG, UG}, 1102 {UG, UG, UG, UG, VG, VG, VG, VG, 0, 0, 0, 0, 0, 0, 0, 0}, 1107 {VG, VG, VG, VG, UG, UG, UG, UG, 0, 0, 0, 0, 0, 0, 0, 0}, 1114 {UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, 1115 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG}, [all …]
|
/external/libyuv/files/source/ |
D | row_common.cc | 1076 #define VG 52 /* round(0.813 * 64) */ macro 1081 #define BG (UG * 128 + VG * 128 + YGB) 1088 {UG, VG, UG, VG, UG, VG, UG, VG}, 1089 {UG, VG, UG, VG, UG, VG, UG, VG}, 1095 {VG, UG, VG, UG, VG, UG, VG, UG}, 1096 {VG, UG, VG, UG, VG, UG, VG, UG}, 1102 {UG, UG, UG, UG, VG, VG, VG, VG, 0, 0, 0, 0, 0, 0, 0, 0}, 1107 {VG, VG, VG, VG, UG, UG, UG, UG, 0, 0, 0, 0, 0, 0, 0, 0}, 1114 {UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, 1115 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG}, [all …]
|
/external/igt-gpu-tools/lib/i915/ |
D | gem_mman.c | 38 #define VG(x) x macro 40 #define VG(x) do {} while (0) macro 71 VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)); in __gem_mmap__gtt() 99 VG(VALGRIND_MAKE_MEM_NOACCESS(ptr, size)); in gem_munmap() 174 VG(VALGRIND_MAKE_MEM_DEFINED(from_user_pointer(arg.addr_ptr), arg.size)); in __gem_mmap()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 1439 #define VG 52 /* round(0.813 * 64) */ macro 1444 #define BG (UG * 128 + VG * 128 + YGB) 1451 { UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, 1452 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG }, 1465 { VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, 1466 VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG }, 1479 #undef VG
|
D | row_win.cc | 51 #define VG 52 /* round(0.813 * 64) */ macro 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, 64 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG }, 77 { VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, 78 VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG }, 91 #undef VG
|
/external/openssh/regress/ |
D | test-exec.sh | 207 VG="$VG_PATH $VG_OPTS" 208 SSH="$VG --log-file=${VG_LOG}ssh.%p $SSH" 209 SSHD="$VG --log-file=${VG_LOG}sshd.%p $SSHD" 210 SSHAGENT="$VG --log-file=${VG_LOG}ssh-agent.%p $SSHAGENT" 211 SSHADD="$VG --log-file=${VG_LOG}ssh-add.%p $SSHADD" 212 SSHKEYGEN="$VG --log-file=${VG_LOG}ssh-keygen.%p $SSHKEYGEN" 213 SSHKEYSCAN="$VG --log-file=${VG_LOG}ssh-keyscan.%p $SSHKEYSCAN" 214 SFTP="$VG --log-file=${VG_LOG}sftp.%p ${SFTP}" 215 SCP="$VG --log-file=${VG_LOG}scp.%p $SCP" 218 exec $VG --log-file=${VG_LOG}sftp-server.%p $SFTPSERVER "\$@"
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | framelayout-sve.mir | 70 …, 0x0c, 0x8f, 0x00, 0x11, 0x20, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 32 + 16 * VG 112 …, 0x0c, 0x8f, 0x00, 0x11, 0x30, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 48 + 16 * VG 204 …, 0x0c, 0x8f, 0x00, 0x11, 0x20, 0x22, 0x11, 0x18, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 32 + 24 * VG 314 …f, 0x0c, 0x8f, 0x00, 0x11, 0x20, 0x22, 0x11, 0x08, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 32 + 8 * VG 381 …0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x88, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 2056 * VG 463 …f, 0x0c, 0x8f, 0x00, 0x11, 0x30, 0x22, 0x11, 0x08, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 48 + 8 * VG 499 …, 0x0c, 0x8f, 0x00, 0x11, 0x30, 0x22, 0x11, 0x18, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 48 + 24 * VG 500 … 0x48, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x78, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d8 @ cfa - 16 - 8 * VG 501 …0x49, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x70, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d9 @ cfa - 16 - 16 * VG 502 …x4a, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x68, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d10 @ cfa - 16 - 24 * VG [all …]
|
D | unwind-preserved.ll | 42 … 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0xa0, 0x01, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 160 * VG 43 …, 0x48, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x78, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d8 @ cfa - 16 - 8 * VG 44 … 0x49, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x70, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d9 @ cfa - 16 - 16 * VG 45 …0x4a, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x68, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d10 @ cfa - 16 - 24 * VG 46 …0x4b, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x60, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d11 @ cfa - 16 - 32 * VG 47 …0x4c, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x58, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d12 @ cfa - 16 - 40 * VG 48 …0x4d, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x50, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d13 @ cfa - 16 - 48 * VG 49 …0x4e, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x48, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d14 @ cfa - 16 - 56 * VG 50 …0x4f, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x40, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d15 @ cfa - 16 - 64 * VG 164 … 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0xa0, 0x01, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 160 * VG [all …]
|
D | sve-split-extract-elt.ll | 28 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG 53 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG 78 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG 103 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x20, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 32 * VG 150 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG 174 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x20, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 32 * VG 201 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG
|
D | framelayout-sve-calleesaves-fix.mir | 13 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x18, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 24 * VG 14 …, 0x48, 0x0a, 0x11, 0x70, 0x22, 0x11, 0x78, 0x92, 0x2e, 0x00, 0x1e, 0x22 // $d8 @ cfa - 16 - 8 * VG
|
D | sve-split-insert-elt.ll | 28 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG 53 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG 78 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x20, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 32 * VG 140 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x20, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 32 * VG 170 …, 0x0c, 0x8f, 0x00, 0x11, 0x10, 0x22, 0x11, 0x10, 0x92, 0x2e, 0x00, 0x1e, 0x22 // sp + 16 + 16 * VG
|
D | misched-fusion-aes.ll | 93 ; CHECK: aese [[VG:v[0-7].16b]], {{v[0-7].16b}} 94 ; CHECK-NEXT: aesmc [[VG]], [[VG]] 177 ; CHECK: aesd [[VG:v[0-7].16b]], {{v[0-7].16b}} 178 ; CHECK-NEXT: aesimc [[VG]], [[VG]]
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 855 VG(VALGRIND_CREATE_MEMPOOL(pool, 0, false)); in anv_state_pool_init() 863 VG(VALGRIND_DESTROY_MEMPOOL(pool)); in anv_state_pool_finish() 1113 VG(VALGRIND_MEMPOOL_ALLOC(pool, state.map, size)); in anv_state_pool_alloc() 1145 VG(VALGRIND_MEMPOOL_ALLOC(pool, state->map, state->alloc_size)); in anv_state_pool_alloc_back() 1171 VG(VALGRIND_MEMPOOL_FREE(pool, state.map)); in anv_state_pool_free() 1209 VG(VALGRIND_CREATE_MEMPOOL(stream, 0, false)); in anv_state_stream_init() 1216 VG(VALGRIND_MEMPOOL_FREE(stream, block->map)); in anv_state_stream_finish() 1217 VG(VALGRIND_MAKE_MEM_NOACCESS(block->map, block->alloc_size)); in anv_state_stream_finish() 1222 VG(VALGRIND_DESTROY_MEMPOOL(stream)); in anv_state_stream_finish() 1244 VG(VALGRIND_MAKE_MEM_NOACCESS(stream->block.map, block_size)); in anv_state_stream_alloc() [all …]
|
/external/mesa3d/src/util/ |
D | blob.c | 32 #define VG(x) x macro 34 #define VG(x) macro 149 VG(VALGRIND_CHECK_MEM_IS_DEFINED(bytes, to_write)); in blob_overwrite_bytes() 163 VG(VALGRIND_CHECK_MEM_IS_DEFINED(bytes, to_write)); in blob_write_bytes()
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_packet_helpers.h | 37 #define VG(x) x macro 42 #define VG(x) ((void)0) macro
|
/external/icu/icu4c/source/data/region/ |
D | sr_Cyrl_ME.txt | 15 VG{"Британска Дјевичанска Острва"}
|
D | ur_IN.txt | 27 VG{"برطانوی جزائر ورجن"}
|
D | sr_Cyrl_BA.txt | 36 VG{"Британска Дјевичанска Острва"}
|
D | sr_Latn_ME.txt | 15 VG{"Britanska Djevičanska Ostrva"}
|
D | zh_Hant_HK.txt | 91 VG{"英屬維爾京群島"}
|
D | sr_Latn_BA.txt | 36 VG{"Britanska Djevičanska Ostrva"}
|
D | fr_CA.txt | 39 VG{"îles Vierges britanniques"}
|
/external/adhd/cras/src/fuzz/ |
D | cras_hfp_slc.dict | 21 "AT+VG"
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | alternate_locode_name.txt | 15 VGRAD ; Road Town # VG : British Virgin Islands
|