Home
last modified time | relevance | path

Searched refs:tmp8 (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/bgpctl/
Dmrtparser.c651 uint8_t tmp8; in mrt_extract_attr() local
652 if (ibuf_get_n8(&abuf, &tmp8) == -1) in mrt_extract_attr()
654 alen = tmp8; in mrt_extract_attr()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DREADME.txt256 %tmp8 = bitcast %struct.B* %b to i32* ; <uint*> [#uses=2]
257 %tmp9 = load i32* %tmp8 ; <uint> [#uses=1]
264 store i32 %tmp13, i32* %tmp8
/openbsd/src/usr.sbin/bgpd/
Drde.c2384 uint8_t tmp8; in rde_attr_add() local
2394 if (ibuf_get_n8(buf, &tmp8) == -1) in rde_attr_add()
2396 attr_len = tmp8; in rde_attr_add()
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D9uninit386 our $tmp8; $v = --$tmp8; # (doesn't warn)