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

/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c44 } AtomListRec, *AtomListPtr; typedef in typeref:struct:_AtomList *
46 static AtomListPtr *hashTable;
52 static AtomListPtr *reverseMap;
74 AtomListPtr *newHashTable;
84 newHashTable = calloc (newHashSize, sizeof (AtomListPtr));
88 newHashSize * (unsigned long)sizeof (AtomListPtr));
121 AtomListPtr *newMap;
128 newMap = realloc (reverseMap, newMapSize * sizeof (AtomListPtr));
132 newMapSize * (unsigned long)sizeof(AtomListPtr));
156 AtomListPtr
[all...]
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c45 } AtomListRec, *AtomListPtr; typedef in typeref:struct:_AtomList *
47 static AtomListPtr *hashTable;
53 static AtomListPtr *reverseMap;
73 AtomListPtr *newHashTable;
83 newHashTable = calloc(newHashSize, sizeof(AtomListPtr));
87 newHashSize * (unsigned long) sizeof(AtomListPtr));
117 AtomListPtr *newMap;
124 newMap = reallocarray(reverseMap, newMapSize, sizeof(AtomListPtr));
128 newMapSize * (unsigned long) sizeof(AtomListPtr));
148 AtomListPtr
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c43 } AtomListRec, *AtomListPtr; typedef in typeref:struct:_AtomList *
45 static AtomListPtr *hashTable;
51 static AtomListPtr *reverseMap;
71 AtomListPtr *newHashTable;
78 newHashTable = calloc(newHashSize, sizeof(AtomListPtr));
82 newHashSize * (unsigned long) sizeof(AtomListPtr));
112 AtomListPtr *newMap;
119 newMap = realloc(reverseMap, newMapSize * sizeof(AtomListPtr));
123 newMapSize * (unsigned long) sizeof(AtomListPtr));
143 AtomListPtr
[all...]

Completed in 4 milliseconds