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/orig/
Dshell.c13757 int bIsInit = 0; /* True to initialize the SELFTEST table */ in do_meta_command() local
13771 bIsInit = 1; in do_meta_command()
13790 if( bIsInit ){ in do_meta_command()
/external/sqlite/dist/
Dshell.c13780 int bIsInit = 0; /* True to initialize the SELFTEST table */ in do_meta_command() local
13794 bIsInit = 1; in do_meta_command()
13813 if( bIsInit ){ in do_meta_command()