Home
last modified time | relevance | path

Searched refs:to_x (Results 1 – 13 of 13) sorted by relevance

/external/capstone/bindings/python/
Dtest_systemz.py8 from xprint import to_x, to_hex
35 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
46 % (c, to_x(i.mem.length)))
49 % (c, to_x(i.mem.disp)))
Dtest_tms320c64x.py8 from xprint import to_x, to_hex, to_x_32
33 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
42 % (c, to_x(i.mem.disp)))
46 % (c, to_x(i.mem.disp)))
Dtest_mos65xx.py7 from xprint import to_hex, to_x
46 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
48 print("\t\toperands[%u].type: MEM = 0x%s" % (c, to_x(i.mem)))
Dtest_xcore.py8 from xprint import to_x, to_hex
33 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
44 % (c, to_x(i.mem.disp)))
Dtest_mips.py7 from xprint import to_hex, to_x
39 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
47 % (c, to_x(i.mem.disp)))
Dtest_arm64.py8 from xprint import to_hex, to_x
34 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
49 % (c, to_x(i.mem.disp)))
Dtest_x86.py7 from xprint import to_hex, to_x, to_x_32
200 print("\t\timms[%u]: 0x%s" % (i + 1, to_x(op.imm)))
214 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x(i.imm)))
226 print("\t\t\toperands[%u].mem.disp: 0x%s" % (c, to_x(i.mem.disp)))
Dxprint.py29 def to_x(s): function
Dtest_m68k.py7 from xprint import to_hex, to_x
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.cc135 int* to_x, int* to_y) { in RotateCoordinates() argument
138 *to_x = from_x; in RotateCoordinates()
142 *to_x = from_y; in RotateCoordinates()
146 *to_x = frame_dimension.width - from_x - 1; in RotateCoordinates()
150 *to_x = frame_dimension.height - from_y - 1; in RotateCoordinates()
220 FrameBuffer::Dimension from_dimension, int* to_x, in OrientCoordinates() argument
222 *to_x = from_x; in OrientCoordinates()
228 to_x, to_y); in OrientCoordinates()
239 *to_x = to_dimension.width - *to_x - 1; in OrientCoordinates()
Dframe_buffer_utils.h59 FrameBuffer::Dimension from_dimension, int* to_x,
/external/tensorflow/tensorflow/core/framework/
Dbounds_check.h48 auto *to_x = reinterpret_cast<const volatile T *>(&x); in SubtleMustCopy() local
49 return *to_x; in SubtleMustCopy()
/external/freetype/src/smooth/
Dftgrays.c705 gray_render_line( RAS_ARG_ TPos to_x, in gray_render_line() argument
727 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 ); in gray_render_line()
731 dx = to_x - ras.x; in gray_render_line()
834 to_x, fy2 ); in gray_render_line()
837 ras.x = to_x; in gray_render_line()
848 gray_render_line( RAS_ARG_ TPos to_x, in gray_render_line() argument
865 ex2 = TRUNC( to_x ); in gray_render_line()
870 dx = to_x - ras.x; in gray_render_line()
968 fx2 = FRACT( to_x ); in gray_render_line()
975 ras.x = to_x; in gray_render_line()