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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/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.c1037 ? (const nls_uint32 *)
1053 nls_uint32 n_sysdep_strings;
1063 nls_uint32 n_sysdep_segments;
1066 const nls_uint32 *orig_sysdep_tab;
1067 const nls_uint32 *trans_sysdep_tab;
1072 nls_uint32 *inmem_hash_tab;
1088 nls_uint32 namelen =
1100 orig_sysdep_tab = (const nls_uint32 *)
1103 trans_sysdep_tab = (const nls_uint32 *)
1111 + domain->hash_size * sizeof (nls_uint32);
[all...]
H A Ddcigettext.c700 nls_uint32 nstrings;
719 nls_uint32 len = strlen (msgid);
720 nls_uint32 hash_val = hash_string (msgid);
721 nls_uint32 idx = hash_val % domain->hash_size;
722 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
726 nls_uint32 nstr =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dgmo.h56 typedef unsigned nls_uint32; typedef
59 typedef unsigned short nls_uint32; typedef
62 typedef unsigned long nls_uint32; typedef
76 nls_uint32 magic;
78 nls_uint32 revision;
83 nls_uint32 nstrings;
85 nls_uint32 orig_tab_offset;
87 nls_uint32 trans_tab_offset;
89 nls_uint32 hash_tab_size;
91 nls_uint32 hash_tab_offse
[all...]
H A DgettextP.h89 #include "gmo.h" /* Get nls_uint32. */
116 static inline nls_uint32
118 SWAP (nls_uint32 i)
121 nls_uint32 i;
173 nls_uint32 nstrings;
180 nls_uint32 n_sysdep_strings;
187 nls_uint32 hash_size;
189 const nls_uint32 *hash_tab;
H A Dloadmsgcat.c933 ? (const nls_uint32 *)
949 nls_uint32 n_sysdep_strings;
959 nls_uint32 n_sysdep_segments;
962 const nls_uint32 *orig_sysdep_tab;
963 const nls_uint32 *trans_sysdep_tab;
964 nls_uint32 n_inmem_sysdep_strings;
969 nls_uint32 *inmem_hash_tab;
986 nls_uint32 namelen =
998 orig_sysdep_tab = (const nls_uint32 *)
1001 trans_sysdep_tab = (const nls_uint32 *)
[all...]
H A Ddcigettext.c892 nls_uint32 nstrings;
911 nls_uint32 len = strlen (msgid);
912 nls_uint32 hash_val = __hash_string (msgid);
913 nls_uint32 idx = hash_val % domain->hash_size;
914 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
918 nls_uint32 nstr =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-mo.c99 static nls_uint32
102 nls_uint32 b0, b1, b2, b3;
122 nls_uint32 s_length = get_uint32 (bfp, offset);
123 nls_uint32 s_offset = get_uint32 (bfp, offset + 4);
146 nls_uint32 s_offset;
152 nls_uint32 segsize = get_uint32 (bfp, offset + i);
153 nls_uint32 sysdepref = get_uint32 (bfp, offset + i + 4);
154 nls_uint32 sysdep_segment_offset;
155 nls_uint32 ss_length;
156 nls_uint32 ss_offse
[all...]
H A Dwrite-mo.c158 nls_uint32 hash_tab_size;
446 offset += hash_tab_size * sizeof (nls_uint32);
461 offset += n_sysdep_strings * sizeof (nls_uint32);
465 offset += n_sysdep_strings * sizeof (nls_uint32);
547 nls_uint32 *hash_tab;
553 hash_tab = XNMALLOC (hash_tab_size, nls_uint32);
554 memset (hash_tab, '\0', hash_tab_size * sizeof (nls_uint32));
560 nls_uint32 hash_val = hash_string (msg_arr[j].str[M_ID].pointer);
561 nls_uint32 idx = hash_val % hash_tab_size;
566 nls_uint32 inc
[all...]

Completed in 148 milliseconds