| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.h | 35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 41 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 44 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 51 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 54 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 57 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 61 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 64 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], [all …]
|
| H A D | zstd_opt.h | 24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 30 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
|
| H A D | zstd_fast.c | 48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_generic() 68 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_generic() 178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic() 179 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_generic() 187 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast() 224 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic() 347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic() 348 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic() 399 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() 471 rep[0] = offset_1; in ZSTD_compressBlock_fast_extDict_generic() [all …]
|
| H A D | zstd_double_fast.c | 52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_generic() 71 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_generic() 311 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic() 312 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic() 320 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast() 340 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState() 360 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic() 384 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic() 496 rep[0] = offset_1; in ZSTD_compressBlock_doubleFast_extDict_generic() 497 rep[1] = offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() [all …]
|
| H A D | zstd_opt.c | 514 const U32 rep[ZSTD_REP_NUM], in ZSTD_insertBtAndGetAllMatches() 567 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches() 747 const U32 rep[ZSTD_REP_NUM], in ZSTD_BtGetAllMatches() 980 { U32 i ; for (i=0; i<ZSTD_REP_NUM; i++) opt[0].rep[i] = rep[i]; } in ZSTD_compressBlock_opt_generic() 1047 opt[cur-1].rep[0], opt[cur-1].rep[1], opt[cur-1].rep[2]); in ZSTD_compressBlock_opt_generic() 1055 opt[cur].rep[0], opt[cur].rep[1], opt[cur].rep[2]); in ZSTD_compressBlock_opt_generic() 1071 ZSTD_memcpy(opt[cur].rep, opt[cur - 1].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic() 1158 ZSTD_memcpy(rep, &reps, sizeof(reps)); in ZSTD_compressBlock_opt_generic() 1160 ZSTD_memcpy(rep, opt[cur].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic() 1254 U32 rep[ZSTD_REP_NUM], in ZSTD_initStats_ultra() [all …]
|
| H A D | zstd_double_fast.h | 24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 30 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
|
| H A D | zstd_fast.h | 24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 30 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
|
| H A D | zstd_lazy.c | 857 U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy_generic() 901 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0; in ZSTD_compressBlock_lazy_generic() 1115 rep[0] = offset_1 ? offset_1 : savedOffset; in ZSTD_compressBlock_lazy_generic() 1116 rep[1] = offset_2 ? offset_2 : savedOffset; in ZSTD_compressBlock_lazy_generic() 1124 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btlazy2() 1131 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy2() 1138 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy() 1205 U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy_extDict_generic() 1227 U32 offset_1 = rep[0], offset_2 = rep[1]; in ZSTD_compressBlock_lazy_extDict_generic() 1375 rep[0] = offset_1; in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
| H A D | zstd_compress_internal.h | 111 U32 rep[ZSTD_REP_NUM]; member 140 U32 rep[ZSTD_REP_NUM]; member 393 U32 rep[3]; member 400 newReps.rep[2] = rep[1]; in ZSTD_updateRep() 401 newReps.rep[1] = rep[0]; in ZSTD_updateRep() 402 newReps.rep[0] = offset - ZSTD_REP_MOVE; in ZSTD_updateRep() 406 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() 407 newReps.rep[2] = (repCode >= 2) ? rep[1] : rep[2]; in ZSTD_updateRep() 408 newReps.rep[1] = rep[0]; in ZSTD_updateRep() 409 newReps.rep[0] = currentOffset; in ZSTD_updateRep() [all …]
|
| H A D | zstd_compress_superblock.c | 815 repcodes_t rep; in ZSTD_compressSubBlock_multi() local 816 ZSTD_memcpy(&rep, prevCBlock->rep, sizeof(rep)); in ZSTD_compressSubBlock_multi() 818 …rep = ZSTD_updateRep(rep.rep, seq->offset - 1, ZSTD_getSequenceLength(seqStorePtr, seq).litLength … in ZSTD_compressSubBlock_multi() 820 ZSTD_memcpy(nextCBlock->rep, &rep, sizeof(rep)); in ZSTD_compressSubBlock_multi()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prng.c | 148 unsigned rep; in test_prng_range_u32() local 151 for (rep = 0; rep < NREPS; rep++) { in test_prng_range_u32() 168 unsigned rep; in test_prng_range_u64() local 171 for (rep = 0; rep < NREPS; rep++) { in test_prng_range_u64() 188 unsigned rep; in test_prng_range_zu() local 191 for (rep = 0; rep < NREPS; rep++) { in test_prng_range_zu()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_strings.lua | 95 assert(string.rep('teste', 0) == '') 97 assert(string.rep('', 10) == '') 100 assert(string.rep('teste', 0, 'xuxu') == '') 101 assert(string.rep('teste', 1, 'xuxu') == 'teste') 102 assert(string.rep('\1\0\1', 2, '\0\0') == '\1\0\1\0\0\1\0\1') 103 assert(string.rep('', 10, '.') == string.rep('.', 9)) 109 for i=0,30 do assert(string.len(string.rep('a', i)) == i) end 127 assert(string.format("-%.20s.20s", string.rep("%", 2000)) == 128 "-"..string.rep("%", 20)..".20s") 129 assert(string.format('"-%20s.20s"', string.rep("%", 2000)) == [all …]
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | testmodule.c | 142 if (!rep || RedisModule_CallReplyInteger(rep) != 1) { in TestUnlink() 150 rep = RedisModule_Call(ctx, "EXISTS", "c", "unlinked"); in TestUnlink() 151 if (!rep || RedisModule_CallReplyInteger(rep) != 0) { in TestUnlink() 192 const char *rep; in TestNotifications() local 197 rep = RedisModule_CallReplyStringPtr(r, &sz); in TestNotifications() 198 if (sz != 1 || *rep != '2') { in TestNotifications() 207 rep = RedisModule_CallReplyStringPtr(r, &sz); in TestNotifications() 208 if (sz != 1 || *rep != '2') { in TestNotifications() 209 FAIL("Got reply '%s'. expected '2'", rep); in TestNotifications() 217 rep = RedisModule_CallReplyStringPtr(r, &sz); in TestNotifications() [all …]
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 189 struct ng_mesg rep; in NgSendReplyMsg() local 192 rep = *msg; in NgSendReplyMsg() 193 rep.header.flags = NGF_RESP; in NgSendReplyMsg() 196 return (NgDeliverMsg(cs, path, &rep, args, arglen)); in NgSendReplyMsg() 290 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() argument 311 (rep->header.flags & NGF_RESP) ? "RESPONSE" : "MESSAGE"); in NgRecvMsg() 313 _NgDebugMsg(rep, sg->sg_data); in NgRecvMsg() 328 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg() argument 340 (*rep = malloc(len)) == NULL) in NgAllocRecvMsg() 342 if ((len = NgRecvMsg(cs, *rep, len, path)) < 0) in NgAllocRecvMsg() [all …]
|
| /f-stack/freebsd/contrib/libsodium/msvc-scripts/ |
| H A D | process.bat | 1 cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.16/ < src\libsodium\include\sodium\version.h.… 2 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/10/ < tmp > tmp2 3 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/1/ < tmp2 > tmp3 4 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_MINIMAL_DEF@// < tmp3 > src\libsodium\inclu…
|
| H A D | Makefile.am | 3 rep.vbs \
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 495 replication_level_t rep; in get_replication() local 528 rep.zprl_type = type; in get_replication() 530 rep.zprl_parity = 0; in get_replication() 543 rep.zprl_type = type; in get_replication() 553 rep.zprl_parity = 0; in get_replication() 572 rep.zprl_children++; in get_replication() 730 rep.zprl_type, in get_replication() 760 rep.zprl_type); in get_replication() 774 rep.zprl_type); in get_replication() 779 lastrep = rep; in get_replication() [all …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | support.s | 53 rep 57 rep 124 rep 142 rep 178 rep 182 rep 198 rep 204 rep 225 rep 229 rep [all …]
|
| H A D | locore.s | 119 rep 255 rep 281 rep 295 rep
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_ddict.c | 79 dctx->entropy.rep[0] = ddict->entropy.rep[0]; in ZSTD_copyDDictParameters() 80 dctx->entropy.rep[1] = ddict->entropy.rep[1]; in ZSTD_copyDDictParameters() 81 dctx->entropy.rep[2] = ddict->entropy.rep[2]; in ZSTD_copyDDictParameters()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | genmsgc.awk | 210 rep=0 220 rep=1 244 if(rep) {
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 1239 seg->next = rep; in mlx4_rx_burst() 1240 seg = rep; in mlx4_rx_burst() 1244 if (unlikely(rep == NULL)) { in mlx4_rx_burst() 1255 rep = pkt->next; in mlx4_rx_burst() 1259 pkt = rep; in mlx4_rx_burst() 1267 rte_mbuf_raw_free(rep); in mlx4_rx_burst() 1272 rte_mbuf_raw_free(rep); in mlx4_rx_burst() 1298 rep->nb_segs = 1; in mlx4_rx_burst() 1299 rep->port = rxq->port_id; in mlx4_rx_burst() 1300 rep->data_len = seg->data_len; in mlx4_rx_burst() [all …]
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_sunpro_amd64.il | 36 / the "rep; nop" is used instead of "pause" to avoid the "[ PAUSE ]" hardware 42 rep; nop
|
| H A D | ngx_sunpro_x86.il | 37 / the "rep; nop" is used instead of "pause" to avoid the "[ PAUSE ]" hardware 43 rep; nop
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.h | 752 struct mlx5_mprq_buf *rep = rxq->mprq_repl; in mprq_buf_replace() local 759 MLX5_ASSERT(rep != NULL); in mprq_buf_replace() 761 (*rxq->mprq_bufs)[rq_idx] = rep; in mprq_buf_replace() 763 addr = mlx5_mprq_buf_addr(rep, strd_n); in mprq_buf_replace() 769 if (likely(!rte_mempool_get(rxq->mprq_mp, (void **)&rep))) in mprq_buf_replace() 770 rxq->mprq_repl = rep; in mprq_buf_replace() 776 struct mlx5_mprq_buf *rep; in mprq_buf_replace() local 784 if (!rte_mempool_get(rxq->mprq_mp, (void **)&rep)) in mprq_buf_replace() 785 rxq->mprq_repl = rep; in mprq_buf_replace()
|