Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c410 EGLint cit; in PND_gl_createcontext() local
562 for (cit = 0; cit < configs; cit++) { in PND_gl_createcontext()
572 wdata->gles_configs[cit], EGL_STENCIL_SIZE, in PND_gl_createcontext()
586 wdata->gles_configs[cit], EGL_DEPTH_SIZE, in PND_gl_createcontext()
604 if (cit == configs) { in PND_gl_createcontext()
605 cit = 0; in PND_gl_createcontext()
607 wdata->gles_config = cit; in PND_gl_createcontext()
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp3730 Json::Value::const_iterator cit; in JSONTEST_FIXTURE_LOCAL() local
3731 cit = it; in JSONTEST_FIXTURE_LOCAL()
3732 JSONTEST_ASSERT(cit == cj.begin()); in JSONTEST_FIXTURE_LOCAL()

Completed in 13 milliseconds