Searched refs:cnst (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | stats.h | 436 #define _VSD(cnst, type, ptr) ((cnst struct voistatdata_##type *)(ptr)) argument 563 #define VSD_HIST_FIELD(hist, cnst, hist_dtype, op, field) \ argument 565 op(_VSD(cnst, crhist32, hist)->field) : \ 567 op(_VSD(cnst, drhist32, hist)->field) : \ 569 op(_VSD(cnst, dvhist32, hist)->field) : \ 571 op(_VSD(cnst, crhist64, hist)->field) : \ 573 op(_VSD(cnst, drhist64, hist)->field) : \ 574 (op(_VSD(cnst, dvhist64, hist)->field))))))) 584 #define VSD_CRHIST_FIELD(hist, cnst, hist_dtype, op, field) \ argument 586 op(_VSD(cnst, crhist32, hist)->field) : \ [all …]
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_arm.c | 62 bool ptr, ref, cnst, array; member 186 if (d.cnst == true) { in cpp_demangle_ARM() 190 d.cnst = false; in cpp_demangle_ARM() 298 d->cnst = false; in init_demangle_data() 576 if (fptr.cnst == true) { in read_func_ptr() 583 fptr.cnst = false; in read_func_ptr() 1109 d->cnst = true; in read_type()
|
H A D | libelftc_dem_gnu2.c | 60 bool ptr, ref, cnst, array, cnst_fn, class_name; member 199 if (d.cnst == true) { in cpp_demangle_gnu2() 203 d.cnst = false; in cpp_demangle_gnu2() 382 d->cnst = false; in init_demangle_data() 725 if (fptr.cnst == true) { in read_func_ptr() 732 fptr.cnst = false; in read_func_ptr() 1246 d->cnst = true; in read_type()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_common.h | 1509 __le16 cnst /* Constant term to add (or subtract from number of cycles) */; member
|