Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 25 of 68) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_0.c48 Uint8 byte = 0, bit; in BlitBto1() local
65 Uint8 byte = 0, bit; in BlitBto1() local
101 Uint8 byte = 0, bit; in BlitBto2() local
135 Uint8 byte = 0, bit; in BlitBto3() local
173 Uint8 byte = 0, bit; in BlitBto4() local
207 Uint8 byte = 0, bit; in BlitBto1Key() local
224 Uint8 byte = 0, bit; in BlitBto1Key() local
259 Uint8 byte = 0, bit; in BlitBto2Key() local
292 Uint8 byte = 0, bit; in BlitBto3Key() local
326 Uint8 byte = 0, bit; in BlitBto4Key() local
[all …]
/external/tesseract/cutil/
Dbitvec.h56 #define SET_BIT(array,bit) (array[bit/BITSINLONG]|=1<<(bit&(BITSINLONG-1))) argument
58 #define reset_bit(array,bit) (array[bit/BITSINLONG]&=~(1<<(bit&(BITSINLONG-1)))) argument
60 #define test_bit(array,bit) (array[bit/BITSINLONG] & (1<<(bit&(BITSINLONG-1)))) argument
/external/ping/
Dping_common.h32 #define A(bit) rcvd_tbl[(bit)>>3] /* identify byte in array */ argument
33 #define B(bit) (1 << ((bit) & 0x07)) /* identify bit in byte */ argument
34 #define SET(bit) (A(bit) |= B(bit)) argument
35 #define CLR(bit) (A(bit) &= (~B(bit))) argument
36 #define TST(bit) (A(bit) & B(bit)) argument
/external/icu4c/layout/
DOpenTypeUtilities.cpp24 le_uint8 bit = 0; in highBit() local
56 le_uint8 bit = highBit(recordCount); in getTagOffset() local
83 le_uint8 bit = highBit(recordCount); in getGlyphRangeIndex() local
DCoverageTables.cpp45 le_uint8 bit = OpenTypeUtilities::highBit(count); in getGlyphCoverage() local
/external/bzip2/
Dunzcrash.c64 void flip_bit ( int bit ) in flip_bit()
78 int bit; in main() local
/external/icu4c/test/letest/
Dcmaps.cpp23 le_uint8 bit = 0; in highBit() local
167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper() local
/external/icu4c/samples/layout/
Dcmaps.cpp29 le_uint8 bit = 0; in highBit() local
173 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper() local
/external/tesseract/ccutil/
Dbits16.h56 BOOL8 bit( // access bit in bit() function
Dscanutils.cpp80 SetBit(unsigned long *bitmap, unsigned int bit) in SetBit()
86 TestBit(unsigned long *bitmap, unsigned int bit) in TestBit()
/external/yaffs2/yaffs2/
Dyaffs_ecc.c191 unsigned bit; in yaffs_ECCCorrect() local
289 unsigned bit; in yaffs_ECCCorrectOther() local
/external/ppp/android/
Dip-up-vpn.c59 uint32_t bit = ntohl(*netmask); in main() local
/external/blktrace/
Dblkiomon.c45 struct blk_io_trace bit; member
108 struct blk_io_trace *bit = &t->bit; in dump_bit() local
374 static struct trace *blkiomon_fetch_trace(struct blk_io_trace *bit) in blkiomon_fetch_trace()
431 static int blkiomon_dump_drvdata(struct blk_io_trace *bit, void *pdu_buf) in blkiomon_dump_drvdata()
454 struct blk_io_trace *bit; in blkiomon_do_fifo() local
Dblkrawverify.c104 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit) in dump_trace()
148 struct blk_io_trace *bit = malloc(sizeof(struct blk_io_trace)); in process() local
Dblkparse.c225 struct blk_io_trace *bit; member
573 static void handle_notify(struct blk_io_trace *bit) in handle_notify()
751 static inline void bit_free(struct blk_io_trace *bit) in bit_free()
766 struct blk_io_trace *bit = bit_alloc_list; in bit_alloc() local
1168 static void check_time(struct per_dev_info *pdi, struct blk_io_trace *bit) in check_time()
1894 static inline int check_stopwatch(struct blk_io_trace *bit) in check_stopwatch()
1917 struct blk_io_trace *bit = t->bit; in sort_entries() local
1992 struct blk_io_trace *bit = t->bit; in check_sequence() local
2043 struct blk_io_trace *bit; in show_entries_rb() local
2138 static inline __u16 get_pdulen(struct blk_io_trace *bit) in get_pdulen()
[all …]
/external/opencore/codecs_v2/audio/sbc/enc/src/
Dsbcenc_crc8.cpp72 UWord8 bit; in crc8() local
/external/tremor/Tremor/
Dcodebook.c147 int bit=(entry>>(length-j-1))&1; in _make_words() local
161 int bit=(entry>>(length-j-1))&1; in _make_words() local
613 int bit=(lok>>i)&1; in decode_packed_entry_number() local
640 int bit=(lok>>i)&1; in decode_packed_entry_number() local
/external/icu4c/layoutex/
DLXUtilities.cpp23 le_int8 bit = 0; in highBit() local
/external/icu4c/extra/scrptrun/
Dscrptrun.cpp53 int8_t bit = 0; in highBit() local
/external/grub/netboot/
Dotulip.c91 unsigned bit, csr; in srom_idle() local
120 unsigned lastbit, data, bits, bit, csr; in srom_read() local
/external/ipsec-tools/src/racoon/
Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) argument
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_mouse.c55 unsigned char bit, databit, maskbit; in ph_CreateWMCursor() local
/external/grub/docs/
Dkernel.c23 #define CHECK_FLAG(flags,bit) ((flags) & (1 << (bit))) argument
/external/openssl/crypto/bn/
Dbn_rand.c121 int ret=0,bit,bytes,mask; in bnrand() local
/external/iptables/extensions/
Dlibipt_sctp.c140 int bit, in save_chunk_flag_info()
223 int bit; in parse_sctp_chunk() local

123