Searched refs:limit (Results 376 - 400 of 439) sorted by relevance

<<1112131415161718

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcris-tdep.c922 the first instruction of the prologue. The variable limit is the address
951 /* Scan limit. */
952 int limit; local
968 limit = next_frame ? frame_pc_unwind (next_frame) : pc + 64;
971 while (pc > 0 && pc < limit)
1053 /* The prologue ended before the limit was reached. */
1071 the limit variable instead. */
1074 /* The prologue ended before the limit was reached. */
1098 /* The prologue ended before the limit was reached. */
1123 /* The prologue ended before the limit wa
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp929 // If not, then just return the new limit.
1405 uint32_t limit = std::min(u[j+i],v[i]);
1407 carry = u[j+i] < limit || (carry && u[j+i] == limit);
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c873 /* if DC limit is zero, return AC limit */
983 dev_err(smu->adev->dev, "[%s] get PPT limit failed!", __func__);
990 uint32_t limit)
998 dev_err(smu->adev->dev, "Setting new power limit is not supported!\n");
1002 ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_SetPptLimit, limit, NULL);
1004 dev_err(smu->adev->dev, "[%s] Set power limit Failed!\n", __func__);
1008 smu->current_power_limit = limit;
1406 dev_emerg(adev->dev, "Reduce soft CTF limit to %d (by an offset %d)\n",
1421 dev_emerg(adev->dev, "Recover soft CTF limit t
988 smu_v13_0_set_power_limit(struct smu_context *smu, enum smu_ppt_limit_type limit_type, uint32_t limit) argument
[all...]
H A Daldebaran_ppt.c1222 /* the last hope to figure out the ppt limit */
1225 "Cannot get PPT limit due to pptable missing!");
1247 uint32_t limit)
1249 /* Power limit can be set only through primary die */
1251 return smu_v13_0_set_power_limit(smu, limit_type, limit);
1245 aldebaran_set_power_limit(struct smu_context *smu, enum smu_ppt_limit_type limit_type, uint32_t limit) argument
H A Dsmu_v13_0_6_ppt.c1246 dev_err(smu->adev->dev, "Couldn't get PPT limit");
1264 uint32_t limit)
1266 return smu_v13_0_set_power_limit(smu, limit_type, limit);
1262 smu_v13_0_6_set_power_limit(struct smu_context *smu, enum smu_ppt_limit_type limit_type, uint32_t limit) argument
/openbsd-current/gnu/gcc/gcc/
H A Dtree.c808 int limit = 0;
820 limit = 1;
827 limit = 2;
837 limit = INTEGER_SHARE_LIMIT;
844 limit = INTEGER_SHARE_LIMIT + 1;
861 TYPE_CACHED_VALUES (type) = make_tree_vec (limit);
5119 We don't enforce this limit, that is up to caller (e.g. language front end).
5120 The limit exists because the result is a signed type and we don't handle
804 int limit = 0; local
H A Dreg-stack.c855 rtx limit = PREV_INSN (BB_HEAD (current_block));
856 while (tmp != limit)
845 rtx limit = PREV_INSN (BB_HEAD (current_block)); local
H A Doptabs.c4793 rtx limit, lab1, lab2, insn;
4797 limit = CONST_DOUBLE_FROM_REAL_VALUE (offset, fmode);
4806 emit_cmp_and_jump_insns (from, limit, GE, NULL_RTX, GET_MODE (from),
4818 target = expand_binop (GET_MODE (from), sub_optab, from, limit,
4770 rtx limit, lab1, lab2, insn; local
/openbsd-current/sys/uvm/
H A Duvm_map.c2339 uvm_map_pageable_all(struct vm_map *map, int flags, vsize_t limit) argument
2365 * If the number exceeds the limit, abort.
2382 if (limit != 0 &&
2383 size + ptoa(pmap_wired_count(vm_map_pmap(map))) > limit) {
3126 vsize_t limit = lim_cur(RLIMIT_DATA); local
3128 if (limit < dused ||
3129 limit - dused < ptoa(((struct vmspace *)map)->vm_dused)) {
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Darchive.c1075 char *limit = temp + namedata->parsed_size;
1076 for (; temp < limit; ++temp)
1070 char *limit = temp + namedata->parsed_size; local
/openbsd-current/lib/libcurses/base/
H A Dlib_mouse.c1149 size_t limit = (sizeof(kbuf) - 1); local
1157 for (grabbed = 0; grabbed < limit;) {
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Darmdbg.h215 ARMaddress base, limit; member in struct:Dbg_ImageFragmentDesc
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dpl2bat.pl241 On Windows95 and other platforms a nine-argument limit is imposed
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp547 void SetStackSizeLimitInBytes(uptr limit) {
H A Dsanitizer_platform_limits_posix.h568 // limit. Verified with a compiler assert in .cpp.
921 char *limit; member in struct:__sanitizer__obstack_chunk
H A Dsanitizer_common.h289 void SetStackSizeLimitInBytes(uptr limit);
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2155 /* APE1 limit is inclusive and 64K aligned. */
2173 /* base > limit disables APE1 */
2188 uint64_t limit = base + alternate_aperture_size - 1; local
2190 if (limit <= base || (base & APE1_FIXED_BITS_MASK) != 0 ||
2191 (limit & APE1_FIXED_BITS_MASK) != APE1_LIMIT_ALIGNMENT) {
2197 qpd->sh_mem_ape1_limit = limit >> 16;
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_cdclk.c3205 u32 limit = intel_de_read(dev_priv, SKL_DFSM) & SKL_DFSM_CDCLK_LIMIT_MASK; local
3216 if (limit == SKL_DFSM_CDCLK_LIMIT_675)
3218 else if (limit == SKL_DFSM_CDCLK_LIMIT_540)
3220 else if (limit == SKL_DFSM_CDCLK_LIMIT_450)
/openbsd-current/sys/dev/usb/
H A Dubcmtp.c120 int limit; member in struct:ubcmtp_limit
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c5968 rtx neglab, donelab, i0, i1, f0, in, out, limit;
5976 limit = gen_reg_rtx (mode);
5979 emit_move_insn (limit,
5982 emit_cmp_and_jump_insns (in, limit, GE, NULL_RTX, mode, 0, neglab);
5992 emit_insn (gen_rtx_SET (VOIDmode, f0, gen_rtx_MINUS (mode, in, limit)));
5952 rtx neglab, donelab, i0, i1, f0, in, out, limit; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1015 rtx limit = PREV_INSN (current_block->head);
1016 while (tmp != limit)
1003 rtx limit = PREV_INSN (current_block->head); local
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c159 uint32_t limit, uint32_t start_addr)
164 PP_ASSERT_WITH_CODE((limit >= byte_count), "SMC address is beyond the SMC RAM area.", return -EINVAL);
157 iceland_upload_smc_firmware_data(struct pp_hwmgr *hwmgr, uint32_t length, const uint8_t *src, uint32_t limit, uint32_t start_addr) argument
/openbsd-current/lib/libz/
H A Ddeflate.c257 /* Deal with !@#$% 64K limit: */
1351 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
1353 /* Stop when cur_match becomes <= limit. To simplify the code,
1480 } while ((cur_match = prev[cur_match & wmask]) > limit
1650 len = left + s->strm->avail_in; /* limit len to the input */
1652 len = have; /* limit len to the output */
/openbsd-current/sys/lib/libz/
H A Ddeflate.c257 /* Deal with !@#$% 64K limit: */
1351 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
1353 /* Stop when cur_match becomes <= limit. To simplify the code,
1480 } while ((cur_match = prev[cur_match & wmask]) > limit
1652 len = left + s->strm->avail_in; /* limit len to the input */
1654 len = have; /* limit len to the output */
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c1287 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
1289 /* Stop when cur_match becomes <= limit. To simplify the code,
1416 } while ((cur_match = prev[cur_match & wmask]) > limit
1539 /* Deal with !@#$% 64K limit: */
1719 len = left + s->strm->avail_in; /* limit len to the input */
1721 len = have; /* limit len to the output */

Completed in 629 milliseconds

<<1112131415161718