Searched refs:bVal (Results 1 – 9 of 9) sorted by relevance
363 uint8_t bVal; in zzfb_set_palette() local368 bVal = sc->blue[index]; in zzfb_set_palette()369 palette = ((index << 24) | (rVal << 16) | (gVal << 8) | bVal); in zzfb_set_palette()520 uint8_t bVal = rasops_cmap[color_index * 3 + 2]; in zzfb_clearbg() local524 palette = ((bVal << 24) | (gVal << 16) | (rVal << 8) | 0xFF); in zzfb_clearbg()529 ((bVal >> 3) & 0x1F) ) << 16; in zzfb_clearbg()535 ((bVal >> 3) & 0x1F) ) << 16; in zzfb_clearbg()
4111 int bVal; in adjust_ret_addr() local4114 bVal = getByteInstruction (ptr); in adjust_ret_addr()4115 if (bVal < 0) in adjust_ret_addr()4117 switch (bVal) in adjust_ret_addr()4127 bVal = getByteInstruction (ptr + 1); in adjust_ret_addr()4128 if (bVal < 0) in adjust_ret_addr()4130 if (bVal == 0xe8) in adjust_ret_addr()4150 bVal = getByteInstruction (ptr); in adjust_ret_addr()4151 if (bVal < 0) in adjust_ret_addr()4153 if (bVal >= 0x40 && bVal <= 0x4f) in adjust_ret_addr()[all …]
4117 int bVal; in adjust_ret_addr() local4120 bVal = getByteInstruction (ptr); in adjust_ret_addr()4121 if (bVal < 0) in adjust_ret_addr()4123 switch (bVal) in adjust_ret_addr()4133 bVal = getByteInstruction (ptr + 1); in adjust_ret_addr()4134 if (bVal < 0) in adjust_ret_addr()4136 if (bVal == 0xe8) in adjust_ret_addr()4156 bVal = getByteInstruction (ptr); in adjust_ret_addr()4157 if (bVal < 0) in adjust_ret_addr()4159 if (bVal >= 0x40 && bVal <= 0x4f) in adjust_ret_addr()[all …]
341 static bool bVal; variable360 bVal = readBVal (req); in readResult()418 return bVal; in readBoolean()
334 static bool bVal; variable353 bVal = readBVal (req); in readResult()411 return bVal; in readBoolean()
191 ubyte bVal; member257 BYTE bVal;
396 UCHAR bVal; member
50 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT()
234667 int bVal = -1;234669 bVal = sqlite3_value_int(pVal);234671 if( bVal<0 ){234674 pConfig->bSecureDelete = (bVal ? 1 : 0);