Searched refs:intbuf (Results 1 – 4 of 4) sorted by relevance
84 uint32_t intbuf[64]; in arc4random_stir_locked() member126 sbuf.intbuf[n] = h; in arc4random_stir_locked()153 (sbuf.intbuf[n] & 0x0000FFFF); in arc4random_stir_locked()155 (sbuf.intbuf[n] & 0xFFFF0000); in arc4random_stir_locked()159 sbuf.intbuf[n] = ha; in arc4random_stir_locked()
115 static jmp_buf intbuf; variable155 (void) setjmp(intbuf);676 longjmp(intbuf, 1); in intcopy()
1615 char intbuf[16]; local1617 len = getprop(node, name, (void *)intbuf, sizeof intbuf);1620 return (*(int *)intbuf);
1114 char intbuf[sizeof (int)]; in buf_copy_counted() member1126 intp = u.intbuf; in buf_copy_counted()