| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | list-3.tcl | 20 r rpush mylist [string repeat x 5105]"799" 21 r lset mylist -1 [string repeat x 1014]"702" 23 r lset mylist -1 [string repeat x 4149]"852" 24 r linsert mylist before 401 [string repeat x 9927]"12" 37 set ele [string repeat x [randomInt 10000]][randomInt 1000] 68 set data [string repeat x [randomInt 100000]]
|
| H A D | list-common.tcl | 5 set largevalue(linkedlist) [string repeat "hello" 4]
|
| H A D | string.tcl | 13 set buf [string repeat "abcd" 1000000] 16 } [string repeat "abcd" 1000000] 24 set buf [string repeat "pl-$j" $size]
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 101 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 103 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 108 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : in ZSTD_compressLiterals() 112 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); in ZSTD_compressLiterals() 113 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|
| H A D | huf_compress.c | 747 HUF_CElt* oldHufTable, HUF_repeat* repeat, int preferRepeat, in HUF_compress_internal() argument 769 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal() 782 if ( repeat in HUF_compress_internal() 783 && *repeat == HUF_repeat_check in HUF_compress_internal() 785 *repeat = HUF_repeat_none; in HUF_compress_internal() 788 if (preferRepeat && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal() 809 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal() 821 if (repeat) { *repeat = HUF_repeat_none; } in HUF_compress_internal() 846 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2) in HUF_compress1X_repeat() argument 851 repeat, preferRepeat, bmi2); in HUF_compress1X_repeat() [all …]
|
| H A D | zstd_compress_superblock.c | 77 HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_buildSuperBlockEntropy_literal() local 116 …if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp,… in ZSTD_buildSuperBlockEntropy_literal() 117 repeat = HUF_repeat_none; in ZSTD_buildSuperBlockEntropy_literal() 135 if (repeat != HUF_repeat_none) { in ZSTD_buildSuperBlockEntropy_literal() 480 const U32 repeat = set_repeat; in ZSTD_compressSubBlock_sequences() local 481 *seqHead = (BYTE)((repeat<<6) + (repeat<<4) + (repeat<<2)); in ZSTD_compressSubBlock_sequences()
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | lua.css | 78 background-repeat: no-repeat;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | nvidia,tegra20-kbc.txt | 30 - nvidia,repeat-delay-ms: delay in milliseconds before repeat starts
|
| H A D | adc-keys.txt | 12 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
| H A D | brcm,bcm-keypad.txt | 58 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | privmsg.c | 123 cx->repeat.h.present = 0; in uni_decode_body_internal() 221 cx->repeat.h.present = 0; in uni_decode_body_internal()
|
| H A D | uni_ie.h | 30 struct uni_ie_repeat repeat; member
|
| H A D | unimsglib.h | 77 struct uni_ie_repeat repeat; /* repeat IE during decoding */ member
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | quit.tcl | 31 r write [format_command set foo [string repeat "x" 1024]]
|
| H A D | maxmemory.tcl | 195 $rd_master setrange key:0 0 [string repeat A $payload_len] 202 $master setrange key:0 0 [string repeat A $payload_len]
|
| H A D | protocol.tcl | 77 set payload [string repeat A 1024]"\n"
|
| H A D | slowlog.tcl | 55 set arg [string repeat A 129]
|
| H A D | bitops.tcl | 21 append b($j) [string repeat 0 [expr $maxlen-[string length $b($j)]]] 339 r set str [string repeat "\xff" [expr $max/8]]
|
| H A D | memefficiency.tcl | 8 set val [string repeat A [expr {int(rand()*$range)}]]
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.css | 149 background: none repeat scroll 0 0 #0D5995; 158 background: none repeat scroll 0 0 #0D5995; 214 background: url(/images/logo.png) no-repeat; 229 background: rgb(230, 230, 230) url(/images/gear.png) no-repeat center; 635 background: url(/images/prefs-devices.png) no-repeat center top; 639 background: url(/images/prefs-groups.png) no-repeat center top; 643 background: url(/images/prefs-general.png) no-repeat center top; 909 repeat scroll 0 0 transparent;
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | huf.h | 213 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2); 318 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2);
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 159 static int repeat = 0; variable 279 repeat = atoi(optarg); in main() 280 if (repeat < 0) { in main() 842 if (repeat) { in dump() 845 sleep(repeat); in dump()
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 676 (nor [dictionary](#dictionary-format)) to repeat, this should be treated as corruption. 762 `Offset_Value` from 1 to 3 are special : they define "repeat codes". 763 This is described in more detail in [Repeat Offsets](#repeat-offsets). 887 If `offset_value` is from 1-3, the offset is a special repeat offset value. 888 See the [repeat offset](#repeat-offsets) section for how the offset is determined 947 … 11 | 1111 | 1 | 4 | non-repeat | 948 … 22 | 1111 | 1 | 4 | repeat 1; no change | 949 … 22 | 2222 | 1111 | 1 | non-repeat | 1093 it is followed by a 2-bits repeat flag. 1094 This repeat flag tells how many probabilities of zeroes follow the current one. [all …]
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 778 int error, fault, opsize, seg, repeat; in emulate_movs() local 791 repeat = vie->repz_present | vie->repnz_present; in emulate_movs() 793 if (repeat) { in emulate_movs() 930 if (repeat) { in emulate_movs() 953 int error, opsize, repeat; in emulate_stos() local 958 repeat = vie->repz_present | vie->repnz_present; in emulate_stos() 960 if (repeat) { in emulate_stos() 994 if (repeat) { in emulate_stos()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 193 - PORT_ID (cannot repeat; conflicts with other traffic source items) 195 - PHY_PORT (cannot repeat; conflicts with other traffic source items) 197 - PF (cannot repeat; conflicts with other traffic source items) 199 - VF (cannot repeat; conflicts with other traffic source items)
|