Searched refs:c4 (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Deuc_tw.h54 unsigned char c4 = s[3]; local
55 if (c3 >= 0xa1 && c3 < 0xff && c4 >= 0xa1 && c4 < 0xff) {
58 buf[0] = c3-0x80; buf[1] = c4-0x80;
H A Dgb18030.h246 unsigned char c4 = s[3]; local
247 if (c4 >= 0x30 && c4 <= 0x39) {
248 unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dgb18030uni.h182 unsigned char c4 = s[3]; local
183 if (c4 >= 0x30 && c4 <= 0x39) {
184 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A DMakefile11 obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sh4/
H A Didct_sh4.c29 #define c4 1.00000000000000000000 /* sqrt(2)*cos(4*pi/16) */ macro
35 c4, c4, c4, c4,
37 c4,-c4,-c4, c4,
51 #undef c4 macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-charset.c246 unsigned char c4 = s[3]; local
247 if (c4 >= 0xa1 && c4 < 0xff)
317 unsigned char c4 = s[3]; local
318 if (c4 >= 0x30 && c4 <= 0x39)
392 unsigned char c4 = s[3]; local
393 if (c4 >= 0x80 && c4 < 0xc0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleInput.java412 long c4 = readFast();
413 if ((c1 | c2 | c3 | c4) < 0) {
416 return ((c1 << 24) | (c2 << 16) | (c3 << 8) | c4);
429 long c4 = readFast();
434 if ((c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8) < 0) {
437 return ((c1 << 56) | (c2 << 48) | (c3 << 40) | (c4 << 32) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Didct_mmx.c79 #define mmxext_table(c1,c2,c3,c4,c5,c6,c7) { c4, c2, -c4, -c2, \
80 c4, c6, c4, c6, \
83 c4, -c6, c4, -c6, \
84 -c4, c2, c4, -c2, \
194 #define mmx_table(c1,c2,c3,c4,c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep_internals.h35 get_usage_chars(struct lock_class *class, char *c1, char *c2, char *c3, char *c4);
H A Dlockdep_proc.c101 char c1, c2, c3, c4; local
113 get_usage_chars(class, &c1, &c2, &c3, &c4);
114 seq_printf(m, " %c%c%c%c", c1, c2, c3, c4);
H A Dlockdep.c338 get_usage_chars(struct lock_class *class, char *c1, char *c2, char *c3, char *c4) argument
340 *c1 = '.', *c2 = '.', *c3 = '.', *c4 = '.';
363 *c4 = '-';
365 *c4 = '+';
367 *c4 = '?';
373 char str[KSYM_NAME_LEN + 1], c1, c2, c3, c4; local
376 get_usage_chars(class, &c1, &c2, &c3, &c4);
389 printk("){%c%c%c%c}", c1, c2, c3, c4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmangle_hash2.c662 unsigned char c1, c2, c3, c4; local
667 c4 = (unsigned char)reserved_names[i][3];
672 char_flags[c4] |= FLAG_POSSIBLE4;
676 char_flags[tolower(c4)] |= FLAG_POSSIBLE4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Didct_altivec.c74 vy1 = vec_mradds (c4, t3, t5); \
76 vy2 = vec_mradds (c4, t4, t0); \
85 vec_s16 a0, a1, a2, ma2, c4, mc4, zero, bias; \
89 c4 = vec_splat (constants[0], 0); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddct-test.c393 static double c4[4][4]; local
414 c4[i][j] = s * cos(M_PI * i * (j + 0.5) / 4.0);
415 sum += c4[i][j] * c4[i][j];
445 sum += c4[k][j] * block2[8*(2*k)+i];
451 sum += c4[k][j] * block2[8*(2*k+1)+i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A DMakefile.am26 44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-vbi.c475 u8 c1 = 0, c2 = 0, c3 = 0, c4 = 0; local
489 c4 = data.data[1];
493 ivtv_set_cc(itv, mode, c1, c2, c3, c4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm940.S255 mcr p15, 0, r0, c6, c4, 0
261 mcr p15, 0, r0, c6, c4, 1
H A Dproc-arm740.S70 mcr p15, 0, r0, c6, c4
H A Dproc-arm946.S308 mcr p15, 0, r0, c6, c4, 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c121 int_least64_t c4[3] = { 17, INT_LEAST64_MIN, INT_LEAST64_MAX }; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dproc-funcs.S223 mcr p15, 0, r0, c4, c0 @ ARM3 Updateable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfig.guess348 echo c4-convex-bsd
685 c4*)
686 echo c4-convex-bsd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c1497 #define CMP4( s, c1, c2, c3, c4 ) \
1499 ((unsigned char *) s)[ 2 ] == c3 && ((unsigned char *) s)[ 3 ] == c4 )
1500 #define CMP5( s, c1, c2, c3, c4, c5 ) \
1501 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
1502 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1503 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1504 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1505 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1506 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1507 ( CMP7( s, c1, c2, c3, c4, c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c1791 #define CMP4( s, c1, c2, c3, c4 ) \
1793 ((unsigned char *) s)[ 2 ] == c3 && ((unsigned char *) s)[ 3 ] == c4 )
1794 #define CMP5( s, c1, c2, c3, c4, c5 ) \
1795 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
1796 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1797 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1798 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1799 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1800 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1801 ( CMP7( s, c1, c2, c3, c4, c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c1497 #define CMP4( s, c1, c2, c3, c4 ) \
1499 ((unsigned char *) s)[ 2 ] == c3 && ((unsigned char *) s)[ 3 ] == c4 )
1500 #define CMP5( s, c1, c2, c3, c4, c5 ) \
1501 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
1502 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1503 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1504 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1505 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1506 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1507 ( CMP7( s, c1, c2, c3, c4, c
[all...]

Completed in 182 milliseconds

123