| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_blit.c | 117 return round_down(offset + diff_offs, granularity); \ 168 return round_down(offset + vmw_find_first_diff_u8(dst, src, size), in vmw_find_first_diff() 190 return round_down(location, granularity); \ 199 size_t to_copy = round_down(size, sizeof(_type)); \ 236 return round_down(vmw_find_last_diff_u8(dst, src, size) - 1, in vmw_find_last_diff() 297 if (WARN_ON_ONCE(round_down(n, diff->cpp) != n)) in vmw_diff_memcpy()
|
| /netbsd/src/libexec/ld.elf_so/ |
| D | map_object.c | 290 base_vaddr = round_down(segs[0]->p_vaddr); in _rtld_map_object() 293 data_offset = round_down(segs[nsegs]->p_offset); in _rtld_map_object() 294 data_vaddr = round_down(segs[nsegs]->p_vaddr); in _rtld_map_object() 354 data_offset = round_down(segs[i]->p_offset); in _rtld_map_object() 355 data_vaddr = round_down(segs[i]->p_vaddr); in _rtld_map_object() 375 clear_page = mapbase + (round_down(clear_vaddr) in _rtld_map_object()
|
| D | rtld.h | 62 #define round_down(x) ((x) & ~(_rtld_pagesz - 1)) macro 63 #define round_up(x) round_down((x) + _rtld_pagesz - 1)
|
| D | headers.c | 556 obj->vaddrbase = round_down(vaddr); in _rtld_digest_phdr()
|
| D | rtld.c | 1849 uintptr_t relro_start = round_down((uintptr_t)obj->relro_page); in _rtld_relro() 1851 size_t relro_size = round_down(relro_end) - relro_start; in _rtld_relro()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| D | math-68881.h | 391 int rounding_mode, round_down; in floor() local 397 round_down = (rounding_mode & ~0x10) in floor() 401 : "dmi" (round_down)); in floor()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_gem_gtt.c | 164 GEM_BUG_ON(round_up(start, align) > round_down(end - len, align)); in random_offset() 166 range = round_down(end - len, align) - round_up(start, align); in random_offset() 242 if (unlikely(round_up(start, alignment) > round_down(end - size, alignment))) in i915_gem_gtt_insert()
|
| D | i915_sysfs.c | 181 count = round_down(count, sizeof(u32)); in i915_l3_read() 227 count = round_down(count, sizeof(u32)); in i915_l3_write()
|
| D | i915_buddy.c | 117 size = round_down(size, chunk_size); in i915_buddy_init()
|
| /netbsd/src/sys/external/bsd/common/include/linux/ |
| D | kernel.h | 121 #define round_down(X, N) ((X) & ~(uintmax_t)((N) - 1)) macro 125 #define ALIGN_DOWN(X, N) round_down(X, N)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const.h | 185 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
|
| D | function.cc | 4240 rounded = round_down (offset, boundary / BITS_PER_UNIT); in pad_to_arg_alignment()
|
| D | ChangeLog-2004 | 14483 round_down): Likewise. 16523 (round_down): Likewise. Remove spurious constant build. 16955 round_down): Likewise. 17826 * fold-const.c (round_up, round_down): Use build_int_cst. 19626 * stor-layout.c (round_up, round_down): Move ... 19627 * fold-const.c (round_up, round_down): ... here. Use 19798 (round_down): Likewise. 24216 * stor-layout.c (round_up, round_down): Special-case powers of 2.
|
| D | ChangeLog-2000 | 15908 * function.c (round_down): Delete obsolete prototype. 19787 * tree.h (round_down): Prototype. 27760 (round_down): Deleted from here. 27765 (round_down): Moved to here and corrected as above.
|
| D | ChangeLog-1998 | 11945 * function.c (round_down): Wrap prototype and definition with
|
| D | ChangeLog-2009 | 16159 round_down.
|
| D | ChangeLog-2013 | 8326 (round_down): Moved to fold-const.h.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | class.cc | 6597 (rli->bitpos, round_down (rli->bitpos, BITS_PER_UNIT))); in include_empty_classes()
|
| D | ChangeLog-2009 | 1750 round_up, round_down.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2003 | 3286 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up" 3288 (round_up, round_down): Delete functions. 3293 * h8300-tdep.c: Replace "round_up" and "round_down" with 3295 (round_up, round_down): Delete macros.
|
| D | ChangeLog-2001 | 1565 round_down, alignment_of): New functions.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-9193 | 3539 * hppa.c (round_down,round,round_up,L,R,LS,RS,LD,RD,LR,RR): Make 3652 low_sign_unext, round_down, round, round_up, L, R, LS, RS, LD, RD,
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-9193 | 3539 * hppa.c (round_down,round,round_up,L,R,LS,RS,LD,RD,LR,RR): Make 3652 low_sign_unext, round_down, round, round_up, L, R, LS, RS, LD, RD,
|