HomeSort by relevance Sort by last modified time
    Searched full:index_bytes (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
read_xattrs.c 153 int res, bytes, i, indexes, index_bytes, ids; local
179 index_bytes = SQUASHFS_XATTR_BLOCK_BYTES(ids);
181 index = malloc(index_bytes);
186 index_bytes, index);
  /external/mesa3d/src/mesa/main/
api_validate.c 42 index_bytes(GLenum type, GLsizei count) function
345 if (index_bytes(type, count) > ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {
403 if (index_bytes(type, count[i]) >
468 if (index_bytes(type, count) > ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {
600 if (index_bytes(type, count) > ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {

Completed in 93 milliseconds