Home
last modified time | relevance | path

Searched refs:limit (Results 226 – 250 of 966) sorted by relevance

12345678910>>...39

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c354 Node *n, *limit = gnodelast(h); in traverseweakvalue() local
358 for (n = gnode(h, 0); n < limit; n++) { in traverseweakvalue()
380 Node *n, *limit = gnodelast(h); in traverseephemeron() local
390 for (n = gnode(h, 0); n < limit; n++) { in traverseephemeron()
415 Node *n, *limit = gnodelast(h); in traversestrongtable() local
419 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */ in traversestrongtable()
626 Node *n, *limit = gnodelast(h); in clearkeys() local
627 for (n = gnode(h, 0); n < limit; n++) { in clearkeys()
644 Node *n, *limit = gnodelast(h); in clearvalues() local
651 for (n = gnode(h, 0); n < limit; n++) { in clearvalues()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp167 const Address &address, Limit limit, in Disassemble() argument
181 exe_ctx.GetTargetRef(), address, limit, &strm, force_live_memory); in Disassemble()
556 Disassembler::Limit limit = {Disassembler::Limit::Bytes, in Disassemble() local
558 if (limit.value == 0) in Disassemble()
559 limit.value = DEFAULT_DISASM_BYTE_SIZE; in Disassemble()
562 range.GetBaseAddress(), limit, false, 0, 0, strm); in Disassemble()
1079 Limit limit, Stream *error_strm_ptr, in ParseInstructions() argument
1088 addr_t byte_size = limit.value; in ParseInstructions()
1089 if (limit.kind == Limit::Instructions) in ParseInstructions()
1113 limit.kind == Limit::Instructions ? limit.value in ParseInstructions()
/freebsd/contrib/sendmail/cf/feature/
H A Dbestmx_is_local.m425 # limit bestmx to these domains
45 # limit bestmx to $=B
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,nbpfaxi.txt26 - max-burst-mem-read: limit burst size for memory reads
29 - max-burst-mem-write: limit burst size for memory writes
/freebsd/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas.cfg33 typeset -i limit=4
34 while (( i < limit )); do
/freebsd/contrib/dialog/
H A Dtextbox.c421 int limit = dlg_count_wchars(line); in print_line() local
423 int last = limit; in print_line()
429 for (i = 0; i <= limit && cols[i] < obj->hscroll; ++i) in print_line()
432 for (i = first; (i <= limit) && ((cols[i] - cols[first]) < width); ++i) in print_line()
520 int limit; in get_search_term() local
547 limit = dlg_limit_columns(caption, len_caption, 0); in get_search_term()
548 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]); in get_search_term()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c589 cfix->iscache.limit = 0x7800; in sfix_init()
1233 cfix->iscache.limit = cfix->section[0]->size; in lru_map()
1259 cfix->iscache.limit = cfix->section[0]->size; in lru_read()
1281 cfix->iscache.limit = 2 * cfix->section[0]->size; in lru_map_nodup()
1312 cfix->iscache.limit = cfix->section[0]->size - 1; in lru_map_too_big()
1415 cfix->iscache.limit = cfix->section[0]->size + in lru_map_evict()
1450 cfix->iscache.limit = 4 * cfix->section[0]->size + in lru_bcache_evict()
1562 cfix->iscache.limit = cfix->section[0]->size; in lru_clear()
1716 uint64_t limits[] = { 0x8000, 0x3000, 0x12000, 0x0 }, limit; in worker_map_limit() local
1739 limit = limits[lim++]; in worker_map_limit()
[all …]
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c565 const uint32_t limit = my_min(buf_avail_full, nice_len + 1); in helper2() local
567 const uint32_t len_test = lzma_memcmplen(buf, buf_back, 1, limit) - 1; in helper2()
636 const uint32_t limit = my_min(buf_avail_full, in helper2() local
640 if (len_test_2 < limit) in helper2()
641 len_test_2 = lzma_memcmplen(buf, buf_back, len_test_2, limit); in helper2()
732 const uint32_t limit = my_min(buf_avail_full, in helper2() local
738 if (len_test_2 < limit) in helper2()
740 len_test_2, limit); in helper2()
/freebsd/lib/libc/nls/
H A Dsk_SK.ISO8859-2.msg126 60 �asov� limit pre spojenie vypr�al
190 92 �asov� limit pre STREAM ioctl vypr�al
250 24 Prekro�en� �asov� limit pre procesor
252 25 Prekro�en� limit ve�kosti s�boru
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c714 size_t limit, local_nbytes; in bhnd_nvram_parse_int() local
724 limit = *olen; in bhnd_nvram_parse_int()
726 limit = 0; in bhnd_nvram_parse_int()
913 else if (limit < *olen) in bhnd_nvram_parse_int()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_v7tar.c517 int64_t limit; in format_number() local
519 limit = ((int64_t)1 << (s*3)); in format_number()
533 if (v < limit) in format_number()
536 limit <<= 3; in format_number()
H A Darchive_read_support_format_tar.c217 ssize_t limit, size_t *);
2164 int64_t limit, last_digit_limit; in pax_time() local
2166 limit = INT64_MAX / 10; in pax_time()
2177 if (s > limit || in pax_time()
2482 int64_t l, limit, last_digit_limit; in gnu_sparse_10_atol() local
2488 limit = INT64_MAX / base; in gnu_sparse_10_atol()
2510 if (l > limit || (l == limit && digit > last_digit_limit)) in gnu_sparse_10_atol()
2652 limit = INT64_MAX / base; in tar_atol_base_n()
2670 limit = -(INT64_MIN / base); in tar_atol_base_n()
2678 if (l>limit || (l == limit && digit >= last_digit_limit)) { in tar_atol_base_n()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-debug.c141 u32 level, bool limit, const char *function, in __iwl_dbg() argument
153 (!limit || net_ratelimit())) { in __iwl_dbg()
/freebsd/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c53 size_t limit, in recv_loop() argument
90 if (limit) in recv_loop()
91 nbytes = min((size_t)nbytes, limit - rep->length); in recv_loop()
106 } while(!udp && (limit == 0 || rep->length < limit)); in recv_loop()
/freebsd/sys/vm/
H A Dvm_swapout.c410 vm_pindex_t limit, size; in vm_daemon() local
447 limit = OFF_TO_IDX( in vm_daemon()
456 limit = 0; /* XXX */ in vm_daemon()
467 if (size >= limit) { in vm_daemon()
469 &vm->vm_map, limit); in vm_daemon()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c59 add_to_blob(const char *text, size_t limit) in add_to_blob() argument
61 (void) limit; in add_to_blob()
67 _nc_STRCPY(last, text, limit); in add_to_blob()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c157 int limit = (max_attributes <= 0) ? 1 : max_attributes; in NCURSES_EXPORT() local
159 int limit = 1; in NCURSES_EXPORT() local
171 if (used++ >= limit) { in NCURSES_EXPORT()
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.txt24 - ieee80211-freq-limit: See ieee80211.txt
45 ieee80211-freq-limit = <5000000 6000000>;
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq2515x.yaml51 input-current-limit-microamp:
84 input-current-limit-microamp = <100000>;
/freebsd/contrib/tcsh/nls/C/
H A Dset153 1 %s: %s: Can't %s%s limit\n
/freebsd/contrib/tcsh/nls/german/
H A Dset156 4 \040(hard limit)
/freebsd/contrib/tcsh/nls/spanish/
H A Dset156 4 \040(hard-limit)
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c246 if (cache->ent[i].cur < cache->ent[i].limit) in someone_adding()
264 if (ent->cur < 2 * ent->limit && !dev->fill_delay) { in __cache_work_func()
266 if (ent->cur < 2 * ent->limit) { in __cache_work_func()
281 } else if (ent->cur > 2 * ent->limit) { in __cache_work_func()
297 if (ent->cur > ent->limit) in __cache_work_func()
347 if (ent->cur < ent->limit) in alloc_cached_mr()
378 if (ent->cur > 2 * ent->limit) in free_cached_mr()
424 int limit; in mlx5_mr_cache_init() local
447 limit = dev->mdev->profile->mr_cache[i].limit; in mlx5_mr_cache_init()
449 limit = 0; in mlx5_mr_cache_init()
[all …]
/freebsd/contrib/lua/src/
H A Dlgc.c447 Node *n, *limit = gnodelast(h); in traverseweakvalue() local
451 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */ in traverseweakvalue()
524 Node *n, *limit = gnodelast(h); in traversestrongtable() local
529 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */ in traversestrongtable()
726 Node *limit = gnodelast(h); in clearbykeys() local
728 for (n = gnode(h, 0); n < limit; n++) { in clearbykeys()
745 Node *n, *limit = gnodelast(h); in clearbyvalues() local
753 for (n = gnode(h, 0); n < limit; n++) { in clearbyvalues()
1114 GCObject *limit, GCObject **pfirstold1) { in sweepgen() argument
1126 while ((curr = *p) != limit) { in sweepgen()
[all …]
/freebsd/sbin/ipfw/
H A Ddummynet.c1768 long limit; in ipfw_config_pipe() local
1770 len = sizeof(limit); in ipfw_config_pipe()
1772 &limit, &len, NULL, 0) == -1) in ipfw_config_pipe()
1773 limit = 1024*1024; in ipfw_config_pipe()
1774 if (fs->qsize > limit) in ipfw_config_pipe()
1778 long limit; in ipfw_config_pipe() local
1780 len = sizeof(limit); in ipfw_config_pipe()
1782 &limit, &len, NULL, 0) == -1) in ipfw_config_pipe()
1783 limit = 100; in ipfw_config_pipe()
1784 if (fs->qsize > limit) in ipfw_config_pipe()
[all …]

12345678910>>...39