Home
last modified time | relevance | path

Searched defs:ALLOCATION (Results 1 – 3 of 3) 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
/third_party/icu/icu4c/source/tools/genrb/
Dustr.c31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dustr.c31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro