/external/honggfuzz/linux/ |
D | pt.c | 42 .stepping = 0, 78 ptCpu.stepping = atoi(v); in perf_ptInit() 79 LOG_D("IntelPT stepping: %" PRIu8, ptCpu.stepping); in perf_ptInit()
|
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | northbridge.c | 27 u8 stepping; in bridge_silicon_revision() local 30 stepping = result.eax & 0xf; in bridge_silicon_revision() 33 return bridge_id | stepping; in bridge_silicon_revision()
|
/external/catch2/contrib/ |
D | gdbinit | 2 # This file provides a way to skip stepping into Catch code when debugging with gdb. 12 # If you want to permanently skip stepping into Catch code copy the following
|
D | lldbinit | 2 # This file provides a way to skip stepping into Catch code when debugging with lldb. 12 # If you want to permanently skip stepping into Catch code copy the following
|
/external/libyuv/files/docs/ |
D | filtering.md | 16 If scaling down, the stepping rate is always src_width / dst_width. 20 e.g. If scaling from 1280x720 to 640x360, the step thru the source will be 2.0, stepping over 2 pix… 45 **Point** upsampling use stepping rate of src_width / dst_width and a starting coordinate of 0. 50 e.g. If scaling from 640x360 to 1280x720 the step thru the source will be 0.0, stepping half a pixe… 80 // Compute slope values for stepping. 192 … approximated divide is substantially faster, but the inaccuracy causes stepping beyond the origin… 194 1. copy image to buffer with padding. allows for small errors in stepping.
|
/external/libchrome/base/ |
D | cpu.h | 35 int stepping() const { return stepping_; } in stepping() function
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.stackwalk.machine_readable.out | 2 CPU|x86|GenuineIntel family 6 model 13 stepping 8|1
|
D | minidump2.stackwalk.out | 4 GenuineIntel family 6 model 13 stepping 8
|
/external/v8/src/base/ |
D | cpu.h | 38 int stepping() const { return stepping_; } in stepping() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | load-combine-dbg.ll | 2 ; This was extracted from a swift debugger stepping testcase and checks that the
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 129 .hsa_code_object_isa [major, minor, stepping, vendor, arch] 132 *major*, *minor*, and *stepping* are all integers that describe the instruction
|
/external/u-boot/doc/ |
D | README.bedbug | 51 hardware breakpoints and stepping through code. These
|
/external/llvm/test/DebugInfo/Mips/ |
D | fn-call-line.ll | 18 ; which would cause confusing stepping behaviour for the end user.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Mips/ |
D | fn-call-line.ll | 18 ; which would cause confusing stepping behaviour for the end user.
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|
/external/u-boot/include/ |
D | ddr_spd.h | 493 uint8_t stepping; /* 352 DRAM stepping */ member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/ |
D | mlicm-hoist.mir | 4 ; Doing so causes poor stepping bevavior.
|
/external/python/cpython2/Objects/ |
D | lnotab_notes.txt | 117 function? Well, consider the code above when 'a' is true. If stepping through
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | shapes.md | 76 dimension is the dimension which changes most rapidly when stepping through the
|
/external/python/cpython3/Objects/ |
D | lnotab_notes.txt | 128 function? Well, consider the code above when 'a' is true. If stepping through
|
/external/catch2/docs/ |
D | ci-and-misc.md | 97 when stepping through code.
|
/external/gflags/ |
D | README.md | 167 (csilvers) am stepping down as maintainer, to be replaced by Andreas 187 `gflags`. In the coming weeks, I'll be stepping down as
|
/external/u-boot/board/freescale/t4qds/ |
D | README | 140 rapidly may cause current surge. The voltage stepping is done by software.
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not
|
/external/python/cpython2/Doc/library/ |
D | bdb.rst | 209 stepping state.
|