Home
last modified time | relevance | path

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

123

/external/valgrind/coregrind/m_gdbserver/
Dtarget.c220 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()
Dm_gdbserver.c662 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/
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/syslinux/com32/hdt/
Dhdt-dump-cpu.c40 add_hi(cpu.stepping); in dump_cpu()
Dhdt-menu-processor.c132 snprintf(buffer, sizeof buffer, "Stepping : %d", hardware->cpu.stepping); in compute_processor()
134 hardware->cpu.stepping); in compute_processor()
Dhdt-cli-cpu.c127 more_printf("Stepping : %d\n", hardware->cpu.stepping); in show_cpu()
Dhdt-dump-dmi.c198 add_hi(dmi.processor.signature.stepping); in dump_processor()
Dhdt-cli-dmi.c338 hardware->dmi.processor.signature.stepping); in show_dmi_cpu()
/external/libchrome/base/
Dcpu.h36 int stepping() const { return stepping_; } in stepping() function
/external/syslinux/com32/gplinclude/dmi/
Ddmi_processor.h77 uint8_t stepping; member
/external/v8/src/base/
Dcpu.h38 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/syslinux/com32/modules/
Dcpuidtest.c53 printf("Stepping = %d\n", cpu.stepping); in main()
Ddmitest.c157 moreprintf("\tCpu Stepping %u\n", dmi->processor.signature.stepping); in display_cpu()
/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/syslinux/com32/gpllib/dmi/
Ddmi.c375 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/
Dfn-call-line.ll18 ; which would cause confusing stepping behaviour for the end user.
/external/syslinux/com32/gplinclude/
Dcpuid.h145 uint8_t stepping; member
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
/external/syslinux/com32/lua/src/
Dcpu.c55 add_int_item(L, "stepping", lua_cpu.stepping); in cpu_getflags()
Ddmi.c276 LUA_ADD_NUM_P(L, signature, stepping) in get_processor_table()
/external/python/cpython2/Objects/
Dlnotab_notes.txt117 function? Well, consider the code above when 'a' is true. If stepping through
/external/syslinux/com32/gpllib/
Dcpuid.c589 cpu->stepping = c->x86_mask; in set_generic_info()
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not

123