| /third_party/ffmpeg/libavcodec/ |
| D | cbs_mpeg2.c | 41 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 47 #define uis(width, name, subs, ...) \ argument 49 #define uirs(width, name, subs, ...) \ argument 51 #define xui(width, name, var, range_min, range_max, subs, ...) \ argument 53 #define sis(width, name, subs, ...) \ argument 68 #define xuia(width, string, var, range_min, range_max, subs, ...) do { \ argument 76 #define xsi(width, name, var, subs, ...) do { \ argument 108 #define xuia(width, string, var, range_min, range_max, subs, ...) do { \ argument 114 #define xsi(width, name, var, subs, ...) do { \ argument
|
| D | cbs_vp9.c | 252 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 258 #define fs(width, name, subs, ...) \ argument 260 #define ss(width, name, subs, ...) \ argument 267 #define xf(width, name, var, subs, ...) do { \ argument 274 #define xs(width, name, var, subs, ...) do { \ argument 288 #define fle(width, name, subs, ...) do { \ argument 304 #define prob(name, subs, ...) do { \ argument 347 #define xf(width, name, var, subs, ...) do { \ argument 352 #define xs(width, name, var, subs, ...) do { \ argument 361 #define fle(width, name, subs, ...) do { \ argument [all …]
|
| D | cbs_h2645.c | 260 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 276 #define us(width, name, range_min, range_max, subs, ...) \ argument 278 #define ubs(width, name, subs, ...) \ argument 280 #define flags(name, subs, ...) \ argument 282 #define ues(name, range_min, range_max, subs, ...) \ argument 284 #define is(width, name, range_min, range_max, subs, ...) \ argument 286 #define ibs(width, name, subs, ...) \ argument 288 #define ses(name, range_min, range_max, subs, ...) \ argument 301 #define xu(width, name, var, range_min, range_max, subs, ...) do { \ argument 308 #define xue(name, var, range_min, range_max, subs, ...) do { \ argument [all …]
|
| D | cbs_av1.c | 547 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 557 #define fbs(width, name, subs, ...) \ argument 559 #define fcs(width, name, range_min, range_max, subs, ...) \ argument 561 #define flags(name, subs, ...) \ argument 563 #define sus(width, name, subs, ...) \ argument 576 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ argument 584 #define xsu(width, name, var, subs, ...) do { \ argument 600 #define ns(max_value, name, subs, ...) do { \ argument 613 #define subexp(name, max, subs, ...) do { \ argument 664 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ argument [all …]
|
| D | cbs_jpeg.c | 34 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 47 #define xu(width, name, range_min, range_max, subs, ...) do { \ argument 68 #define xu(width, name, range_min, range_max, subs, ...) do { \ argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | str_replace.h | 160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local 196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local 205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
|
| D | str_replace.cc | 33 auto& subs = *subs_ptr; in ApplySubstitutions() local
|
| /third_party/alsa-utils/seq/aconnect/ |
| D | aconnect.c | 122 static void list_each_subs(snd_seq_t *seq, snd_seq_query_subscribe_t *subs, int type, const char *m… in list_each_subs() 152 snd_seq_query_subscribe_t *subs; in list_subscribers() local 258 snd_seq_port_subscribe_t *subs; in remove_connection() local 331 snd_seq_port_subscribe_t *subs; in main() local
|
| /third_party/alsa-lib/src/seq/ |
| D | seqmid.c | 121 snd_seq_port_subscribe_t subs; in snd_seq_connect_from() local 148 snd_seq_port_subscribe_t subs; in snd_seq_connect_to() local 175 snd_seq_port_subscribe_t subs; in snd_seq_disconnect_from() local 202 snd_seq_port_subscribe_t subs; in snd_seq_disconnect_to() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | mnkytst.cpp | 86 UnicodeString subs, subt; in TestCollationKey() local 161 UnicodeString subs, subt; in TestCompare() local
|
| /third_party/jsframework/runtime/main/reactivity/ |
| D | dep.js | 13 this.subs = []; property in Dep
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| D | CollationMonkeyTest.java | 60 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 138 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
| D | CollationFrozenMonkeyTest.java | 75 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 166 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| D | CollationMonkeyTest.java | 63 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 141 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
| D | CollationFrozenMonkeyTest.java | 78 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 169 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
| /third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/ |
| D | obj.js | 25 constructor(tag, value, subs) { argument
|
| /third_party/node/deps/npm/node_modules/sigstore/dist/util/asn1/ |
| D | obj.js | 25 constructor(tag, value, subs) { argument
|
| /third_party/elfutils/libdwelf/ |
| D | dwelf_strtab.c | 233 for (Dwelf_Strent *subs = (*sep)->next; subs != NULL; in strtab_add() local 302 for (Dwelf_Strent *subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() local
|
| /third_party/ffmpeg/libavformat/ |
| D | tedcaptionsdec.c | 32 FFDemuxSubtitlesQueue subs; member 184 static int parse_file(AVIOContext *pb, FFDemuxSubtitlesQueue *subs) in parse_file()
|
| D | subtitles.h | 104 AVPacket **subs; ///< array of subtitles packets member
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | TextFormatParseInfoTree.java | 78 Map<FieldDescriptor, List<TextFormatParseInfoTree>> subs = in TextFormatParseInfoTree() local
|
| /third_party/rust/crates/regex/tests/ |
| D | api.rs | 160 let subs: Vec<_> = cap.iter().collect(); in sub_capture_matches() localVariable
|
| /third_party/vixl/benchmarks/aarch32/ |
| D | asm-disasm-speed-test.cc | 339 __ subs(r3, 1U); in Generate_2() local 398 __ subs(r0, 1U); in Generate_2() local 441 __ subs(Narrow, r1, r3, r5); in Generate_2() local 536 __ subs(Narrow, r3, r3, r2); in Generate_3() local 668 __ subs(Narrow, r3, r3, r2); in Generate_4() local 789 __ subs(Narrow, r3, r3, r2); in Generate_5() local 938 __ subs(Narrow, r3, r3, r2); in Generate_6() local 1056 __ subs(Narrow, r3, r3, r2); in Generate_7() local 1290 __ subs(Narrow, r3, r3, r2); in Generate_9() local 1366 __ subs(Narrow, r3, r2, r3); in Generate_10() local [all …]
|
| /third_party/rust/crates/clap/src/builder/ |
| D | debug_asserts.rs | 321 let mut subs = FlatSet::new(); in assert_app() localVariable
|
| /third_party/benchmark/test/ |
| D | output_test_helper.cc | 82 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions() local 369 auto& subs = internal::GetSubstitutions(); in SetSubstitutions() local
|