Searched refs:ucs (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dutf_width.c59 * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
76 bisearch(apr_uint32_t ucs, const struct interval *table, apr_uint32_t max) argument
81 if (ucs < table[0].first || ucs > table[max].last)
85 if (ucs > table[mid].last)
87 else if (ucs < table[mid].first)
88 max = mid - 1; /* this is safe because ucs >= table[0].first */
130 mk_wcwidth(apr_uint32_t ucs) argument
186 if (ucs == 0)
188 if (ucs < 3
231 apr_uint32_t ucs; local
[all...]
/freebsd-10.1-release/sys/teken/
H A Dteken_wcwidth.h8 * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
19 static int bisearch(teken_char_t ucs, const struct interval *table, int max) { argument
23 if (ucs < table[0].first || ucs > table[max].last)
27 if (ucs > table[mid].last)
29 else if (ucs < table[mid].first)
38 static int teken_wcwidth(teken_char_t ucs) argument
94 if (ucs == 0)
96 if (ucs < 32 || (ucs >
[all...]
/freebsd-10.1-release/sys/libkern/
H A Diconv_ucs.c69 static uint32_t decode_surrogate(const u_char *ucs);
176 u_char ucs[4], *q; local
221 /* can't handle with ucs-2 */
229 /* save UCS-4 into ucs[] */
230 for (q = ucs, i = ucslen - 1 ; i >= 0 ; i--)
237 q = ucs;
247 q = ucs;
293 p = ucs;
300 code = (ucs[0] << 8) | ucs[
533 decode_surrogate(register const u_char *ucs) argument
[all...]
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h3906 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pcieepx_cfg065::cvmx_pcieepx_cfg065_s
3924 uint32_t ucs : 1;
3943 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pcieepx_cfg065::cvmx_pcieepx_cfg065_cn52xx
3961 uint32_t ucs : 1;
3981 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pcieepx_cfg065::cvmx_pcieepx_cfg065_cn61xx
3999 uint32_t ucs : 1;
4025 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pcieepx_cfg065::cvmx_pcieepx_cfg065_cnf71xx
4041 uint32_t ucs : 1;
4244 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pcieepx_cfg067::cvmx_pcieepx_cfg067_s
4262 uint32_t ucs
4281 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pcieepx_cfg067::cvmx_pcieepx_cfg067_cn52xx
4319 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pcieepx_cfg067::cvmx_pcieepx_cfg067_cn61xx
4363 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pcieepx_cfg067::cvmx_pcieepx_cfg067_cnf71xx
[all...]
H A Dcvmx-pciercx-defs.h3601 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pciercx_cfg065::cvmx_pciercx_cfg065_s
3619 uint32_t ucs : 1;
3638 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pciercx_cfg065::cvmx_pciercx_cfg065_cn52xx
3656 uint32_t ucs : 1;
3676 uint32_t ucs : 1; /**< Unexpected Completion Status */ member in struct:cvmx_pciercx_cfg065::cvmx_pciercx_cfg065_cn61xx
3694 uint32_t ucs : 1;
3863 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pciercx_cfg067::cvmx_pciercx_cfg067_s
3881 uint32_t ucs : 1;
3900 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pciercx_cfg067::cvmx_pciercx_cfg067_cn52xx
3918 uint32_t ucs
3938 uint32_t ucs : 1; /**< Unexpected Completion Severity */ member in struct:cvmx_pciercx_cfg067::cvmx_pciercx_cfg067_cn61xx
[all...]

Completed in 91 milliseconds