| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request_body.c | 70 rb->rest = -1; in ngx_http_read_client_request_body() 283 if (rb->buf->last == rb->buf->end) { in ngx_http_do_read_client_request_body() 285 if (rb->buf->pos != rb->buf->last) { in ngx_http_do_read_client_request_body() 325 rb->buf->pos = rb->buf->start; in ngx_http_do_read_client_request_body() 326 rb->buf->last = rb->buf->start; in ngx_http_do_read_client_request_body() 329 size = rb->buf->end - rb->buf->last; in ngx_http_do_read_client_request_body() 330 rest = rb->rest - (rb->buf->last - rb->buf->pos); in ngx_http_do_read_client_request_body() 375 if (rb->buf->last < rb->buf->end) { in ngx_http_do_read_client_request_body() 390 && rb->buf->pos != rb->buf->last) in ngx_http_do_read_client_request_body() 1060 rb->rest = rb->chunked->length; in ngx_http_request_body_chunked_filter() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prng.c | 6 uint32_t ra, rb; in test_prng_lg_range_u32() local 13 assert_u32_eq(ra, rb, in test_prng_lg_range_u32() 18 assert_u32_eq(ra, rb, in test_prng_lg_range_u32() 24 assert_u32_ne(ra, rb, in test_prng_lg_range_u32() 49 assert_u64_eq(ra, rb, in test_prng_lg_range_u64() 54 assert_u64_eq(ra, rb, in test_prng_lg_range_u64() 60 assert_u64_ne(ra, rb, in test_prng_lg_range_u64() 79 size_t ra, rb; in test_prng_lg_range_zu() local 86 assert_zu_eq(ra, rb, in test_prng_lg_range_zu() 91 assert_zu_eq(ra, rb, in test_prng_lg_range_zu() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 338 switch (ttypenv(rb)) { in luaV_objlen() 340 Table *h = hvalue(rb); in luaV_objlen() 357 callTM(L, tm, rb, rb, ra, 1); in luaV_objlen() 626 TValue *rb; in luaV_execute() 674 StkId rb = RB(i); in luaV_execute() 700 TValue *rb = RB(i); in luaV_execute() 706 Protect(luaV_arith(L, ra, rb, rb, TM_UNM)); in luaV_execute() 720 StkId rb; in luaV_execute() 724 rb = b + base; in luaV_execute() 726 checkGC(L, (ra >= rb ? ra + 1 : rb)); in luaV_execute() [all …]
|
| H A D | lvm.h | 41 LUAI_FUNC void luaV_arith (lua_State *L, StkId ra, const TValue *rb, 43 LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 421 TValue *rb = RB(i); in luaV_execute() local 423 setnilvalue(rb--); in luaV_execute() 424 } while (rb >= ra); in luaV_execute() 434 TValue *rb = KBx(i); in luaV_execute() local 469 StkId rb = RB(i); in luaV_execute() local 499 TValue *rb = RB(i); in luaV_execute() local 500 if (ttisnumber(rb)) { in luaV_execute() 505 Protect(Arith(L, ra, rb, rb, TM_UNM)); in luaV_execute() 516 switch (ttype(rb)) { in luaV_execute() 546 TValue *rb = RKB(i); in luaV_execute() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_block_size_histogram.ksh | 93 for rb in $(seq ${min_rsbits} ${max_rsbits}) 95 this_rs=$(echo "2^${rb}" | bc) 143 typeset -i rb 194 for rb in $(seq ${min_rsbits} ${max_rsbits}) 196 blksize=$(echo "2^$rb"|bc)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/edac/ |
| H A D | apm-xgene-edac.txt | 19 - regmap-rb : Regmap of the register bus resource. This property 71 rb: rb@7e000000 { 72 compatible = "apm,xgene-rb", "syscon"; 85 regmap-rb = <&rb>;
|
| /f-stack/app/redis-5.0.5/utils/lru/ |
| H A D | README | 1 The test-lru.rb program can be used in order to check the behavior of the 13 ruby test-lru.rb /tmp/lru.html 19 ruby test-lru.rb /tmp/lru.html 10
|
| /f-stack/tools/libxo/ |
| H A D | Makefile.am | 106 packaging/${PACKAGE_NAME}.rb.base \ 107 > ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.rb \ 113 && git add ${GH_PACKAGING_DIR}/libxo.rb \
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.c | 22 uint64_t rb; in prandom_bytes() local 25 rb = rte_rand(); in prandom_bytes() 27 memcpy(dest, &rb, 8); in prandom_bytes() 31 memcpy(dest, &rb, len); in prandom_bytes()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | pm9g45.dts | 40 pinctrl_nand_rb: nand-rb-0 { 95 rb-gpios = <&pioD 3 GPIO_ACTIVE_HIGH>;
|
| H A D | at91-linea.dtsi | 63 atmel,rb = <0>;
|
| H A D | sun8i-r16-nintendo-nes-classic.dts | 38 allwinner,rb = <0>;
|
| H A D | ge863-pro3.dtsi | 47 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
|
| H A D | tny_a9260_common.dtsi | 56 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
|
| H A D | tny_a9263.dts | 66 rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
|
| H A D | usb_a9260_common.dtsi | 58 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
|
| H A D | armada-390-db.dts | 117 nand-rb = <0>;
|
| H A D | armada-395-gp.dts | 107 nand-rb = <0>;
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 3841 rb = r->request_body; in ngx_http_v2_read_request_body() 3888 if (rb->buf == NULL) { in ngx_http_v2_read_request_body() 3893 rb->rest = 1; in ngx_http_v2_read_request_body() 3973 rb = r->request_body; in ngx_http_v2_process_request_body() 3974 buf = rb->buf; in ngx_http_v2_process_request_body() 3997 rb->rest = 0; in ngx_http_v2_process_request_body() 4016 rb->buf = NULL; in ngx_http_v2_process_request_body() 4058 rb = r->request_body; in ngx_http_v2_filter_request_body() 4059 buf = rb->buf; in ngx_http_v2_filter_request_body() 4111 if (!rb->rest) { in ngx_http_v2_filter_request_body() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-70x0.dtsi | 59 nand_rb: nand-rb {
|
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 286 bool rb); 795 umtx_unlock_val(uint32_t flags, bool rb) in umtx_unlock_val() argument 798 if (rb) in umtx_unlock_val() 1182 newlock = umtx_unlock_val(flags, rb); in do_unlock_normal() 2018 new_owner = umtx_unlock_val(flags, rb); in do_unlock_pi() 3436 struct umtx_robust_lists_params *rb) in umtx_copyin_robust_lists() argument 3439 if (size > sizeof(*rb)) in umtx_copyin_robust_lists() 3441 return (copyin(uaddr, rb, size)); in umtx_copyin_robust_lists() 4144 struct umtx_robust_lists_params rb; in __umtx_op_robust_lists() local 4156 bzero(&rb, sizeof(rb)); in __umtx_op_robust_lists() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_bookmark.c | 1683 redact_block_phys_t *rb = &buf[curidx % entries_per_buf]; in dsl_redaction_list_traverse() local 1703 if (redact_block_zb_compare(rb, resume) < 0) { in dsl_redaction_list_traverse() 1714 if (resume->zb_object == rb->rbp_object && in dsl_redaction_list_traverse() 1715 resume->zb_blkid > rb->rbp_blkid) { in dsl_redaction_list_traverse() 1717 rb->rbp_blkid; in dsl_redaction_list_traverse() 1718 rb->rbp_blkid = resume->zb_blkid; in dsl_redaction_list_traverse() 1719 redact_block_set_count(rb, in dsl_redaction_list_traverse() 1720 redact_block_get_count(rb) - diff); in dsl_redaction_list_traverse() 1726 if (cb(rb, arg) != 0) { in dsl_redaction_list_traverse()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_mp.c | 435 struct malloc_mp_req *rb = in handle_sync_response() local 453 rb_msg.len_param = sizeof(*rb); in handle_sync_response() 460 rb->t = REQ_TYPE_SYNC; in handle_sync_response() 461 rb->id = entry->user_req.id; in handle_sync_response()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | allwinner,sun4i-a10-nand.yaml | 75 allwinner,rb:
|