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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_device_name.c245 unsigned num_tabs; local in function:populate_vendor
253 for ( num_tabs = 0 ; num_tabs < 3 ; num_tabs++ ) {
254 if ( buf[ num_tabs ] != '\t' ) {
259 if ( !isxdigit( buf[ num_tabs + 0 ] )
260 || !isxdigit( buf[ num_tabs + 1 ] )
261 || !isxdigit( buf[ num_tabs + 2 ] )
262 || !isxdigit( buf[ num_tabs + 3 ] ) ) {
275 if ( num_tabs
[all...]
/xsrc/external/mit/editres/dist/
H A Dwtree.c675 * num_tabs - number of spaces to indent.
681 PerformTreeToFileDump(WNode *node, Cardinal num_tabs, FILE *fp) argument
685 for (i = 0; i < num_tabs; i++)
689 num_tabs++;
691 PerformTreeToFileDump(node->children[i], num_tabs, fp);
H A DeditresP.h397 extern void PerformTreeToFileDump ( WNode * node, Cardinal num_tabs, FILE * fp );
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_print.c37 print_tabs(unsigned num_tabs, FILE *fp) argument
39 for (unsigned i = 0; i < num_tabs; i++)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c38 print_tabs(unsigned num_tabs, FILE *fp) argument
40 for (unsigned i = 0; i < num_tabs; i++)

Completed in 7 milliseconds