Searched refs:nprops (Results 1 – 1 of 1) sorted by relevance
37 explicit LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) { in LocalPropertyTestState()60 names = new char* [nprops]; in LocalPropertyTestState()61 name_lens = new int[nprops]; in LocalPropertyTestState()62 values = new char* [nprops]; in LocalPropertyTestState()63 value_lens = new int[nprops]; in LocalPropertyTestState()65 srandom(nprops); in LocalPropertyTestState()67 for (int i = 0; i < nprops; i++) { in LocalPropertyTestState()114 for (int i = 0; i < nprops; i++) { in ~LocalPropertyTestState()125 const int nprops; member138 const size_t nprops = state.range(0); in BM_property_get() local[all …]