HomeSort by: relevance | last modified time | path
    Searched refs:okay (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
shll8.s 35 bt okay
37 okay: label
shll16.s 39 bt okay
41 okay: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
shll8.s 35 bt okay
37 okay: label
shll16.s 39 bt okay
41 okay: label
  /src/external/bsd/ntp/dist/libntp/
mktime.c 274 int okay; local
278 t = time2(tmp, &okay, 1);
279 if (okay || tmp->tm_isdst < 0)
302 int okay; local
305 t = time2(tmp, &okay, 0);
306 if (okay || tmp->tm_isdst < 0)
  /src/games/hack/
hack.mkmaze.c 78 static int okay(int, int, int);
168 if (okay(x, y, a))
200 okay(int x, int y, int dir) function
  /src/external/gpl3/autoconf/dist/build-aux/
git-version-gen 167 *-*-*) : git describe is okay three part flavor ;;
  /src/games/backgammon/backgammon/
move.c 103 move(struct move *mm, int okay)
109 if (okay) {
191 if (!okay) {
  /src/external/gpl2/xcvs/dist/doc/
mkman.pl 203 # It's okay to ignore this keyword - we're not using any
306 # Okay, the following works somewhat counter-intuitively. $nk
  /src/external/bsd/libpcap/dist/msdos/
pktdrvr.c 309 BOOL okay; local
313 okay = ((reg.flags & 1) == 0); /* OK if carry clear */
317 okay = ((reg.x.flags & 1) == 0);
334 okay = (!r.w.cflag);
339 okay = ((reg.r_flags & 1) == 0);
342 if (okay)
345 return (okay);
  /src/games/mille/
comp.c 198 goto okay;
204 okay:
  /src/external/bsd/libpcap/dist/
pcap-dos.c 572 * Get a list of all interfaces that are present and that we probe okay.
691 probed_dev = dev; /* device is probed okay and may be used */
1006 * just pretend Watt-32 is initialized okay.
1123 BOOL okay = PktExitDriver(); local
1126 fprintf (stderr, "pkt_close(): %d\n", okay);
  /src/lib/libc/time/
localtime.c 2919 ** It's okay to guess wrong since the guess
2998 bool okay; local
3007 t = time2(tmp, funcp, sp, offset, &okay);
3008 if (okay) {
3050 t = time2(tmp, funcp, sp, offset, &okay);
3051 if (okay) {
  /src/sys/arch/mac68k/mac68k/
macromasm.s 352 clrl %d0 | okay to change %d0 ?
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 374 // The child has already terminated, so a blocking wait on it is okay in the
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 4803 bool okay = true; local
4819 each_func && okay;
4827 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name,
4831 if (!okay)
4837 each_var && okay;
4847 okay = insert_info_hash_table (varinfo_hash_table, each_var->name,
4853 return okay;
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 4803 bool okay = true; local
4819 each_func && okay;
4827 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name,
4831 if (!okay)
4837 each_var && okay;
4847 okay = insert_info_hash_table (varinfo_hash_table, each_var->name,
4853 return okay;
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 4803 bool okay = true; local
4819 each_func && okay;
4827 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name,
4831 if (!okay)
4837 each_var && okay;
4847 okay = insert_info_hash_table (varinfo_hash_table, each_var->name,
4853 return okay;
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 4796 bool okay = true; local
4812 each_func && okay;
4820 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name,
4824 if (!okay)
4830 each_var && okay;
4840 okay = insert_info_hash_table (varinfo_hash_table, each_var->name,
4846 return okay;
  /src/external/bsd/libevent/dist/
buffer.c 753 goto okay;
786 okay:
2015 /* Okay, we're going to try to resize this chain: Not doing so
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer.c 751 goto okay;
784 okay:
2013 /* Okay, we're going to try to resize this chain: Not doing so
  /src/sys/arch/sparc/sparc/
locore.s 3018 wr %l0, PSR_ET, %psr ! okay, turn traps on again
3045 wr %l0, PSR_ET, %psr ! okay, turn traps on again
3421 * it is not okay to touch R's registers either.
3475 * Okay, call trap(T_WINUF, psr, pc, &tf).
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 23370 bool okay = false;
23375 okay = !cp_parser_error_occurred (parser);
23384 okay = cp_parser_parse_definitely (parser);
23386 if (!okay)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 24218 bool okay = false;
24223 okay = !cp_parser_error_occurred (parser);
24232 okay = cp_parser_parse_definitely (parser);
24234 if (!okay)
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/
configure 30279 /* Failure to compile this test due to missing alarm is okay,
34598 /* Failure to compile this test due to missing alarm is okay,

Completed in 133 milliseconds

1 2