Searched refs:CSIZE (Results 1 - 25 of 139) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/extra/7z2lzma/
H A D7z2lzma.bash66 CSIZE=$(printf '%s\n' "$INFO" | sed -rn 's|^Packed Size = ([0-9]+$)|\1|p')
70 if [ -z "$CSIZE" -o -z "$USIZE" -o -z "$DICT" ]; then
107 BIGSIZE=$((CSIZE / BS))
108 CSIZE=$((CSIZE % BS))
112 && dd bs=1 count="$CSIZE"
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/extra/7z2lzma/
H A D7z2lzma.bash66 CSIZE=$(printf '%s\n' "$INFO" | sed -rn 's|^Packed Size = ([0-9]+$)|\1|p')
70 if [ -z "$CSIZE" -o -z "$USIZE" -o -z "$DICT" ]; then
107 BIGSIZE=$((CSIZE / BS))
108 CSIZE=$((CSIZE % BS))
112 && dd bs=1 count="$CSIZE"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Ddebug.c146 int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00;
216 reg3 = (cflag & CSIZE) == CS8 ? 0xc0 : 0x40;
217 reg5 = (cflag & CSIZE) == CS8 ? 0x60 : 0x20 | 0x82 /* assert DTR/RTS */;
243 int csize = ((cflag & CSIZE) == CS8) ? 0x10 : 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dflexdef.h74 #define CSIZE 256 macro
231 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
541 * can use the CSIZE'th element to hold equivalence class information
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
548 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
550 * don't require the extra position since they're indexed from 1 .. CSIZE - 1.
552 extern int tecfwd[CSIZE + 1], tecbck[CSIZE
[all...]
H A Ddfa.c203 int out_char_set[CSIZE];
402 int symlist[CSIZE + 1];
411 * from 1 to CSIZE, so their size must be CSIZE + 1.
413 int duplist[CSIZE + 1], state[CSIZE + 1];
414 int targfreq[CSIZE + 1], targstate[CSIZE + 1];
1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
206 csize = CSIZE;
809 csize = CSIZE;
H A Decs.c121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
H A Dtblcmp.c81 int extptr, extrct[2][CSIZE + 1];
230 int tmpstorage[CSIZE + 1];
714 int i, numdiff, tmpbase, tmp[CSIZE + 1];
715 Char transset[CSIZE + 1];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dflexdef.h74 #define CSIZE 256 macro
231 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
541 * can use the CSIZE'th element to hold equivalence class information
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
548 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
550 * don't require the extra position since they're indexed from 1 .. CSIZE - 1.
552 extern int tecfwd[CSIZE + 1], tecbck[CSIZE
[all...]
H A Ddfa.c203 int out_char_set[CSIZE];
402 int symlist[CSIZE + 1];
411 * from 1 to CSIZE, so their size must be CSIZE + 1.
413 int duplist[CSIZE + 1], state[CSIZE + 1];
414 int targfreq[CSIZE + 1], targstate[CSIZE + 1];
1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
206 csize = CSIZE;
809 csize = CSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_lzw.c82 #define CSIZE (MAXCODE(BITS_MAX)+1024L) macro
84 #define CSIZE (MAXCODE(BITS_MAX)+1L) macro
184 sp->dec_codetab = (code_t*)_TIFFmalloc(CSIZE*sizeof (code_t));
269 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t));
386 free_entp >= &sp->dec_codetab[CSIZE]) {
395 free_entp->next >= &sp->dec_codetab[CSIZE]) {
582 free_entp >= &sp->dec_codetab[CSIZE]) {
591 free_entp->next >= &sp->dec_codetab[CSIZE]) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstty.c178 MI_ENTRY("cs5", control, 0, CS5, CSIZE),
179 MI_ENTRY("cs6", control, 0, CS6, CSIZE),
180 MI_ENTRY("cs7", control, 0, CS7, CSIZE),
181 MI_ENTRY("cs8", control, 0, CS8, CSIZE),
780 mode->c_cflag = (mode->c_cflag & ~PARENB & ~CSIZE) | CS8;
782 mode->c_cflag = (mode->c_cflag & ~PARODD & ~CSIZE) | PARENB | CS7;
785 mode->c_cflag = (mode->c_cflag & ~PARENB & ~CSIZE) | CS8;
787 mode->c_cflag = (mode->c_cflag & ~CSIZE) | CS7 | PARODD | PARENB;
809 mode->c_cflag = (mode->c_cflag & ~CSIZE) | CS7 | PARENB;
812 mode->c_cflag = (mode->c_cflag & ~PARENB & ~CSIZE) | CS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtermbits.h149 #define CSIZE 0000060 /* Number of bits per byte (mask). */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dtermbits.h132 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dtermbits.h132 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dempeg.c129 &= ~(CSIZE /* no size */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dtermbits.h131 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtermbits.h160 #define CSIZE 00001400 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dtermbits.h148 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dtermbits.h132 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dtermbits.h134 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dtermbits.h132 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dtermbits.h132 #define CSIZE 0000060 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dtermbits.h140 #define CSIZE 0000060 macro

Completed in 137 milliseconds

123456