Searched defs:wl (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp150 wantslist1 wl = { destroyme1(), destroyme1() }; local
/external/icu4c/test/cintltst/
H A Dcustrtrn.c1383 int32_t wl; local
1396 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1401 if(ul!=wl){
1402 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
1405 wl = (int32_t)uprv_wcslen(wcs);
1406 cp = u_strFromWCS(rts, rtcap, &rtl, wcs, wl, &err);
1411 if(wl != rtl){
1412 log_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcp
[all...]
/external/icu4c/test/perf/ustrperf/
H A Dstringperf.h246 int32_t wl; local
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
253 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
254 wlines_[i].len = wl;
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
258 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
259 wlines_[i].len = wl;
/external/srec/srec/crec/
H A Dword_lattice.c56 srec_word_lattice *wl; local
58 wl = (srec_word_lattice*) CALLOC_CLR(1, sizeof(srec_word_lattice), "search.word_lattice.base");
59 wl->max_frames = max_frames;
60 wl->words_for_frame = (wtokenID*) CALLOC_CLR(max_frames, sizeof(wtokenID), "search.word_lattice.words");
62 wl->whether_sorted = (asr_int16_t*)CALLOC_CLR(max_frames, sizeof(asr_int16_t), "search.word_lattice.sflag");
64 return wl;
67 void destroy_word_lattice(srec_word_lattice* wl) argument
69 FREE(wl->words_for_frame);
70 FREE(wl->whether_sorted);
71 FREE(wl);
74 initialize_word_lattice(srec_word_lattice* wl) argument
84 lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr) argument
100 lattice_add_word_tokens(srec_word_lattice *wl, frameID frame, wtokenID word_token_list_head) argument
354 srec_word_lattice *wl; local
413 srec_word_lattice* wl; local
449 srec_word_lattice* wl; local
490 srec_word_lattice* wl; local
536 srec_word_lattice* wl = rec->word_lattice; local
[all...]
H A Dsrec.c1787 srec_word_lattice* wl = rec->word_lattice; local
1790 wtoken_index = wl->words_for_frame[end_frame];
1795 if (wl->words_for_frame[frame] != MAXwtokenID)
1798 wl->words_for_frame[end_frame] = wl->words_for_frame[frame];
1799 wl->words_for_frame[frame] = MAXwtokenID;
1800 for (tmp = wl->words_for_frame[end_frame]; tmp != MAXwtokenID;
/external/clang/tools/libclang/
H A DCIndex.cpp1741 EnqueueVisitor(VisitorWorkList &wl, CXCursor parent) argument
1742 : WL(wl), Parent(parent) {}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1885 milliseconds