/external/valgrind/coregrind/m_gdbserver/ |
D | target.c | 220 static int stepping = 0; variable 233 stepping = 2; in valgrind_set_single_stepping() 235 stepping = 0; in valgrind_set_single_stepping() 240 if (stepping) in valgrind_single_stepping() 266 stepping); in valgrind_resume() 283 stepping = resume_info->step; in valgrind_resume()
|
D | m_gdbserver.c | 662 int stepping; in call_gdbserver() local 719 stepping = valgrind_single_stepping(); in call_gdbserver() 735 if (!stepping && tid != 0) { in call_gdbserver() 743 if (stepping) in call_gdbserver()
|
/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/syslinux/com32/hdt/ |
D | hdt-dump-cpu.c | 40 add_hi(cpu.stepping); in dump_cpu()
|
D | hdt-menu-processor.c | 132 snprintf(buffer, sizeof buffer, "Stepping : %d", hardware->cpu.stepping); in compute_processor() 134 hardware->cpu.stepping); in compute_processor()
|
D | hdt-cli-cpu.c | 127 more_printf("Stepping : %d\n", hardware->cpu.stepping); in show_cpu()
|
D | hdt-dump-dmi.c | 198 add_hi(dmi.processor.signature.stepping); in dump_processor()
|
D | hdt-cli-dmi.c | 338 hardware->dmi.processor.signature.stepping); in show_dmi_cpu()
|
/external/libchrome/base/ |
D | cpu.h | 36 int stepping() const { return stepping_; } in stepping() function
|
/external/syslinux/com32/gplinclude/dmi/ |
D | dmi_processor.h | 77 uint8_t stepping; member
|
/external/v8/src/base/ |
D | cpu.h | 38 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/syslinux/com32/modules/ |
D | cpuidtest.c | 53 printf("Stepping = %d\n", cpu.stepping); in main()
|
D | dmitest.c | 157 moreprintf("\tCpu Stepping %u\n", dmi->processor.signature.stepping); in display_cpu()
|
/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/syslinux/com32/gpllib/dmi/ |
D | dmi.c | 375 dmi->processor.signature.stepping = (dx >> 4) & 0xF; in dmi_processor_id() 394 dmi->processor.signature.stepping = (dx & 0xF); in dmi_processor_id() 432 dmi->processor.signature.stepping = (eax & 0xF); in dmi_processor_id() 439 dmi->processor.signature.stepping = (eax & 0xF); in dmi_processor_id()
|
/external/llvm/test/DebugInfo/Mips/ |
D | fn-call-line.ll | 18 ; which would cause confusing stepping behaviour for the end user.
|
/external/syslinux/com32/gplinclude/ |
D | cpuid.h | 145 uint8_t stepping; member
|
/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/syslinux/com32/lua/src/ |
D | cpu.c | 55 add_int_item(L, "stepping", lua_cpu.stepping); in cpu_getflags()
|
D | dmi.c | 276 LUA_ADD_NUM_P(L, signature, stepping) in get_processor_table()
|
/external/python/cpython2/Objects/ |
D | lnotab_notes.txt | 117 function? Well, consider the code above when 'a' is true. If stepping through
|
/external/syslinux/com32/gpllib/ |
D | cpuid.c | 589 cpu->stepping = c->x86_mask; in set_generic_info()
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not
|