Home
last modified time | relevance | path

Searched refs:bIsInit (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGlobal.h289 static bool bIsInit = false; in PVRTIsLittleEndian() local
291 if(!bIsInit) in PVRTIsLittleEndian()
296 bIsInit = true; in PVRTIsLittleEndian()
/external/sqlite/dist/
Dshell.c5976 int bIsInit = 0; /* True to initialize the SELFTEST table */ in do_meta_command() local
5998 bIsInit = 1; in do_meta_command()
6017 if( bIsInit ){ in do_meta_command()
/external/sqlite/dist/orig/
Dshell.c5954 int bIsInit = 0; /* True to initialize the SELFTEST table */ in do_meta_command() local
5976 bIsInit = 1; in do_meta_command()
5995 if( bIsInit ){ in do_meta_command()