Home
last modified time | relevance | path

Searched refs:mdf (Results 1 – 25 of 144) sorted by relevance

123456

/external/rust/crates/chrono/src/naive/
Dinternals.rs287 pub fn from_mdf(Mdf(mdf): Mdf) -> Of { in from_mdf()
288 let mdl = mdf >> 3; in from_mdf()
290 Some(&v) => Of(mdf.wrapping_sub((i32::from(v) as u32 & 0x3ff) << 3)), in from_mdf()
417 let Mdf(mdf) = *self; in valid()
418 let mdl = mdf >> 3; in valid()
427 let Mdf(mdf) = *self; in month()
428 mdf >> 9 in month()
434 let Mdf(mdf) = *self; in with_month()
435 Mdf((mdf & 0b1_1111_1111) | (month << 9)) in with_month()
440 let Mdf(mdf) = *self; in day()
[all …]
Ddate.rs148 fn from_mdf(year: i32, mdf: Mdf) -> Option<NaiveDate> { in from_mdf()
149 NaiveDate::from_of(year, mdf.to_of()) in from_mdf()
765 fn mdf(&self) -> Mdf { in mdf() method
779 fn with_mdf(&self, mdf: Mdf) -> Option<NaiveDate> { in with_mdf()
780 self.with_of(mdf.to_of()) in with_mdf()
1132 self.mdf().month() in month()
1149 self.mdf().month() - 1 in month0()
1189 self.mdf().day() in day()
1206 self.mdf().day() - 1 in day0()
1310 let mdf = self.mdf(); in with_year() localVariable
[all …]
/external/icu/icu4c/source/data/lang/
Dsw_CD.txt22 mdf{"Kimoksha"}
Dsw_KE.txt33 mdf{"Kimoksha"}
Dff_Adlm.txt115 mdf{"����������������������"}
Dse.txt72 mdf{"mokšagiella"}
Duz_Cyrl.txt186 mdf{"мокша тили"}
Daz_Cyrl.txt217 mdf{"мокша"}
Dckb.txt211 mdf{"مۆکشا"}
Dce.txt224 mdf{"мокшанойн"}
Dsd.txt229 mdf{"موڪشا"}
Dky.txt227 mdf{"мокшача"}
Dkk.txt233 mdf{"мокша тілі"}
Dmn.txt231 mdf{"мокша"}
Dchr.txt230 mdf{"ᎼᎧᏌ"}
Dps.txt228 mdf{"موکشا"}
Das.txt229 mdf{"মোক্সা"}
Dkok.txt231 mdf{"मोक्ष"}
Dkm.txt223 mdf{"មុខសា"}
/external/speex/libspeexdsp/
DMakefile.am21 libspeexdsp_la_SOURCES = preprocess.c jitter.c mdf.c fftwrap.c filterbank.c resample.c buffer.c sca…
DMakefile.in134 am__libspeexdsp_la_SOURCES_DIST = preprocess.c jitter.c mdf.c \
139 am_libspeexdsp_la_OBJECTS = preprocess.lo jitter.lo mdf.lo fftwrap.lo \
373 libspeexdsp_la_SOURCES = preprocess.c jitter.c mdf.c fftwrap.c filterbank.c resample.c buffer.c sca…
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdf.Plo@am__quote@
/external/speex/ti/speex_C55_test/
Dspeex_C55_test.pjt21 Source="..\..\libspeexdsp\mdf.c"
/external/speex/ti/speex_C64_test/
Dspeex_C64_test.pjt22 Source="..\..\libspeexdsp\mdf.c"
/external/speex/ti/speex_C54_test/
Dspeex_C54_test.pjt21 Source="..\..\libspeexdsp\mdf.c"
/external/speex/symbian/
Dspeex.mmp38 SOURCE buffer.c fftwrap.c filterbank.c jitter.c kiss_fft.c kiss_fftr.c mdf.c preprocess.c re…

123456