Searched defs:nb_args (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | winbase16.h | 192 DWORD nb_args; /* 2c number of 16-bit argument bytes */ member in struct:_STACK32FRAME
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | winbase16.h | 192 DWORD nb_args; /* 2c number of 16-bit argument bytes */ member in struct:_STACK32FRAME
|
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 1049 int i, nb_args; local 1062 nb_args = def->nb_iargs + def->nb_oargs; 1063 for(i = 0; i < nb_args; i++) { 1152 /* set a nop for an operation using 'nb_args' */ 1154 TCGArg *args, int nb_args) 1156 if (nb_args == 0) { 1160 args[0] = nb_args; 1161 args[nb_args - 1] = nb_args; 1198 int i, op_index, nb_args, nb_iarg local 1153 tcg_set_nop(TCGContext *s, uint16_t *opc_ptr, TCGArg *args, int nb_args) argument [all...] |
H A D | tcg.h | 423 uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args; member in struct:TCGOpDef
|
Completed in 41 milliseconds