HomeSort by: relevance | last modified time | path
    Searched defs:okay (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
shll16.s 39 bt okay
41 okay: label
shll8.s 35 bt okay
37 okay: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
shll16.s 39 bt okay
41 okay: label
shll8.s 35 bt okay
37 okay: label
  /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/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/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/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/lib/libc/time/
localtime.c 2934 ** It's okay to guess wrong since the guess
3017 bool okay; local
3026 t = time2(tmp, funcp, sp, offset, &okay);
3027 if (okay) {
3071 t = time2(tmp, funcp, sp, offset, &okay);
3072 if (okay) {
  /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.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;

Completed in 90 milliseconds