Searched refs:ArraySize (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/include/
H A Defifs.h95 UINT32 ArraySize; member in struct:_EFI_LBAL
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility13.C16 const int ArraySize = 12; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility13.C16 const int ArraySize = 12; variable
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c466 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
690 if( i<ArraySize(p->colWidth) ){
701 if( i<ArraySize(p->actualWidth) ){
711 if( i<ArraySize(p->actualWidth) ){
725 if( i<ArraySize(p->actualWidth) ){
1512 while( zLine[i] && nArg<ArraySize(azArg) ){
1670 memset(p->colWidth,0,ArraySize(p->colWidth));
1960 "%.*s", (int)ArraySize(p->nullvalue)-1, azArg[1]);
1984 strncpy(mainPrompt,azArg[1],(int)ArraySize(mainPrompt)-1);
1987 strncpy(continuePrompt,azArg[2],(int)ArraySize(continuePromp
[all...]
H A Dsqlite3.c8023 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
12755 /* Since ArraySize(azCompileOpt) is normally in single digits, a
12757 for(i=0; i<ArraySize(azCompileOpt); i++){
12769 if( N>=0 && N<ArraySize(azCompileOpt) ){
13303 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13313 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13325 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13341 if( op<0 || op>=ArraySize(wsdStat.nowValue) ){
14056 for(n=0; n<ArraySize(zBuf)-1 && zMod[n]; n++){
14631 for(i=0; i<ArraySize(aDateTimeFunc
[all...]

Completed in 395 milliseconds