HomeSort by relevance Sort by last modified time
    Searched refs:rsiz (Results 1 - 10 of 10) sorted by null

  /external/fio/crc/
sha3.c 94 sctx->rsiz = 200 - 2 * digest_sz;
95 sctx->rsizw = sctx->rsiz / 8;
129 if ((sctx->partial + len) > (sctx->rsiz - 1)) {
133 done + sctx->rsiz);
144 done += sctx->rsiz;
146 } while (done + (sctx->rsiz - 1) < len);
161 memset(sctx->buf + inlen, 0, sctx->rsiz - inlen);
162 sctx->buf[sctx->rsiz - 1] |= 0x80;
sha3.h 24 unsigned int rsiz; member in struct:fio_sha3_ctx
  /external/pdfium/third_party/libopenjpeg20/
j2k.c     [all...]
openjpeg.c 719 parameters->rsiz = OPJ_PROFILE_NONE;
873 if (OPJ_IS_PART2(parameters->rsiz)) {
874 parameters->rsiz |= OPJ_EXTENSION_MCT;
876 parameters->rsiz = ((OPJ_PROFILE_PART2) | (OPJ_EXTENSION_MCT));
    [all...]
j2k.h 350 /** Rsiz*/
351 OPJ_UINT16 rsiz; member in struct:opj_cp
openjpeg.h 182 * These values help choosing the RSIZ value for the J2K codestream.
183 * The RSIZ value triggers various encoding options, as detailed in Table A.10.
186 * Example: rsiz = OPJ_PROFILE_PART2 | OPJ_EXTENSION_MCT;
189 * Example: rsiz = OPJ_PROFILE_BC_MULTI | 0x0005; (here mainlevel 5)
192 * Example: rsiz = OPJ_PROFILE_IMF_2K | 0x0040 | 0x0005; (here main 5 and sublevel 4)
243 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and OPJ_EXTENSION_* instead
244 * Rsiz Capabilities
254 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and OPJ_EXTENSION_* instead
469 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and MAX_COMP_SIZE instead
479 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and OPJ_EXTENSION_* instea
503 OPJ_UINT16 rsiz; member in struct:opj_cparameters
    [all...]
pi.c     [all...]
t2.c 242 OPJ_UINT32 pocno = (l_cp->rsiz == OPJ_PROFILE_CINEMA_4K) ? 2 : 1;
    [all...]
tcd.c 576 if (OPJ_IS_CINEMA(cp->rsiz)) {
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 667 int rsiz = local
671 if ((rsiz =
672 eph_read(conn, buf, rsiz)) <= 0)
674 length -= rsiz;

Completed in 1460 milliseconds