Home
last modified time | relevance | path

Searched refs:gidx_t (Results 1 – 2 of 2) sorted by relevance

/iconv/
A Diconvconfig.h27 gidx_t string_offset;
28 gidx_t hash_offset;
29 gidx_t hash_size;
30 gidx_t module_offset;
36 gidx_t string_offset;
37 gidx_t module_idx;
45 gidx_t todir_offset;
46 gidx_t toname_offset;
47 gidx_t extra_offset;
52 gidx_t module_cnt;
[all …]
A Diconvconfig.c95 gidx_t module_idx;
1013 static const gidx_t null_word; in write_output()
1054 + sizeof (gidx_t) in write_output()
1133 *((gidx_t *) cur_extra_table) = 0; in write_output()
1134 cur_extra_table += sizeof (gidx_t); in write_output()
1153 if ((string_table_size & (sizeof (gidx_t) - 1)) != 0) in write_output()
1156 iov[2].iov_len = (sizeof (gidx_t) in write_output()
1157 - (string_table_size & (sizeof (gidx_t) - 1))); in write_output()
1176 <= ((sizeof (struct extra_entry) + sizeof (gidx_t) in write_output()

Completed in 6 milliseconds