Searched refs:wl (Results 1 - 25 of 90) sorted by relevance

1234

/external/srec/srec/include/
H A Dword_lattice.h50 void destroy_word_lattice(srec_word_lattice* wl);
51 void initialize_word_lattice(srec_word_lattice* wl);
52 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
54 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr);
/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...]
/external/bison/build-aux/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,'
74 wl='-Wl,'
77 wl='-Wl,'
80 wl='-Wl,-Wl,,'
83 wl
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4947 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
949 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
956 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
958 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppres
[all...]
/external/e2fsprogs/config/
H A Dconfig.rpath47 wl=
49 wl='-Wl,'
53 wl='-Wl,'
56 wl='-Wl,'
59 wl='-Wl,'
68 wl='-Qoption,ld,'
72 wl='-Wl,'
75 wl='-Wl,'
78 wl='-Qoption ld '
82 wl
[all...]
/external/libexif/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
80 wl='-Wl,'
83 wl='-Wl,'
86 wl='-Wl,'
89 wl
[all...]
H A Dltmain.sh1430 compiler_flags="$compiler_flags $wl$qarg"
1432 compile_command="$compile_command $wl$qarg"
1433 finalize_command="$finalize_command $wl$qarg"
1780 arg="$arg $wl$flag"
1798 arg="$arg $wl$flag"
1799 compiler_flags="$compiler_flags $wl$flag"
3314 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/external/jpeg/
H A Dansi2knr.c384 goto wl;
386 goto wl;
413 wl: fputs(buf, out);
H A Dltconfig446 wl=
451 wl='-Wl,'
482 wl='-Wl,'
483 link_static_flag="${wl}-a ${wl}archive"
488 wl='-Wl,'
499 wl='-Wl,'
512 wl='-Wl,'
518 wl='-Qoption ld '
524 wl
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c384 goto wl;
386 goto wl;
413 wl: fputs(buf, out);
H A Dltconfig446 wl=
451 wl='-Wl,'
482 wl='-Wl,'
483 link_static_flag="${wl}-a ${wl}archive"
488 wl='-Wl,'
499 wl='-Wl,'
512 wl='-Wl,'
518 wl='-Qoption ld '
524 wl
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_generic_codec.cc102 WriteLockScoped wl(codec_wrapper_lock_);
530 WriteLockScoped wl(codec_wrapper_lock_);
552 WriteLockScoped wl(codec_wrapper_lock_);
576 WriteLockScoped wl(codec_wrapper_lock_);
586 WriteLockScoped wl(codec_wrapper_lock_);
599 WriteLockScoped wl(codec_wrapper_lock_);
/external/cmockery/cmockery_0_1_2/
H A Dlibtool131 wl="-Wl,"
180 export_dynamic_flag_spec="\${wl}--export-dynamic"
183 whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
214 archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
218 \$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\
[all...]
H A Dltmain.sh1401 compiler_flags="$compiler_flags $wl$qarg"
1403 compile_command="$compile_command $wl$qarg"
1404 finalize_command="$finalize_command $wl$qarg"
1750 arg="$arg $wl$flag"
1768 arg="$arg $wl$flag"
1769 compiler_flags="$compiler_flags $wl$flag"
3269 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc876 WriteLockScoped wl(_apiTestRWLock);
898 // WriteLockScoped wl(_apiTestRWLock);
907 // WriteLockScoped wl(_apiTestRWLock);
924 WriteLockScoped wl(_apiTestRWLock);
935 WriteLockScoped wl(_apiTestRWLock);
950 WriteLockScoped wl(_apiTestRWLock);
1143 WriteLockScoped wl(_apiTestRWLock);
1154 WriteLockScoped wl(_apiTestRWLock);
1175 WriteLockScoped wl(_apiTestRWLock);
1216 WriteLockScoped wl(_apiTestRWLoc
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dlibtool272 wl="-Wl,"
290 export_dynamic_flag_spec="\${wl}--export-dynamic"
293 whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
305 archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
309 \$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc44 WriteLockScoped wl(*_rwLock);
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp181 wantslist1 wl = { destroyme1(), destroyme1() }; local
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_decode.c195 static const int wl[8] = {-60, -30, 58, 172, 334, 538, 1198, 3042 }; local
325 wd1 += wl[wd2];
H A Dg722_encode.c229 static const int wl[8] = local
361 s->band[0].nb = wd + wl[il4];
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_manager.cc214 ViEManagerWriteScoped wl(this);
287 ViEManagerWriteScoped wl(this);
/external/chromium_org/third_party/libevent/
H A Dltmain.sh1171 single_module="${wl}-single_module"
1448 compiler_flags="$compiler_flags $wl$qarg"
1450 compile_command="$compile_command $wl$qarg"
1451 finalize_command="$finalize_command $wl$qarg"
1658 single_module="${wl}-multi_module"
1803 arg="$arg $wl$flag"
1821 arg="$arg $wl$flag"
1822 compiler_flags="$compiler_flags $wl$flag"
3329 xlcverstring="${wl}-compatibility_version ${wl}
[all...]

Completed in 2163 milliseconds

1234