Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/sys/
Dstdint.h229 #define UINTMAX_C(_c) __CONCAT(_c, ULL) macro
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdint97 UINTMAX_C(value)
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dstdint.h965 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro
/openbsd/src/gnu/usr.bin/perl/
Dperl.h1553 # ifndef UINTMAX_C
1554 # define UINTMAX_C(c) UINT64_C(c) macro
1567 # ifndef UINTMAX_C
1568 # define UINTMAX_C(c) UINT32_C(c) macro
Dinline.h1359 # define PERL_COUNT_MULTIPLIER (~ (UINTMAX_C(0)) / 0xFF) in Perl_is_utf8_invariant_string_loc()
Dhandy.h348 #define nBIT_MASK(n) ((UINTMAX_C(1) << (n)) - 1)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007865 UINTMAX_C # T
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc1054 Amd||UINTMAX_C|number
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071561 UINTMAX_C # T
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod61 L<perlapi/C<UINTMAX_C>>, and similar.