Home
last modified time | relevance | path

Searched defs:quot (Results 1 - 25 of 118) sorted by relevance

12345

/kernel/linux/linux-6.6/tools/include/linux/
H A Dmath64.h66 u64 quot, rem; in mul_u64_u64_div64() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c61 unsigned int quot = AVR_QUOT(avr_clock); in avr_uart_configure() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c62 unsigned int quot = AVR_QUOT(avr_clock); in avr_uart_configure() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtsc.c18 u64 t, quot, rem; in perf_time_to_tsc() local
29 u64 quot, rem; in tsc_to_perf_time() local
/kernel/linux/linux-5.10/lib/math/
H A Ddiv64.c105 u64 quot; in div64_u64_rem() local
145 u64 quot; in div64_u64() local
172 s64 quot, t; div64_s64() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtsc.c20 u64 t, quot, rem; in perf_time_to_tsc() local
31 u64 quot, rem; in tsc_to_perf_time() local
/kernel/linux/linux-6.6/lib/math/
H A Ddiv64.c101 u64 quot; in div64_u64_rem() local
141 u64 quot; in div64_u64() local
163 s64 quot, t; div64_s64() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dinteger.c113 AVInteger av_mod_i(AVInteger *quot, AVInteger a, AVInteger b){ in av_mod_i() argument
144 AVInteger quot; av_div_i() local
[all...]
/third_party/curl/lib/
H A Dcurl_path.c121 char quot; in Curl_get_pathname() local
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; member
64 typedef struct { long quot, rem; } ldiv_t; member
65 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h62 typedef struct { int quot, rem; } div_t; member
63 typedef struct { long quot, rem; } ldiv_t; member
64 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; member
66 typedef struct { long quot, rem; } ldiv_t; member
67 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h64 typedef struct { int quot, rem; } div_t; member
65 typedef struct { long quot, rem; } ldiv_t; member
66 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; member
64 typedef struct { long quot, rem; } ldiv_t; member
65 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; member
66 typedef struct { long quot, rem; } ldiv_t; member
67 typedef struct { long long quot, rem; } lldiv_t; member
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_arith.c370 unsigned long quot, rem; in fp_fsgldiv() local
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dearly_serial_console.c105 unsigned int quot; in probe_baud() local
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_arith.c370 unsigned long quot, rem; in fp_fsgldiv() local
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dearly_serial_console.c105 unsigned int quot; in probe_baud() local
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_dwlib.c63 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local
73 dw8250_set_divisor(struct uart_port *p, unsigned int baud, unsigned int quot, unsigned int quot_frac) dw8250_set_divisor() argument
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Drdpmc.c66 u64 quot, rem; in mmap_read_self() local
/kernel/linux/linux-5.10/lib/mpi/
H A Dmpi-div.c43 void mpi_fdiv_q(MPI quot, MPI dividend, MPI divisor) in mpi_fdiv_q() argument
50 void mpi_fdiv_qr(MPI quot, MPI rem, MPI dividend, MPI divisor) in mpi_fdiv_qr() argument
83 mpi_tdiv_qr(MPI quot, MPI rem, MPI num, MPI den) mpi_tdiv_qr() argument
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpi-div.c43 void mpi_fdiv_q(MPI quot, MPI dividend, MPI divisor) in mpi_fdiv_q() argument
50 void mpi_fdiv_qr(MPI quot, MPI rem, MPI dividend, MPI divisor) in mpi_fdiv_qr() argument
83 mpi_tdiv_qr(MPI quot, MPI rem, MPI num, MPI den) mpi_tdiv_qr() argument
[all...]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dserialio.c50 int baud = 9600, quot = 0; in spk_serial_init() local
/kernel/linux/linux-5.10/drivers/phy/intel/
H A Dphy-intel-lgm-emmc.c58 int ret, quot; in intel_emmc_phy_power() local

Completed in 9 milliseconds

12345