Searched defs:TRUNC (Results 1 – 15 of 15) sorted by relevance
25 const TRUNC = linux_raw_sys::general::O_TRUNC; constant
25 const TRUNC = bitcast!(c::O_TRUNC); constant
53 const TRUNC = c::MSG_TRUNC; constant
96 const TRUNC = bitcast!(c::MSG_TRUNC); constant
247 TRUNC = FMT_POSIX(O_TRUNC) // Truncate the content of the file. enumerator
262 TRUNC = FMT_POSIX(O_TRUNC) // Truncate the content of the file. enumerator
236 const TRUNC = linux_raw_sys::general::O_TRUNC; constant
283 const TRUNC = bitcast!(c::O_TRUNC); constant
337 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
859 const TRUNC = net::MSG_TRUNC; constant