Searched refs:comb (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dmac_korean.c58 ucs2_t comb = in[1]; local
61 while ((comb & ~15) == 0xf870 ||
62 (comb >= 0x0300 && comb <= 0x036f) ||
63 (comb >= 0x20d0 && comb <= 0x20ea)) {
64 ucs2_t comp = cjk_compose(wc, comb, mac_korean_compose,
69 comb = in[n];
H A Dgeneric_cjk.c178 ucs2_t cjk_compose(ucs2_t base, ucs2_t comb, const u_int32_t* table, size_t size) argument
180 u_int32_t v = ((u_int32_t)base << 16) | comb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_korean.c58 ucs2_t comb = in[1]; local
61 while ((comb & ~15) == 0xf870 ||
62 (comb >= 0x0300 && comb <= 0x036f) ||
63 (comb >= 0x20d0 && comb <= 0x20ea)) {
64 ucs2_t comp = cjk_compose(wc, comb, mac_korean_compose,
69 comb = in[n];
H A Dgeneric_cjk.c178 ucs2_t cjk_compose(ucs2_t base, ucs2_t comb, const u_int32_t* table, size_t size) argument
180 u_int32_t v = ((u_int32_t)base << 16) | comb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwlif_utils.c199 char nv_name[16], os_name[16], wl_prefix[16], comb[32], key[8]; local
273 value = nvram_safe_get(strcat_r(wl_prefix, "ssid", comb));
277 if (nvram_match(strcat_r(wl_prefix, "auth", comb), "1"))
280 value = nvram_safe_get(strcat_r(wl_prefix, "auth_mode", comb));
285 akms = nvram_safe_get(strcat_r(wl_prefix, "akm", comb));
297 value = nvram_safe_get(strcat_r(wl_prefix, "wep", comb));
302 value = nvram_safe_get(strcat_r(wl_prefix, "crypto", comb));
312 value = nvram_safe_get(strcat_r(wl_prefix, "mode", comb));
313 infra = nvram_safe_get(strcat_r(wl_prefix, "infra", comb));
384 value = nvram_safe_get(strcat_r(wl_prefix, "wpa_psk", comb));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutil_unistr.c284 static ucs2_t do_precomposition(unsigned int base, unsigned int comb) argument
289 u_int32_t sought = (base << 16) | comb, that;
294 that = (precompositions[mid].base << 16) | (precompositions[mid].comb);
349 result = (decompositions[mid].base << 16) | (decompositions[mid].comb);
402 ucs2_t base, comb; local
430 comb = *in;
434 if (comb < 0x300) ;
438 else if ((VBASE <= comb) && (comb <= VBASE + VCOUNT)) {
442 vindex = comb
511 ucs2_t base, comb[COMBBUFLEN]; local
[all...]
H A Dprecompose.h31 unsigned int comb; member in struct:__anon2808
1054 unsigned int comb; member in struct:__anon2809
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutil_unistr.c436 static ucs2_t do_precomposition(unsigned int base, unsigned int comb) argument
441 u_int32_t sought = (base << 16) | comb, that;
446 that = (precompositions[mid].base << 16) | (precompositions[mid].comb);
501 result = (decompositions[mid].base << 16) | (decompositions[mid].comb);
554 ucs2_t base, comb; local
580 comb = *in;
584 if (comb < 0x300) ;
588 else if ((VBASE <= comb) && (comb <= VBASE + VCOUNT)) {
592 vindex = comb
666 ucs2_t base, comb[COMBBUFLEN]; local
[all...]
H A Dprecompose.h31 unsigned int comb; member in struct:__anon2869
1056 unsigned int comb; member in struct:__anon2870
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dmake-precompose.h.pl53 ($base, $comb) = split(/ /,$Decomposition_Mapping5);
74 $comb_sp_hi = 0xD800 - (0x10000 >> 10) + (hex($comb) >> 10);
75 $comb_sp_lo = 0xDC00 + (hex($comb) & 0x3FF);
84 printf(COMPOSE_TEMP "%s0x%08X, 0x%08X, 0x%08X%s\/\* %s \*\/\n", $leftbracket, hex($code0), hex($base), hex($comb), $rightbracket, $Name1);
215 print (" unsigned int comb\;\n");
226 print (" unsigned int comb\;\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-vbi.c90 int luma_lpf,uv_lpf, comb; local
112 comb=0;
116 comb=0x20;
120 comb=0x20;
136 comb=0x20;
142 comb=0x20;
149 comb=0x66;
184 "burst 0x%02x, luma_lpf %i, uv_lpf %i, comb 0x%02x,"
187 src_decimation, burst, luma_lpf, uv_lpf, comb, sc);
211 /* Enables comb filter
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dwrappers.S118 comb,>>=,n %r28,%r1,fork_exit /* just let the syscall exit handle it */
172 comb,>>= %r28,%r1,exec_error
198 comb,>>= %r28,%r1,pipe_exit /* let syscall exit handle it */
236 comb,<< %r28,%r1,no_error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc.s597 comb,= %r19,%r28,L$0060
601 comb,>>= %r19,%r3,L$0060
612 comb,>> %r5,%r3,L$0061
632 comb,<> %r23,%r19,L$0066
663 comb,>>= %r19,%r22,L$0069
687 comb,<<= %r20,%r3,L$0074
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c365 geo->comb = (width < 769) ? 1 : 0;
368 geo->comb = 0;
421 geo->comb = (width < 769) ? 1 : 0;
424 geo->comb = 0;
433 if (geo->comb)
H A Dbttvp.h127 u8 vtc,crop,comb; member in struct:bttv_geometry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall.S207 comb,= %r2,%r20,.Lrt_sigreturn
318 comb,= %r2,%r20,.Ltrace_rt_sigreturn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parser.c1952 enum Combinator comb = 0; local
1960 comb = COMB_PLUS;
1964 comb = COMB_GT;
1967 comb = COMB_WS;
1974 if (comb && sel) {
1975 sel->combinator = comb;
1976 comb = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c1952 enum Combinator comb = 0; local
1960 comb = COMB_PLUS;
1964 comb = COMB_GT;
1967 comb = COMB_WS;
1974 if (comb && sel) {
1975 sel->combinator = comb;
1976 comb = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dudiv-qrnnd.S50 comb,< %r23,0,L$largedivisor

Completed in 214 milliseconds