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

/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c49 static const char *prefix_strings[] = { variable
63 if ( prefix & 1 ) { STRNCAT( buf, prefix_strings[1], len ); }
64 if ( prefix & 2 ) { STRNCAT( buf, prefix_strings[2], len ); }
65 if ( prefix & 4 ) { STRNCAT( buf, prefix_strings[3], len ); }
66 if ( prefix & 8 ) { STRNCAT( buf, prefix_strings[4], len ); }

Completed in 78 milliseconds