OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapCount
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c
66
unsigned
mapCount
;
205
buf->
mapCount
= 0;
236
++buf->
mapCount
;
246
--buf->
mapCount
;
247
if (buf->
mapCount
== 0)
351
buf->
mapCount
= 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c
66
unsigned
mapCount
;
201
buf->
mapCount
= 0;
233
++buf->
mapCount
;
243
--buf->
mapCount
;
347
buf->
mapCount
= 0;
/xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.h
109
FT_UInt
mapCount
;
ttgxvar.c
648
FT_READ_USHORT( map->
mapCount
) )
663
if ( FT_NEW_ARRAY( map->innerIndex, map->
mapCount
) )
666
if ( FT_NEW_ARRAY( map->outerIndex, map->
mapCount
) )
669
for ( i = 0; i < map->
mapCount
; i++ )
1031
if ( idx >= table->widthMap.
mapCount
)
1032
idx = table->widthMap.
mapCount
- 1;
Completed in 34 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026