Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dwintest.bat16 if "%2" == "x64" (SET ARCH=x64) else (SET ARCH=Win32)
17 SET CFLAGS=/nologo /DTEST_SRCDIR=\".\" /I..\..\src\libsodium\include\sodium /I..\..\src\libsodium\i…
18 SET LDFLAGS=/link /LTCG advapi32.lib ..\..\Build\%1\%ARCH%\libsodium.lib
26 SET CFLAGS=%CFLAGS% /MD /Ox
27 SET PATH=..\..\Build\%1\%ARCH%;%PATH%
30 SET CFLAGS=%CFLAGS% /MT /Ox /DSODIUM_STATIC /DSODIUM_EXPORT=
33 SET CFLAGS=%CFLAGS% /GS /MDd /Od
34 SET PATH=..\..\Build\%1\%ARCH%;%PATH%
37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c147 #define SET(n) (*(uint32_t *) &p[n * 4]) macro
194 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7); in ngx_md5_body()
195 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12); in ngx_md5_body()
196 STEP(F, c, d, a, b, SET(2), 0x242070db, 17); in ngx_md5_body()
197 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22); in ngx_md5_body()
198 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7); in ngx_md5_body()
199 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12); in ngx_md5_body()
200 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17); in ngx_md5_body()
201 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22); in ngx_md5_body()
202 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7); in ngx_md5_body()
[all …]
/f-stack/app/redis-5.0.5/tests/sentinel/tests/
H A D06-ckquorum.tcl14 S 0 SENTINEL SET mymaster quorum [expr {$num_sentinels+1}]
17 S 0 SENTINEL SET mymaster quorum $orig_quorum
22 S 0 SENTINEL SET mymaster quorum 1
29 S 0 SENTINEL SET mymaster quorum $orig_quorum
H A D00-base.tcl54 S $id SENTINEL SET mymaster quorum [expr $sentinels+1]
69 S $id SENTINEL SET mymaster quorum $quorum
93 S $id SENTINEL SET mymaster quorum $sentinels
120 S $id SENTINEL SET mymaster quorum $quorum
H A D07-down-conditions.tcl74 S 4 SENTINEL SET mymaster rename-command PING PONG
76 S 4 SENTINEL SET mymaster rename-command PING PING
/f-stack/freebsd/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat4 SET solution=%1
5 SET version=%2
6 SET log=build_%version%.log
7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
9 SET environment="%programfiles(x86)%\%tools%"
10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml57 - SET PATH_ORIGINAL=%PATH%
80 SET "CC=%COMPILER%" &&
84 SET "CPPFLAGS=-I../../zlib" &&
160 - SET "CC=gcc"
161 - SET "CXX=g++"
165 SET FUZZERTEST=-T2mn &&
166 SET ZSTREAM_TESTTIME=-T2mn &&
171 - SET "FUZZERTEST=-T30s"
174 SET ZSTD_BIN=./zstd.exe&&
175 SET DATAGEN_BIN=./datagen.exe&&
[all …]
/f-stack/freebsd/arm64/rockchip/
H A Drk_pwm.c56 #define SET(reg,mask,val) reg = ((reg & ~mask) | val) macro
306 SET(reg, RK_PWM_CTRL_ENABLE_MASK, RK_PWM_CTRL_DISABLED); in rk_pwm_channel_config()
313 SET(reg, RK_PWM_CTRL_ENABLE_MASK, RK_PWM_CTRL_ENABLED); in rk_pwm_channel_config()
314 SET(reg, RK_PWM_CTRL_MODE_MASK, RK_PWM_CTRL_MODE_CONTINUOUS); in rk_pwm_channel_config()
315 SET(reg, RK_PWM_CTRL_ALIGN_MASK, RK_PWM_CTRL_ALIGN_LEFT); in rk_pwm_channel_config()
316 SET(reg, RK_PWM_CTRL_CLOCKSRC_MASK, using_scaler); in rk_pwm_channel_config()
317 SET(reg, RK_PWM_CTRL_PRESCALE_MASK, in rk_pwm_channel_config()
319 SET(reg, RK_PWM_CTRL_SCALE_MASK, in rk_pwm_channel_config()
355 SET(reg, RK_PWM_CTRL_ENABLE_MASK, enable); in rk_pwm_channel_enable()
/f-stack/app/redis-5.0.5/tests/sentinel/tests/includes/
H A Dinit-tests.tcl37 S $id SENTINEL SET mymaster down-after-milliseconds 2000
38 S $id SENTINEL SET mymaster failover-timeout 20000
39 S $id SENTINEL SET mymaster parallel-syncs 10
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstring.tcl2 test {SET and GET an item} {
7 test {SET and GET an empty item} {
40 test {SET 10000 numeric keys and access all them in reverse order} {
376 test {Extended SET can detect syntax errors} {
382 test {Extended SET NX option} {
389 test {Extended SET XX option} {
397 test {Extended SET EX option} {
404 test {Extended SET PX option} {
411 test {Extended SET using multiple options at once} {
H A Dincr.tcl12 test {INCR against key originally set with SET} {
88 test {INCRBYFLOAT against key originally set with SET} {
/f-stack/app/redis-5.0.5/tests/unit/
H A Dbitfield.tcl2 test {BITFIELD signed SET and GET basics} {
11 test {BITFIELD unsigned SET and GET basics} {
196 set res [r BITFIELD mystring SET i8 0 10 SET i8 64 10 INCRBY i8 10 99900]
H A Dintrospection-2.tcl39 r SET foo bar
H A Dexpire.tcl208 test {SET - use EX/PX option, TTL should not be reseted after loadaof} {
/f-stack/app/redis-5.0.5/tests/cluster/tests/
H A D13-no-failover-option.tcl21 R 5 CONFIG SET cluster-slave-no-failover yes
/f-stack/dpdk/doc/guides/platform/
H A Docteontx2.rst487 SSOW HWS[0] SET[0] Group Mask[0] 0xffffffffffffffff
488 SSOW HWS[0] SET[0] Group Mask[1] 0xffffffffffffffff
489 SSOW HWS[0] SET[0] Group Mask[2] 0xffffffffffffffff
490 SSOW HWS[0] SET[0] Group Mask[3] 0xffffffffffffffff
491 SSOW HWS[0] SET[1] Group Mask[0] 0xffffffffffffffff
492 SSOW HWS[0] SET[1] Group Mask[1] 0xffffffffffffffff
493 SSOW HWS[0] SET[1] Group Mask[2] 0xffffffffffffffff
494 SSOW HWS[0] SET[1] Group Mask[3] 0xffffffffffffffff
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dbrcm,brcmstb-reset.txt5 SET/CLEAR/STATUS registers and possibly multiple banks, each of 32 bit
/f-stack/freebsd/contrib/device-tree/Bindings/iio/chemical/
H A Dplantower,pms7003.yaml30 description: GPIO connected to the SET line
/f-stack/app/redis-5.0.5/tests/cluster/
H A Dcluster.tcl123 catch {R $id CONFIG SET cluster-node-timeout $to}
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md79 reply = redisCommand(context, "SET foo bar");
85 reply = redisCommand(context, "SET foo %s", value);
91 reply = redisCommand(context, "SET foo %b", value, (size_t) valuelen);
98 reply = redisCommand(context, "SET key:%s %s", myid, value);
206 redisAppendCommand(context,"SET foo bar");
208 redisGetReply(context,&reply); // reply for SET
/f-stack/freebsd/kern/
H A Dkern_ubsan.c88 #define SET(t, f) ((t) |= (f)) macro
1206 SET(ubsan_flags, UBSAN_ABORT); in Report()
1212 SET(ubsan_flags, UBSAN_STDERR); in Report()
1218 SET(ubsan_flags, UBSAN_SYSLOG); in Report()
1224 SET(ubsan_flags, UBSAN_STDOUT); in Report()
/f-stack/app/redis-5.0.5/tests/integration/
H A Dreplication.tcl151 test {SET on the master should immediately propagate} {
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml123 only the {SET,CLR}SPI registers to be used if isolation is required,
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES325 Use memtoll() in 'CONFIG SET client-output-buffer-limit'
1296 Modules: hellodict example WIP #1: SET command.
1424 Slave removal: add a few forgotten aliases for CONFIG SET.
1848 * Lazy freeing now works even when values are overwritten (for instance SET).
2607 Sentinel: fix SENTINEL SET error reporting.
2633 Sentinel command renaming: fix CONFIG SET event logging.
2637 Sentinel command renaming: fix CONFIG SET after refactoring.
2641 Sentinel command renaming: implement SENTINEL SET.
2645 Sentinel: make SENTINEL SET able to handle different arities.
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c60 SET, enumerator
1742 .next = NEXT(NEXT_ENTRY(SET)),
4041 [SET] = {
6856 if (ctx->curr != SET) in parse_set_init()