| 
| idaman bool ida_export  | create_data (ea_t ea, flags64_t dataflag, asize_t size, tid_t tid) | 
|   | Convert to data (byte, word, dword, etc).  More...
  | 
|   | 
| 
THREAD_SAFE flags64_t idaapi  | calc_dflags (flags64_t f, bool force) | 
|   | 
| 
bool idaapi  | create_byte (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to byte. 
  | 
|   | 
| 
bool idaapi  | create_word (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to word. 
  | 
|   | 
| 
bool idaapi  | create_dword (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to dword. 
  | 
|   | 
| 
bool idaapi  | create_qword (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to quadword. 
  | 
|   | 
| 
bool idaapi  | create_oword (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to octaword/xmm word. 
  | 
|   | 
| 
bool idaapi  | create_yword (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to ymm word. 
  | 
|   | 
| 
bool idaapi  | create_zword (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to zmm word. 
  | 
|   | 
| 
bool idaapi  | create_tbyte (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to tbyte. 
  | 
|   | 
| 
bool idaapi  | create_float (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to float. 
  | 
|   | 
| 
bool idaapi  | create_double (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to double. 
  | 
|   | 
| 
bool idaapi  | create_packed_real (ea_t ea, asize_t length, bool force=false) | 
|   | Convert to packed decimal real. 
  | 
|   | 
| 
bool idaapi  | create_struct (ea_t ea, asize_t length, tid_t tid, bool force=false) | 
|   | Convert to struct. 
  | 
|   | 
| 
bool idaapi  | create_custdata (ea_t ea, asize_t length, int dtid, int fid, bool force=false) | 
|   | Convert to custom data type. 
  | 
|   | 
| idaman bool ida_export  | create_align (ea_t ea, asize_t length, int alignment) | 
|   | Create an alignment item.  More...
  | 
|   | 
| idaman int ida_export  | calc_min_align (asize_t length) | 
|   | Calculate the minimal possible alignment exponent.  More...
  | 
|   | 
| idaman int ida_export  | calc_max_align (ea_t endea) | 
|   | Calculate the maximal possible alignment exponent.  More...
  | 
|   | 
| idaman int ida_export  | calc_def_align (ea_t ea, int mina, int maxa) | 
|   | Calculate the default alignment exponent.  More...
  | 
|   | 
| 
idaman bool ida_export  | create_16bit_data (ea_t ea, asize_t length) | 
|   | Convert to 16-bit quantity (take the byte size into account) 
  | 
|   | 
| 
idaman bool ida_export  | create_32bit_data (ea_t ea, asize_t length) | 
|   | Convert to 32-bit quantity (take the byte size into account) 
  | 
|   |