Home
last modified time | relevance | path

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

/trunk/main/tools/workben/
H A Dsolar.c253 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess() function
283 if ( CheckGetAccess( eT, (void*)(p+i) ) ) in GetAlignment()
290 if ( CheckGetAccess( t_char, p ) ) in CheckCharAccess()
391 printf( ( CheckGetAccess( t_long, (long*)&a[i] ) ? "OK\n" : "ERROR\n" ) ); in main()
402 printf( ( CheckGetAccess( t_double, (double*)&a[i] ) ? "OK\n" : "ERROR\n" ) ); in main()
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c255 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess() function
301 if ( CheckGetAccess( eT, (void*)(p+i) ) ) in GetAlignment()
402 if ( CheckGetAccess( t_char, p ) ) in InfoMemoryAccess()
434 if ( CheckGetAccess(eT, (long*)&a[i]) ) in InfoMemoryTypeAccess()

Completed in 21 milliseconds