| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 559 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture() 561 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture() 568 int nlevels = (ms->level == 0 && s) ? 1 : ms->level; in push_captures() 609 MatchState ms; in str_find_aux() local 615 ms.L = L; in str_find_aux() 651 MatchState ms; in gmatch_aux() local 656 ms.L = L; in gmatch_aux() 665 ms.level = 0; in gmatch_aux() 754 MatchState ms; in str_gsub() local 763 ms.L = L; in str_gsub() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 478 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture() 480 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture() 487 int nlevels = (ms->level == 0 && s) ? 1 : ms->level; in push_captures() 513 MatchState ms; in str_find_aux() local 516 ms.L = L; in str_find_aux() 549 MatchState ms; in gmatch_aux() local 554 ms.L = L; in gmatch_aux() 561 ms.level = 0; in gmatch_aux() 652 MatchState ms; in str_gsub() local 658 ms.L = L; in str_gsub() [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_memalloc.c | 47 if (ms->len > 0) { in alloc_seg() 58 ms->len, ms->socket_id); in alloc_seg() 159 if (eal_mem_decommit(ms->addr, ms->len)) { in free_seg() 164 ms->addr); in free_seg() 170 memset(ms, 0, sizeof(*ms)); in free_seg() 261 if (wa->ms) in alloc_seg_walk() 262 memset(wa->ms, 0, sizeof(*wa->ms) * wa->n_segs); in alloc_seg_walk() 266 if (wa->ms) in alloc_seg_walk() 346 wa.ms = ms; in eal_memalloc_alloc_seg_bulk() 369 return ms; in eal_memalloc_alloc_seg() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, in ZSTD_updateDUBT() argument 28 U32* const bt = ms->chainTable; in ZSTD_updateDUBT() 34 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT() 55 ms->nextToUpdate = target; in ZSTD_updateDUBT() 154 ZSTD_matchState_t* ms, in ZSTD_DUBT_findBetterDictMatch() argument 388 if (ip < ms->window.base + ms->nextToUpdate) return 0; /* skipped area */ in ZSTD_BtFindBestMatch() 470 ms->nextToUpdate = target; in ZSTD_insertAndFindFirstIndex_internal() 476 return ZSTD_insertAndFindFirstIndex_internal(ms, cParams, ip, ms->cParams.minMatch); in ZSTD_insertAndFindFirstIndex() 507 assert(ms->cParams.hashLog >= ms->cParams.chainLog); in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 591 ms->nextToUpdate = target; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() [all …]
|
| H A D | zstd_lazy.h | 28 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip); 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], [all …]
|
| H A D | zstd_fast.c | 15 void ZSTD_fillHashTable(ZSTD_matchState_t* ms, in ZSTD_fillHashTable() argument 20 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() 23 const BYTE* const base = ms->window.base; in ZSTD_fillHashTable() 24 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTable() 53 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_generic() 190 U32 const mls = ms->cParams.minMatch; in ZSTD_compressBlock_fast() 191 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast() 212 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() 358 U32 const mls = ms->cParams.minMatch; in ZSTD_compressBlock_fast_dictMatchState() 359 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState() [all …]
|
| H A D | zstd_opt.h | 21 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend); 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_opt.c | 490 U32 idx = ms->nextToUpdate; in ZSTD_updateTree_internal() 501 ms->nextToUpdate = target; in ZSTD_updateTree_internal() 505 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree() 754 if (ip < ms->window.base + ms->nextToUpdate) return 0; /* skipped area */ in ZSTD_BtGetAllMatches() 956 optLdm.seqStore = ms->ldmSeqStore ? *ms->ldmSeqStore : kNullRawSeqStore; in ZSTD_compressBlock_opt_generic() 962 (U32)(ip - base), ms->window.dictLimit, ms->nextToUpdate); in ZSTD_compressBlock_opt_generic() 1263 assert(ms->window.dictLimit == ms->window.lowLimit); /* no dictionary */ in ZSTD_initStats_ultra() 1270 ms->window.base -= srcSize; in ZSTD_initStats_ultra() 1272 ms->window.lowLimit = ms->window.dictLimit; in ZSTD_initStats_ultra() 1273 ms->nextToUpdate = ms->window.dictLimit; in ZSTD_initStats_ultra() [all …]
|
| H A D | zstd_double_fast.c | 19 U32* const hashLarge = ms->hashTable; in ZSTD_fillDoubleHashTable() 22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() 24 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTable() 25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable() 57 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_generic() 59 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() 61 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_generic() 323 const U32 mls = ms->cParams.minMatch; in ZSTD_compressBlock_doubleFast() 343 const U32 mls = ms->cParams.minMatch; in ZSTD_compressBlock_doubleFast_dictMatchState() 365 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() [all …]
|
| H A D | zstd_double_fast.h | 21 void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms, 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 | 21 void ZSTD_fillHashTable(ZSTD_matchState_t* ms, 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],
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | misc.h | 50 struct rte_mbuf *ms; in mbuf_get_seg_ofs() local 56 ms = rte_pktmbuf_lastseg(mb); in mbuf_get_seg_ofs() 59 ms = mb; in mbuf_get_seg_ofs() 62 ms = ms->next; in mbuf_get_seg_ofs() 68 return ms; in mbuf_get_seg_ofs() 90 slen = ms->data_len; in mbuf_cut_seg_ofs() 91 ms->data_len = ofs; in mbuf_cut_seg_ofs() 95 mn = ms->next; in mbuf_cut_seg_ofs() 96 ms->next = NULL; in mbuf_cut_seg_ofs() 98 ms = mn->next; in mbuf_cut_seg_ofs() [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memory.c | 272 ms->addr = addr; in eal_memseg_list_populate() 343 if (vi->iova >= ms->iova && vi->iova < (ms->iova + ms->len)) { in find_virt() 356 if (vi->iova >= ms->iova && vi->iova < (ms->iova + len)) { in find_virt_legacy() 439 ms->iova, in dump_memseg() 440 ms->len, in dump_memseg() 441 ms->addr, in dump_memseg() 442 ms->socket_id, in dump_memseg() 444 ms->nchannel, in dump_memseg() 445 ms->nrank, in dump_memseg() 533 iova = (ms->iova + ms->len) - 1; in check_iova() [all …]
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_mesh.c | 235 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_find() 253 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_add() 313 MESH_RT_LOCK(ms); in ieee80211_mesh_proxy_check() 397 if (ms == NULL) in ieee80211_mesh_rt_flush() 430 if (ms == NULL) in mesh_rt_flush_invalid() 675 ms->ms_seq = 0; in mesh_vattach() 837 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate() 856 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb() 1910 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 || in mesh_recv_mgmt() 3092 return memcmp(ms->ms_id, ie + 2, ms->ms_idlen); in mesh_verify_meshid() [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_bus.h | 171 struct dpaa_memseg *ms; in rte_dpaa_mem_ptov() local 181 TAILQ_FOREACH(ms, &rte_dpaa_memsegs, next) { in rte_dpaa_mem_ptov() 182 if (paddr >= ms->iova && paddr < in rte_dpaa_mem_ptov() 183 ms->iova + ms->len) in rte_dpaa_mem_ptov() 184 return RTE_PTR_ADD(ms->vaddr, (uintptr_t)(paddr - ms->iova)); in rte_dpaa_mem_ptov() 198 const struct rte_memseg *ms; in rte_dpaa_mem_vtop() local 200 ms = rte_mem_virt2memseg(vaddr, NULL); in rte_dpaa_mem_vtop() 201 if (ms) in rte_dpaa_mem_vtop() 202 return ms->iova + RTE_PTR_DIFF(vaddr, ms->addr); in rte_dpaa_mem_vtop()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs42l42.txt | 33 0 - 0ms, 34 1 - 125ms, 35 2 - 250ms, 36 3 - 500ms, 37 4 - 750ms, 45 0 - 0ms, 46 1 - 125ms, 47 2 - 250ms, 48 3 - 500ms, 59 0ms - 200ms, [all …]
|
| H A D | dmic.txt | 11 - wakeup-delay-ms: Delay (in ms) after enabling the DMIC 12 - modeswitch-delay-ms: Delay (in ms) to complete DMIC mode switch 20 wakeup-delay-ms <50>; 21 modeswitch-delay-ms <35>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | brcm,iproc-touchscreen.txt | 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms 30 6 = 0.32 ms 31 7 = 0.64 ms 32 8 = 1.28 ms 33 9 = 2.56 ms 34 10 = 5.12 ms [all …]
|
| H A D | stmpe.txt | 18 4 -> 1 ms 19 5 -> 5 ms 20 6 -> 10 ms 21 7 -> 50 ms 26 3 -> 1 ms 27 4 -> 5 ms 28 5 -> 10 ms 29 6 -> 50 ms 30 7 -> 100 ms 93 /* 5 ms touch detect interrupt delay */ [all …]
|
| H A D | cyttsp.txt | 27 - active-interval-ms : the minimum period in ms between consecutive 30 - lowpower-interval-ms : the minimum period in ms between consecutive 33 - touch-timeout-ms : minimum time in ms spent in the active power state while no 62 active-interval-ms = <0>; 63 lowpower-interval-ms = <200>; 64 touch-timeout-ms = <100>; 87 active-interval-ms = <0>; 88 lowpower-interval-ms = <200>; 89 touch-timeout-ms = <100>;
|
| /f-stack/dpdk/app/test/ |
| H A D | test_memory.c | 29 const struct rte_memseg *ms, void *arg __rte_unused) in check_mem() argument 31 volatile uint8_t *mem = (volatile uint8_t *) ms->addr; in check_mem() 32 size_t i, max = ms->len; in check_mem() 40 check_seg_fds(const struct rte_memseg_list *msl, const struct rte_memseg *ms, in check_seg_fds() argument 51 ret = rte_memseg_get_fd_thread_unsafe(ms); in check_seg_fds() 63 ret = rte_memseg_get_fd_offset_thread_unsafe(ms, &offset); in check_seg_fds()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 717 memset(ms->addr, 0, ms->len); in free_seg() 719 if (mmap(ms->addr, ms->len, PROT_NONE, in free_seg() 726 eal_mem_set_dump(ms->addr, ms->len, false); in free_seg() 739 memset(ms, 0, sizeof(*ms)); in free_seg() 777 memset(ms, 0, sizeof(*ms)); in free_seg() 900 if (wa->ms) in alloc_seg_walk() 901 memset(wa->ms, 0, sizeof(*wa->ms) * wa->n_segs); in alloc_seg_walk() 907 if (wa->ms) in alloc_seg_walk() 1033 wa.ms = ms; in eal_memalloc_alloc_seg_bulk() 1063 return ms; in eal_memalloc_alloc_seg() [all …]
|
| /f-stack/app/nginx-1.16.1/auto/lib/openssl/ |
| H A D | makefile.msvc | 14 if exist ms\do_ms.bat ( \ 15 ms\do_ms \ 16 && $(MAKE) -f ms\nt.mak \ 17 && $(MAKE) -f ms\nt.mak install \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | lpc32xx-key.txt | 12 - nxp,debounce-delay-ms: Debounce delay in ms 13 - nxp,scan-delay-ms: Repeated scan period in ms 31 nxp,debounce-delay-ms = <3>; 32 nxp,scan-delay-ms = <34>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-poweroff.txt | 12 triggering positive edge triggered power off. After a delay of 100ms, 14 triggering negative edge triggered power off. After another 100ms 16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted. 30 - active-delay-ms: Delay (default 100) to wait after driving gpio active 31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive 32 - timeout-ms: Time to wait before asserting a WARN_ON(1). If nothing is 33 specified, 3000 ms is used. 40 timeout-ms = <3000>;
|