/src/usr.bin/xlint/lint1/ |
init.c | 51 * Initialization of global or local objects, like in: 58 * During an initialization, the grammar parser calls these functions: 73 * C99 6.7.8 "Initialization" 74 * C11 6.7.9 "Initialization" 81 * of an initialization. 108 /* An ongoing initialization. */ 109 typedef struct initialization { struct 123 * Is set when a structural error occurred in the initialization. If 124 * set, the rest of the initialization is still parsed, but the 125 * initialization assignments are not checked 130 } initialization; typedef in typeref:struct:initialization [all...] |
/src/tests/sys/crypto/chacha/ |
Makefile | 24 CLANG_NO_NONPORTABLE_VECTOR_INITIALIZATION= ${${ACTIVE_CC} == "clang":? -Wno-nonportable-vector-initialization :}
|
/src/doc/ |
TODO.modules | 18 module's initialization command recursively call the module 189 19. (From John Nemeth) Currently, the order of module initialization is
|
/src/tests/sys/crypto/aes/ |
Makefile | 32 CLANG_NO_NONPORTABLE_VECTOR_INITIALIZATION= ${${ACTIVE_CC} == "clang":? -Wno-nonportable-vector-initialization :}
|
/src/common/dist/zlib/contrib/ada/ |
zlib.ads | 128 -- The usage of the type is depend of its initialization. 142 -- Compressor initialization. 153 -- Decompressor initialization. 189 -- Compression or decompression depend on Filter initialization.
|
test.adb | 107 -- with compression or decompression, depend on initialization of
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 98 | initialization, we place it out of bss area.
|
/src/sys/arch/sandpoint/ |
README | 38 C Wait for initialization (peripheral mode)
|
/src/tests/usr.bin/xlint/lint1/ |
d_c99_bool_strict.c | 918 initialization(void) function in typeref:typename:void
|
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 50 * After initialization, the stack looks like this:
|
l_fpsp.h | 61 * After initialization, the stack looks like this:
|
/src/usr.bin/make/ |
test-variants.mk | 104 # When optimizing for small code size, GCC gets confused by the initialization
|
/src/distrib/amiga/miniroot/ |
install.md | 222 echo -n "Adding keymap initialization to rc.local..."
|
/src/sys/arch/sun3/sun3/ |
locore.s | 161 | Will do fpu initialization during autoconfig (see fpu.c) 517 * Initialization is at the beginning of this file, because the
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 138 | Will do fpu initialization during autoconfig (see fpu.c) 502 * Initialization is at the beginning of this file, because the
|
/src/sys/arch/virt68k/virt68k/ |
locore.s | 246 jbsr _C_LABEL(virt68k_init) | additional pre-main initialization
|
/src/sys/arch/mvme68k/mvme68k/ |
locore.s | 82 * Initialization 639 jbsr _C_LABEL(mvme68k_init) | additional pre-main initialization
|
/src/sys/arch/x68k/x68k/ |
locore.s | 97 * Initialization 361 jbsr _C_LABEL(x68k_init) | additional pre-main initialization
|
/src/sys/arch/luna68k/luna68k/ |
locore.s | 300 jbsr _C_LABEL(luna68k_init) | additional pre-main initialization
|
/src/sys/arch/news68k/news68k/ |
locore.s | 99 * Initialization 419 jbsr _C_LABEL(news68k_init) | additional pre-main initialization
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 586 # Generate a child script FILE with all initialization necessary to 589 # '#!' sequence but before initialization text begins. After this 4981 # Exclude shared library initialization/finalization symbols.
|