Searched refs:nls_uint32 (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/intl/
H A Dgmo.h57 typedef unsigned nls_uint32; typedef
60 typedef unsigned short nls_uint32; typedef
63 typedef unsigned long nls_uint32; typedef
77 nls_uint32 magic;
79 nls_uint32 revision;
84 nls_uint32 nstrings;
86 nls_uint32 orig_tab_offset;
88 nls_uint32 trans_tab_offset;
90 nls_uint32 hash_tab_size;
92 nls_uint32 hash_tab_offse
[all...]
H A DgettextP.h37 #include "gmo.h" /* Get nls_uint32. */
72 static inline nls_uint32
74 nls_uint32 i;
105 nls_uint32 nstrings;
112 nls_uint32 n_sysdep_strings;
119 nls_uint32 hash_size;
121 const nls_uint32 *hash_tab;
H A Dloadmsgcat.c1045 ? (const nls_uint32 *)
1061 nls_uint32 n_sysdep_strings;
1071 nls_uint32 n_sysdep_segments;
1074 const nls_uint32 *orig_sysdep_tab;
1075 const nls_uint32 *trans_sysdep_tab;
1080 nls_uint32 *inmem_hash_tab;
1096 nls_uint32 namelen =
1108 orig_sysdep_tab = (const nls_uint32 *)
1111 trans_sysdep_tab = (const nls_uint32 *)
1119 + domain->hash_size * sizeof (nls_uint32);
[all...]
H A Ddcigettext.c744 nls_uint32 nstrings;
763 nls_uint32 len = strlen (msgid);
764 nls_uint32 hash_val = hash_string (msgid);
765 nls_uint32 idx = hash_val % domain->hash_size;
766 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
770 nls_uint32 nstr =
/haiku-fatelf/src/bin/gawk/intl/
H A Dgmo.h55 typedef unsigned nls_uint32; typedef
58 typedef unsigned short nls_uint32; typedef
61 typedef unsigned long nls_uint32; typedef
75 nls_uint32 magic;
77 nls_uint32 revision;
82 nls_uint32 nstrings;
84 nls_uint32 orig_tab_offset;
86 nls_uint32 trans_tab_offset;
88 nls_uint32 hash_tab_size;
90 nls_uint32 hash_tab_offse
[all...]
H A DgettextP.h35 #include "gmo.h" /* Get nls_uint32. */
70 static inline nls_uint32
72 nls_uint32 i;
103 nls_uint32 nstrings;
110 nls_uint32 n_sysdep_strings;
117 nls_uint32 hash_size;
119 const nls_uint32 *hash_tab;
H A Dloadmsgcat.c1043 ? (const nls_uint32 *)
1059 nls_uint32 n_sysdep_strings;
1069 nls_uint32 n_sysdep_segments;
1072 const nls_uint32 *orig_sysdep_tab;
1073 const nls_uint32 *trans_sysdep_tab;
1078 nls_uint32 *inmem_hash_tab;
1094 nls_uint32 namelen =
1106 orig_sysdep_tab = (const nls_uint32 *)
1109 trans_sysdep_tab = (const nls_uint32 *)
1117 + domain->hash_size * sizeof (nls_uint32);
[all...]
H A Ddcigettext.c734 nls_uint32 nstrings;
753 nls_uint32 len = strlen (msgid);
754 nls_uint32 hash_val = hash_string (msgid);
755 nls_uint32 idx = hash_val % domain->hash_size;
756 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
760 nls_uint32 nstr =
/haiku-fatelf/src/bin/sharutils/intl/
H A Dgettext.h60 typedef unsigned nls_uint32; typedef
63 typedef unsigned short nls_uint32; typedef
66 typedef unsigned long nls_uint32; typedef
80 nls_uint32 magic;
82 nls_uint32 revision;
84 nls_uint32 nstrings;
86 nls_uint32 orig_tab_offset;
88 nls_uint32 trans_tab_offset;
90 nls_uint32 hash_tab_size;
92 nls_uint32 hash_tab_offse
[all...]
H A DgettextP.h36 static nls_uint32 SWAP __P ((nls_uint32 i));
38 static inline nls_uint32
40 nls_uint32 i;
56 nls_uint32 nstrings;
59 nls_uint32 hash_size;
60 nls_uint32 *hash_tab;
H A Ddcgettext.c359 nls_uint32 len = strlen (msgid);
360 nls_uint32 hash_val = hash_string (msgid);
361 nls_uint32 idx = hash_val % domain->hash_size;
362 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
363 nls_uint32 nstr = W (domain->must_swap, domain->hash_tab[idx]);
H A Dloadmsgcat.c172 domain->hash_tab = (nls_uint32 *)

Completed in 64 milliseconds