Home
last modified time | relevance | path

Searched refs:bit_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-get_d.c41 static const int bit_table[] = { in check_onebit() local
79 for (bit_i = 0; bit_i < numberof (bit_table); bit_i++) in check_onebit()
81 bit = bit_table[bit_i]; in check_onebit()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.h51 int bit_table(struct drm_device *, u8 id, struct bit_entry *);
H A Dnouveau_bios.c967 struct bit_table { struct
972 #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) argument
975 bit_table(struct drm_device *dev, u8 id, struct bit_entry *bit) in bit_table() function
1004 struct bit_table *table) in parse_bit_table()
1010 if (bit_table(dev, table->id, &bitentry) == 0) in parse_bit_table()