/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_reorder_bbs.sym | 3 FILE 2 f:\dd\public\sdk\inc\internal\pebteb.h 284 FUNC 2cec 54 0 main 285 2cec 6 57 1 286 2cf2 8 58 1 287 2cfa e 59 1 288 2d08 8 60 1 289 2d10 b 61 1 290 2d1b f 62 1 291 2d2a 12 64 1 292 2d3c 4 65 1 [all …]
|
D | omap_stretched.sym | 3 FILE 2 f:\dd\public\sdk\inc\internal\pebteb.h 296 1068 2 53 1 305 FUNC 10dd 2b 0 google_breakpad::C::f() 307 10dd 2b 43 1 313 FUNC 1130 2c 0 google_breakpad::C::`scalar deleting destructor'(unsigned int) 315 115c 2 49 4531 329 11c9 2 341 4250 357 12ec 2 286 4250 384 1399 2 83 4473 385 139b 2 72 4473 [all …]
|
D | omap_reorder_funcs.sym | 3 FILE 2 f:\dd\public\sdk\inc\internal\pebteb.h 296 424a 2 53 1 297 FUNC 2b6a 21 0 google_breakpad::C::C() 298 2b6a 21 37 1 309 FUNC 13a0 2c 0 google_breakpad::C::`scalar deleting destructor'(unsigned int) 311 205a 2 49 4531 325 325f 2 341 4250 353 340e 2 286 4250 380 5393 2 83 4473 381 5395 2 72 4473 [all …]
|
D | dump_syms_regtest.sym | 3 FILE 2 f:\dd\public\sdk\inc\internal\pebteb.h 296 1068 2 53 1 309 FUNC 1120 2c 0 google_breakpad::C::`scalar deleting destructor'(unsigned int) 311 114c 2 49 4531 325 11af 2 341 4250 353 12d2 2 286 4250 380 137f 2 83 4473 381 1381 2 72 4473 388 139e 2 77 2791 389 13a0 2 81 2791 [all …]
|
D | omap_stretched_filled.sym | 3 FILE 2 f:\dd\public\sdk\inc\internal\pebteb.h 296 1068 2 53 1 309 FUNC 1130 2c 0 google_breakpad::C::`scalar deleting destructor'(unsigned int) 311 115c 2 49 4531 325 11c9 2 341 4250 353 12ec 2 286 4250 380 1399 2 83 4473 381 139b 2 72 4473 388 13b4 2 77 2791 389 13b6 2 81 2791 [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fma-intrinsics-x86-upgrade.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+fma,-fma4 -show-mc-encoding | FileCheck %s … 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,-fma4 -show-mc-encoding | FileChec… 4 ; RUN: llc < %s -mtriple=x86_64-pc-windows -mattr=+fma,-fma4 -show-mc-encoding | FileCheck %s --che… 8 ; CHECK-FMA-LABEL: test_x86_fma_vfmadd_ss: 9 ; CHECK-FMA: # %bb.0: 10 ; CHECK-FMA-NEXT: vfmadd213ss %xmm2, %xmm1, %xmm0 # encoding: [0xc4,0xe2,0x71,0xa9,0xc2] 11 ; CHECK-FMA-NEXT: # xmm0 = (xmm1 * xmm0) + xmm2 12 ; CHECK-FMA-NEXT: retq # encoding: [0xc3] 14 ; CHECK-AVX512VL-LABEL: test_x86_fma_vfmadd_ss: 15 ; CHECK-AVX512VL: # %bb.0: [all …]
|
D | fma-intrinsics-x86.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+fma,-fma4 -show-mc-encoding | FileCheck %s … 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,-fma4 -show-mc-encoding | FileChec… 4 ; RUN: llc < %s -mtriple=x86_64-pc-windows -mattr=+fma,-fma4 -show-mc-encoding | FileCheck %s --che… 8 ; CHECK-FMA-LABEL: test_x86_fma_vfmadd_ss: 9 ; CHECK-FMA: # %bb.0: 10 ; CHECK-FMA-NEXT: vfmadd213ss %xmm2, %xmm1, %xmm0 # encoding: [0xc4,0xe2,0x71,0xa9,0xc2] 11 ; CHECK-FMA-NEXT: # xmm0 = (xmm1 * xmm0) + xmm2 12 ; CHECK-FMA-NEXT: retq # encoding: [0xc3] 14 ; CHECK-AVX512VL-LABEL: test_x86_fma_vfmadd_ss: 15 ; CHECK-AVX512VL: # %bb.0: [all …]
|
D | fma-intrinsics-canonical.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+fma,-fma4 -show-mc-encoding | FileCheck %s … 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,-fma4 -show-mc-encoding | FileChec… 4 ; RUN: llc < %s -mtriple=x86_64-pc-windows -mattr=+fma,-fma4 -show-mc-encoding | FileCheck %s --che… 6 ; NOTE: This should use IR equivalent to what is generated by clang/test/CodeGen/fma-builtins.c 9 ; CHECK-FMA-LABEL: test_mm_fmadd_ps: 10 ; CHECK-FMA: # %bb.0: # %entry 11 ; CHECK-FMA-NEXT: vfmadd213ps %xmm2, %xmm1, %xmm0 # encoding: [0xc4,0xe2,0x71,0xa8,0xc2] 12 ; CHECK-FMA-NEXT: # xmm0 = (xmm1 * xmm0) + xmm2 13 ; CHECK-FMA-NEXT: retq # encoding: [0xc3] 15 ; CHECK-AVX512VL-LABEL: test_mm_fmadd_ps: [all …]
|
D | vec_cast.ll | 2 ; RUN: llc < %s -mtriple=x86_64-linux -mattr=+ssse3 | FileCheck %s --check-prefixes=CHECK,CHECK-LIN 3 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+ssse3 | FileCheck %s --check-prefixes=CHECK,CHECK-WIN 6 ; CHECK-LIN-LABEL: a: 7 ; CHECK-LIN: # %bb.0: 8 ; CHECK-LIN-NEXT: punpcklwd {{.*#+}} xmm2 = xmm2[0],xmm0[0],xmm2[1],xmm0[1],xmm2[2],xmm0[2],xmm2… 9 ; CHECK-LIN-NEXT: psrad $16, %xmm2 10 ; CHECK-LIN-NEXT: punpckhwd {{.*#+}} xmm1 = xmm1[4],xmm0[4],xmm1[5],xmm0[5],xmm1[6],xmm0[6],xmm1… 11 ; CHECK-LIN-NEXT: psrad $16, %xmm1 12 ; CHECK-LIN-NEXT: movdqa %xmm2, %xmm0 13 ; CHECK-LIN-NEXT: retq [all …]
|
D | xor.ll | 2 ; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse2 | FileCheck %s --check-prefixes=CHECK,X86 3 ; RUN: llc < %s -mtriple=x86_64-linux -mattr=+sse2 | FileCheck %s --check-prefixes=CHECK,X64-LIN 4 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+sse2 | FileCheck %s --check-prefixes=CHECK,X64-WIN 8 ; CHECK-LABEL: test1: 10 ; CHECK-NEXT: xorps %xmm0, %xmm0 11 ; CHECK-NEXT: ret{{[l|q]}} 18 ; CHECK-LABEL: test2: 20 ; CHECK-NEXT: xorl %eax, %eax 21 ; CHECK-NEXT: ret{{[l|q]}} 27 ; X86-LABEL: test3: [all …]
|
D | gather-addresses.ll | 2 ; RUN: llc -mtriple=x86_64-linux -mattr=+sse2 < %s | FileCheck %s --check-prefix=LIN-SSE2 3 ; RUN: llc -mtriple=x86_64-linux -mcpu=nehalem < %s | FileCheck %s --check-prefix=LIN-SSE4 4 ; RUN: llc -mtriple=x86_64-win32 -mattr=+sse2 < %s | FileCheck %s --check-prefix=WIN-SSE2 5 ; RUN: llc -mtriple=x86_64-win32 -mcpu=nehalem < %s | FileCheck %s --check-prefix=WIN-SSE4 6 ; RUN: llc -mtriple=i686-win32 -mcpu=nehalem < %s | FileCheck %s --check-prefix=LIN32 9 ; When doing vector gather-scatter index calculation with 32-bit indices, 13 ; LIN-SSE2-LABEL: foo: 14 ; LIN-SSE2: # %bb.0: 15 ; LIN-SSE2-NEXT: movdqa (%rsi), %xmm0 16 ; LIN-SSE2-NEXT: pand (%rdx), %xmm0 [all …]
|
D | break-false-dep.ll | 2 ; RUN: llc < %s -mtriple=x86_64-linux -mattr=+sse2 -mcpu=nehalem | FileCheck %s --check-prefixes=SS… 3 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+sse2 -mcpu=nehalem | FileCheck %s --check-prefixes=SS… 4 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+avx -mcpu=corei7-avx | FileCheck %s --check-prefixes=… 5 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+avx512vl -mcpu=skx | FileCheck %s --check-prefixes=AV… 8 ; SSE-LABEL: t1: 10 ; SSE-NEXT: movss {{.*#+}} xmm0 = mem[0],zero,zero,zero 11 ; SSE-NEXT: cvtss2sd %xmm0, %xmm0 12 ; SSE-NEXT: retq 14 ; AVX-LABEL: t1: 16 ; AVX-NEXT: vmovss {{.*#+}} xmm0 = mem[0],zero,zero,zero [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | emutls_generic.ll | 1 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-android -relocation-model=pic \ 2 ; RUN: | FileCheck -check-prefix=ARM_32 %s 3 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic \ 4 ; RUN: | FileCheck -check-prefix=ARM_32 %s 5 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic -O3 \ 6 ; RUN: | FileCheck -check-prefix=ARM_32 %s 7 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -O3 \ 8 ; RUN: | FileCheck -check-prefix=ARM_32 %s 9 ; RUN: llc < %s -emulated-tls -mtriple=arm-apple-darwin -O3 \ 10 ; RUN: | FileCheck -check-prefix=DARWIN %s [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fma-intrinsics-x86.ll | 1 … llc < %s -mtriple=x86_64-unknown-unknown -march=x86-64 -mcpu=corei7-avx -mattr=+fma | FileCheck %… 2 …lc < %s -mtriple=x86_64-unknown-unknown -march=x86-64 -mcpu=core-avx2 -mattr=+fma,+avx2 | FileChec… 3 …c < %s -mtriple=x86_64-pc-windows -march=x86-64 -mcpu=core-avx2 -mattr=+fma,+avx2 | FileCheck %s -… 4 … llc < %s -mtriple=x86_64-unknown-unknown -march=x86-64 -mcpu=corei7-avx -mattr=+fma4 | FileCheck … 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -mattr=+avx,-fma | FileCheck %s --chec… 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -mattr=-fma4 | FileCheck %s --check-pr… 10 ; CHECK-LABEL: test_x86_fma_vfmadd_ss: 11 ; CHECK-NEXT: # BB#0: 13 ; CHECK-FMA-WIN-NEXT: vmovaps {{\(%rcx\), %xmm0|\(%r8\), %xmm1}} 14 ; CHECK-FMA-WIN-NEXT: vmovaps {{\(%rcx\), %xmm0|\(%r8\), %xmm1}} [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmspack.c | 1 //--------------------------------------------------------------------------------- 4 // Copyright (c) 1998-2017 Marti Maria Saguer 24 //--------------------------------------------------------------------------------- 34 // --------------------------------------------------------------------------- 41 #define REVERSE_FLAVOR_8(x) ((cmsUInt8Number) (0xff-(x))) 42 #define REVERSE_FLAVOR_16(x) ((cmsUInt16Number)(0xffff-(x))) 90 // Unpacking routines (16 bits) -------------------------------------------------------------------… 96 register cmsUInt16Number wIn[], in UnrollChunkyBytes() argument 100 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes() 101 cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); in UnrollChunkyBytes() [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 45 PUBLIC 2d9b2 0 wcslen 54 PUBLIC 2c86d 0 CloseProfileUserMapping 73 PUBLIC 2ff92 0 BaseFiberStart 143 PUBLIC 2ceb2 c DnsHostnameToComputerNameW 178 PUBLIC 2d36f c GetSystemTimeAdjustment 180 PUBLIC 2e9c1 c SystemTimeToTzSpecificLocalTime 211 PUBLIC 2af8f 4 InitAtomTable 219 PUBLIC 2c3be c GlobalGetAtomNameW 224 PUBLIC 2f827 4 FindAtomW 249 PUBLIC 2bb93 10 BaseDllWriteVariableValue [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 3 FILE 2 c:\program files\microsoft visual studio 8\vc\include\typeinfo 64 FILE 63 c:\breakpad\trunk\src\common\windows\string_utils-inl.h 128 FILE 127 c:\breakpad\trunk\src\common\windows\string_utils-inl.h 6737 1323 2f 111 82 6744 13d3 2f 135 82 6795 1855 2b 149 12 6796 1880 2a 151 12 6798 18c1 2c 153 12 6815 1a7f 2 190 12 6835 1bb0 2b 254 12 [all …]
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 3 FILE 2 c:\program files\microsoft visual studio 8\vc\include\typeinfo 64 FILE 63 c:\breakpad\trunk\src\common\windows\string_utils-inl.h 128 FILE 127 c:\breakpad\trunk\src\common\windows\string_utils-inl.h 6737 1323 2f 111 82 6744 13d3 2f 135 82 6795 1855 2b 149 12 6796 1880 2a 151 12 6798 18c1 2c 153 12 6815 1a7f 2 190 12 6835 1bb0 2b 254 12 [all …]
|
/external/arm-trusted-firmware/drivers/marvell/ |
D | ccu.c | 4 * SPDX-License-Identifier: BSD-3-Clause 25 #define ADDRESS_SHIFT (20 - 4) 32 * Unit Id bits [5:2] = 2 34 * 0x37f9b809 - 11011111111 0011011100000 0010 0 1 41 * Unit Id bits [5:2] = 2 43 * 0x7ffa0009 - 111111111111 0100000000000 0010 0 1 50 * Unit Id bits [5:2] = 2 52 * 0xfffc000d - 1111111111111 1000000000000 0011 0 1 60 #define CCU_RGF(win) (MVEBU_CCU_BASE(MVEBU_AP0) + \ argument 61 0x90 + 4 * (win)) [all …]
|
/external/rust/crates/quiche/src/ |
D | minmax.rs | 4 // Use of this source code is governed by the following BSD-style license: 42 // The algorithm keeps track of the best, 2nd best & 3rd best min 44 // the n'th best >= n-1'th best. It also makes sure that the three 50 // it has no value - the new min is <= everything else in the window 52 // every new min and overwrites 2nd & 3rd choices. The same property 53 // holds for 2nd & 3rd best. 69 pub fn new(val: T) -> Self { in new() 79 pub fn reset(&mut self, time: Instant, meas: T) -> T { in reset() 90 pub fn running_min(&mut self, win: Duration, time: Instant, meas: T) -> T { in running_min() 93 let delta_time = time.duration_since(self.estimate[2].time); in running_min() [all …]
|
/external/python/cpython2/Demo/curses/ |
D | ncurses.py | 11 def wGetchar(win = None): argument 12 if win is None: win = stdscr 13 return win.getch() 28 stdscr.move(curses.LINES - 1, 0) 33 win = curses.newwin(rows, cols, tly, tlx) 34 pan = panel.new_panel(win) 42 win.bkgdset(ord(' '), curses.color_pair(color)) 44 win.bkgdset(ord(' '), curses.A_BOLD) 53 win = pan.window() 56 win.move(1, 1) [all …]
|
/external/tcpdump/tests/ |
D | tfo.out | 1 IP 192.168.0.100.13047 > 3.3.3.3.13054: Flags [S], seq 218476388, win 1400, options [exp-tfo cookie… 2 IP 9.9.9.9.13047 > 3.3.3.3.13054: Flags [S], seq 218476388, win 1400, options [mss 1460,exp-tfo coo… 3 …3054 > 9.9.9.9.13047: Flags [S.], seq 4035392501, ack 218476389, win 1400, options [exp-tfo cookie… 4 …168.0.100.13047: Flags [S.], seq 4035392501, ack 218476389, win 1400, options [mss 1500,exp-tfo co… 5 IP 192.168.0.100.13047 > 3.3.3.3.13054: Flags [.], ack 1, win 1400, length 0 6 IP 9.9.9.9.13047 > 3.3.3.3.13054: Flags [.], ack 1, win 1400, length 0 7 IP 192.168.0.100.13047 > 3.3.3.3.13054: Flags [F.], seq 1, ack 1, win 1400, length 0 8 IP 9.9.9.9.13047 > 3.3.3.3.13054: Flags [F.], seq 1, ack 1, win 1400, length 0 9 IP 3.3.3.3.13054 > 9.9.9.9.13047: Flags [F.], seq 1, ack 2, win 1400, length 0 10 IP 3.3.3.3.13054 > 192.168.0.100.13047: Flags [F.], seq 1, ack 2, win 1400, length 0 [all …]
|
D | of10_pf5240-vv.out | 2 …172.16.1.101.62224 > 172.16.1.51.6633: Flags [S], cksum 0x6dd0 (correct), seq 2446711727, win 2048… 4 …33 > 172.16.1.101.62224: Flags [R.], cksum 0xda97 (correct), seq 0, ack 2446711728, win 0, length 0 6 …172.16.1.101.62221 > 172.16.1.51.6633: Flags [S], cksum 0xa14c (correct), seq 2619186670, win 2048… 8 ….16.1.101.62221: Flags [S.], cksum 0x5ae7 (incorrect -> 0x3c7c), seq 3998019188, ack 2619186671, w… 10 …172.16.1.101.62221 > 172.16.1.51.6633: Flags [.], cksum 0x956f (correct), seq 1, ack 1, win 2920, … 12 …172.16.1.101.62221 > 172.16.1.51.6633: Flags [P.], cksum 0xb6f9 (correct), seq 1:9, ack 1, win 292… 15 …6633 > 172.16.1.101.62221: Flags [.], cksum 0x5adf (incorrect -> 0xa05b), seq 1, ack 9, win 114, o… 17 …33 > 172.16.1.101.62221: Flags [P.], cksum 0x5ae7 (incorrect -> 0x9f29), seq 1:9, ack 9, win 114, … 20 …3 > 172.16.1.101.62221: Flags [P.], cksum 0x5ae7 (incorrect -> 0x9f13), seq 9:17, ack 9, win 114, … 23 …172.16.1.101.62221 > 172.16.1.51.6633: Flags [.], cksum 0x9544 (correct), seq 9, ack 17, win 2912,… [all …]
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 26 * NON-INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE 54 Low-priority: 199 if (*ch == (chtype) -1 && PyErr_Occurred()) in PyCurses_ConvertToChtype() 241 X - function name 242 TYPE - parameter Type 243 ERGSTR - format string for construction of the return value 244 PARSESTR - format string for argument parsing 250 { return PyCursesCheckERR(X(self->win), # X); } 256 if (X (self->win) == FALSE) { Py_INCREF(Py_False); return Py_False; } \ 263 X(self->win); Py_INCREF(Py_None); return Py_None; } [all …]
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | win-i386-line-table.s | 6 # RUN: llvm-mc -triple i686-windows-gnu %s -filetype=obj > %t.o 7 # RUN: lld-link %t.o -out:%t.exe -debug:dwarf -entry:entry -subsystem:console -lldmingw 8 # RUN: %lldb %t.exe -o "image dump line-table -v win-i386-line-table.c" -b | FileCheck %s 10 # CHECK: Line table for win-i386-line-table.c in `win-i386-line-table.s.tmp.exe 11 # CHECK: 0x00401000: win-i386-line-table.c:2:1 12 # CHECK: 0x00401001: win-i386-line-table.c:2:1 15 .file "win-i386-line-table.c" 16 .globl _entry # -- Begin function entry 18 .file 1 "" "win-i386-line-table.c" 19 .loc 1 1 0 # win-i386-line-table.c:1:0 [all …]
|