Home
last modified time | relevance | path

Searched refs:char_cache (Results 1 – 22 of 22) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dradix_sort.hpp41 Char* char_cache) { in radix_sort_CI() argument
50 Char* cc = char_cache; in radix_sort_CI()
59 for (const Char* cci = char_cache; cci != char_cache + size; ++cci) in radix_sort_CI()
75 Char vc = std::move(char_cache[i]); in radix_sort_CI()
80 swap(vc, char_cache[j]); in radix_sort_CI()
101 K, cmp, sub_sort, depth + 1, char_cache); in radix_sort_CI()
136 Char* char_cache = new Char[size]; in radix_sort_CI() local
138 begin, end, K, cmp, sub_sort, /* depth */ 0, char_cache); in radix_sort_CI()
139 delete[] char_cache; in radix_sort_CI()
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/layout/
H A Dscreen.py240 char_cache = _CHAR_CACHE
246 b[y][x] = char_cache[char.char, char.style + append_style]
258 char_cache = _CHAR_CACHE
272 row[x] = char_cache[cell.char, prepend_style + cell.style + append_style]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/layout/
H A Dscreen.py240 char_cache = _CHAR_CACHE
246 b[y][x] = char_cache[char.char, char.style + append_style]
258 char_cache = _CHAR_CACHE
272 row[x] = char_cache[cell.char, prepend_style + cell.style + append_style]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/layout/
H A Dscreen.py268 char_cache = _CHAR_CACHE
274 b[y][x] = char_cache[char.char, char.style + append_style]
288 char_cache = _CHAR_CACHE
304 row[x] = char_cache[
/dports/japanese/groff/groff-1.18.1.1/src/xditview/
H A DDviP.h100 XChar2b char_cache[DVI_CHAR_CACHE_SIZE]; member
102 char char_cache[DVI_CHAR_CACHE_SIZE]; member
H A Ddraw.c248 text->chars = &dw->dvi.cache.char_cache[dw->dvi.cache.char_index];
266 &dw->dvi.cache.char_cache[dw->dvi.cache.char_index++]);
268 dw->dvi.cache.char_cache[dw->dvi.cache.char_index].
270 dw->dvi.cache.char_cache[dw->dvi.cache.char_index++].
274 dw->dvi.cache.char_cache[dw->dvi.cache.char_index++] = (char) c;
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfcache.h214 } char_cache; typedef
240 char_cache ccache;
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfcache.h214 } char_cache; typedef
240 char_cache ccache;
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfcache.h222 } char_cache; typedef
244 char_cache ccache;
H A Dgdbflags.h133 FLAG(char_cache, 'k', 'K', "Character cache"),
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfcache.h222 } char_cache; typedef
244 char_cache ccache;
H A Dgdbflags.h133 FLAG(char_cache, 'k', 'K', "Character cache"),
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcache.h272 } char_cache; typedef
298 char_cache ccache;
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcache.h272 } char_cache; typedef
298 char_cache ccache;
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcache.h273 } char_cache; typedef
299 char_cache ccache;
H A Dgdbflags.h131 FLAG(char_cache, 'k', 'K', "Character cache"),
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcache.h273 } char_cache; typedef
299 char_cache ccache;
H A Dgdbflags.h131 FLAG(char_cache, 'k', 'K', "Character cache"),
/dports/textproc/groff/groff-1.22.4/src/devices/xditview/
H A DDviP.h94 char char_cache[DVI_CHAR_CACHE_SIZE]; member
H A Ddraw.c226 text->chars = &dw->dvi.cache.char_cache[dw->dvi.cache.char_index]; in DoCharacter()
237 dw->dvi.cache.char_cache[dw->dvi.cache.char_index++] = (char) c; in DoCharacter()
/dports/x11/xditview/xditview-1.0.5/
H A DDviP.h106 char char_cache[DVI_CHAR_CACHE_SIZE]; member
H A Dparse.c350 dst = &dw->dvi.cache.char_cache[dw->dvi.cache.char_index]; in PutCharacters()