Home
last modified time | relevance | path

Searched refs:data8 (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/config/ia64/
H A Dcrtbegin.asm33 data8 -1
38 data8 -1
48 data8 @gprel(__DTOR_LIST__ + 8)
57 data8 __dso_handle
70 data8 @fptr(__do_global_dtors_aux)
73 data8 @fptr(__do_jv_register_classes)
74 data8 @fptr(__do_global_ctors_aux)
H A Dcrtend.asm33 data8 0
38 data8 0
43 data8 0
/freebsd-12.1/sys/dev/usb/wlan/
H A Dif_urtw.c1106 uint8_t data8; in urtw_adapter_start_b() local
1288 uint8_t data8; in urtw_8187b_cmd_reset() local
1293 data8 = (data8 & 0x2) | URTW_CMD_RST; in urtw_8187b_cmd_reset()
1299 if (!(data8 & URTW_CMD_RST)) in urtw_8187b_cmd_reset()
1336 uint8_t data8; in urtw_stop() local
2250 uint8_t data8; in urtw_eprom_readbit() local
2366 uint8_t data8; in urtw_get_rfchip() local
2372 switch (data8) { in urtw_get_rfchip()
3204 uint8_t data8; in urtw_8225v2b_rf_init() local
3246 data8 = (data8 & 0x3f) | 0x80; in urtw_8225v2b_rf_init()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dblkptr.c52 uint8_t *data8 = data; in encode_embedded_bp_compressed() local
72 BF64_SET(w, (i % sizeof (w)) * NBBY, NBBY, data8[i]); in encode_embedded_bp_compressed()
/freebsd-12.1/contrib/unbound/util/
H A Dlog.c375 uint8_t* data8 = (uint8_t*)data; in log_hex_f() local
391 buf[j*2] = hexchar[ data8[i+j] >> 4 ]; in log_hex_f()
392 buf[j*2 + 1] = hexchar[ data8[i+j] & 0xF ]; in log_hex_f()
/freebsd-12.1/contrib/ofed/libibverbs/
H A Dsa.h95 uint8_t data8[16]; member
/freebsd-12.1/sys/sys/
H A Dsoundcard.h531 u_char data8[4000]; member
1328 _pm_info.device=dev, _pm_info.data.data8[0]=pgm, \
1333 _pm_info.device=dev, bcopy( pgm, _pm_info.data.data8, 128), \
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_sa.h281 u8 data8[16]; member
/freebsd-12.1/contrib/gcc/
H A Dvmsdbgout.c652 write_debug_data8 (unsigned long long data8, const char *comment, in write_debug_data8() argument
657 ASM_OUTPUT_DEBUG_DATA8 (asm_out_file, data8); in write_debug_data8()
H A Dconfigure.ac2413 foo: data8 25
H A DChangeLog-200323646 Use .skip instead of data8 for .bss section to make Intel
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c367 { SERVICE_REC_FIELD(data8),
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def411 HANDLE_DW_FORM(0x07, data8, 2, DWARF)