Home
last modified time | relevance | path

Searched refs:Repeat (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-41715.patch254 - strings.Repeat("(", 1000) + strings.Repeat(")", 1000),
255 - strings.Repeat("(?:", 1000) + strings.Repeat(")*", 1000),
260 + strings.Repeat("(", 1000) + strings.Repeat(")", 1000), // too deep
261 + strings.Repeat("(?:", 1000) + strings.Repeat(")*", 1000), // too deep
262 + "(" + strings.Repeat("(xx?)", 1000) + "){1000}", // too long
263 + strings.Repeat("(xx?){1000}", 1000), // too long
264 + strings.Repeat(`\pL`, 27000), // too many runes
H A DCVE-2022-2879.patch154 + h: &Header{Name: strings.Repeat("a", maxSpecialFileSize)},
157 + h: &Header{Linkname: strings.Repeat("a", maxSpecialFileSize)},
160 + h: &Header{Uname: strings.Repeat("a", maxSpecialFileSize)},
163 + h: &Header{Gname: strings.Repeat("a", maxSpecialFileSize)},
166 + h: &Header{PAXRecords: map[string]string{"GOLANG.x": strings.Repeat("a", maxSpecialFileSize)}…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtypes.hpp57 enum class TextureWrap : bool { Clamp, Repeat }; enumerator
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-bench.txt171 Repeat memcpy invocation this number of times.
195 Repeat memset invocation this number of times.
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dev6-memset.S178 subq $3, 16, $2 # E : Repeat the loop at least once more?
356 subq $3, 16, $2 # E : Repeat the loop at least once more?
544 subq $3, 16, $2 # E : Repeat the loop at least once more?
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp144 gl::TextureWrap::Repeat, gl::TextureWrap::Clamp); in bind()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dbnx2fc.rst33 c. Repeat this for all the interfaces where FCoE has to be enabled.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dda7219.txt69 - dlg,adc-1bit-rpt : Repeat count for 1-bit button measurement
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbatman-adv.rst39 Repeat this step for all interfaces you wish to add. Now batman-adv starts
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Drc-tables.rst184 - Repeat the video or a video interval
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb203 # Repeat build with the Secure Boot flags.
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dxilinx_sdfec.rst153 - Repeat for each LDPC code parameter.
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dintel-ish-hid.rst308 | |--Repeat HOST_CLIENT_PROPERTIES_REQ_CMD-till last one--|
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wan/
H A Dz8530book.rst78 Repeat the same operation with the B channel if your chip has both
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.x86977 register. Repeat this until you get interrupt pins for all the devices. The last
/OK3568_Linux_fs/kernel/arch/arm64/
H A DKconfig894 TLBI xxIS invalidate maintenance operation. Repeat the TLBI operation
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt800 ,title="The Repeat Offender Problem: A Mechanism for Supporting Dynamic-Sized,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1357 Repeat the video sequence headers. Repeating these headers makes
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgprof.info1436 5. Repeat the last two steps as often as you wish.
H A Das.info5138 Repeat the sequence of lines between the '.rept' directive and the next
10682 Repeat Count
10684 Repeat Start address
10686 Repeat End address
10973 Repeat Count
10975 Repeat Start address
10977 Repeat End address
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgprof.info1436 5. Repeat the last two steps as often as you wish.
H A Das.info5138 Repeat the sequence of lines between the '.rept' directive and the next
10682 Repeat Count
10684 Repeat Start address
10686 Repeat End address
10973 Repeat Count
10975 Repeat Start address
10977 Repeat End address
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190727.patch.gz1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-115961 "Repeat the output COUNT (default 10) times"},
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-115961 "Repeat the output COUNT (default 10) times"},

12