Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 3 of 3) sorted by relevance

/tools/libfsimage/zfs/
A Dzfs_fletcher.c33 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
35 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
39 b1 += a1; in fletcher_2_native()
42 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
50 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
56 b1 += a1; in fletcher_2_byteswap()
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/tools/xl/
A Dxl_vcpu.c96 libxl_bitmap b1, b2; in apply_global_affinity_masks() local
98 libxl_bitmap_init(&b1); in apply_global_affinity_masks()
101 rc = libxl_bitmap_and(ctx, &b1, t, mask); in apply_global_affinity_masks()
106 rc = libxl_bitmap_and(ctx, &b2, &b1, type_mask); in apply_global_affinity_masks()
122 libxl_bitmap_dispose(&b1); in apply_global_affinity_masks()
/tools/firmware/rombios/
A Drombios.c11143 ; b1: 0=AT or ESDI bus, 1=MicroChannel
11160 ; b1: 1=data streaming supported
11177 ; b1: Initial Machine Load (IML) system - BIOS on disk
11185 ; b1: memory split above 16Mb supported
11189 ; b1: enhanced mouse

Completed in 16 milliseconds