Searched refs:steps (Results 1 – 25 of 28) sorted by relevance
12
/glibc-2.36/iconv/ |
D | gconv_db.c | 100 struct __gconv_step *steps; member 134 *handle = (*result)->steps; in derivation_lookup() 159 new_deriv->steps = handle; in add_derivation() 179 if (deriv->steps[cnt].__counter > 0 in free_derivation() 180 && deriv->steps[cnt].__shlib_handle != NULL) in free_derivation() 182 __gconv_end_fct end_fct = deriv->steps[cnt].__end_fct; in free_derivation() 187 DL_CALL_FCT (end_fct, (&deriv->steps[cnt])); in free_derivation() 191 if (deriv->steps != NULL) in free_derivation() 193 free ((char *) deriv->steps[0].__from_name); in free_derivation() 194 free ((char *) deriv->steps[deriv->nsteps - 1].__to_name); in free_derivation() [all …]
|
D | gconv_open.c | 36 struct __gconv_step *steps; in __gconv_open() local 73 res = __gconv_find_transform (tocode, fromcode, &steps, &nsteps, flags); in __gconv_open() 85 result->__steps = steps; in __gconv_open() 114 && __strcasecmp_l (steps[cnt].__from_name, in __gconv_open() 125 size = (GCONV_NCHAR_GOAL * steps[cnt].__max_needed_to); in __gconv_open() 163 __gconv_close_transform (steps, nsteps); in __gconv_open()
|
D | gconv_int.h | 233 extern int __gconv_close_transform (struct __gconv_step *steps, 239 extern void __gconv_release_cache (struct __gconv_step *steps, size_t nsteps)
|
D | gconv_cache.c | 446 __gconv_release_cache (struct __gconv_step *steps, size_t nsteps) in __gconv_release_cache() argument 451 free (steps); in __gconv_release_cache()
|
/glibc-2.36/sysdeps/arm/armv7/multiarch/ |
D | memcpy_impl.S | 133 .macro dispatch_helper steps, log2_bytes_per_step 140 rsb tmp1, tmp1, #((\steps << \log2_bytes_per_step) \
|
/glibc-2.36/manual/ |
D | README.tunables | 23 There are three steps to adding a tunable:
|
D | README.pretty-printers | 104 Adding new pretty printers to glibc requires following these steps:
|
D | lang.texi | 206 Defining and using a variadic function involves three steps: 317 You can perform the entire sequence of three steps multiple times 319 arguments, you can do these steps zero times.
|
D | process.texi | 27 running another program; it does all three steps automatically. If you 130 This section gives an overview of processes and of the steps involved in
|
D | charset.texi | 1681 @c steps in the conversion sequence, running each one's initializer, 1749 @c steps, release the gconv_t object, then call gconv_close_transform. 2275 steps (from ISO-2022-JP to @w{ISO 10646} and then from @w{ISO 10646} to 2326 represent the possibly long sequences of conversion steps and also the 2867 /* @r{Call the steps down the chain if there are any but only}
|
D | fdl-1.3.texi | 175 If you use the latter option, you must take reasonably prudent steps,
|
D | install.texi | 466 (@samp{make install}). The steps must be done in this order. Not moving
|
D | threads.texi | 722 @code{pthread_create}, the required steps for the general case are:
|
D | string.texi | 2398 @code{explicit_bzero} and take appropriate steps to erase all the
|
D | memory.texi | 2363 are frequently constructing objects in small steps of growth, this
|
D | stdio.texi | 5292 steps to recover from the error and the @var{tag} parameter is a
|
/glibc-2.36/hesiod/ |
D | README.hesiod | 30 one or more of the following steps, depending on whether you are
|
/glibc-2.36/localedata/locales/ |
D | sv_SE | 28 % TN34:1 requires 7 steps, of which the
|
D | sl_SI | 75 % the steps 2. and 3. above are reversed
|
/glibc-2.36/benchtests/ |
D | README | 51 separate steps. On the build system run:
|
/glibc-2.36/ |
D | COPYING | 39 We protect your rights with two steps: (1) copyright the software, and
|
D | INSTALL | 427 install'). The steps must be done in this order. Not moving the
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 594 number of steps is stored in. Disable code which allows to use more 740 __gconv_release_cache after the steps are handled.
|
D | ChangeLog.11 | 8739 steps it can be used. 8746 appropriate error handling code to use transliteration steps. Remove
|
D | ChangeLog.nptl | 2244 steps to avoid races with creation and terminations.
|
12