Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
H A Dcommon.h21 static const unsigned int NUMBER = 128; member
27 char line[NUMBER]; in runProcess()
28 while (fgets(line, NUMBER, fp)) { in runProcess()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimerfdndk.cpp24 #define NUMBER (-1) macro
38 int timerfd = timerfd_create(NUMBER, NUMBER); in Timerfd_create()
52 int timeValue = timerfd_gettime(NUMBER, nullptr); in Timerfd_gettime()
H A Dwcharndk.cpp39 #define NUMBER 5 macro
113 wchar_t names[NUMBER][NUMBER] = {L"Ka", L"Kha", L"Ga", L"Gha", L"Nga"}; in Vfwscanf()
115 for (int i = PARAM_0; i < NUMBER; i++) in Vfwscanf()
119 wchar_t ch, str[NUMBER]; in Vfwscanf()
120 for (int i = PARAM_0; i < NUMBER; i++) { in Vfwscanf()

Completed in 6 milliseconds