/external/igt-gpu-tools/overlay/ |
D | gpu-freq.c | 49 int gpu_freq_init(struct gpu_freq *gf) in gpu_freq_init() argument 54 memset(gf, 0, sizeof(*gf)); in gpu_freq_init() 56 gf->fd = perf_open(); in gpu_freq_init() 65 return gf->error = errno; in gpu_freq_init() 76 gf->is_byt = 1; in gpu_freq_init() 80 sscanf(s, "max GPU freq: %d MHz", &gf->max); in gpu_freq_init() 84 sscanf(s, "min GPU freq: %d MHz", &gf->min); in gpu_freq_init() 86 gf->rp0 = gf->rp1 = gf->max; in gpu_freq_init() 87 gf->rpn = gf->min; in gpu_freq_init() 92 sscanf(s, "(RPN) frequency: %dMHz", &gf->rpn); in gpu_freq_init() [all …]
|
D | overlay.c | 542 struct overlay_gpu_freq *gf) in init_gpu_freq() argument 544 if (gpu_freq_init(&gf->gpu_freq) == 0) { in init_gpu_freq() 545 chart_init(&gf->current, "current", 120); in init_gpu_freq() 546 chart_set_position(&gf->current, PAD, ctx->height/2 + HALF_PAD); in init_gpu_freq() 547 chart_set_size(&gf->current, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_freq() 548 chart_set_stroke_rgba(&gf->current, 0.75, 0.25, 0.50, 1.); in init_gpu_freq() 549 chart_set_mode(&gf->current, CHART_STROKE); in init_gpu_freq() 550 chart_set_smooth(&gf->current, CHART_LINE); in init_gpu_freq() 551 chart_set_range(&gf->current, 0, gf->gpu_freq.max); in init_gpu_freq() 553 chart_init(&gf->request, "request", 120); in init_gpu_freq() [all …]
|
D | gpu-freq.h | 45 int gpu_freq_init(struct gpu_freq *gf); 46 int gpu_freq_update(struct gpu_freq *gf);
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | inline-asm-f-constraint-f.ll | 7 @gf = external global float 12 ; RV32F-NEXT: lui a1, %hi(gf) 13 ; RV32F-NEXT: flw ft0, %lo(gf)(a1) 23 ; RV64F-NEXT: lui a1, %hi(gf) 24 ; RV64F-NEXT: flw ft0, %lo(gf)(a1) 31 %1 = load float, float* @gf 39 ; RV32F-NEXT: lui a1, %hi(gf) 40 ; RV32F-NEXT: flw fs0, %lo(gf)(a1) 50 ; RV64F-NEXT: lui a1, %hi(gf) 51 ; RV64F-NEXT: flw fs0, %lo(gf)(a1) [all …]
|
/external/grpc-grpc/tools/http2_interop/ |
D | http2interop.go | 227 gf, err := expectGoAway(conn) 232 if gf.Code != 0xC { 233 return fmt.Errorf("Expected an Inadequate security code: %v", gf) 252 gf, err := expectGoAway(conn) 257 if gf.Code != 0xC { 258 return fmt.Errorf("Expected an Inadequate security code: %v", gf) 290 gf, err := expectGoAway(conn) 295 if gf.Code != 0xC { 296 return fmt.Errorf("Expected an Inadequate security code: %v", gf) 306 if gf, ok := f.(*GoAwayFrame); !ok { [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/ |
D | http2interop.go | 241 gf, err := expectGoAway(conn) 246 if gf.Code != 0xC { 247 return fmt.Errorf("Expected an Inadequate security code: %v", gf) 266 gf, err := expectGoAway(conn) 271 if gf.Code != 0xC { 272 return fmt.Errorf("Expected an Inadequate security code: %v", gf) 304 gf, err := expectGoAway(conn) 309 if gf.Code != 0xC { 310 return fmt.Errorf("Expected an Inadequate security code: %v", gf) 320 if gf, ok := f.(*GoAwayFrame); !ok { [all …]
|
/external/llvm-project/libcxx/test/std/language.support/support.dynamic/ptr.launder/ |
D | launder.pass.cpp | 21 constexpr float gf = 8.f; variable 25 static_assert(std::launder(&gf) == &gf, "" ); in main() 28 const float *f = &gf; in main()
|
/external/libcxx/test/std/language.support/support.dynamic/ptr.launder/ |
D | launder.pass.cpp | 22 constexpr float gf = 8.f; variable 26 static_assert(std::launder(&gf) == &gf, "" ); in main() 29 const float *f = &gf; in main()
|
/external/cpuinfo/test/dmesg/ |
D | alcatel-revvl.log | 393 [ 31.203948] (5)[453:goodixfingerpri][gf] gf_open, 1143, enter 394 [ 31.203964] (5)[453:goodixfingerpri][gf] gf_open, Found 395 [ 31.203971] (5)[453:goodixfingerpri][gf] gf_open, Success to open device. irq = 0 396 [ 31.203978] (5)[453:goodixfingerpri][gf] gf_open, 1161, exit 397 [ 31.204001] (5)[453:goodixfingerpri][gf] gf_ioctl, 677, enter 398 [ 31.204009] (5)[453:goodixfingerpri][gf] gf_ioctl: gf_ioctl cmd=8001670b 399 [ 31.204015] (5)[453:goodixfingerpri][gf] gf_ioctl: GF_IOC_GET_FW_INFO ====== 400 [ 31.204022] (5)[453:goodixfingerpri][gf] gf_ioctl: firmware info 0x0 401 [ 31.204028] (5)[453:goodixfingerpri][gf] gf_ioctl, 1023, exit 402 [ 31.204035] (5)[453:goodixfingerpri][gf] gf_ioctl, 677, enter [all …]
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_host.cpp | 68 test_function gf = (test_function)GetProcAddress(h, "test_function"); in main() local 69 if (!gf) { in main() 75 int ret = gf(); in main()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_host.cc | 43 test_function gf = (test_function)GetProcAddress(h, "test_function"); in main() local 44 if (!gf) { in main() 50 int ret = gf(); in main()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | VSX-DForm-Scalars.ll | 5 @gf = external local_unnamed_addr global [500 x float], align 4 44 …%0 = load float, float* getelementptr inbounds ([500 x float], [500 x float]* @gf, i64 0, i64 10),… 45 …%1 = load float, float* getelementptr inbounds ([500 x float], [500 x float]* @gf, i64 0, i64 17),… 46 …%2 = load float, float* getelementptr inbounds ([500 x float], [500 x float]* @gf, i64 0, i64 87),… 47 …%3 = load float, float* getelementptr inbounds ([500 x float], [500 x float]* @gf, i64 0, i64 97),… 48 …%4 = load float, float* getelementptr inbounds ([500 x float], [500 x float]* @gf, i64 0, i64 77),… 49 …store float %3, float* getelementptr inbounds ([500 x float], [500 x float]* @gf, i64 0, i64 122),…
|
/external/ltp/runtest/ |
D | scsi_debug.part1 | 23 …221 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bld-$$ 24 …22 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bldf-$$ 25 …t/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 gf-inf-$$ 26 gf224 growfiles -W gf224 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-… 27 …ser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 1024000-2048000:2048 -R 4095-2048000 -T 1 gf-large-gs-$$ 32 …ser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -o O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 gf-sync-$$ 59 …gf321 -d /test/growfiles/ext2 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bld-$$ 60 …f322 -d /test/growfiles/ext2 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bldf-$$ 61 …est/growfiles/ext2 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 gf-inf-$$ 62 gf324 growfiles -W gf324 -d /test/growfiles/ext2 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-jb… [all …]
|
D | lvm.part1 | 23 …W gf121 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 /test/growfiles/msdos/gf-bld-$$ 24 … gf122 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 /test/growfiles/msdos/gf-bldf-$$ 25 …0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 /test/growfiles/msdos/gf-inf-$$ 26 gf124 growfiles -W gf124 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 /test/growfiles/msdos/gf-jbld… 27 … -u -B 1000b -e 1 -r 1024000-2048000:2048 -R 4095-2048000 -T 1 /test/growfiles/msdos/gf-large-gs-$$ 32 … -u -B 1000b -e 1 -o O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 /test/growfiles/msdos/gf-sync-$$ 59 … gf221 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 /test/growfiles/reiser/gf-bld-$$ 60 …gf222 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 /test/growfiles/reiser/gf-bldf-$$ 61 … -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 /test/growfiles/reiser/gf-inf-$$ 62 gf224 growfiles -W gf224 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 /test/growfiles/reiser/gf-jbl… [all …]
|
D | lvm.part2 | 22 …gf721 -d /test/growfiles/ext3 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bld-$$ 23 …f722 -d /test/growfiles/ext3 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bldf-$$ 24 …est/growfiles/ext3 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 gf-inf-$$ 25 gf724 growfiles -W gf724 -d /test/growfiles/ext3 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-jb… 26 …xt3 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 1024000-2048000:2048 -R 4095-2048000 -T 1 gf-large-gs-$$ 31 …xt3 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -o O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 gf-sync-$$ 58 … -W gf821 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 /test/growfiles/jfs/gf-bld-$$ 59 …-W gf822 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 /test/growfiles/jfs/gf-bldf-$$ 60 …D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 /test/growfiles/jfs/gf-inf-$$ 61 gf824 growfiles -W gf824 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 /test/growfiles/jfs/gf-jbld-$$ [all …]
|
D | fs_readonly | 21 …ind.sh -c "growfiles -W gf21 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bld-$$" 22 …nd.sh -c "growfiles -W gf22 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 gf-bldf-$$" 23 …growfiles -W gf23 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 gf-inf-$$" 24 test_robind24 test_robind.sh -c "growfiles -W gf24 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-… 25 …25 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 1024000-2048000:2048 -R 4095-2048000 -T 1 gf-large-gs-$$" 30 …30 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -o O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 gf-sync-$$"
|
D | fs | 22 gf21 growfiles -W gf21 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 -f gf-bld-$$ -d … 23 gf22 growfiles -W gf22 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T 10 -t 20480 -f gf-bldf-$$ -d… 24 gf23 growfiles -W gf23 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000:1024 -R 1-384000 -T 4 -f gf… 25 gf24 growfiles -W gf24 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -f gf-jbld-$$ -d $TMPDIR 26 …i 0 -L 60 -u -B 1000b -e 1 -r 1024000-2048000:2048 -R 4095-2048000 -T 1 -f gf-large-gs-$$ -d $TMPD… 31 … 0 -L 60 -u -B 1000b -e 1 -o O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 -f gf-sync-$$ -d $TMPDIR
|
/external/clang/test/CodeGen/ |
D | annotations-field.c | 11 static struct foo gf; variable 23 gf.v = argc; in main()
|
/external/llvm-project/clang/test/CodeGen/ |
D | annotations-field.c | 11 static struct foo gf; variable 23 gf.v = argc; in main()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.namespace.frag.out | 38 0:22 'N2::gf' ( global float) 48 0:? 'N2::gf' ( global float) 91 0:22 'N2::gf' ( global float) 101 0:? 'N2::gf' ( global float) 125 Name 45 "N2::gf" 140 45(N2::gf): 44(ptr) Variable Private 178 46: 6(float) Load 45(N2::gf)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.namespace.frag.out | 38 0:22 'N2::gf' ( global float) 48 0:? 'N2::gf' ( global float) 91 0:22 'N2::gf' ( global float) 101 0:? 'N2::gf' ( global float) 125 Name 45 "N2::gf" 140 45(N2::gf): 44(ptr) Variable Private 178 46: 6(float) Load 45(N2::gf)
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.namespace.frag | 9 static float gf; 22 return N1::getVec() + N2::getVec() + N2::N3::getVec() + N2::N3::C1::getVec() * N2::gf;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.namespace.frag | 9 static float gf; 22 return N1::getVec() + N2::getVec() + N2::N3::getVec() + N2::N3::C1::getVec() * N2::gf;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | attr-annotate.cpp | 41 static B<int long, -1>::foo<unsigned, 9> gf; variable 73 gf.v = argc; in main()
|
/external/rust/crates/unicode-segmentation/src/ |
D | test.rs | 53 for &(s, gt, gf) in TEST_DIFF.iter().chain(EXTRA_DIFF) { in test_graphemes() 56 assert!(UnicodeSegmentation::graphemes(s, false).eq(gf.iter().cloned())); in test_graphemes() 60 assert!(UnicodeSegmentation::graphemes(s, false).rev().eq(gf.iter().rev().cloned())); in test_graphemes()
|