Home
last modified time | relevance | path

Searched refs:_positions (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gperf/src/
HDpositions.icc43 _positions[0] = pos1;
51 _positions[0] = pos1;
52 _positions[1] = pos2;
62 memcpy (_positions, src._positions, _size * sizeof (_positions[0]));
72 memcpy (_positions, src._positions, _size * sizeof (_positions[0]));
87 return _positions[index];
106 int *ptr = _positions;
115 return _positions;
134 int *base = _positions;
203 index < positions._size && positions._positions[index] >= maxlen;
[all …]
HDpositions.cc38 const int *p = _positions + _size - 1; in contains()
63 int *p = _positions + _size - 1; in add()
88 int *p = _positions + _size - 1; in remove()
134 const int *p = _positions + _size - 1; in print()
HDpositions.h103 int _positions[MAX_SIZE]; variable
/trueos/contrib/gperf/
HDChangeLog495 (Positions::_positions): Change element type.
1263 (Positions::_positions): Increase array size.