Searched refs:head_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter.c62 size_t head_size = mask + 1 - from_pos; local in function:CopyLiteralsToByteArray
63 memcpy(literals + pos, data + from_pos, head_size);
65 pos += head_size;
66 insert_len -= head_size;
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c378 int head_size; local in function:AllocateGlyph
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);
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c349 int head_size; local in function:AllocateGlyph
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);

Completed in 4 milliseconds