Home
last modified time | relevance | path

Searched refs:cost (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/iconvdata/
Dgconv-modules28 # cost: optional cost of the transformation. Default is 1.
34 # from to module cost
50 # from to module cost
61 # from to module cost
67 # from to module cost
77 # from to module cost
82 # from to module cost
87 # from to module cost
92 # from to module cost
97 # from to module cost
[all …]
/glibc-2.36/iconv/
Diconvconfig.c60 int cost; member
230 int cost; member
236 { .from = From, .to = To, .module = Name, .cost = Cost },
523 const char *filename, size_t filelen, int cost, size_t need_ext) in new_module() argument
539 new_module->cost = cost; in new_module()
586 int cost; in add_module() local
617 cost = 1; in add_module()
625 cost = strtol (rp, &endp, 10); in add_module()
626 if (rp == endp || cost < 1) in add_module()
628 cost = 1; in add_module()
[all …]
/glibc-2.36/
DCOPYING144 cost of physically performing source distribution, a complete
DINSTALL216 RELRO and a read-only global offset table (GOT), at the cost of
DNEWS321 fortification balanced against additional runtime cost (checking non-constant
2530 and provide additional security hardening benefits at the cost of some
/glibc-2.36/manual/
Dcharset.texi2233 which is optional, is a numeric value representing the cost of the
2234 conversion. If this word is missing, a cost of @math{1} is assumed. The
2237 Below is a more precise description of the use of the cost value.
2276 EUC-JP), the cost is @math{1+1 = 2}. The above @file{gconv-modules}
2278 conversion with only the cost of @math{1}.
Dlgpl-2.1.texi332 than the cost of performing this distribution.
Dinstall.texi242 and a read-only global offset table (GOT), at the cost of slightly
Dmath.texi2032 that the cost of the function calls themselves is not negligible.
Dmessage.texi616 prevent both problems above. The cost of this is that the programmer
Dstdio.texi607 free. Even if a lock is not taken the cost is not zero. The operations
Dtexinfo.tex8319 % twice the \macarg.BLAH macros does not cost too much processing power.
/glibc-2.36/iconvdata/testdata/
Dsuntzus139 Such is the cost of raising an army of 100,000 men.
/glibc-2.36/timezone/
Dnorthamerica2394 # impact of the elevated cost of oil.... Daylight saving time will last from
/glibc-2.36/posix/
Dtst-regex.input4199 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
4206 * iconv/gconv_db.c (find_derivation): When look for cost examine
6341 * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
/glibc-2.36/ChangeLog.old/
DChangeLog.84199 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
4206 * iconv/gconv_db.c (find_derivation): When look for cost examine
6341 * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
DChangeLog.129602 has same names but lower cost.
DChangeLog.nptl9648 error conditions with almost no cost.
DChangeLog.113207 * iconv/gconv_db.c (find_derivation): Always use the least-cost
DChangeLog.178738 * sysdeps/x86_64/memset.S: Revert to old version for now. The cost is