Home
last modified time | relevance | path

Searched refs:prev_mask (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/simple/
H A Dx86.c21 uint32_t prev_mask; member
37 uint32_t prev_mask = simple->prev_mask; in x86_code() local
61 prev_mask = 0; in x86_code()
64 prev_mask &= 0x77; in x86_code()
65 prev_mask <<= 1; in x86_code()
72 && MASK_TO_ALLOWED_STATUS[(prev_mask >> 1) & 0x7] in x86_code()
73 && (prev_mask >> 1) < 0x10) { in x86_code()
89 if (prev_mask == 0) in x86_code()
93 prev_mask >> 1]; in x86_code()
109 prev_mask = 0; in x86_code()
[all …]
/netbsd-src/sys/arch/luna68k/dev/
H A Domrasops.c270 uint32_t prev_mask; in om_fill() local
282 prev_mask = ~mask; in om_fill()
297 if (prev_mask != mask) { in om_fill()
299 prev_mask = mask; in om_fill()
337 uint32_t prev_mask; in om_fill_color() local
349 prev_mask = ~mask; in om_fill_color()
366 if (prev_mask != mask) { in om_fill_color()
374 prev_mask = mask; in om_fill_color()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c2223 mode_t prev_mask; in main() local
2380 prev_mask = umask(0177); in main()
2387 umask(prev_mask); in main()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20116281 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
H A DChangeLog-20142235 * linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20116281 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
H A DChangeLog-20142235 * linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.