Home
last modified time | relevance | path

Searched refs:c2u (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/py-jsonpickle/jsonpickle-2.0.0/tests/
H A Dcollections_test.py149 assert c2u == c1u.plain[c2u][0]
150 assert c2u == c1u.plain_ordered[c2u][0]
151 assert c2u == c1u.plain_default[c2u][0]
206 assert c2u == c1u.plain[c2u][0]
208 assert c2u == c1u.plain_ordered[c2u][0]
210 assert c2u == c1u.plain_default[c2u][0]
211 assert c2u == c1u.plain[c2u][0]
212 assert c2u == c1u.plain_ordered[c2u][0]
213 assert c2u == c1u.plain_default[c2u][0]
275 assert c2u == c1u.plain[c2u][0]
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dvortex.f158 c2u=omega*r2
203 c2u=cinput
220 ciu=c2u
276 c2u=c1u*R2/R1
279 c2u=Ui*kr
280 c1u=c2u*R1/R2
476 c2u=cinput
493 ciu=c2u
552 c2u=c1u*R2/R1
555 c2u=Ui*kr
[all …]
/dports/mail/courier/courier-0.65.3/unicode/
H A Dgb2312.c109 static unicode_char *c2u(const struct unicode_info *u, in c2u() function
283 unicode_char *uc=c2u(u, cp, ip); in toupper_func()
307 unicode_char *uc=c2u(u, cp, ip); in tolower_func()
331 unicode_char *uc=c2u(u, cp, ip); in totitle_func()
356 c2u,
390 uc=c2u(buf, &dummy);
457 uc=c2u(buf, NULL);
477 uc=c2u(buf, NULL);
502 uc=c2u(buf, &dummyi);
H A Dxtest.c17 static unicode_char *c2u(const struct unicode_info *u, const char *cp, int *ip) in c2u() function
19 unicode_char *uc= (*unicode_ISO8859_1.c2u)(&unicode_ISO8859_1, cp, ip); in c2u()
61 c2u,
H A Dshiftjis.c18 static unicode_char *c2u(const struct unicode_info *u, in c2u() function
238 unicode_char *uc = c2u(u, cp, ip); in toupper_func()
258 unicode_char *uc = c2u(u, cp, ip); in tolower_func()
280 unicode_char *uc = c2u(u, cp, ip); in totitle_func()
303 c2u,
H A Deucjp.c16 static unicode_char *c2u(const struct unicode_info *u, in c2u() function
247 unicode_char *uc = c2u(u, cp, ip); in toupper_func()
267 unicode_char *uc = c2u(u, cp, ip); in tolower_func()
289 unicode_char *uc = c2u(u, cp, ip); in totitle_func()
312 c2u,
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Dblacklist.c62 static unsigned c2u(uint8_t c) { in c2u() function
148 idx = (((((c2u(fp_str[0]) << 4) | c2u(fp_str[1])) << 4) | in check_fp()
149 c2u(fp_str[2])) << 4) | c2u(fp_str[3]); in check_fp()
211 if (((c2u(fp_str[4 + j * 2]) << 4) | c2u(fp_str[5 + j * 2])) != buf[j]) in check_fp()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/hierarchyGen/
H A DTypeGen.hs249 tail $ c2u True cname++"_get_type").
257 c2u :: Bool -> String -> String
258 c2u True (x:xs) | isUpper x = '_':toLower x:c2u False xs function
259 c2u False (x:xs) | isUpper x = toLower x:c2u True xs function
260 c2u _ (x:xs) | otherwise = x:c2u True xs function
261 c2u _ [] = [] function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/hierarchyGen/
H A DTypeGen.hs249 tail $ c2u True cname++"_get_type").
257 c2u :: Bool -> String -> String
258 c2u True (x:xs) | isUpper x = '_':toLower x:c2u False xs function
259 c2u False (x:xs) | isUpper x = toLower x:c2u True xs function
260 c2u _ (x:xs) | otherwise = x:c2u True xs function
261 c2u _ [] = [] function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_structs.c190 } c2u; in main() local
251 c2u.c = c2s; in main()
252 iregs.I0 = c2u.u.l; in main()
254 fregs.xmm0._double[0] = c2u.u.d; in main()

12345678