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

1 2 3 4

  /src/tests/share/examples/
t_asm.sh 31 # 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"
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
sleep.c 39 #error Only implemented on Windows
sockstartup_w32.c 39 #error Only implemented for Windows
dirent.c 43 #error Only implemented for Win32
  /src/sys/arch/usermode/modules/syscallemu/
Makefile 19 .error ${MACHINE_CPU} not implemented
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/
call_apsr.h 19 #error big endian support not implemented
  /src/external/apache2/llvm/dist/libcxx/src/include/
config_elast.h 46 #warning ELAST for this platform not yet implemented
  /src/external/gpl3/gdb/dist/sim/frv/
registers.h 35 char implemented; /* 1==register is implemented */ member in struct:__anon19480
41 int fr; /* FR registers implemented */
42 int cpr; /* coprocessor registers implemented */
traps.c 377 if (control->spr[H_SPR_NECR].implemented)
382 /* See if any NESRs are implemented. First need to check the validity of
401 if (control->spr[H_SPR_NECR].implemented)
406 /* See if any NESRs are implemented. First need to check the validity of
484 if (control->spr[H_SPR_NECR].implemented)
492 /* NECR, NESR, NEEAR are only implemented for the full frv machine. */
795 /* Only implemented for full frv. */
886 if (control->spr[H_SPR_NECR].implemented)
935 if (control->spr[H_SPR_NECR].implemented)
  /src/external/gpl3/gdb.old/dist/sim/frv/
registers.h 35 char implemented; /* 1==register is implemented */ member in struct:__anon22219
41 int fr; /* FR registers implemented */
42 int cpr; /* coprocessor registers implemented */
traps.c 377 if (control->spr[H_SPR_NECR].implemented)
382 /* See if any NESRs are implemented. First need to check the validity of
401 if (control->spr[H_SPR_NECR].implemented)
406 /* See if any NESRs are implemented. First need to check the validity of
484 if (control->spr[H_SPR_NECR].implemented)
492 /* NECR, NESR, NEEAR are only implemented for the full frv machine. */
795 /* Only implemented for full frv. */
886 if (control->spr[H_SPR_NECR].implemented)
935 if (control->spr[H_SPR_NECR].implemented)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
aeabi_cdcmp.S 13 #error big endian support not implemented
aeabi_cfcmp.S 13 #error big endian support not implemented
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
machine-ir.vim 9 " fallback once enough is implemented.
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
generic.h 29 * For them, cmm_mc/cmm_rmc/cmm_wmc are implemented with a simple
238 #error caa_get_cycles() not implemented for this platform.
  /src/usr.bin/make/unit-tests/
deptgt-end-jobs.mk 39 # '.BEGIN all .END', but it is implemented correctly.
deptgt-end.mk 38 # '.BEGIN all .END', but it is implemented correctly.
varmod-loop-varname.mk 109 # As of 2020-10-18, the :@ modifier is implemented by actually setting a
122 # If the loop were implemented in the same way as the .for loop, the variable
opt-jobs-no-action.mk 7 # without the -j. This is because all this code is implemented twice, once
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom_interpolate_12pts.c 42 #error Not implemented: Both sublsh_n(,,,20) should be corrected.
46 #error Not implemented: divexact_by42525 needs splitting.
50 #error Not implemented: Hard to adapt...
toom6_sqr.c 42 #error Not implemented.
  /src/common/lib/libc/arch/m68k/gen/
muldi3.S 42 | - mulsl (and moveml) are not implemented for 68010.
  /src/sys/arch/m68k/060sp/dist/
ilsp.doc 45 implemented in hardware on the 68060 and normally take
139 instruction, executes an implemented divide using a zero
fplsp.doc 44 FP instructions not implemented in 68060 hardware. These
118 this exception using implemented floating-point instructions.
  /src/external/apache2/llvm/dist/libcxx/src/
thread.cpp 92 _LIBCPP_WARNING("hardware_concurrency not yet implemented")
94 # warning hardware_concurrency not yet implemented

Completed in 50 milliseconds

1 2 3 4