Home
last modified time | relevance | path

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

/third_party/popt/tests/
Dtdict.c72 _poptBitsN = _poptBitsK * rc; in main()
125 _poptBitsN, _poptBitsM, _poptBitsK, (((_poptBitsM/8)+1)+1023)/1024, e.total, e.hits, e.misses); in main()
/third_party/popt/src/
Dlibpopt.vers12 _poptBitsN;
Dpopt.h574 extern unsigned int _poptBitsN;
Dpopt.c700 unsigned int _poptBitsN = _POPT_BITS_N; variable
711 if (_poptBitsN == 0) { in _poptBitsNew()
712 _poptBitsN = _POPT_BITS_N; in _poptBitsNew()
715 if (_poptBitsM == 0U) _poptBitsM = (3 * _poptBitsN) / 2; in _poptBitsNew()