/src/sys/net/ |
bpfjit.c | 970 sljit_sw dstw; local in function:emit_memstore 972 dstw = k * sizeof(uint32_t); 976 dstw += offsetof(struct bpfjit_stack, mem); 989 return sljit_emit_op1(compiler, SLJIT_MOV_U32, dst, dstw, src, 0);
|
bpfjit.c | 970 sljit_sw dstw; local in function:emit_memstore 972 dstw = k * sizeof(uint32_t); 976 dstw += offsetof(struct bpfjit_stack, mem); 989 return sljit_emit_op1(compiler, SLJIT_MOV_U32, dst, dstw, src, 0);
|
/src/sys/dev/sbus/ |
p9100.c | 773 uint32_t src, dst, srcw, dstw; local in function:p9100_bitblt 780 dstw = (((xd + wi - 1) & 0x3fff) << 16) | ((yd + he - 1) & 0x3fff); 790 p9100_ctl_write_4(sc, ABS_XY3, dstw << sc->sc_depthshift);
|
p9100.c | 773 uint32_t src, dst, srcw, dstw; local in function:p9100_bitblt 780 dstw = (((xd + wi - 1) & 0x3fff) << 16) | ((yd + he - 1) & 0x3fff); 790 p9100_ctl_write_4(sc, ABS_XY3, dstw << sc->sc_depthshift);
|