Home
last modified time | relevance | path

Searched refs:bVal (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dzz9k_fb.c363 uint8_t bVal; in zzfb_set_palette() local
368 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() local
524 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()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c4111 int bVal; in adjust_ret_addr() local
4114 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 …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c4117 int bVal; in adjust_ret_addr() local
4120 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipcio.cc341 static bool bVal; variable
360 bVal = readBVal (req); in readResult()
418 return bVal; in readBoolean()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dipcio.cc334 static bool bVal; variable
353 bVal = readBVal (req); in readResult()
411 return bVal; in readBoolean()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d191 ubyte bVal; member
257 BYTE bVal;
H A Dobjidl.d396 UCHAR bVal; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp50 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c234667 int bVal = -1;
234669 bVal = sqlite3_value_int(pVal);
234671 if( bVal<0 ){
234674 pConfig->bSecureDelete = (bVal ? 1 : 0);