OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialize
(Results
1 - 25
of
460
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/games/warp/
init.h
9
void
initialize
(void);
/src/external/mit/libuv/dist/docs/code/plugin/
hello.c
3
void
initialize
() {
function
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
id.h
15
static void
initialize
();
/src/external/gpl2/gettext/dist/gettext-tools/man/
msginit.x
2
msginit \-
initialize
a message catalog
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-read-memory.c
6
initialize
(void)
function
19
initialize
();
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-read-memory.c
6
initialize
(void)
function
19
initialize
();
/src/sys/arch/playstation2/playstation2/
console.c
52
static int
initialize
= 1;
variable
57
if (
initialize
)
62
initialize
= 0;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp
57
initialize
();
66
initialize
();
75
initialize
();
84
initialize
();
101
initialize
()
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp
57
initialize
();
66
initialize
();
75
initialize
();
84
initialize
();
103
initialize
()
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp
57
initialize
();
66
initialize
();
75
initialize
();
84
initialize
();
101
initialize
()
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp
57
initialize
();
66
initialize
();
75
initialize
();
84
initialize
();
103
initialize
()
function in class:PB_DS_CLASS_C_DEC
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSubsectionVisitor.cpp
35
if (auto EC = Fragment.
initialize
(Reader))
42
if (auto EC = Fragment.
initialize
(Reader))
49
if (auto EC = Fragment.
initialize
(Reader))
55
if (auto EC = Section.
initialize
(Reader))
61
if (auto EC = Section.
initialize
(Reader))
67
if (auto EC = Section.
initialize
(Reader))
73
if (auto EC = Section.
initialize
(Reader))
79
if (auto EC = Section.
initialize
(Reader))
85
if (auto EC = Section.
initialize
(Reader))
DebugCrossExSubsection.cpp
18
Error DebugCrossModuleExportsSubsectionRef::
initialize
(
function in class:DebugCrossModuleExportsSubsectionRef
29
Error DebugCrossModuleExportsSubsectionRef::
initialize
(BinaryStreamRef Stream) {
function in class:DebugCrossModuleExportsSubsectionRef
31
return
initialize
(Reader);
DebugSymbolRVASubsection.cpp
22
Error DebugSymbolRVASubsectionRef::
initialize
(BinaryStreamReader &Reader) {
function in class:DebugSymbolRVASubsectionRef
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
__init__.py
6
def
initialize
(lit_config, test_config):
function
/src/external/apache2/llvm/dist/llvm/include/llvm/
PassSupport.h
38
static void *
initialize
##passName##PassOnce(PassRegistry &Registry) { \
45
static llvm::once_flag
Initialize
##passName##PassFlag; \
46
void llvm::
initialize
##passName##Pass(PassRegistry &Registry) { \
47
llvm::call_once(
Initialize
##passName##PassFlag, \
48
initialize
##passName##PassOnce, std::ref(Registry)); \
52
static void *
initialize
##passName##PassOnce(PassRegistry &Registry) {
54
#define INITIALIZE_PASS_DEPENDENCY(depName)
initialize
##depName##Pass(Registry);
56
initialize
##depName##AnalysisGroup(Registry);
65
static llvm::once_flag
Initialize
##passName##PassFlag; \
66
void llvm::
initialize
##passName##Pass(PassRegistry &Registry) {
[
all
...]
/src/games/battlestar/
battlestar.c
66
initialize
(NULL);
68
initialize
((argc > 2) ? argv[2] : DEFAULT_SAVE_FILE);
70
initialize
(argv[1]);
/src/external/mpl/dhcp/bind/dist/lib/dns/
dst_result.c
96
initialize
(void) {
function
102
initialize
();
109
initialize
();
/src/external/mpl/dhcp/bind/dist/lib/isc/
pk11_result.c
61
initialize
(void) {
function
67
initialize
();
74
initialize
();
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
insn-reverse.c
23
/* The arch-specific files need to implement both the
initialize
function
41
initialize
(void)
function
89
/*
Initialize
any required arch-specific bits. */
90
initialize
();
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
insn-reverse.c
23
/* The arch-specific files need to implement both the
initialize
function
41
initialize
(void)
function
89
/*
Initialize
any required arch-specific bits. */
90
initialize
();
/src/external/bsd/ntp/dist/sntp/unity/auto/
test_file_filter.rb
11
def
initialize
(all_files = false)
method in class:RakefileHelpers.TestFileFilter
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp
58
initialize
();
67
initialize
();
76
initialize
();
105
initialize
()
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp
58
initialize
();
67
initialize
();
76
initialize
();
105
initialize
()
function in class:PB_DS_CLASS_C_DEC
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp
53
bool OProfileWrapper::
initialize
() {
function in class:llvm::OProfileWrapper
183
initialize
();
195
initialize
();
216
initialize
();
229
initialize
();
239
initialize
();
249
initialize
();
259
initialize
();
Completed in 26 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Mar 06 19:51:54 UTC 2026