Home
last modified time | relevance | path

Searched refs:typebits (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/unbound/sldns/
HDstr2wire.c1228 uint8_t typebits[8192]; /* 65536 bits */ in sldns_str2wire_nsec_buf() local
1236 memset(typebits, 0, sizeof(typebits)); in sldns_str2wire_nsec_buf()
1246 typebits[t/8] |= (0x80>>(t%8)); in sldns_str2wire_nsec_buf()
1265 if(typebits[block*32+i] != 0) in sldns_str2wire_nsec_buf()
1275 rd[used+2+i] = typebits[block*32+i]; in sldns_str2wire_nsec_buf()
/NextBSD/sbin/fsdb/
HDfsdb.c884 int typebits; member
905 type = tp->typebits; in CMDFUNCSTART()
/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c10852 neon_modify_type_size (unsigned typebits, enum neon_el_type *g_type, in neon_modify_type_size() argument
10857 if ((typebits & N_EQK) != 0) in neon_modify_type_size()
10859 if ((typebits & N_HLF) != 0) in neon_modify_type_size()
10861 else if ((typebits & N_DBL) != 0) in neon_modify_type_size()
10863 if ((typebits & N_SGN) != 0) in neon_modify_type_size()
10865 else if ((typebits & N_UNS) != 0) in neon_modify_type_size()
10867 else if ((typebits & N_INT) != 0) in neon_modify_type_size()
10869 else if ((typebits & N_FLT) != 0) in neon_modify_type_size()
10871 else if ((typebits & N_SIZ) != 0) in neon_modify_type_size()
13539 int typebits; in do_neon_ld_st_interleave() local
[all …]
/NextBSD/contrib/binutils/ld/
HDChangeLog-91971488 * ldgram.y (typebits): Remove.
1490 (opt_at): Use sectype rather than typebits.
1491 (type): Set sectype rather than typebits.