HomeSort by: relevance | last modified time | path
    Searched refs:pivot (Results 1 - 5 of 5) sorted by relevancy

  /src/share/i18n/csmapper/
Makefile 11 SRCS_charset.pivot+= charset.pivot.src
32 charset.pivot: ${SRCS_charset.pivot}
35 charset.pivot.pvdb: charset.pivot
38 FILES+= charset.pivot charset.pivot.pvdb
39 CLEANFILES+= charset.pivot charset.pivot.pvd
    [all...]
  /src/lib/libc/citrus/
citrus_csmapper.c 67 #define CS_PIVOT _PATH_CSMAPPER "/charset.pivot"
103 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot,
129 /* iterate each pivot */
133 /* r1:pivot name, r2:norm among src and pivot */
140 /* buf: pivot name */
147 /* r2: norm among pivot and dst */
155 strlcpy(pivot, buf, pvlen);
246 find_best_pivot_lookup(const char *src, const char *dst, char *pivot,
262 /* find pivot code *
347 char buf1[PATH_MAX], buf2[PATH_MAX], key[PATH_MAX], pivot[PATH_MAX]; local in function:_citrus_csmapper_open
    [all...]
  /src/share/i18n/csmapper/CP/
Makefile.inc 6 SRCS_charset.pivot+= charset.pivot.CP
7 CLEANFILES+= mapper.dir.CP charset.pivot.CP
25 charset.pivot.CP: ${.CURDIR}/CP/CP.part ${.CURDIR}/CP/charset.pivot.CP.src
33 cat ${.CURDIR}/CP/charset.pivot.CP.src;\
  /src/share/i18n/csmapper/KOI/
Makefile.inc 6 SRCS_charset.pivot+= charset.pivot.KOI
7 CLEANFILES+= mapper.dir.KOI charset.pivot.KOI
35 charset.pivot.KOI: ${.CURDIR}/KOI/KOI8.part charset.pivot.KOI.src
38 cat ${.CURDIR}/KOI/charset.pivot.KOI.src; \
  /src/sys/kern/
kern_runq.c 489 * Begin the search in the CPU package which "pivot" is a member of.
492 sched_bestcpu(struct lwp *l, struct cpu_info *pivot)
500 * gives us a weak preference for "pivot" to begin with.
502 bestci = pivot;
513 pivot = pivot->ci_package1st;
514 outer = pivot;
557 outer != pivot);

Completed in 15 milliseconds