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

  /external/fio/crc/
sha3.h 24 unsigned int rsiz; member in struct:fio_sha3_ctx
  /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;
  /external/pdfium/third_party/libopenjpeg20/
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...]

Completed in 113 milliseconds