Searched refs:hash_tab_size (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c158 nls_uint32 hash_tab_size; local
406 hash_tab_size = next_prime ((mlp->nitems * 4) / 3);
408 if (hash_tab_size <= 2)
409 hash_tab_size = 3;
412 hash_tab_size = 0;
443 header.hash_tab_size = hash_tab_size;
446 offset += hash_tab_size * sizeof (nls_uint32);
490 BSWAP32 (header.hash_tab_size);
553 hash_tab = XNMALLOC (hash_tab_size, nls_uint3
[all...]
H A Dread-mo.c290 header.hash_tab_size = GET_HEADER_FIELD (hash_tab_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dgmo.h89 nls_uint32 hash_tab_size; member in struct:mo_file_header
H A Dloadmsgcat.c930 domain->hash_size = W (domain->must_swap, data->hash_tab_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c1093 uint32_t hash_tab_size;
1286 domain->hash_size = SWAPIT (domain->must_swap, data->hash_tab_size);
1090 uint32_t hash_tab_size; member in struct:mo_file_header

Completed in 62 milliseconds