Home
last modified time | relevance | path

Searched refs:lim (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sunrpc/
Dxdr_float.c89 struct sgl_limits *lim; in xdr_float() local
97 for (i = 0, lim = sgl_limits; in xdr_float()
99 i++, lim++) { in xdr_float()
100 if ((vs.mantissa2 == lim->s.mantissa2) && in xdr_float()
101 (vs.exp == lim->s.exp) && in xdr_float()
102 (vs.mantissa1 == lim->s.mantissa1)) { in xdr_float()
103 is = lim->ieee; in xdr_float()
127 for (i = 0, lim = sgl_limits; in xdr_float()
129 i++, lim++) { in xdr_float()
130 if ((is.exp == lim->ieee.exp) && in xdr_float()
[all …]
/glibc-2.36/sysdeps/mach/hurd/
Dsetrlimit.c30 struct rlimit lim; in __setrlimit() local
38 lim = *rlimits; in __setrlimit()
44 if (lim.rlim_cur > lim.rlim_max) in __setrlimit()
45 lim.rlim_cur = lim.rlim_max; in __setrlimit()
49 _hurd_rlimits[resource] = lim; in __setrlimit()
Dgetrlimit.c28 struct rlimit lim; in __getrlimit() local
38 lim = _hurd_rlimits[resource]; in __getrlimit()
42 *rlimits = lim; in __getrlimit()
/glibc-2.36/stdio-common/
Dbug23-4.c11 struct rlimit lim; in main() local
12 getrlimit (RLIMIT_STACK, &lim); in main()
13 lim.rlim_cur = 1048576; in main()
14 setrlimit (RLIMIT_STACK, &lim); in main()
/glibc-2.36/math/
Dtest-nan-overflow.c32 struct rlimit lim; in do_test() local
33 getrlimit (RLIMIT_STACK, &lim); in do_test()
34 lim.rlim_cur = STACK_LIM; in do_test()
35 setrlimit (RLIMIT_STACK, &lim); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ttyname.c255 struct rlimit lim; in adjust_file_limit() local
256 if (getrlimit (RLIMIT_NOFILE, &lim) != 0) in adjust_file_limit()
258 if (lim.rlim_cur < desired_limit) in adjust_file_limit()
261 (unsigned long long int) lim.rlim_cur, in adjust_file_limit()
263 lim.rlim_cur = desired_limit; in adjust_file_limit()
264 if (setrlimit (RLIMIT_NOFILE, &lim) != 0) in adjust_file_limit()
/glibc-2.36/hurd/
Dhurdrlimit.c45 #define I(lim, val) case RLIMIT_##lim: _hurd_rlimits[i].rlim_cur = (val); break in init_rlimit() argument
Dhurdfault.c192 const mach_port_limits_t lim = { mpl_qlimit: 1 }; in _hurdsig_fault_init() local
193 assert (MACH_PORT_RECEIVE_STATUS_COUNT == sizeof lim / sizeof (natural_t)); in _hurdsig_fault_init()
196 (mach_port_info_t) &lim, in _hurdsig_fault_init()
/glibc-2.36/localedata/locales/
Dli_BE51 lang_term "lim"
52 lang_lib "lim"
Dli_NL51 lang_term "lim"
52 lang_lib "lim"
/glibc-2.36/locale/
Diso-639.def282 DEFINE_LANGUAGE_CODE ("Limburgan; Limburger; Limburgish", li, lim, lim)
/glibc-2.36/posix/
Dregexec.c1969 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; in check_dst_limits_calc_pos() local
1973 if (str_idx < lim->subexp_from) in check_dst_limits_calc_pos()
1976 if (lim->subexp_to < str_idx) in check_dst_limits_calc_pos()
1980 boundaries = (str_idx == lim->subexp_from); in check_dst_limits_calc_pos()
1981 boundaries |= (str_idx == lim->subexp_to) << 1; in check_dst_limits_calc_pos()
/glibc-2.36/
DMakerules1370 $(stdio_lim:lim.h=%.h) $(stdio_lim:lim.h=%.d): $(stdio_lim:lim.h=%.st); @:
/glibc-2.36/ChangeLog.old/
DChangeLog.15986 relative to lim's start and end positions. Do not accept eclosures,
DChangeLog.1414809 * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.