Home
last modified time | relevance | path

Searched defs:diff_type (Results 1 – 7 of 7) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.functions/
Dformat_to_n.locale.pass.cpp47 using diff_type = decltype(result.size); typedef
57 using diff_type = decltype(result.size); typedef
68 using diff_type = decltype(result.size); typedef
80 using diff_type = decltype(result.size); typedef
94 using diff_type = decltype(result.size); typedef
Dformat_to_n.pass.cpp45 using diff_type = decltype(result.size); typedef
54 using diff_type = decltype(result.size); typedef
64 using diff_type = decltype(result.size); typedef
75 using diff_type = decltype(result.size); typedef
89 using diff_type = decltype(result.size); typedef
Dlocale-specific_form.pass.cpp161 using diff_type = decltype(result.size); in test() typedef
211 using diff_type = decltype(result.size); in test() typedef
/external/aac/libFDK/src/
Dnlc_dec.cpp574 DIFF_TYPE diff_type; in huff_decode() local
843 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in EcDataPairDec() local
/external/libxaac/decoder/
Dixheaacd_mps_dec.c1062 WORD32 diff_type; in ixheaacd_huff_decode() local
1513 WORD32 diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in ixheaacd_mps_ecdatapairdec() local
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp313 namespace diff_type { namespace
/external/aac/libSACenc/src/
Dsacenc_nlc_enc.cpp590 static INT diff_type_offset(const DIFF_TYPE diff_type) { in diff_type_offset()