Home
last modified time | relevance | path

Searched refs:_POPT_BITS_N (Results 1 – 2 of 2) sorted by relevance

/third_party/popt/src/
Dpopt.h570 #define _POPT_BITS_N 1024U /* estimated population */ macro
571 #define _POPT_BITS_M ((3U * _POPT_BITS_N) / 2U)
Dpopt.c700 unsigned int _poptBitsN = _POPT_BITS_N;
712 _poptBitsN = _POPT_BITS_N; in _poptBitsNew()