Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 18 of 18) sorted by relevance

/u-boot/include/linux/
A Dmath64.h19 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem()
37 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem()
65 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
100 u32 remainder; in div_u64() local
111 s32 remainder; in div_s64() local
119 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem()
/u-boot/lib/
A Ddiv64.c71 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem()
102 u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem()
188 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in iter_div_u64_rem()
/u-boot/cmd/
A Dtime.c12 ulong total_seconds, remainder; in report_time() local
/u-boot/fs/ext4/
A Dext4_write.c144 int remainder; in delete_single_indirect_block() local
193 int remainder; in delete_double_indirect_block() local
290 int remainder; in delete_triple_indirect_block() local
443 int remainder; in ext4fs_delete_file() local
A Dext4_common.c199 uint64_t remainder; in put_ext4() local
309 int i, remainder, status; in ext4fs_set_block_bmap() local
345 int i, remainder, status; in ext4fs_reset_block_bmap() local
375 int i, remainder, status; in ext4fs_set_inode_bmap() local
400 int i, remainder, status; in ext4fs_reset_inode_bmap() local
965 int remainder; in ext4fs_get_new_blk_no() local
/u-boot/drivers/usb/host/
A Dxhci-ring.c666 u32 remainder = 0; in xhci_bulk_tx() local
776 u32 remainder; in xhci_ctrl_tx() local
A Dsl811-hcd.c259 int remainder = sl811_read(SL811_CNT_A); in sl811_send_packet() local
/u-boot/board/freescale/m5253demo/
A Dflash.c100 int remainder; in flash_print_info() local
/u-boot/drivers/serial/
A Dserial_pl01x.c154 unsigned int remainder; in pl01x_generic_setbrg() local
/u-boot/board/compulab/common/
A Deeprom.c247 int remainder = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() local
/u-boot/drivers/video/imx/
A Dipu_common.c307 u32 remainder; in ipu_pixel_clk_round_rate() local
340 u32 remainder; in ipu_pixel_clk_set_rate() local
/u-boot/common/
A Ddlmalloc.c1283 mchunkptr remainder; /* remainder from a split */ local
1704 mchunkptr remainder; /* holds split off extra space from newp */ local
1926 mchunkptr remainder; /* spare room at end to split off */ local
/u-boot/drivers/clk/at91/
A Dclk-sam9x60-pll.c62 unsigned long tmprate, remainder; in sam9x60_frac_pll_compute_mul_frac() local
/u-boot/drivers/net/
A Dsmc91111.c1239 int remainder; in print_packet() local
/u-boot/drivers/spi/
A Dfsl_dspi.c392 u32 remainder; in ns_delay_scale() local
/u-boot/drivers/video/exynos/
A Dexynos_fb.c207 unsigned int cfg = 0, div = 0, remainder, remainder_div; in exynos_fimd_set_clock() local
/u-boot/lib/efi_loader/
A Defi_boottime.c1809 u8 *remainder; in efi_locate_device_path() local
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h755 u64 quotent, remainder; in divide_nint() local

Completed in 86 milliseconds