Searched refs:__PRI64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/powerpc/include/
H A D_inttypes.h41 #define __PRI64 "l" macro
44 #define __PRI64 "ll" macro
53 #define PRId64 __PRI64"d" /* int64_t */
57 #define PRIdLEAST64 __PRI64"d" /* int_least64_t */
61 #define PRIdFAST64 __PRI64"d" /* int_fast64_t */
68 #define PRIi64 __PRI64"i" /* int64_t */
72 #define PRIiLEAST64 __PRI64"i" /* int_least64_t */
76 #define PRIiFAST64 __PRI64"i" /* int_fast64_t */
85 #define PRIo64 __PRI64"o" /* uint64_t */
89 #define PRIoLEAST64 __PRI64"
[all...]
/freebsd-10.2-release/sys/mips/include/
H A D_inttypes.h42 #define __PRI64 "l" macro
45 #define __PRI64 "ll" macro
54 #define PRId64 __PRI64"d" /* int64_t */
58 #define PRIdLEAST64 __PRI64"d" /* int_least64_t */
62 #define PRIdFAST64 __PRI64"d" /* int_fast64_t */
69 #define PRIi64 __PRI64"i" /* int64_t */
73 #define PRIiLEAST64 __PRI64"i" /* int_least64_t */
77 #define PRIiFAST64 __PRI64"i" /* int_fast64_t */
86 #define PRIo64 __PRI64"o" /* uint64_t */
90 #define PRIoLEAST64 __PRI64"
[all...]
/freebsd-10.2-release/sys/x86/include/
H A D_inttypes.h41 #define __PRI64 "l" macro
44 #define __PRI64 "ll" macro
53 #define PRId64 __PRI64"d" /* int64_t */
57 #define PRIdLEAST64 __PRI64"d" /* int_least64_t */
61 #define PRIdFAST64 __PRI64"d" /* int_fast64_t */
68 #define PRIi64 __PRI64"i" /* int64_t */
72 #define PRIiLEAST64 __PRI64"i" /* int_least64_t */
76 #define PRIiFAST64 __PRI64"i" /* int_fast64_t */
85 #define PRIo64 __PRI64"o" /* uint64_t */
89 #define PRIoLEAST64 __PRI64"
[all...]

Completed in 95 milliseconds