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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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 111 milliseconds