Home
last modified time | relevance | path

Searched defs:rem (Results 1 – 25 of 268) sorted by relevance

1234567891011

/netbsd-src/external/bsd/pam-u2f/dist/fuzz/
H A Dpack.c9 static int do_unpack(const uint8_t **buf, size_t *rem, uint8_t *dst, in do_unpack()
19 static int do_pack(uint8_t **buf, size_t *rem, const uint8_t *src, in do_pack()
29 int pack_u32(uint8_t **buf, size_t *rem, uint32_t val) { in pack_u32()
34 int unpack_u32(const uint8_t **buf, size_t *rem, uint32_t *val) { in unpack_u32()
41 int pack_blob(uint8_t **buf, size_t *rem, const struct blob *b) { in pack_blob()
49 int unpack_blob(const uint8_t **buf, size_t *rem, struct blob *b) { in unpack_blob()
60 int pack_string(uint8_t **buf, size_t *rem, const char *s) { in pack_string()
70 int unpack_string(const uint8_t **buf, size_t *rem, char *s) { in unpack_string()
/netbsd-src/sys/arch/arm/include/
H A Daeabi.h132 typedef struct { long long quot; long long rem; } lldiv_t; member
135 typedef struct { unsigned long long quot; unsigned long long rem; } ulldiv_t; member
157 typedef struct { int quot, rem; } idiv_return; member
158 typedef struct { unsigned int quot, rem; } uidiv_return; member
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Drem1.c56 mpfr_rem1 (mpfr_ptr rem, long *quo, mpfr_rnd_t rnd_q, in mpfr_rem1()
253 mpfr_remainder (mpfr_ptr rem, mpfr_srcptr x, mpfr_srcptr y, mpfr_rnd_t rnd) in mpfr_remainder()
259 mpfr_remquo (mpfr_ptr rem, long *quo, in mpfr_remquo()
266 mpfr_fmod (mpfr_ptr rem, mpfr_srcptr x, mpfr_srcptr y, mpfr_rnd_t rnd) in mpfr_fmod()
272 mpfr_fmodquo (mpfr_ptr rem, long *quo, mpfr_srcptr x, mpfr_srcptr y, in mpfr_fmodquo()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_r_ui.c36 mpz_tdiv_r_ui (mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor) in mpz_tdiv_r_ui()
66 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_tdiv_r_ui() local
91 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_tdiv_r_ui() local
H A Dtdiv_qr_ui.c37 mpz_tdiv_qr_ui (mpz_ptr quot, mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor) in mpz_tdiv_qr_ui()
70 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_tdiv_qr_ui() local
93 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_tdiv_qr_ui() local
H A Dfdiv_r_ui.c36 mpz_fdiv_r_ui (mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor) in mpz_fdiv_r_ui()
101 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_fdiv_r_ui() local
H A Dcdiv_r_ui.c38 mpz_cdiv_r_ui (mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor) in mpz_cdiv_r_ui()
103 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_cdiv_r_ui() local
H A Dcdiv_qr_ui.c38 mpz_cdiv_qr_ui (mpz_ptr quot, mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor) in mpz_cdiv_qr_ui()
110 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_cdiv_qr_ui() local
H A Dfdiv_qr_ui.c36 mpz_fdiv_qr_ui (mpz_ptr quot, mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor) in mpz_fdiv_qr_ui()
108 MPZ_NEWALLOC (rem, 1)[0] = rl; in mpz_fdiv_qr_ui() local
H A Dcdiv_r.c35 mpz_cdiv_r (mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) in mpz_cdiv_r()
H A Dfdiv_r.c35 mpz_fdiv_r (mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) in mpz_fdiv_r()
H A Dmod.c35 mpz_mod (mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) in mpz_mod()
H A Dfdiv_q.c39 mpz_t rem; in mpz_fdiv_q() local
H A Dcdiv_q.c39 mpz_t rem; in mpz_cdiv_q() local
/netbsd-src/include/
H A Dstdlib.h58 int rem; /* remainder */ member
63 long rem; /* remainder */ member
73 long long int rem; /* remainder */ global() member
80 quad_t rem; /* remainder */ global() member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dnet_read.c51 size_t rem = nbytes; in net_read() local
76 size_t rem = nbytes; in net_read() local
H A Dnet_write.c53 size_t rem = nbytes; in net_write() local
83 size_t rem = nbytes; in net_write() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
H A Dnouveau_nvkm_falcon_v1.c37 u8 rem = size % 4; in nvkm_falcon_v1_load_imem() local
76 u8 rem = size % 4; in nvkm_falcon_v1_load_emem() local
102 u8 rem = size % 4; in nvkm_falcon_v1_load_dmem() local
132 u8 rem = size % 4; in nvkm_falcon_v1_read_emem() local
160 u8 rem = size % 4; in nvkm_falcon_v1_read_dmem() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdlib.d66 rem; member
73 rem; variable
80 rem; member
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-sqrtrem.c33 mpz_t x, rem; in main() local
109 dump_abort (mpz_t x2, mpz_t x, mpz_t rem) in dump_abort()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore_fd.c50 size_t rem = size; in fd_fetch() local
74 size_t rem = size; in fd_store() local
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dmath64.h72 div_u64_rem(uint64_t dividend, uint32_t divisor, uint32_t *rem) in div_u64_rem()
79 div64_u64_rem(uint64_t dividend, uint64_t divisor, uint64_t *rem) in div64_u64_rem()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dudivmodsi4.c20 __udivmodsi4(su_int a, su_int b, su_int* rem) in __udivmodsi4()
H A Ddivmodsi4.c20 __divmodsi4(si_int a, si_int b, si_int* rem) in __divmodsi4()
H A Ddivmoddi4.c20 __divmoddi4(di_int a, di_int b, di_int* rem) in __divmoddi4()

1234567891011