Home
last modified time | relevance | path

Searched refs:ALLOCATION (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
Dustr.c31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro
51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dustr.c31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro
51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
/third_party/icu/icu4c/source/tools/genrb/
Dustr.c31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro
51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
Dindex.rst5 ALLOCATION
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode.c1289 DUMP_SECTION(MALLOC_VERTEX_JOB, ALLOCATION, p, "Allocation:\n"); in pandecode_malloc_vertex_job()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3392 pan_section_pack(job, MALLOC_VERTEX_JOB, ALLOCATION, cfg) { in panfrost_emit_malloc_vertex()