Home
last modified time | relevance | path

Searched refs:len_lo (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A Dset_str.c142 size_t len_lo, len_hi; in mpn_dc_set_str() local
146 len_lo = powtab->digits_in_base; in mpn_dc_set_str()
148 if (str_len <= len_lo) in mpn_dc_set_str()
156 len_hi = str_len - len_lo; in mpn_dc_set_str()
157 ASSERT (len_lo >= len_hi); in mpn_dc_set_str()
181 str = str + str_len - len_lo; in mpn_dc_set_str()
182 if (BELOW_THRESHOLD (len_lo, SET_STR_DC_THRESHOLD)) in mpn_dc_set_str()
183 ln = mpn_bc_set_str (tp, str, len_lo, powtab->base); in mpn_dc_set_str()
185 ln = mpn_dc_set_str (tp, str, len_lo, powtab - 1, tp + powtab->n + sn + 1); in mpn_dc_set_str()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A Dset_str.c142 size_t len_lo, len_hi; in mpn_dc_set_str() local
146 len_lo = powtab->digits_in_base; in mpn_dc_set_str()
148 if (str_len <= len_lo) in mpn_dc_set_str()
156 len_hi = str_len - len_lo; in mpn_dc_set_str()
157 ASSERT (len_lo >= len_hi); in mpn_dc_set_str()
181 str = str + str_len - len_lo; in mpn_dc_set_str()
182 if (BELOW_THRESHOLD (len_lo, SET_STR_DC_THRESHOLD)) in mpn_dc_set_str()
183 ln = mpn_bc_set_str (tp, str, len_lo, powtab->base); in mpn_dc_set_str()
185 ln = mpn_dc_set_str (tp, str, len_lo, powtab - 1, tp + powtab->n + sn + 1); in mpn_dc_set_str()
/dports/devel/avr-libc/avr-libc-2.0.0/libc/string/
H A Dmemrchr.S53 #define len_lo r20 macro
58 X_movw ZL, len_lo
67 subi len_lo, lo8(1)
71 X_movw ZL, len_lo ; is zero
H A Dmemset.S50 #define len_lo r20 macro
59 sbrs len_lo, 0
67 subi len_lo, lo8(2)
75 subi len_lo, lo8(1)
H A Dmemcpy.S51 #define len_lo r20 macro
61 sbrs len_lo, 0
71 subi len_lo, lo8(2)
80 subi len_lo, lo8(1)
H A Dmemmove.S50 #define len_lo r20 macro
64 add ZL, len_lo
66 add XL, len_lo
73 subi len_lo, lo8(1)
H A Dstrncpy.S55 #define len_lo r20 macro
64 subi len_lo, lo8(1)
78 subi len_lo, lo8(1)
H A Dmemccpy.S55 #define len_lo r18 macro
71 subi len_lo, lo8(1)
H A Dstrnlen.S52 #define len_lo r22 macro
60 subi len_lo, lo8(1)
H A Dmemchr.S54 #define len_lo r20 macro
65 subi len_lo, lo8(1)
/dports/devel/avr-libc/avr-libc-2.0.0/libc/pmstring/
H A Dmemrchr_P.S41 #define len_lo r20 macro
46 X_movw ZL, len_lo
56 subi len_lo, lo8(1)
60 X_movw ZL, len_lo ; is zero
H A Dmemcpy_P.S44 #define len_lo r20 macro
54 sbrs len_lo, 0
64 subi len_lo, lo8(2)
73 subi len_lo, lo8(1)
H A Dstrncpy_P.S43 #define len_lo r20 macro
52 subi len_lo, lo8(1)
66 subi len_lo, lo8(1)
H A Dmemchr_P.S42 #define len_lo r20 macro
54 1: subi len_lo, lo8(1)
H A Dmemcmp_P.S43 #define len_lo r20 macro
60 2: subi len_lo, lo8(1)
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Dset_str.c224 size_t len_lo, len_hi; in mpn_dc_set_str() local
228 len_lo = powtab->digits_in_base; in mpn_dc_set_str()
230 if (str_len <= len_lo) in mpn_dc_set_str()
238 len_hi = str_len - len_lo; in mpn_dc_set_str()
239 ASSERT (len_lo >= len_hi); in mpn_dc_set_str()
263 str = str + str_len - len_lo; in mpn_dc_set_str()
264 if (BELOW_THRESHOLD (len_lo, SET_STR_DC_THRESHOLD)) in mpn_dc_set_str()
265 ln = mpn_bc_set_str (tp, str, len_lo, powtab->base); in mpn_dc_set_str()
267 ln = mpn_dc_set_str (tp, str, len_lo, powtab + 1, tp + powtab->n + sn + 1); in mpn_dc_set_str()
/dports/math/mpir/mpir-3.0.0/mpn/generic/
H A Dset_str.c216 size_t len_lo, len_hi; in mpn_dc_set_str() local
220 len_lo = powtab->digits_in_base; in mpn_dc_set_str()
222 if (str_len <= len_lo) in mpn_dc_set_str()
230 len_hi = str_len - len_lo; in mpn_dc_set_str()
231 ASSERT (len_lo >= len_hi); in mpn_dc_set_str()
253 str = str + str_len - len_lo; in mpn_dc_set_str()
254 if (BELOW_THRESHOLD (len_lo, SET_STR_DC_THRESHOLD)) in mpn_dc_set_str()
255 ln = mpn_bc_set_str (tp, str, len_lo, powtab->base); in mpn_dc_set_str()
257 ln = mpn_dc_set_str (tp, str, len_lo, powtab + 1, tp + powtab->n + sn + 1); in mpn_dc_set_str()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dset_str.c224 size_t len_lo, len_hi; in mpn_dc_set_str() local
228 len_lo = powtab->digits_in_base; in mpn_dc_set_str()
230 if (str_len <= len_lo) in mpn_dc_set_str()
238 len_hi = str_len - len_lo; in mpn_dc_set_str()
239 ASSERT (len_lo >= len_hi); in mpn_dc_set_str()
263 str = str + str_len - len_lo; in mpn_dc_set_str()
264 if (BELOW_THRESHOLD (len_lo, SET_STR_DC_THRESHOLD)) in mpn_dc_set_str()
265 ln = mpn_bc_set_str (tp, str, len_lo, powtab->base); in mpn_dc_set_str()
267 ln = mpn_dc_set_str (tp, str, len_lo, powtab + 1, tp + powtab->n + sn + 1); in mpn_dc_set_str()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/packages/
H A Dnvram.c41 unsigned char len_lo; member
76 return (p->len_lo | ((int)p->len_hi<<8)) * 16; in nvpart_size()
111 nvp->len_lo = size /16; in create_free_part()
132 p->len_lo = size/16; in create_nv_part()

1234567