Home
last modified time | relevance | path

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

12345678910>>...38

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h162 : UVR0(r), UVR1(r), UVR2(r), UVR3(r), \
163 UVR4(r), UVR5(r), UVR6(r), UVR7(r) \
184 : UVR0(r), UVR1(r), UVR2(r), UVR3(r) \
216 : UVR4(r), UVR5(r), UVR6(r), UVR7(r) \
244 : WVR0(r), WVR1(r), WVR2(r), WVR3(r), \
245 WVR4(r), WVR5(r), WVR6(r), WVR7(r)); \
275 : WVR4(r), WVR5(r), WVR6(r), WVR7(r) \
304 WVR4(r), WVR5(r), WVR6(r), WVR7(r) \
320 : WVR0(r), WVR1(r), WVR2(r), WVR3(r) \
361 RVR4(r), RVR5(r), RVR6(r), RVR7(r) \
[all …]
H A Dvdev_raidz_math_aarch64_neon_common.h161 : UVR0(r), UVR1(r), UVR2(r), UVR3(r), \
162 UVR4(r), UVR5(r), UVR6(r), UVR7(r) \
183 : UVR0(r), UVR1(r), UVR2(r), UVR3(r) \
215 : UVR4(r), UVR5(r), UVR6(r), UVR7(r) \
216 : RVR0(r), RVR1(r), RVR2(r), RVR3(r)); \
243 : WVR0(r), WVR1(r), WVR2(r), WVR3(r), \
244 WVR4(r), WVR5(r), WVR6(r), WVR7(r)); \
274 : WVR4(r), WVR5(r), WVR6(r), WVR7(r) \
302 : WVR0(r), WVR1(r), WVR2(r), WVR3(r), \
303 WVR4(r), WVR5(r), WVR6(r), WVR7(r) \
[all …]
H A Dvdev_raidz_math_avx512bw.c51 #define VR0(r...) VR0_(r) argument
52 #define VR1(r...) VR1_(r) argument
53 #define VR2(r...) VR2_(r, 1) argument
54 #define VR3(r...) VR3_(r, 1, 2) argument
101 "vpxorq %" VR0(r) ", %" VR4(r)", %" VR4(r) "\n" \
102 "vpxorq %" VR1(r) ", %" VR5(r)", %" VR5(r) "\n" \
103 "vpxorq %" VR2(r) ", %" VR6(r)", %" VR6(r) "\n" \
104 "vpxorq %" VR3(r) ", %" VR7(r)", %" VR7(r)); \
108 "vpxorq %" VR0(r) ", %" VR2(r)", %" VR2(r) "\n" \
109 "vpxorq %" VR1(r) ", %" VR3(r)", %" VR3(r)); \
[all …]
H A Dvdev_raidz_math_avx2.c47 #define VR0(r...) VR0_(r) argument
48 #define VR1(r...) VR1_(r) argument
49 #define VR2(r...) VR2_(r, 1) argument
50 #define VR3(r...) VR3_(r, 1, 2) argument
98 "vpxor %" VR0(r) ", %" VR4(r)", %" VR4(r) "\n" \
99 "vpxor %" VR1(r) ", %" VR5(r)", %" VR5(r) "\n" \
100 "vpxor %" VR2(r) ", %" VR6(r)", %" VR6(r) "\n" \
101 "vpxor %" VR3(r) ", %" VR7(r)", %" VR7(r)); \
105 "vpxor %" VR0(r) ", %" VR2(r)", %" VR2(r) "\n" \
106 "vpxor %" VR1(r) ", %" VR3(r)", %" VR3(r)); \
[all …]
H A Dvdev_raidz_math_ssse3.c48 #define VR0(r...) VR0_(r) argument
49 #define VR1(r...) VR1_(r) argument
50 #define VR2(r...) VR2_(r, 1) argument
51 #define VR3(r...) VR3_(r, 1, 2) argument
52 #define VR4(r...) VR4_(r, 1, 2) argument
53 #define VR5(r...) VR5_(r, 1, 2, 3) argument
54 #define VR6(r...) VR6_(r, 1, 2, 3, 4) argument
55 #define VR7(r...) VR7_(r, 1, 2, 3, 4, 5) argument
102 "pxor %" VR3(r) ", %" VR7(r)); \
107 "pxor %" VR1(r) ", %" VR3(r)); \
[all …]
/f-stack/app/redis-5.0.5/tests/unit/
H A Dmulti.tcl3 r del mylist
7 r multi
19 r multi
28 r multi
30 r exec
36 r multi
38 list [r exec] [r exists myset]
43 r multi
45 r exec
57 list [r exists foo1] [r exists foo2]
[all …]
H A Dkeyspace.tcl3 r set x foo
5 r del x
6 r get x
10 r set foo1 a
11 r set foo2 b
12 r set foo3 c
13 list [r del foo1 foo2 foo3 foo4] [r mget foo1 foo2 foo3]
28 r dbsize
32 foreach key [r keys *] {r del $key}
33 r dbsize
[all …]
H A Dbitops.tcl101 r del foo
112 r del str
118 r del str
138 r get s
146 list [r get res1] [r get res2] [r get res3]
154 list [r get res1] [r get res2] [r get res3]
163 list [r get res1] [r get res2] [r get res3]
196 r set a 1
197 r set b 2
203 r del c
[all …]
H A Dexpire.tcl13 r get x
19 list [r get x] [r exists x]
24 r del x
32 r del x
35 r ttl x
40 r ttl x
44 r get x
67 list [r ttl x] [r persist x] [r ttl x] [r get x]
72 list [r persist foo] [r persist nokeyatall]
141 list [r ttl x] [r pttl x]
[all …]
H A Dother.tcl19 r save
43 r flushdb
44 r save
45 r set x 10
46 r bgsave
49 r get x
112 r flushdb
115 r save
200 list [r append foo bar] [r get foo] \
201 [r append foo 100] [r get foo]
[all …]
H A Dsort.tcl12 r del tosort
67 r del foo
119 r del zset
129 r del zset
135 r multi
138 r exec
163 r eval {
181 r flushdb
190 r flushdb
195 r flushdb
[all …]
H A Daofrw.tcl3 r config set appendonly yes
5 waitForBgrewriteaof r
30 r bgrewriteaof
71 r multi
72 r bgrewriteaof
74 r exec
189 r multi
190 r bgsave
191 r bgrewriteaof
203 r multi
[all …]
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dread.c49 if (r->reply != NULL && r->fn && r->fn->freeObject) { in __redisReaderSetError()
58 r->pos = r->len = 0; in __redisReaderSetError()
111 if (r->len-r->pos >= bytes) { in readBytes()
112 p = r->buf+r->pos; in readBytes()
179 p = r->buf+r->pos; in readLine()
182 len = s-(r->buf+r->pos); in readLine()
257 p = r->buf+r->pos; in processBulkItem()
260 p = r->buf+r->pos; in processBulkItem()
353 r->rstack[r->ridx].privdata = r->privdata; in processMultiBulkItem()
438 if (r->reply != NULL && r->fn && r->fn->freeObject) in redisReaderFree()
[all …]
/f-stack/freebsd/crypto/des/
H A Ddes_enc.c81 r=data[0]; in des_encrypt1()
84 IP(r,l); in des_encrypt1()
93 r=ROTATE(r,29)&0xffffffffL; in des_encrypt1()
160 r=ROTATE(r,3)&0xffffffffL; in des_encrypt1()
162 FP(r,l); in des_encrypt1()
164 data[1]=r; in des_encrypt1()
189 r=ROTATE(r,29)&0xffffffffL; in des_encrypt2()
266 IP(l,r); in des_encrypt3()
274 FP(r,l); in des_encrypt3()
286 IP(l,r); in des_decrypt3()
[all …]
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstring.tcl3 r set x foobar
4 r get x
8 r set x {}
9 r get x
14 r set foo $buf
15 r get foo
106 r flushdb
124 list [r getset foo xyz] [r get foo]
129 list [r getset foo xyz] [r get foo]
143 list [r msetnx x1 xxx y2 yyy x 20] [r exists x1] [r exists y2]
[all …]
H A Dzset.tcl3 r del $key
22 r del ztmp
28 r del ztmp
47 r del ztmp
53 r del ztmp
59 r del ztmp
66 r del ztmp
73 r del ztmp
82 r del ztmp
88 r del ztmp
[all …]
H A Dlist.tcl156 r multi
159 r exec
170 r multi
174 r exec
205 r multi
209 r exec
346 r multi
352 r exec
490 r multi
494 r exec
[all …]
H A Dset.tcl8 r del $key
55 r del myset
63 r del myset
101 r del myset
109 r del myset
218 r del set1
292 assert_equal $contents [lsort [list [r spop myset] [r spop myset] [r spop myset]]]
299 assert_equal $contents [lsort [list [r spop myset 1] [r spop myset 1] [r spop myset 1]]]
321 …[lsort [concat [r spop myset 11] [r spop myset 9] [r spop myset 0] [r spop myset 4] [r spop myset …
550 r set x 10
[all …]
H A Dincr.tcl9 r incr novar
13 r set novar 100
14 r incr novar
19 r incr novar
58 r set foo -1
59 r incr foo
62 r incr foo
64 r incr foo
70 r incr foo
73 r incr foo
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c612 r->main = r; in ngx_http_alloc_request()
1208 r->uri.len = r->uri_end - r->uri_start; in ngx_http_process_request_uri()
1243 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1250 r->args.len = r->uri_end - r->args_start; in ngx_http_process_request_uri()
2423 rc, &r->uri, &r->args, r == c->data, r->main->count); in ngx_http_finalize_request()
2441 if (r != r->main && r->post_subrequest) { in ngx_http_finalize_request()
2485 if (r != r->main) { in ngx_http_finalize_request()
2708 r = r->main; in ngx_http_finalize_connection()
2822 if (r->buffered || r->postponed || (r == r->main && c->buffered)) { in ngx_http_writer()
3481 if (r == r->main && !r->post_action) { in ngx_http_send_special()
[all …]
H A Dngx_http_request_body.c41 r->main->count++; in ngx_http_read_client_request_body()
43 if (r != r->main || r->request_body || r->discard_body) { in ngx_http_read_client_request_body()
75 if (r->headers_in.content_length_n < 0 && !r->headers_in.chunked) { in ngx_http_read_client_request_body()
82 if (r->stream) { in ngx_http_read_client_request_body()
88 preread = r->header_in->last - r->header_in->pos; in ngx_http_read_client_request_body()
106 r->request_length += preread - (r->header_in->last - r->header_in->pos); in ngx_http_read_client_request_body()
517 if (r != r->main || r->discard_body || r->request_body) { in ngx_http_discard_request_body()
544 size = r->header_in->last - r->header_in->pos; in ngx_http_discard_request_body()
577 r->count++; in ngx_http_discard_request_body()
684 n = r->connection->recv(r->connection, buffer, size); in ngx_http_read_discarded_request_body()
[all …]
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h478 rte_ring_reset(struct rte_ring *r);
491 uint32_t prod_tail = r->prod.tail; in rte_ring_count()
492 uint32_t cons_tail = r->cons.tail; in rte_ring_count()
494 return (count > r->capacity) ? r->capacity : count; in rte_ring_count()
508 return r->capacity - rte_ring_count(r); in rte_ring_free_count()
538 uint32_t prod_tail = r->prod.tail; in rte_ring_empty()
539 uint32_t cons_tail = r->cons.tail; in rte_ring_empty()
556 return r->size; in rte_ring_get_size()
570 return r->capacity; in rte_ring_get_capacity()
584 return r->prod.sync_type; in rte_ring_get_prod_sync_type()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Drio.c62 r->io.buffer.ptr = sdscatlen(r->io.buffer.ptr,(char*)buf,len); in rioBufferWrite()
69 if (sdslen(r->io.buffer.ptr)-r->io.buffer.pos < len) in rioBufferRead()
71 memcpy(buf,r->io.buffer.ptr+r->io.buffer.pos,len); in rioBufferRead()
84 UNUSED(r); in rioBufferFlush()
101 *r = rioBufferIO; in rioInitWithBuffer()
116 r->io.file.buffered >= r->io.file.autosync) in rioFileWrite()
154 *r = rioFileIO; in rioInitWithFile()
178 r->io.fdset.buf = sdscatlen(r->io.fdset.buf,buf,len); in rioFdsetWrite()
235 UNUSED(r); in rioFdsetRead()
269 *r = rioFdsetIO; in rioInitWithFdset()
[all …]
/f-stack/freebsd/net/
H A Dmp_ring.c113 n = r->drain(r, cidx, pidx); in drain_ring_locked()
187 n = r->drain(r, cidx, pidx); in drain_ring_lockless()
264 if (r == NULL) in ifmp_ring_alloc()
266 r->size = size; in ifmp_ring_alloc()
268 r->mt = mt; in ifmp_ring_alloc()
269 r->drain = drain; in ifmp_ring_alloc()
277 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc()
278 r->stalls == NULL || r->restarts == NULL || in ifmp_ring_alloc()
284 *pr = r; in ifmp_ring_alloc()
295 if (r == NULL) in ifmp_ring_free()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_not_modified_filter_module.c58 || r != r->main in ngx_http_not_modified_header_filter()
59 || r->disable_not_modified) in ngx_http_not_modified_header_filter()
64 if (r->headers_in.if_unmodified_since in ngx_http_not_modified_header_filter()
71 if (r->headers_in.if_match in ngx_http_not_modified_header_filter()
72 && !ngx_http_test_if_match(r, r->headers_in.if_match, 0)) in ngx_http_not_modified_header_filter()
78 if (r->headers_in.if_modified_since || r->headers_in.if_none_match) { in ngx_http_not_modified_header_filter()
86 if (r->headers_in.if_none_match in ngx_http_not_modified_header_filter()
87 && !ngx_http_test_if_match(r, r->headers_in.if_none_match, 1)) in ngx_http_not_modified_header_filter()
98 ngx_http_clear_accept_ranges(r); in ngx_http_not_modified_header_filter()
184 if (r->headers_out.etag == NULL) { in ngx_http_test_if_match()
[all …]

12345678910>>...38