Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 23 of 23) sorted by relevance

/external/wpa_supplicant/
Dos_win32.c33 FILETIME ft; in os_get_time() local
41 SystemTimeToFileTime(&st, &ft); in os_get_time()
43 GetSystemTimeAsFileTime(&ft); in os_get_time()
45 li.LowPart = ft.dwLowDateTime; in os_get_time()
46 li.HighPart = ft.dwHighDateTime; in os_get_time()
/external/speex/libspeex/
Dpreprocess.c206 spx_word16_t *ft; /**< Processing frame in freq domain (2*ps_size) */ member
450 st->ft = (spx_word16_t*)speex_alloc(2*N*sizeof(spx_word16_t)); in speex_preprocess_state_init()
536 speex_free(st->ft); in speex_preprocess_state_destroy()
569 static void speex_compute_agc(SpeexPreprocessState *st, spx_word16_t Pframe, spx_word16_t *ft) in speex_compute_agc() argument
613 ft[i] *= st->agc_gain; in speex_compute_agc()
652 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
655 ps[0]=MULT16_16(st->ft[0],st->ft[0]); in preprocess_analysis()
657 ps[i]=MULT16_16(st->ft[2*i-1],st->ft[2*i-1]) + MULT16_16(st->ft[2*i],st->ft[2*i]); in preprocess_analysis()
946 st->ft[2*i-1] = MULT16_16_P15(st->gain2[i],st->ft[2*i-1]); in speex_preprocess_run()
947 st->ft[2*i] = MULT16_16_P15(st->gain2[i],st->ft[2*i]); in speex_preprocess_run()
[all …]
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWinTimer.cpp132 FILETIME ft; in systemTime() local
133 GetSystemTimeAsFileTime(&ft); in systemTime()
135 memcpy(&t, &ft, sizeof(t)); in systemTime()
DFontPlatformData.h81 void setFont(cairo_t* ft) const;
/external/icu4c/test/intltest/
Dwindttst.cpp74 FILETIME ft; in testLocales() local
99 SystemTimeToFileTime(&st, &ft); in testLocales()
102 int64_t wftNow = ((int64_t) ft.dwHighDateTime << 32) + ft.dwLowDateTime; in testLocales()
Dtchcfmt.cpp412 Formattable ft( (int32_t)3 ); in TestComplexExample() local
416 res1 = form_pat.format( ft, str, fpos, status ); in TestComplexExample()
/external/webkit/JavaScriptCore/wtf/
DCurrentTime.cpp203 FILETIME ft; in currentSystemTime() local
204 GetCurrentFT(&ft); in currentSystemTime()
211 memcpy(&t, &ft, sizeof(t)); in currentSystemTime()
/external/icu4c/i18n/
Dwindtfmt.cpp142 FILETIME ft; in format() local
155 ft.dwLowDateTime = (DWORD) (uft & 0xFFFFFFFF); in format()
156 ft.dwHighDateTime = (DWORD) ((uft >> 32) & 0xFFFFFFFF); in format()
158 FileTimeToSystemTime(&ft, &st_gmt); in format()
/external/skia/gm/
Dfilltypes.cpp23 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath() argument
32 fPath.setFillType(ft); in showPath()
/external/opencore/tools_v2/build/make/
Dsdkinfo_nr.mk106 …transaction_id := $(shell $(ACCUREV) hist -ft -t "now".1 -s $(parent_basis_stream) | $(GREP) "tran…
112 …transaction_id := $(shell $(ACCUREV) hist -ft -t "now".1 -s $(basis_stream) | $(GREP) "transaction…
/external/qemu/
Dosdep.c272 FILETIME ft; member
277 GetSystemTimeAsFileTime (&_now.ft);
/external/webkit/WebCore/platform/graphics/skia/
DSkiaUtils.cpp190 bool SkPathContainsPoint(SkPath* originalPath, const FloatPoint& point, SkPath::FillType ft) in SkPathContainsPoint() argument
207 originalPath->setFillType(ft); in SkPathContainsPoint()
/external/skia/include/core/
DSkPath.h75 void setFillType(FillType ft) { fFillType = SkToU8(ft); } in setFillType() argument
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp86 SkPath::FillType ft = m_path->getFillType(); // save in contains() local
91 m_path->setFillType(ft); // restore in contains()
/external/webkit/V8Binding/v8/src/
Dplatform-win32.cc291 FILETIME& ft() { return time_.ft_; } in ft() function in v8::internal::Time
338 SystemTimeToFileTime(&st, &ft()); in Time()
/external/bluetooth/glib/glib/
Dgmain.c1460 FILETIME ft; in g_get_current_time()
1465 GetSystemTimeAsFileTime (&ft); in g_get_current_time()
1466 memmove (&time64, &ft, sizeof (FILETIME)); in g_get_current_time()
/external/svox/pico/lib/
Dpicopam.c1902 picoos_int16 ft, dt; in pam_put_item() local
1950 ft = 0; in pam_put_item()
1959 ft, /* factor to be multiplied to get the target */ in pam_put_item()
/external/srec/config/en.us/dictionary/
Dlarge.ok736 aloft @l{ft
1478 ashcroft aSkr{ft
2046 bancroft bankr{ft
2127 barcroft b)rkr{ft
13017 havercroft hAvPkr{ft
14097 hycroft hIkr@ft
17133 lofty l{ft/
18838 microsoft mIkr@s{ft
23614 ravenscroft rAv6nzkr)ft
26885 soft s{ft
[all …]
/external/e2fsprogs/po/
Dde.po2313 "%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
4459 "überprüft,\n"
/external/jpeg/
Dtestimg.ppm4 …6/�3,�7-�8.�9-�7*�3)�1)�0)�1-�32�33�22�01�1/�0.�3.�6.�7/�C:�70�1-�13�jp�qz�ft�]t�Pm�Cf�=d�9c�8^�Ed…
/external/sqlite/dist/
Dsqlite3.c23297 FILETIME ft; in winCurrentTime() local
23305 SystemTimeToFileTime(&time,&ft); in winCurrentTime()
23307 GetSystemTimeAsFileTime( &ft ); in winCurrentTime()
23309 now = ((double)ft.dwHighDateTime) * 4294967296.0; in winCurrentTime()
23310 *prNow = (now + ft.dwLowDateTime)/864000000000.0 + 2305813.5; in winCurrentTime()
/external/opencore/protocols/rtp_payload_parser/util/output/
Dpv_rtp.bin5049 p(� �X��:j����#������uT��|L�S!��2�l+�S�L�IC�fN��\�zV�~TS�A�s'�����\�Vݐ���Z�t�5-�YR ft]|…
/external/webkit/WebCore/
DChangeLog-2006-12-3111792 * platform/cairo/cairo/src/cairo-ft-font.c: Removed.
11793 * platform/cairo/cairo/src/cairo-ft-private.h: Removed.
11794 * platform/cairo/cairo/src/cairo-ft.h: Removed.