Home
last modified time | relevance | path

Searched refs:repeat (Results 651 - 675 of 889) sorted by relevance

1...<<21222324252627282930>>...36

/kernel/linux/linux-6.6/fs/nilfs2/
H A Dinode.c835 repeat: in nilfs_truncate_bmap()
850 goto repeat; in nilfs_truncate_bmap()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlog.c1045 repeat: in gfs2_log_flush()
1086 goto repeat; in gfs2_log_flush()
/kernel/linux/linux-6.6/fs/kernfs/
H A Ddir.c546 repeat: in kernfs_put()
574 goto repeat; in kernfs_put()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.c1070 int repeat = 0; /* count for avoiding endless loop */ in azx_interrupt() local
1111 } while (active && ++repeat < 10); in azx_interrupt()
/kernel/linux/linux-6.6/lib/
H A Ddebugobjects.c976 repeat: in __debug_check_no_obj_freed()
991 goto repeat; in __debug_check_no_obj_freed()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1314 repeat: in usb_linux_deregister()
1320 goto repeat; in usb_linux_deregister()
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc595 conn_.rt.repeat = t; in reset_upstream_read_timeout()
602 conn_.wt.repeat = t; in reset_upstream_write_timeout()
H A Dshrpx_http_downstream_connection.cc446 conn_.wt.repeat = downstreamconf.timeout.connect; in initiate_connection()
1561 conn_.wt.repeat = group_->shared_addr->timeout.write; in connected()
H A Dshrpx_https_upstream.cc121 conn->rt.repeat = upstreamconf.timeout.read; in on_start_request()
801 conn->rt.repeat = upstreamconf.timeout.idle_read; in on_write()
/third_party/python/Tools/stringbench/
H A Dstringbench.py611 @bench('"A"*10', "repeat 1 character 10 times", 1000)
617 @bench('"A"*1000', "repeat 1 character 1000 times", 1000)
623 @bench('"ABCDE"*10', "repeat 5 characters 10 times", 1000)
629 @bench('"ABCDE"*1000', "repeat 5 characters 1000 times", 1000)
1398 def best(self, repeat=1):
1405 for i in range(1, repeat):
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc477 int repeat = 10000; in TEST_P() local
478 for (int i = 0; i < repeat; ++i) { in TEST_P()
/third_party/rust/crates/regex/src/
H A Dcompile.rs679 .c_concat(iter::repeat(expr).take(min))? in c_repeat_range_min_or_more()
698 let patch_concat = self.c_concat(iter::repeat(expr).take(min))?; in c_repeat_range()
H A Ddfa.rs41 use std::iter::repeat;
1661 self.table.extend(repeat(STATE_UNKNOWN).take(self.num_byte_classes)); in add()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp591 std::string repeat; in JsCreatePattern() local
592 info.GetStringArg(1, repeat); in JsCreatePattern()
597 pattern->SetRepetition(repeat); in JsCreatePattern()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memcpy.S254 bgu,pt %xcc, .Lmedl64 ! repeat if at least 64 bytes left
343 bgu,pt %xcc, .Lmedw32 ! repeat if at least 32 bytes left
888 EX_ST(STORE(stb, %o3, %o0), memcpy_retl_o2_plus_7)! write byte & repeat
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memcpy.S254 bgu,pt %xcc, .Lmedl64 ! repeat if at least 64 bytes left
343 bgu,pt %xcc, .Lmedw32 ! repeat if at least 32 bytes left
888 EX_ST(STORE(stb, %o3, %o0), memcpy_retl_o2_plus_7)! write byte & repeat
/kernel/linux/linux-6.6/fs/
H A Dlocks.c47 * lock (1). We then repeat the process recursively with those
2694 loff_t id, char *pfx, int repeat) in lock_get_status()
2713 if (repeat) in lock_get_status()
2714 seq_printf(f, "%*s", repeat - 1 + (int)strlen(pfx), pfx); in lock_get_status()
2693 lock_get_status(struct seq_file *f, struct file_lock *fl, loff_t id, char *pfx, int repeat) lock_get_status() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c291 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset; in ReadHuffmanCodeLengths() local
292 if (symbol + repeat > num_symbols) { in ReadHuffmanCodeLengths()
296 while (repeat-- > 0) code_lengths[symbol++] = length; in ReadHuffmanCodeLengths()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp43 const char REPEAT_PREFIX[] = "repeat";
44 const std::regex REPEAT_NUM_REGEX(R"(^repeat\((\d+),(.+)\))", std::regex::icase); // regex for "repeat(2, 100px)"
45 const std::regex AUTO_REGEX(R"(^repeat\((.+),(.+)\))", std::regex::icase); // regex for "repeat(auto-fill, 10px)"
48 const char INVALID_PATTERN[] = "((repeat)\\(\\s{0,}(auto-fill)\\s{0,},)";
50 const char PREFIX_PATTERN[] = "\\S{1,}(repeat)|(px|%|vp)\\d{1,}|\\)\\d{1,}";
52 "((repeat)\\(\\s{0,}(auto-fill)\\s{0,},(\\s{0,}[0-9]+([.]{1}[0-9]+){0,1}(px|%|vp){0,1}){1,}\\s{0,}\\))";
550 // (4) repeat(2,100px 20%) -- will be prebuilt by JS Engine to --- 100px 20% 100px 20%
551 // (5) repeat(aut
[all...]
H A Drender_grid_layout.h631 std::vector<std::string>& vec, std::string& repeat, std::vector<Value>& resultvec);
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3267 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry()
3282 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry()
3331 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_wowlan_mef_entry()
3350 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
3361 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3312 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry()
3327 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry()
3376 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_wowlan_mef_entry()
3395 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
3406 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents.c1408 repeat: in ext4_ext_create_new_leaf()
1455 goto repeat; in ext4_ext_create_new_leaf()
3913 * repeat fallocate creation request in ext4_ext_handle_unwritten_extents()
5652 goto repeat; in ext4_swap_extents()
5696 goto repeat; in ext4_swap_extents()
5717 goto repeat; in ext4_swap_extents()
5743 goto repeat; in ext4_swap_extents()
5785 repeat: in ext4_swap_extents()
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c1408 repeat: in ext4_ext_create_new_leaf()
1455 goto repeat; in ext4_ext_create_new_leaf()
3881 * repeat fallocate creation request in ext4_ext_handle_unwritten_extents()
5640 goto repeat; in ext4_swap_extents()
5684 goto repeat; in ext4_swap_extents()
5705 goto repeat; in ext4_swap_extents()
5731 goto repeat; in ext4_swap_extents()
5773 repeat: in ext4_swap_extents()
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc287 repeat,
288 internal::Int32FromGTestEnv("repeat", 1),
289 "How many times to repeat each test. Specify a negative number "
3143 if (GTEST_FLAG(repeat) != 1) in OnTestIterationStart()
5288 // How many times to repeat the tests? We don't want to repeat them in RunAllTests()
5290 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); in RunAllTests() local
5291 // Repeats forever if the repeat count is negative. in RunAllTests()
5292 const bool gtest_repeat_forever = repeat < in RunAllTests()
[all...]

Completed in 67 milliseconds

1...<<21222324252627282930>>...36