Searched refs:hwi (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_physmem.c175 size_t acnt, exi, hwi; local
183 for (hwi = 0, hwp = hwregions; hwi < hwcnt; ++hwi, ++hwp) {
/freebsd-12-stable/contrib/gcc/
H A Dc-format.c2424 static tree hwi;
2426 if (!hwi)
2435 hwi = maybe_get_identifier ("__gcc_host_wide_int__");
2436 if (!hwi)
2441 hwi = identifier_global_value (hwi);
2442 if (!hwi || TREE_CODE (hwi) != TYPE_DECL)
2447 hwi = DECL_ORIGINAL_TYPE (hwi);
2420 static tree hwi; local
2528 static tree t, loc, hwi; local
[all...]
H A Dvarasm.c3067 unsigned HOST_WIDE_INT hwi;
3081 hwi = INTVAL (x);
3088 h ^= (hashval_t) hwi;
3091 hwi >>= shift;
3092 h ^= (hashval_t) hwi;
3100 hwi = CONST_DOUBLE_LOW (x) ^ CONST_DOUBLE_HIGH (x);
3051 unsigned HOST_WIDE_INT hwi; local
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Datom.c1307 int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR); local
1313 ps[0] = cpu_to_le32(CU32(hwi + ATOM_FWI_DEFSCLK_PTR));
1314 ps[1] = cpu_to_le32(CU32(hwi + ATOM_FWI_DEFMCLK_PTR));

Completed in 72 milliseconds