/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 336 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro 647 ex1 = TRUNC( x1 ); in gray_render_scanline() 648 ex2 = TRUNC( x2 ); in gray_render_scanline() 740 ey1 = TRUNC( ras.y ); in gray_render_line() 741 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */ in gray_render_line() 764 TCoord ex = TRUNC( ras.x ); in gray_render_line() 823 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line() 850 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line() 878 ey1 = TRUNC( ras.y ); in gray_render_line() 879 ey2 = TRUNC( to_ in gray_render_line() [all...] |
/third_party/rust/crates/rustix/tests/fs/ |
H A D | invalid_offset.rs | 22 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_seek() 51 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_fallocate() 81 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_fadvise() 113 OFlags::RDWR | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_pread() 133 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_pwrite() 153 OFlags::RDWR | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_copy_file_range() 160 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_copy_file_range()
|
H A D | openat2.rs | 45 OFlags::WRONLY | OFlags::CREATE | OFlags::TRUNC | OFlags::CLOEXEC, in test_openat2()
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | read_write.rs | 17 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite_pv() 55 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite_p() 80 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite_v() 107 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite() 161 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_pwritev2()
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 427 #undef TRUNC macro 432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro 1007 e1 = (Int)TRUNC( miny ); in Line_Up() 1012 e1 = (Int)TRUNC( y1 ); in Line_Up() 1019 e2 = (Int)TRUNC( maxy ); in Line_Up() 1024 e2 = (Int)TRUNC( y2 ); in Line_Up() 1230 ras.cProfile->start = TRUNC( e0 ); in Bezier_Up() 1237 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff ) in Bezier_Up() 2237 e1 = TRUNC( e1 ); in Vertical_Sweep_Span() 2238 e2 = TRUNC( e in Vertical_Sweep_Span() [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | send_recv.rs | 38 const TRUNC = c::MSG_TRUNC; consts
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | send_recv.rs | 79 const TRUNC = c::MSG_TRUNC as c::c_int; consts
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 111 OP11(TRUNC)
|
H A D | tgsi_lowering.c | 941 /* TRUNC - truncate off fractional part 1479 OPCS(TRUNC) || in tgsi_transform_lowering() 1540 if (OPCS(TRUNC)) { in tgsi_transform_lowering() 1541 newlen += TRUNC_GROW * OPCS(TRUNC); in tgsi_transform_lowering()
|
/third_party/rust/crates/rustix/tests/mm/ |
H A D | mmap.rs | 19 OFlags::CREATE | OFlags::WRONLY | OFlags::TRUNC, in test_mmap()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 188 const TRUNC = linux_raw_sys::general::O_TRUNC; consts
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 112 TRUNC, member in v8::internal::__anon14849::IntlRoundingMode 221 case IntlRoundingMode::TRUNC: in ToUNumberFormatRoundingMode() 1586 IntlRoundingMode::EXPAND, IntlRoundingMode::TRUNC, in New()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 231 const TRUNC = c::O_TRUNC; consts
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 787 NV50_IR_OPCODE_CASE(TRUNC, TRUNC); in translateOpcode() 854 NV50_IR_OPCODE_CASE(DTRUNC, TRUNC); in translateOpcode()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1191 a.vroundps(A::ymm1, A::ymm2, A::TRUNC);
|