Home
last modified time | relevance | path

Searched refs:stringpool (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dstring.c32 static cups_array_t *stringpool = NULL; variable
68 if (!stringpool) in _cupsStrAlloc()
69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
71 if (!stringpool) in _cupsStrAlloc()
84 if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, key)) != NULL) in _cupsStrAlloc()
134 cupsArrayAdd(stringpool, item); in _cupsStrAlloc()
186 cupsArrayCount(stringpool))); in _cupsStrFlush()
190 for (item = (_cups_sp_item_t *)cupsArrayFirst(stringpool); in _cupsStrFlush()
192 item = (_cups_sp_item_t *)cupsArrayNext(stringpool)) in _cupsStrFlush()
195 cupsArrayDelete(stringpool); in _cupsStrFlush()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dstringpool.ll4 source_filename = "test/DebugInfo/X86/stringpool.ll"
17 ; Verify that "yyyy" ended up in the stringpool.
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeywords.c240 #define stringpool ((const char *) &stringpool_contents) macro
330 register const char *s = o + stringpool; in keyword_gperf_lookup()
/external/llvm/test/DebugInfo/X86/
Dstringpool.ll17 ; Verify that "yyyy" ended up in the stringpool.