Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol.h328 bool bit32; /* whether the location is 32 bits? */
246 bool bit32; /* whether the location is 32 bits? */ global() member
H A Dprobe-file.c727 return note->bit32 ? in sdt_note__get_addr()
734 return note->bit32 ? in sdt_note__get_ref_ctr_offset()
H A Dsymbol-elf.c2705 if (tmp->bit32) in populate_sdt_note()
2721 if (tmp->bit32 && tmp->addr.a32[SDT_NOTE_IDX_REFCTR]) in populate_sdt_note()
2820 tmp->bit32 = true; in construct_sdt_notes_list()
2823 tmp->bit32 = false; in construct_sdt_notes_list()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c1788 bool bit32; in b43legacy_write_initvals() local
1797 bit32 = !!(offset & B43legacy_IV_32BIT); in b43legacy_write_initvals()
1801 if (bit32) { in b43legacy_write_initvals()