Searched refs:cccc (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/lib/
H A Dmemset.c36 op_t cccc; local
38 cccc = (unsigned char) c;
39 cccc |= cccc << 8;
40 cccc |= cccc << 16;
43 cccc |= (cccc << 16) << 16;
58 ((op_t *) dstp)[0] = cccc;
59 ((op_t *) dstp)[1] = cccc;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/lib/
H A Dmemset.c36 op_t cccc; local
38 cccc = (unsigned char) c;
39 cccc |= cccc << 8;
40 cccc |= cccc << 16;
43 cccc |= (cccc << 16) << 16;
58 ((op_t *) dstp)[0] = cccc;
59 ((op_t *) dstp)[1] = cccc;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dgetqueue.c1973 int i, n, j, cccc, wildcard, len; local
2051 cccc = Find_flag_value(&job->destination,COPIES,Value_sep);
2053 if( cccc > 1 ){
2077 cccc = cval(s);
2078 buffer[0] = cccc;
2079 if( isupper(cccc) && Find_str_value(&controlfile,buffer,Value_sep) ){
2100 cccc = *s;
2101 buffer[0] = cccc;
2103 if( (!isupper(cccc) && !isdigit(cccc)) || (!safestrch
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dgetqueue.c1973 int i, n, j, cccc, wildcard, len; local
2051 cccc = Find_flag_value(&job->destination,COPIES,Value_sep);
2053 if( cccc > 1 ){
2077 cccc = cval(s);
2078 buffer[0] = cccc;
2079 if( isupper(cccc) && Find_str_value(&controlfile,buffer,Value_sep) ){
2100 cccc = *s;
2101 buffer[0] = cccc;
2103 if( (!isupper(cccc) && !isdigit(cccc)) || (!safestrch
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dgetqueue.c1973 int i, n, j, cccc, wildcard, len; local
2051 cccc = Find_flag_value(&job->destination,COPIES,Value_sep);
2053 if( cccc > 1 ){
2077 cccc = cval(s);
2078 buffer[0] = cccc;
2079 if( isupper(cccc) && Find_str_value(&controlfile,buffer,Value_sep) ){
2100 cccc = *s;
2101 buffer[0] = cccc;
2103 if( (!isupper(cccc) && !isdigit(cccc)) || (!safestrch
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbzip2_inflate.c391 #define BZ_GET_FAST(cccc) \
393 cccc = (UChar)(s->tPos & 0xff); \
396 #define BZ_GET_FAST_C(cccc) \
398 cccc = (UChar)(c_tPos & 0xff); \
418 #define BZ_GET_SMALL(cccc) \
419 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \

Completed in 196 milliseconds