Home
last modified time | relevance | path

Searched defs:TRUNC (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs79 const TRUNC = c::MSG_TRUNC as c::c_int; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs38 const TRUNC = c::MSG_TRUNC; consts
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs231 const TRUNC = c::O_TRUNC; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs188 const TRUNC = linux_raw_sys::general::O_TRUNC; consts
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c336 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc112 TRUNC, member in v8::internal::__anon14849::IntlRoundingMode
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c427 #undef TRUNC macro
432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
[all...]
/third_party/skia/src/core/
H A DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator

Completed in 21 milliseconds