Searched refs:implemented (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/tests/examples/
H A Dt_asm.sh31 # Verifies if a particular asm example is implemented for the current
36 # If the example is not implemented, the calling test is skipped. If the
41 local implemented=$(cd /usr/share/examples/asm/${name}/ && \
42 make check-implemented)
45 [ "${implemented}" = yes ] || atf_skip "Example program not" \
46 "implemented on this platform"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsleep.c39 #error Only implemented on Windows
H A Dsockstartup_w32.c39 #error Only implemented for Windows
H A Ddirent.c43 #error Only implemented for Win32
/netbsd-6-1-5-RELEASE/sys/arch/usermode/modules/syscallemu/
H A DMakefile17 .error ${MACHINE_ARCH} not implemented
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dwarn3.d7 #warning: warning: isatty is not implemented and will always fail$
H A Dwarn4.d7 #warning: warning: isatty is not implemented and will always fail$
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dregisters.h36 char implemented; /* 1==register is implemented */ member in struct:__anon1625
42 int fr; /* FR registers implemented */
43 int cpr; /* coprocessor registers implemented */
H A Dtraps.c394 if (control->spr[H_SPR_NECR].implemented)
399 /* See if any NESRs are implemented. First need to check the validity of
418 if (control->spr[H_SPR_NECR].implemented)
423 /* See if any NESRs are implemented. First need to check the validity of
501 if (control->spr[H_SPR_NECR].implemented)
509 /* NECR, NESR, NEEAR are only implemented for the full frv machine. */
812 /* Only implemented for full frv. */
905 if (control->spr[H_SPR_NECR].implemented)
955 if (control->spr[H_SPR_NECR].implemented)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dt_api.pl140 h : print test info (not implemented)
143 t <name> : run test named testname (not implemented)
159 print "the -h option is not implemented\n";
164 print "the -t option is not implemented\n";
H A Dnamed.conf403 algorithm hmac-md5; // but not yet implemented in the
424 transfers 0; // not implemented
426 // but not yet implemented in the
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dinsns-c674x-sploop.s3 # for invalid input are implemented and may need changing to valid
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_ocp.c150 #error DMA not implemented
H A Domap_tipb.c163 #error DMA not implemented
H A Domap_emifs.c209 #error DMA not implemented
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_12pts.c78 #error Not implemented: Both sublsh_n(,,,20) should be corrected.
82 #error Not implemented: divexact_by42525 needs splitting.
86 #error Not implemented: Hard to adapt...
H A Dtoom6_sqr.c32 #error Not implemented.
H A Dtoom8_sqr.c31 #error Not implemented.
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Dftp.tab.c574 short implemented; /* 1 if command is implemented */ member in struct:tab
764 if (p->implemented == 0) {
789 if (p->implemented == 0) {
1006 c->implemented ? ' ' : '*');
1027 if (c->implemented)
1078 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
1339 reply(504, "Type E not implemented.");
H A Dftp.y181 reply(504, "Type E not implemented.");
719 short implemented; /* 1 if command is implemented */
909 if (p->implemented == 0) {
934 if (p->implemented == 0) {
1151 c->implemented ? ' ' : '*');
1172 if (c->implemented)
1223 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Ddivmod15.asm38 // The instruction allows 16-bit signed division to be implemented.
40 // implemented. Thus, this function pulls out the common division
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dfipr.s98 # Handling of nan and inf not implemented yet.
/netbsd-6-1-5-RELEASE/sys/arch/news68k/include/
H A Dbus.h304 #define bus_space_write_8 !!! bus_space_write_8 not implemented !!!
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/include/
H A Dbus.h290 #define bus_space_write_8 !!! bus_space_write_8 not implemented !!!
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dfskeletn.s216 # vector number 11: FP Unimplemented Instructions, FP implemented instructions when
230 # vector number 11: FP Unimplemented Instructions, FP implemented instructions when

Completed in 241 milliseconds

123