Searched refs:obstack (Results 1 – 9 of 9) sorted by relevance
/locale/programs/ |
A D | locfile.h | 34 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 D | repertoire.h | 29 struct obstack mem_pool;
|
A D | charmap.h | 48 struct obstack mem_pool;
|
A D | simple-hash.h | 30 struct obstack mem_pool;
|
A D | ld-collate.c | 44 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 D | locfile.c | 604 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 D | repertoire.c | 41 hash_table *rt, struct obstack *ob, 385 struct obstack *ob, uint32_t value, const char *from, in repertoire_new_char()
|
A D | charmap.c | 940 struct obstack *ob = &cm->mem_pool; in charmap_new_char()
|
A D | ld-ctype.c | 242 struct obstack mempool; 1862 struct obstack *ob = &ctype->mempool; in read_translit_entry()
|
Completed in 26 milliseconds