Lines Matching refs:in
11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
50 * %o1 == 0 in parent process, 1 in child process.
51 * %o0 == pid of child in parent, pid of parent in child.
57 dec %o1 ! from 1 to 0 in child, 0 to -1 in parent
59 and %o0, %o1, %o0 ! return 0 in child, pid in parent