Home
last modified time | relevance | path

Searched defs:hb_int_max (Results 1 – 15 of 15) sorted by relevance

/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-meta.hh178 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
179 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
180 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
181 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
182 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
183 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
184 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
185 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
186 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
187 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-meta.hh178 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
179 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
180 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
181 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
182 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
183 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
184 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
185 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
186 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
187 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-meta.hh178 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
179 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
180 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
181 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
182 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
183 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
184 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
185 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
186 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
187 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-meta.hh178 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
179 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
180 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
181 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
182 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
183 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
184 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
185 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
186 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
187 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-meta.hh287 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
288 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
289 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
290 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
291 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
292 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
293 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
294 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
295 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
296 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-meta.hh281 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
282 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
283 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
284 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
285 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
286 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
287 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
288 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
289 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
290 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-meta.hh281 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
282 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
283 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
284 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
285 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
286 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
287 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
288 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
289 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
290 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-meta.hh287 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
288 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
289 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
290 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
291 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
292 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
293 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
294 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
295 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
296 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-meta.hh354 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> struct
357 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> struct
360 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> struct
363 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> struct
366 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> struct
369 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> struct
372 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> struct
375 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> struct
378 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> struct
381 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX> struct
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-meta.hh281 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
282 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
283 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
284 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
285 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
286 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
287 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
288 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
289 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
290 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-meta.hh287 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
288 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
289 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
290 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
291 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
292 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
293 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
294 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
295 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
296 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-meta.hh281 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
282 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
283 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
284 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
285 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
286 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
287 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
288 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
289 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
290 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-meta.hh281 template <> struct hb_int_max<char> : hb_integral_constant<char, … struct
282 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, … struct
283 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, … struct
284 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, … struct
285 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, … struct
286 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, … struct
287 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, … struct
288 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, … struct
289 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, … struct
290 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, … struct
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-meta.hh287 template <> struct hb_int_max<char> : hb_integral_constant<char, … struct
288 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, … struct
289 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, … struct
290 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, … struct
291 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, … struct
292 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, … struct
293 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, … struct
294 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, … struct
295 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, … struct
296 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, … struct
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-meta.hh281 template <> struct hb_int_max<char> : hb_integral_constant<char, CHAR_MAX> {}; struct
282 template <> struct hb_int_max<signed char> : hb_integral_constant<signed char, SCHAR_MAX> {}; struct
283 template <> struct hb_int_max<unsigned char> : hb_integral_constant<unsigned char, UCHAR_MAX> {}; struct
284 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {}; struct
285 template <> struct hb_int_max<unsigned short> : hb_integral_constant<unsigned short, USHRT_MAX> {… struct
286 template <> struct hb_int_max<signed int> : hb_integral_constant<signed int, INT_MAX> {}; struct
287 template <> struct hb_int_max<unsigned int> : hb_integral_constant<unsigned int, UINT_MAX> {}; struct
288 template <> struct hb_int_max<signed long> : hb_integral_constant<signed long, LONG_MAX> {}; struct
289 template <> struct hb_int_max<unsigned long> : hb_integral_constant<unsigned long, ULONG_MAX> {}; struct
290 template <> struct hb_int_max<signed long long> : hb_integral_constant<signed long long, LLONG_MAX… struct
[all …]