Home
last modified time | relevance | path

Searched defs:nb_bit (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dfollowop.c16 UChar nb_bit = op >> 4; in follow_BBRi() local
46 UChar nb_bit = op >> 4; in follow_BBSi() local
233 UChar nb_bit = op >> 4; in follow_BBRi() local
263 UChar nb_bit = op >> 4; in follow_BBSi() local
/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/
H A DusbBlaster.cpp146 uint32_t nb_bit = (real_len & 0x07); in writeTDI() local
304 int UsbBlaster::writeBit(uint8_t *tdo, int nb_bit) in writeBit()
H A DftdiJtagBitbang.cpp233 int FtdiJtagBitBang::write(uint8_t *tdo, int nb_bit) in write()
H A DftdiJtagMPSSE.cpp218 int nb_bit = (real_len & 0x07); // residual bits in writeTDI() local
H A Dch552_jtag.cpp186 int nb_bit = (real_len & 0x07); // residual bits in writeTDI() local
/dports/net-p2p/dclib/dclib-0.3.23/dclib/core/
H A Dche3.cpp92 unsigned long CHE3::get_bits(unsigned char *data, unsigned long *cur_pos, int nb_bit) in get_bits()