HomeSort by relevance Sort by last modified time
    Searched defs:MAX_OP_STRING (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 32 char _tmp[MAX_OP_STRING]; \
163 char str[MAX_OP_STRING];
648 char str[MAX_OP_STRING];
722 char str[MAX_OP_STRING];
786 char str[MAX_OP_STRING] = "\0";
    [all...]
libdis.h 99 #define MAX_OP_STRING 32 /* max possible operand size in string form */
105 #define MAX_INSN_STRING 512 /* 2 * 8 * MAX_OP_STRING */
    [all...]

Completed in 264 milliseconds