Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 – 25 of 54) sorted by relevance

123

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZip64ExtendedInformationExtraFieldTest.java32 private static final ZipEightByteInteger CSIZE = field in Zip64ExtendedInformationExtraFieldTest
43 new Zip64ExtendedInformationExtraField(SIZE, CSIZE); in testWriteCDOnlySizes()
53 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, OFF, null); in testWriteCDSizeAndOffset()
64 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, OFF, DISK); in testWriteCDSizeOffsetAndDisk()
76 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, null, DISK); in testWriteCDSizeAndDisk()
90 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesOnly()
93 assertEquals(CSIZE, f.getCompressedSize()); in testReadLFHSizesOnly()
104 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesAndOffset()
108 assertEquals(CSIZE, f.getCompressedSize()); in testReadLFHSizesAndOffset()
119 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesOffsetAndDisk()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_lzw.c79 #define CSIZE (MAXCODE(BITS_MAX)+1024L) macro
81 #define CSIZE (MAXCODE(BITS_MAX)+1L) macro
231 sp->dec_codetab = (code_t*)_TIFFmalloc(CSIZE*sizeof (code_t)); in LZWSetupDecode()
334 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t)); in LZWPreDecode()
450 (CSIZE - CODE_FIRST) * sizeof (code_t)); in LZWDecode()
475 free_entp >= &sp->dec_codetab[CSIZE]) { in LZWDecode()
484 free_entp->next >= &sp->dec_codetab[CSIZE]) { in LZWDecode()
684 (CSIZE - CODE_FIRST) * sizeof (code_t)); in LZWDecodeCompat()
709 free_entp >= &sp->dec_codetab[CSIZE]) { in LZWDecodeCompat()
717 free_entp->next >= &sp->dec_codetab[CSIZE]) { in LZWDecodeCompat()
/external/cblas/testing/
Dc_zblat1.f612 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument
621 COMPLEX*16 CCOMP(LEN), CSIZE(LEN), CTRUE(LEN) local
636 SSIZE(2*I-1) = DBLE(CSIZE(I))
637 SSIZE(2*I) = DIMAG(CSIZE(I))
Dc_cblat1.f612 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument
621 COMPLEX CCOMP(LEN), CSIZE(LEN), CTRUE(LEN) local
636 SSIZE(2*I-1) = REAL(CSIZE(I))
637 SSIZE(2*I) = AIMAG(CSIZE(I))
/external/eigen/blas/testing/
Dzblat1.f654 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument
663 COMPLEX*16 CCOMP(LEN), CSIZE(LEN), CTRUE(LEN) local
678 SSIZE(2*I-1) = DBLE(CSIZE(I))
679 SSIZE(2*I) = DIMAG(CSIZE(I))
Dcblat1.f654 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument
663 COMPLEX CCOMP(LEN), CSIZE(LEN), CTRUE(LEN) local
678 SSIZE(2*I-1) = REAL(CSIZE(I))
679 SSIZE(2*I) = AIMAG(CSIZE(I))
/external/toybox/toys/pending/
Dstty.c87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
/external/python/cpython3/Lib/
Dtty.py23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
/external/python/cpython2/Lib/
Dtty.py23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h132 #define CSIZE 0000060 macro
/external/rust/crates/libc/src/unix/solarish/
Dcompat.rs14 (*termios).c_cflag &= !(CSIZE | PARENB); in cfmakeraw()
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c112 CSIZE | CSTOPB | PARENB | CRTSCTS); in callback_raw_test()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py144 CSIZE = 0000060 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py144 CSIZE = 0000060 variable
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c75 buf.c_cflag &= ~(CSIZE | PARENB); in tty_semi_raw()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs281 pub const CSIZE: ::tcflag_t = 0x00000030; constant
/external/python/cpython2/Modules/
Dtermios.c494 {"CSIZE", CSIZE},
/external/python/cpython3/Modules/
Dtermios.c537 {"CSIZE", CSIZE},
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py360 cflag &= ~TERMIOS.CSIZE
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs542 pub const CSIZE: ::tcflag_t = 0x00000030; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs366 pub const CSIZE: ::tcflag_t = 0o000060; constant
Dmips64.rs667 pub const CSIZE: ::tcflag_t = 0x00000030; constant
Dpowerpc64.rs685 pub const CSIZE: ::tcflag_t = 0x00000300; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs697 pub const CSIZE: ::tcflag_t = 0x00000030; constant

123