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

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp337 #define PUT_SZ(sz) \ macro
340 do { if (fFlags & DIS_FMT_FLAGS_STRICT) PUT_SZ(szStrict); else PUT_SZ(szRelaxed); } while (0)
382 PUT_SZ(a_szStart); \
460 PUT_SZ("Illegal opcode");
467 PUT_SZ("lock ");
469 PUT_SZ("rep ");
471 PUT_SZ("repne ");
566 PUT_SZ("db 00fh, 01fh,");
657 PUT_SZ("fa
1274 #undef PUT_SZ macro
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp409 #define PUT_SZ(sz) PUT_PSZ(sz, sizeof(sz) - 1) macro
450 PUT_SZ("\\\\");
454 PUT_SZ("\\\"");
475 PUT_SZ("'\"'\"'");
494 #undef PUT_SZ macro

Completed in 69 milliseconds