Searched refs:PARAM_8 (Results 1 – 8 of 8) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | mallocndk.cpp | 35 #define PARAM_8 8 macro 78 void *buff = (void *)memalign(align, PARAM_8 * align); in Memalign()
|
D | utmpndk.cpp | 29 #define PARAM_8 8 macro 59 utmp.ut_pid = ('#' << PARAM_8) + PARAM_3 + '0'; in Pututline()
|
D | searchndk1.cpp | 38 #define PARAM_8 8 macro 60 ret = hcreate(PARAM_8); in Hcreate() 86 ret = hcreate_r(PARAM_8, &data); in HcreateR() 110 hcreate(PARAM_8); in Hdestroy() 134 hcreate_r(PARAM_8, &data); in HdestroyR()
|
D | fenvndk.cpp | 24 #define PARAM_8 8 macro 164 case PARAM_8: in FeClearExcept()
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/ |
D | nativeimage.cpp | 28 #define PARAM_8 8 macro 95 EGLint config_attribs[] = {EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_RED_SIZE, PARAM_8, in InitEGLEnv() 96 EGL_GREEN_SIZE, PARAM_8, EGL_BLUE_SIZE, PARAM_8, in InitEGLEnv() 97 … EGL_ALPHA_SIZE, PARAM_8, EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT, in InitEGLEnv()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
D | nativendk.cpp | 37 #define PARAM_8 8 macro 83 } else if (firstParam == PARAM_8) { in CreateCapability() 111 if (firstParam == PARAM_8) { in TestInitAVErrCode() 365 } else if (sixParam == PARAM_8) { in TestForCallTiming()
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
D | avplayerndk.cpp | 40 #define PARAM_8 8 macro 55 const EGLint configAttribs[] = {EGL_RED_SIZE, PARAM_8, EGL_GREEN_SIZE, PARAM_8, in InitGLES() 56 EGL_BLUE_SIZE, PARAM_8, EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT, in InitGLES()
|
/test/xts/acts/driver/device_manager_ndk/entry/src/main/cpp/ |
D | usbddk.cpp | 29 #define PARAM_8 8 macro 347 setup.wValue = (0x03 << PARAM_8) | 0x01; in UsbSendControlReadRequestOne()
|