Searched hist:217155 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/mips/include/
H A D_inttypes.hdiff 217155 Sat Jan 08 16:14:04 MST 2011 tijl Rename PRIreg helper macro to PRIptr to better reflect its use. Registers
and pointers don't always have the same size, e.g. the __mips_n32 ABI
(ILP32) has 64 bit registers but 32 bit pointers.

On mips introduce PRIptr to fix the format specifier for (u)intptr_t.

Prefix PRI64 and PRIptr with underscores because macro names starting with
PRI[a-zX] are reserved for future use.

Approved by: kib (mentor)
/freebsd-9.3-release/sys/powerpc/include/
H A D_inttypes.hdiff 217155 Sat Jan 08 16:14:04 MST 2011 tijl Rename PRIreg helper macro to PRIptr to better reflect its use. Registers
and pointers don't always have the same size, e.g. the __mips_n32 ABI
(ILP32) has 64 bit registers but 32 bit pointers.

On mips introduce PRIptr to fix the format specifier for (u)intptr_t.

Prefix PRI64 and PRIptr with underscores because macro names starting with
PRI[a-zX] are reserved for future use.

Approved by: kib (mentor)
/freebsd-9.3-release/sys/x86/include/
H A D_inttypes.hdiff 217155 Sat Jan 08 16:14:04 MST 2011 tijl Rename PRIreg helper macro to PRIptr to better reflect its use. Registers
and pointers don't always have the same size, e.g. the __mips_n32 ABI
(ILP32) has 64 bit registers but 32 bit pointers.

On mips introduce PRIptr to fix the format specifier for (u)intptr_t.

Prefix PRI64 and PRIptr with underscores because macro names starting with
PRI[a-zX] are reserved for future use.

Approved by: kib (mentor)

Completed in 67 milliseconds