OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S390_MAX_MNEMONIC_LEN
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
s390_defs.h
150
#define
S390_MAX_MNEMONIC_LEN
8
s390_disasm.c
37
#include "s390_defs.h" //
S390_MAX_MNEMONIC_LEN
45
vassert(vex_strlen(mnm) <=
S390_MAX_MNEMONIC_LEN
);
47
static HChar buf[
S390_MAX_MNEMONIC_LEN
+ 1];
49
vex_sprintf(buf, "%-*s",
S390_MAX_MNEMONIC_LEN
, mnm);
115
static HChar buf[
S390_MAX_MNEMONIC_LEN
+ 1];
146
static HChar buf[
S390_MAX_MNEMONIC_LEN
+ 1];
Completed in 62 milliseconds