HomeSort by: relevance | last modified time | path
    Searched refs:head_size (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/enc/
block_splitter.c 62 size_t head_size = mask + 1 - from_pos; local
63 memcpy(literals + pos, data + from_pos, head_size);
65 pos += head_size;
66 insert_len -= head_size;
  /xsrc/external/mit/xorg-server/dist/render/
glyph.c 349 int head_size; local
351 head_size = sizeof(GlyphRec) + screenInfo.numScreens * sizeof(PicturePtr);
352 size = (head_size + dixPrivatesSize(PRIVATE_GLYPH));
359 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH); local
  /xsrc/external/mit/xorg-server.old/dist/render/
glyph.c 378 int head_size; local
380 head_size = sizeof (GlyphRec) + screenInfo.numScreens * sizeof (PicturePtr);
381 size = (head_size + dixPrivatesSize(PRIVATE_GLYPH));
388 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH); local

Completed in 5 milliseconds