/third_party/node/deps/v8/src/snapshot/ |
D | serializer-deserializer.h | 244 static constexpr bool IsEncodable(int repeat_count) { in IsEncodable() 245 return repeat_count >= kFirstEncodableVariableRepeatCount; in IsEncodable() 248 static constexpr int Encode(int repeat_count) { in Encode() 249 DCHECK(IsEncodable(repeat_count)); in Encode() 250 return repeat_count - kFirstEncodableVariableRepeatCount; in Encode()
|
D | serializer.cc | 297 void Serializer::PutRepeat(int repeat_count) { in PutRepeat() argument 298 if (repeat_count <= kLastEncodableFixedRepeatCount) { in PutRepeat() 299 sink_.Put(FixedRepeatWithCount::Encode(repeat_count), "FixedRepeat"); in PutRepeat() 302 sink_.PutInt(VariableRepeatCount::Encode(repeat_count), "repeat count"); in PutRepeat() 924 int repeat_count = static_cast<int>(repeat_end - current); in VisitPointers() local 926 bytes_processed_so_far_ += repeat_count * kTaggedSize; in VisitPointers() 927 serializer_->PutRepeat(repeat_count); in VisitPointers()
|
D | deserializer.cc | 857 int repeat_count) { in ReadRepeatedObject() argument 858 CHECK_LE(2, repeat_count); in ReadRepeatedObject() 862 for (int i = 0; i < repeat_count; i++) { in ReadRepeatedObject() 866 return repeat_count; in ReadRepeatedObject()
|
D | deserializer.h | 196 int ReadRepeatedObject(SlotGetter slot_getter, int repeat_count);
|
D | serializer.h | 239 void PutRepeat(int repeat_count);
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.c | 101 gint repeat_count; member 535 gint repeat_count) in gst_toc_entry_set_loop() argument 540 entry->repeat_count = repeat_count; in gst_toc_entry_set_loop() 563 gint * repeat_count) in gst_toc_entry_get_loop() argument 569 if (repeat_count != NULL) in gst_toc_entry_get_loop() 570 *repeat_count = entry->repeat_count; in gst_toc_entry_get_loop()
|
D | gsttoc.h | 216 …oc_entry_set_loop (GstTocEntry *entry, GstTocLoopType loop_type, gint repeat_count); 219 …_get_loop (const GstTocEntry *entry, GstTocLoopType *loop_type, gint *repeat_count);
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_asm.cpp | 373 unsigned repeat_count = 0; in print_asm_llvm() local 379 repeat_count++; in print_asm_llvm() 383 if (repeat_count) in print_asm_llvm() 384 fprintf(output, "\t(then repeated %u times)\n", repeat_count); in print_asm_llvm() 385 repeat_count = 0; in print_asm_llvm()
|
/third_party/ffmpeg/libavcodec/ |
D | psd.c | 231 unsigned int repeat_count; in decode_rle() local 251 repeat_count = rle_char * -1; in decode_rle() 258 if (target_index + repeat_count >= s->uncompressed_size) { in decode_rle() 264 for (p = 0; p <= repeat_count; p++) { in decode_rle() 267 count += repeat_count + 1; in decode_rle()
|
/third_party/libcoap/examples/ |
D | coap-client.c | 81 static size_t repeat_count = 1; variable 1746 repeat_count = atoi(optarg); in main() 1747 if (!repeat_count || repeat_count > 255) { in main() 1749 repeat_count = 1; in main() 1909 repeat_count--; in main() 1914 repeat_count || /* more repeat transmissions to go */ in main() 1928 if (repeat_count) { in main() 1962 if (ready && repeat_count) { in main() 1990 repeat_count--; in main()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-string-prototype.c | 1142 int32_t repeat_count = ecma_number_to_int32 (count_number); in ecma_builtin_string_prototype_object_repeat() local 1154 if (repeat_count == 0 || size == 0 || isNan) in ecma_builtin_string_prototype_object_repeat() 1159 if ((uint32_t) repeat_count >= (ECMA_STRING_SIZE_LIMIT / size)) in ecma_builtin_string_prototype_object_repeat() 1164 lit_utf8_size_t total_size = size * (lit_utf8_size_t) repeat_count; in ecma_builtin_string_prototype_object_repeat() 1170 for (int32_t n = 0; n < repeat_count; n++) in ecma_builtin_string_prototype_object_repeat()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 532 FT_Byte repeat_count = 0; in store_points() local 573 if ( flag == last_flag && repeat_count != 255 ) in store_points() 576 repeat_count++; in store_points() 580 if ( repeat_count != 0 ) in store_points() 585 dst[flag_offset++] = repeat_count; in store_points() 591 repeat_count = 0; in store_points() 599 if ( repeat_count != 0 ) in store_points() 604 dst[flag_offset++] = repeat_count; in store_points()
|
/third_party/python/Tools/stringbench/ |
D | stringbench.py | 57 def bench(s, group, repeat_count): argument 66 f.repeat_count = repeat_count 1468 v.comment, v.repeat_count))
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.cpp | 484 ++s.repeat_count; in collect_stats() 523 sblog << " repeat_count : " << repeat_count << "\n"; in dump()
|
D | sb_if_conversion.cpp | 136 s.if_count != 1 || s.repeat_count || s.uses_ar) in check_and_convert()
|
D | sb_ir.h | 748 unsigned repeat_count; member 755 repeat_count(), if_count(), uses_ar(false) {} in node_stats()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 658 unsigned int repeat_count = *p++; in get_contour_points() local 659 while ((repeat_count-- > 0) && (++i < num_points)) in get_contour_points()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 10454 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local 10486 repeat_count = PRIVATE_DATA(matchingpath + 3); in compile_bracket_matchingpath() 10487 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath() 10597 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), repeat_ptr, SLJIT_IMM, repeat_count); in compile_bracket_matchingpath() 12665 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; in compile_bracket_backtrackingpath() local 12695 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath() 12696 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); in compile_bracket_backtrackingpath() 13086 CMPTO(SLJIT_LESS_EQUAL, TMP1, 0, SLJIT_IMM, repeat_count, exact_label); in compile_bracket_backtrackingpath()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 3150 (store_points): Fix type of `last_flag', `repeat_count', and `flag'.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 37018 Add loop_type and repeat_count fields to GstTocEntry plus setters and getters.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 149871 When there is no extension header, the repeat_count variable is left to 0 and
|