Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 25 of 72) sorted by relevance

123

/external/honggfuzz/linux/
Dpt.c42 .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/
Dnorthbridge.c27 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/
Dgdbinit2 # 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
Dlldbinit2 # 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/
Dfiltering.md16 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/
Dcpu.h35 int stepping() const { return stepping_; } in stepping() function
/external/google-breakpad/src/processor/testdata/
Dminidump2.stackwalk.machine_readable.out2 CPU|x86|GenuineIntel family 6 model 13 stepping 8|1
Dminidump2.stackwalk.out4 GenuineIntel family 6 model 13 stepping 8
/external/v8/src/base/
Dcpu.h38 int stepping() const { return stepping_; } in stepping() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dload-combine-dbg.ll2 ; This was extracted from a swift debugger stepping testcase and checks that the
/external/llvm/docs/
DAMDGPUUsage.rst129 .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/
DREADME.bedbug51 hardware breakpoints and stepping through code. These
/external/llvm/test/DebugInfo/Mips/
Dfn-call-line.ll18 ; which would cause confusing stepping behaviour for the end user.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Mips/
Dfn-call-line.ll18 ; which would cause confusing stepping behaviour for the end user.
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
/external/u-boot/include/
Dddr_spd.h493 uint8_t stepping; /* 352 DRAM stepping */ member
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/
Dmlicm-hoist.mir4 ; Doing so causes poor stepping bevavior.
/external/python/cpython2/Objects/
Dlnotab_notes.txt117 function? Well, consider the code above when 'a' is true. If stepping through
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dshapes.md76 dimension is the dimension which changes most rapidly when stepping through the
/external/python/cpython3/Objects/
Dlnotab_notes.txt128 function? Well, consider the code above when 'a' is true. If stepping through
/external/catch2/docs/
Dci-and-misc.md97 when stepping through code.
/external/gflags/
DREADME.md167 (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/
DREADME140 rapidly may cause current surge. The voltage stepping is done by software.
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not
/external/python/cpython2/Doc/library/
Dbdb.rst209 stepping state.

123