OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prefix_strings
(Results
1 - 1
of
1
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
x86_format.c
49
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 ); }
[
all
...]
Completed in 459 milliseconds