Searched refs:abits (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dccp.c198 int rbits, abits; local
202 abits = rbits = strtol(str, &endp, 0);
205 abits = strtol(str, &endp, 0);
212 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
222 if (abits > 0) {
224 ccp_allowoptions[0].bsd_bits = abits;
228 rbits == abits? "%d": "%d,%d", rbits, abits);
237 int rbits, abits; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c264 int rbits, abits; local
268 abits = rbits = strtol(str, &endp, 0);
271 abits = strtol(str, &endp, 0);
278 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
288 if (abits > 0) {
290 ccp_allowoptions[0].bsd_bits = abits;
294 rbits == abits? "%d": "%d,%d", rbits, abits);
303 int rbits, abits; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c1673 unsigned char *abits, unsigned char *bbits,
1681 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++)
1685 if (*abits < *bbits) res = -1;
1686 if (*abits > *bbits) res = 1;
1688 if (*abits)
1693 if (!(*abits & 0x01)) alow++;
1694 if (!(*abits & 0x02)) alow++;
1695 if (!(*abits & 0x04)) alow++;
1696 if (!(*abits & 0x08)) alow++;
1697 if (!(*abits
1672 attr_info_compare_compute_range( unsigned char *abits, unsigned char *bbits, unsigned int *alowp, unsigned int *ahighp, unsigned int *blowp, unsigned int *bhighp) argument
1764 unsigned char *abits, *bbits; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddca.c940 int abits = s->bitalloc[k][l]; local
942 float quant_step_size = quant_step_table[abits];
950 int sel = s->quant_index_huffman[k][abits];
955 if(!abits){
957 }else if(abits >= 11 || !dca_smpl_bitalloc[abits].vlc[sel].table){
958 if(abits <= 7){
963 size = abits_sizes[abits-1];
964 levels = abits_levels[abits-1];
976 subband_samples[k][l][m] = get_sbits(&s->gb, abits
[all...]

Completed in 106 milliseconds