Home
last modified time | relevance | path

Searched refs:obstack (Results 1 – 9 of 9) sorted by relevance

/locale/programs/
A Dlocfile.h34 struct obstack data;
102 maybe_swap_uint32_obstack (struct obstack *obstack, size_t n) in maybe_swap_uint32_obstack() argument
104 maybe_swap_uint32_array ((uint32_t *) obstack_next_free (obstack) - n, n); in maybe_swap_uint32_obstack()
114 struct obstack *obstack);
A Drepertoire.h29 struct obstack mem_pool;
A Dcharmap.h48 struct obstack mem_pool;
A Dsimple-hash.h30 struct obstack mem_pool;
A Dld-collate.c44 obstack_int32_grow (struct obstack *obstack, int32_t data) in obstack_int32_grow() argument
49 obstack_int_grow (obstack, data); in obstack_int32_grow()
56 obstack_int32_grow_fast (struct obstack *obstack, int32_t data) in obstack_int32_grow_fast() argument
61 obstack_int_grow_fast (obstack, data); in obstack_int32_grow_fast()
241 struct obstack mempool;
1975 struct obstack *weightpool;
1976 struct obstack *extrapool;
1977 struct obstack *indpool;
2116 struct obstack weightpool; in collate_output()
2117 struct obstack extrapool; in collate_output()
[all …]
A Dlocfile.c604 add_locale_raw_obstack (struct locale_file *file, struct obstack *obstack) in add_locale_raw_obstack() argument
606 size_t size = obstack_object_size (obstack); in add_locale_raw_obstack()
608 obstack_grow (&file->data, obstack_finish (obstack), size); in add_locale_raw_obstack()
A Drepertoire.c41 hash_table *rt, struct obstack *ob,
385 struct obstack *ob, uint32_t value, const char *from, in repertoire_new_char()
A Dcharmap.c940 struct obstack *ob = &cm->mem_pool; in charmap_new_char()
A Dld-ctype.c242 struct obstack mempool;
1862 struct obstack *ob = &ctype->mempool; in read_translit_entry()

Completed in 26 milliseconds