Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgenmodes.c60 unsigned int bytesize; /* storage size in addressable units */ member
276 validate_field (m, bytesize); in validate_mode()
312 m->bytesize = 0; in complete_mode()
322 m->bytesize = 4; in complete_mode()
346 m->bytesize = m->component->bytesize; in complete_mode()
359 m->bytesize = 2 * m->component->bytesize; in complete_mode()
368 m->bytesize = m->ncomponents * m->component->bytesize; in complete_mode()
379 alignment = m->component->bytesize; in complete_mode()
381 alignment = m->bytesize; in complete_mode()
482 ncomponents = width / m->bytesize; in make_vector_modes()
[all …]
H A Dtree-vect-transform.c784 tree bitsize, bitpos, bytesize; in vect_create_epilog_for_reduction() local
887 bytesize = TYPE_SIZE_UNIT (scalar_type); in vect_create_epilog_for_reduction()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py66 def int_to_bytearray(val, bytesize): argument
74 if bytesize == 1:
79 if bytesize == 2:
81 elif bytesize == 4:
83 elif bytesize == 4:
92 def bytearray_to_int(bytes, bytesize): argument
100 if bytesize == 1:
105 if bytesize == 2:
107 elif bytesize == 4:
109 elif bytesize == 4:
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py122 def int_to_bytearray(val, bytesize): argument
130 if bytesize == 1:
135 if bytesize == 2:
137 elif bytesize == 4:
139 elif bytesize == 4:
148 def bytearray_to_int(bytes, bytesize): argument
156 if bytesize == 1:
161 if bytesize == 2:
163 elif bytesize == 4:
165 elif bytesize == 4:
/openbsd-src/usr.bin/ftp/
H A Dftp_var.h144 extern int bytesize; /* local byte size in binary */
H A Dmain.c130 int bytesize; variable
H A Dutil.c158 bytesize = 8; in setpeer()
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.c4418 int bytesize; in ia64_function_value() local
4422 bytesize = int_size_in_bytes (valtype); in ia64_function_value()
4425 if (bytesize == 0) in ia64_function_value()
4427 for (i = 0; offset < bytesize; i++) in ia64_function_value()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c3764 int bytesize; local
3768 bytesize = int_size_in_bytes (valtype);
3769 for (i = 0; offset < bytesize; i++)