Searched refs:init (Results 201 - 225 of 3511) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/ppc32/
H A Dround.c219 init() function
1193 init();
/external/valgrind/main/none/tests/ppc64/
H A Dround.c219 init() function
1193 init();
/external/valgrind/main/callgrind/tests/
H A Dsimwork.c13 void init() function
59 init();
H A Dthreads.c8 static void init() function
38 init();
/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzodefs.h1610 # define LZO_DEFINE_UNINITIALIZED_VAR(type,var,init) type var
1612 # define LZO_DEFINE_UNINITIALIZED_VAR(type,var,init) type var = var
1614 # define LZO_DEFINE_UNINITIALIZED_VAR(type,var,init) type var = init
H A Dminilzo-inl.c1634 # define LZO_DEFINE_UNINITIALIZED_VAR(type,var,init) type var
1636 # define LZO_DEFINE_UNINITIALIZED_VAR(type,var,init) type var = var
1638 # define LZO_DEFINE_UNINITIALIZED_VAR(type,var,init) type var = init
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c178 #define DO_INIT if (UNLIKELY(!init_done)) init()
180 /* Startup hook - called as init section */
182 static void init(void);
1118 static void init(void) function
1130 // By the way, although the init() function in
1134 // init() gets called before shared library initialization finished.
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c155 static void DRD_(init)(void) __attribute__((constructor));
167 * Shared library initialization function. The function init() is called after
176 static void DRD_(init)(void) function
/external/valgrind/main/helgrind/tests/
H A Dt2t_laog.stdout.exp3 init level 0
4 init level 1
5 init level 2
6 init level 3
7 init level 4
8 init level 5
9 init level 6
10 init level 7
11 init level 8
12 init leve
[all...]
/external/valgrind/main/massif/tests/
H A Dculling1.stderr.exp439 Massif: XPt init expansions: ...
H A Dculling2.stderr.exp542 Massif: XPt init expansions: ...
H A Ddeep-B.stderr.exp51 Massif: XPt init expansions: ...
H A Ddeep-C.stderr.exp54 Massif: XPt init expansions: ...
H A Dpeak2.stderr.exp109 Massif: XPt init expansions: ...
H A Drealloc.stderr.exp41 Massif: XPt init expansions: ...
/external/tinyxml/
H A Dtinystr.cpp46 tmp.init(length(), cap);
59 tmp.init(len);
H A Dtinystr.h70 init(copy.length());
77 init( static_cast<size_type>( strlen(copy) ));
84 init(len);
182 //Instead use the quit & re-init:
184 init(0,0);
205 void init(size_type sz) { init(sz, sz); }
216 void init(size_type sz, size_type cap)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua24 -- init
H A Dpicoloadphones.lua22 -- init
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java269 init(null);
283 init(writer);
298 init(null);
316 init(writer);
328 private void init (Writer writer)
327 private void init (Writer writer) method in class:XMLWriter
/external/tcpdump/
H A Dprint-esp.c135 (*ndo->ndo_warning)(ndo, "espkey init failed");
319 char *init; local
325 init = strsep(&line, " \t");
332 if(!init || !icookie || !rcookie || !authkey || !enckey) {
342 if((init[0]!='I' && init[0]!='R')
350 (*ndo->ndo_warning)(ndo, "init=%s icookie=%s(%u) rcookie=%s(%u)",
351 init, icookie, ilen, rcookie, rlen);
357 sa1.initiator = (init[0] == 'I');
670 (*ndo->ndo_warning)(ndo, "espkey init faile
[all...]
H A Dprint-sctp.c273 const struct sctpInitiation *init; local
276 init=(const struct sctpInitiation*)(chunkDescPtr+1);
277 printf("[init tag: %u] ", EXTRACT_32BITS(&init->initTag));
278 printf("[rwnd: %u] ", EXTRACT_32BITS(&init->rcvWindowCredit));
279 printf("[OS: %u] ", EXTRACT_16BITS(&init->NumPreopenStreams));
280 printf("[MIS: %u] ", EXTRACT_16BITS(&init->MaxInboundStreams));
281 printf("[init TSN: %u] ", EXTRACT_32BITS(&init->initialTSN));
284 if( (init
292 const struct sctpInitiation *init; local
[all...]
/external/stlport/
H A Dconfigure.bat17 if NOT "%1xyz123" == "xyz123" goto init
23 :init label
/external/stlport/src/
H A Dlocale_impl.cpp599 static _Locale_impl::Init init; local
604 static _Locale_impl::Init init; local
H A Dstrstream.cpp296 this->init(&_M_buf);
301 this->init(&_M_buf);
306 this->init(&_M_buf);
311 this->init(&_M_buf);
327 basic_ios<char, char_traits<char> >::init(&_M_buf);
333 basic_ios<char, char_traits<char> >::init(&_M_buf);
360 basic_ios<char, char_traits<char> >::init(&_M_buf);
366 basic_ios<char, char_traits<char> >::init(&_M_buf);

Completed in 5532 milliseconds

1234567891011>>