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

  /xsrc/external/mit/freetype/dist/src/cff/
cffparse.h 124 FT_UInt count_offset; member in struct:CFF_Field_Handler_
cffparse.c 1529 field->count_offset;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline_cache.c 979 intptr_t count_offset = blob_reserve_uint32(&blob); local
980 if (count_offset < 0) {
1000 blob_overwrite_uint32(&blob, count_offset, count);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_pipeline_cache.c 611 intptr_t count_offset = blob_reserve_uint32(&blob); local
612 if (count_offset < 0) {
635 blob_overwrite_uint32(&blob, count_offset, count);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_pipeline_cache.c 545 intptr_t count_offset = blob_reserve_uint32(&blob); local
546 if (count_offset < 0) {
569 blob_overwrite_uint32(&blob, count_offset, count);
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
psaux.h 264 FT_UInt count_offset; /* offset of element count for */ member in struct:T1_FieldRec_
  /xsrc/external/mit/freetype/dist/src/psaux/
psobjs.c 1363 /* we further assume that `count_offset' can't be zero */
1364 if ( field->type != T1_FIELD_TYPE_BBOX && field->count_offset != 0 )
1365 *(FT_Byte*)( (FT_Byte*)objects[0] + field->count_offset ) =

Completed in 13 milliseconds