| /src/tests/lib/libc/gen/ |
| t_assert.c | 49 struct rlimit limits; local 51 limits.rlim_cur = 0; 52 limits.rlim_max = 0; 54 ATF_REQUIRE(setrlimit(RLIMIT_CORE, &limits) == 0);
|
| /src/external/mit/libuv/dist/test/ |
| test-emfile.c | 42 struct rlimit limits; local 55 limits.rlim_cur = limits.rlim_max = maxfd + 1; 56 if (setrlimit(RLIMIT_NOFILE, &limits)) {
|
| /src/bin/ksh/ |
| c_ulimit.c | 17 the extended 4.nBSD resource limits. It now includes the code 54 static const struct limits { struct 61 } limits[] = { local 128 static char options[3 + NELEM(limits)]; 131 const struct limits *l; 143 for (l = limits; l->name; l++) 165 for (l = limits; l->name && l->option != what; l++) 201 for (l = limits; l->name; l++) {
|
| /src/external/bsd/bc/dist/ |
| util.c | 633 /* Print out the limits of this program. */ 636 limits(void) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dbgcnt.cc | 47 static vec<limit_tuple> limits[debug_counter_number_of_counters]; variable 68 if (!limits[index].exists ()) 70 else if (limits[index].is_empty ()) 73 unsigned last = limits[index].length () - 1; 74 unsigned int min = limits[index][last].first; 75 unsigned int max = limits[index][last].second; 85 limits[index].pop (); 94 limits[index].pop (); 128 if (!limits[index].exists ()) 129 limits[index].create (1) [all...] |
| gimple-ssa-warn-alloca.cc | 151 static HOST_WIDE_INT limits[2]; local 152 if (limits[idx]) 153 return limits[idx]; 155 limits[idx] = idx ? warn_vla_limit : warn_alloca_limit; 156 if (limits[idx] != HOST_WIDE_INT_MAX) 157 return limits[idx]; 159 limits[idx] = tree_to_shwi (TYPE_MAX_VALUE (ptrdiff_type_node)); 160 return limits[idx];
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dbgcnt.cc | 47 static vec<limit_tuple> limits[debug_counter_number_of_counters]; variable 68 if (!limits[index].exists ()) 70 else if (limits[index].is_empty ()) 73 unsigned last = limits[index].length () - 1; 74 unsigned int min = limits[index][last].first; 75 unsigned int max = limits[index][last].second; 85 limits[index].pop (); 94 limits[index].pop (); 128 if (!limits[index].exists ()) 129 limits[index].create (1) [all...] |
| gimple-ssa-warn-alloca.cc | 151 static HOST_WIDE_INT limits[2]; local 152 if (limits[idx]) 153 return limits[idx]; 155 limits[idx] = idx ? warn_vla_limit : warn_alloca_limit; 156 if (limits[idx] != HOST_WIDE_INT_MAX) 157 return limits[idx]; 159 limits[idx] = tree_to_shwi (TYPE_MAX_VALUE (ptrdiff_type_node)); 160 return limits[idx];
|
| /src/external/mit/lua/dist/src/ |
| lutf8lib.c | 17 #include <limits.h> 60 ** invalid. The array 'limits' stores the minimum value for each 66 static const utfint limits[] = local 81 if (count > 5 || res > MAXUTF || res < limits[count])
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_gf100.c | 259 struct nvbios_pll limits; local 262 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); 266 limits.refclk = read_div(clk, idx, 0x137120, 0x137140); 267 if (!limits.refclk) 270 ret = gt215_pll_calc(subdev, &limits, freq, &N, NULL, &M, &P);
|
| nouveau_nvkm_subdev_clk_gk104.c | 272 struct nvbios_pll limits; local 275 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); 279 limits.refclk = read_div(clk, idx, 0x137120, 0x137140); 280 if (!limits.refclk) 283 ret = gt215_pll_calc(subdev, &limits, freq, &N, NULL, &M, &P);
|
| nouveau_nvkm_subdev_clk_gt215.c | 245 struct nvbios_pll limits; local 260 ret = nvbios_pll_parse(subdev->device->bios, pll, &limits); 264 ret = gt215_clk_info(&clk->base, idx - 0x10, limits.refclk, info); 265 if (ret != limits.refclk) 268 ret = gt215_pll_calc(subdev, &limits, khz, &N, NULL, &M, &P);
|
| /src/bin/sh/ |
| miscbltin.c | 56 #include <limits.h> 538 struct limits { struct 548 static const struct limits limits[] = { variable in typeref:struct:limits 638 const struct limits *l; 659 for (l = limits; l->name && l->option != what; l++) 696 for (l = limits; l->name; l++) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_dp_mst.c | 48 struct link_config_limits *limits) 62 crtc_state->lane_count = limits->max_lane_count; 63 crtc_state->port_clock = limits->max_clock; 65 for (bpp = limits->max_bpp; bpp >= limits->min_bpp; bpp -= 2 * 3) { 156 struct link_config_limits limits; local 176 limits.min_clock = 177 limits.max_clock = intel_dp_max_link_rate(intel_dp); 179 limits.min_lane_count = 180 limits.max_lane_count = intel_dp_max_lane_count(intel_dp) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/ |
| ml_dsa_encoders.c | 867 const uint8_t *in, *limits; local 871 || !PACKET_get_bytes(pkt, &limits, k)) 877 const uint32_t limit = *limits++;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_dpm.c | 489 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *limits = local 499 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record))); 503 u32 size = limits->numEntries * 512 limits->numEntries; 513 entry = &limits->entries[0]; 515 for (i = 0; i < limits->numEntries; i++) { 552 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *limits = local 558 u32 size = limits->numEntries * 567 limits->numEntries; 568 entry = &limits->entries[0] 585 ATOM_PPLIB_SAMClk_Voltage_Limit_Table *limits = local 643 ATOM_PPLIB_ACPClk_Voltage_Limit_Table *limits = local [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| charset.cc | 231 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE }; local 247 while (c >= 0x3F || (c & limits[nbytes-1]));
|
| /src/bin/csh/ |
| func.c | 1094 static const struct limits { struct 1099 } limits[] = { variable in typeref:struct:limits 1115 static const struct limits *findlim(Char *); 1116 static RLIM_TYPE getval(const struct limits *, Char **); 1118 static void plim(const struct limits *, Char); 1119 static int setlim(const struct limits *, Char, RLIM_TYPE); 1121 static const struct limits * 1124 const struct limits *lp, *res; 1127 for (lp = limits; lp->limconst >= 0; lp++) 1143 const struct limits *lp [all...] |
| /src/sys/dev/sysmon/ |
| sysmonvar.h | 64 * Thresholds/limits that are being monitored 106 sysmon_envsys_lim_t limits; /* thresholds for monitoring */ member in struct:envsys_data 123 #define ENVSYS_FMONLIMITS 0x00000040 /* monitor limits/thresholds */
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_smu8_hwmgr.c | 1485 const struct phm_clock_and_voltage_limits *limits = local 1488 info->engine_max_clock = limits->sclk; 1489 info->memory_max_clock = limits->mclk; 1492 if (limits->vddc >= table->entries[i].v) { 1643 const struct phm_clock_and_voltage_limits *limits = local 1656 clocks->memory_max_clock = limits->mclk;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_r600_dpm.c | 1082 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *limits = local 1092 1 + (limits->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record))); 1096 u32 size = limits->numEntries * 1105 limits->numEntries; 1106 entry = &limits->entries[0]; 1108 for (i = 0; i < limits->numEntries; i++) { 1144 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *limits = local 1150 u32 size = limits->numEntries * 1159 limits->numEntries; 1160 entry = &limits->entries[0] 1177 ATOM_PPLIB_SAMClk_Voltage_Limit_Table *limits = local 1235 ATOM_PPLIB_ACPClk_Voltage_Limit_Table *limits = local [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| write.c | 152 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE }; local 216 while (c >= 0x3F || (c & limits[nbytes-1]));
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| write.c | 152 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE }; local 214 while (c >= 0x3F || (c & limits[nbytes-1]));
|
| /src/sys/dev/pci/ |
| if_iwnvar.h | 235 *limits; member in struct:iwn_softc
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rps.c | 516 u32 limits; local 527 limits = rps->max_freq_softlimit << 23; 529 limits |= rps->min_freq_softlimit << 14; 531 limits = rps->max_freq_softlimit << 24; 533 limits |= rps->min_freq_softlimit << 16; 536 return limits; 1642 /* Derive initial user preferences/limits from the hardware limits */ 1742 * GPU turbo limits to i915. 1747 #ifndef __NetBSD__ /* XXX IPS GPU turbo limits what? * [all...] |