HomeSort by: relevance | last modified time | path
    Searched refs:c11 (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/c11/
c11.sh 2 exec /usr/bin/cc -std=c11 "$@"
Makefile 3 SCRIPTS= c11.sh
6 MAN= c11.1
  /src/sys/arch/arm/arm/
cpufunc_asm_arm8.S 133 mcr p15, 0, r2, c7, c11, 1
135 mcr p15, 0, r2, c7, c11, 1
137 mcr p15, 0, r2, c7, c11, 1
139 mcr p15, 0, r2, c7, c11, 1
141 mcr p15, 0, r2, c7, c11, 1
143 mcr p15, 0, r2, c7, c11, 1
145 mcr p15, 0, r2, c7, c11, 1
147 mcr p15, 0, r2, c7, c11, 1
149 mcr p15, 0, r2, c7, c11, 1
151 mcr p15, 0, r2, c7, c11,
    [all...]
cpufunc_asm_sheeva.S 245 mcr p15, 1, r0, c15, c11, 4 /* Inv L2 zone start address */
246 mcr p15, 1, r2, c15, c11, 5 /* Inv L2 zone end address */
289 mcr p15, 1, r0, c15, c11, 4 /* Inv L2 zone start address */
290 mcr p15, 1, r2, c15, c11, 5 /* Inv L2 zone end address */
353 mcr p15, 1, r0, c15, c11, 0 /* Invalidate L2 */
  /src/share/man/man7/
Makefile 51 c.7 c11.7 \
  /src/usr.bin/
Makefile 8 bzip2 bzip2recover c11 c17 c89 c99 cal calendar cap_mkdb cdplay \
  /src/share/mk/
bsd.sys.mk 62 # code uses alloca(3) which -std=c11 compiles broken-at-runtime. Until
64 # with -std=c11), we have to continue using -std=gnu11 and not
65 # -std=c11.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-bmc-ibm-everest.dts 1293 label = "cablecard-c11-cxp-top";
1301 label = "cablecard-c11-cxp-bot";
1436 label = "pcieslot-c11";
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1124 int64_t c11 = (load_4(c + 28) >> 7); local in function:sc25519_muladd
1191 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 +
  /src/tools/compat/
configure 2385 # Test code for whether the C compiler supports C11 (global declarations)
2387 /* Does the compiler advertise C11 conformance? */
2389 # error "Compiler does not advertise C11 conformance"
2428 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2439 # Test code for whether the C compiler supports C11 (body of main).
2449 # Test code for whether the C compiler supports C11 (complete).
3457 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
3458 printf %s "checking for $CC option to enable C11 features... " >&6; }
3500 ac_prog_cc_stdc=c11 ;;

Completed in 28 milliseconds