Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/netbsd-src/external/mit/isl/dist/
H A Disl_bound.c43 isl_stat isl_bound_add(struct isl_bound *bound, in isl_bound_add() argument
46 bound->pwf = isl_pw_qpolynomial_fold_fold(bound->pwf, pwf); in isl_bound_add()
47 return isl_stat_non_null(bound->pwf); in isl_bound_add()
53 isl_stat isl_bound_add_tight(struct isl_bound *bound, in isl_bound_add_tight() argument
56 bound->pwf_tight = isl_pw_qpolynomial_fold_fold(bound->pwf_tight, pwf); in isl_bound_add_tight()
57 return isl_stat_non_null(bound->pwf); in isl_bound_add_tight()
66 __isl_take isl_qpolynomial *poly, struct isl_bound *bound) in add_constant_poly() argument
70 pwf = isl_qpolynomial_cst_bound(bset, poly, bound->type, NULL); in add_constant_poly()
71 return isl_bound_add_tight(bound, pwf); in add_constant_poly()
88 struct isl_bound *bound = (struct isl_bound *)user; in compressed_guarded_poly_bound() local
[all …]
H A Dbound.c59 isl_pw_qpolynomial_fold *bound; member
70 isl_val *bound = NULL; in verify_point() local
103 bound = isl_pw_qpolynomial_fold_eval( in verify_point()
104 isl_pw_qpolynomial_fold_copy(vpb->bound), in verify_point()
123 ok = isl_val_eq(opt, bound); in verify_point()
125 ok = isl_val_le(opt, bound); in verify_point()
127 ok = isl_val_le(bound, opt); in verify_point()
142 p = isl_printer_print_val(p, bound); in verify_point()
163 isl_val_free(bound); in verify_point()
180 __isl_take isl_pw_qpolynomial_fold *bound, int exact, in check_solution() argument
[all …]
H A Disl_map_bound_templ.c33 __isl_take MULTI(BASE) *bound, in FN()
41 if (dim < 0 || FN(check_map_equal_tuples_multi,BASE)(map, bound) < 0) in FN()
47 el = FN(MULTI(BASE),get_at)(bound, i); in FN()
50 map = FN(FN(isl_map_intersect_multi,BASE),explicit_domain)(map, bound); in FN()
51 FN(MULTI(BASE),free)(bound); in FN()
55 FN(MULTI(BASE),free)(bound); in FN()
H A Disl_range.c10 struct isl_bound *bound; member
158 static __isl_give isl_qpolynomial *bound2poly(__isl_take isl_constraint *bound, in bound2poly() argument
161 if (!bound) in bound2poly()
164 return isl_qpolynomial_from_constraint(bound, isl_dim_set, pos); in bound2poly()
167 static int bound_is_integer(__isl_keep isl_constraint *bound, unsigned pos) in bound_is_integer() argument
172 if (!bound) in bound_is_integer()
176 isl_constraint_get_coefficient(bound, isl_dim_set, pos, &c); in bound_is_integer()
543 __isl_take isl_qpolynomial *poly, struct isl_bound *bound) in isl_qpolynomial_bound_on_domain_range() argument
548 data.pwf = bound->pwf; in isl_qpolynomial_bound_on_domain_range()
549 data.pwf_tight = bound->pwf_tight; in isl_qpolynomial_bound_on_domain_range()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dboundc.ms8 bound.d 2,r3
13 bound.d 0xffffffff,r3
18 bound.d 0xffff,r3
23 bound.d 0xffffffff,r3
28 bound.d 0x5432f789,r3
33 bound.w 2,r3
38 bound.w 0xffff,r3
43 bound.w 0xffff,r3
48 bound.w 0xffff,r3
53 bound.w 0xffff,r3
[all …]
H A Dboundm.ms16 bound.d [r5+],r3
21 bound.d [r5],r3
27 bound.d [r5+],r3
32 bound.d [r5+],r3
37 bound.d [r5+],r3
42 bound.w [r5+],r3
47 bound.w [r5],r3
52 bound.w [r5],r3
57 bound.w [r5],r3
62 bound.w [r5+],r3
[all …]
H A Dboundr.ms8 bound.d r4,r3
14 bound.d r4,r3
20 bound.d r4,r3
26 bound.d r4,r3
32 bound.d r4,r3
38 bound.w r4,r3
44 bound.w r4,r3
49 bound.w r3,r3
55 bound.w r4,r3
61 bound.w r4,r3
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring_vstream.c185 ssize_t bound) in vstring_get_flags_bound() argument
190 if (bound <= 0) in vstring_get_flags_bound()
191 msg_panic("vstring_get_bound: invalid bound %ld", (long) bound); in vstring_get_flags_bound()
196 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in vstring_get_flags_bound()
208 ssize_t bound) in vstring_get_flags_nonl_bound() argument
213 if (bound <= 0) in vstring_get_flags_nonl_bound()
214 msg_panic("vstring_get_nonl_bound: invalid bound %ld", (long) bound); in vstring_get_flags_nonl_bound()
219 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != '\n') in vstring_get_flags_nonl_bound()
228 ssize_t bound) in vstring_get_flags_null_bound() argument
233 if (bound <= 0) in vstring_get_flags_null_bound()
[all …]
/netbsd-src/sys/net/
H A Dif_vlan.c819 int bound; in vlan_set_promisc() local
821 bound = curlwp_bind(); in vlan_set_promisc()
824 curlwp_bindx(bound); in vlan_set_promisc()
842 curlwp_bindx(bound); in vlan_set_promisc()
860 int bound; in vlan_ioctl() local
864 bound = curlwp_bind(); in vlan_ioctl()
867 curlwp_bindx(bound); in vlan_ioctl()
874 curlwp_bindx(bound); in vlan_ioctl()
880 curlwp_bindx(bound); in vlan_ioctl()
884 curlwp_bindx(bound); in vlan_ioctl()
[all …]
H A Dif_gif.c740 int error = 0, size, bound; in gif_ioctl() local
868 bound = curlwp_bind(); in gif_ioctl()
872 curlwp_bindx(bound); in gif_ioctl()
878 bound = curlwp_bind(); in gif_ioctl()
881 curlwp_bindx(bound); in gif_ioctl()
889 bound = curlwp_bind(); in gif_ioctl()
893 curlwp_bindx(bound); in gif_ioctl()
914 curlwp_bindx(bound); in gif_ioctl()
920 curlwp_bindx(bound); in gif_ioctl()
925 curlwp_bindx(bound); in gif_ioctl()
[all...]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dgetdtablesize.c81 unsigned int bound; in getdtablesize() local
82 for (bound = 0x10000; _setmaxstdio_nothrow (bound) < 0; bound = bound / 2) in getdtablesize()
85 dtablesize = bound; in getdtablesize()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/
H A Deoshift3_8.c36 const gfc_array_char * const restrict bound, in eoshift3() argument
148 if (bound) in eoshift3()
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n); in eoshift3()
161 if (bound && bstride[0] == 0) in eoshift3()
172 if (bound) in eoshift3()
173 bptr = bound->base_addr; in eoshift3()
289 const gfc_array_char * const restrict bound, in eoshift3_8() argument
292 eoshift3 (ret, array, h, bound, pwhich, "\0", 1); in eoshift3_8()
310 const gfc_array_char * const restrict bound, in eoshift3_8_char() argument
315 eoshift3 (ret, array, h, bound, pwhich, " ", 1); in eoshift3_8_char()
[all …]
H A Deoshift3_4.c36 const gfc_array_char * const restrict bound, in eoshift3() argument
148 if (bound) in eoshift3()
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n); in eoshift3()
161 if (bound && bstride[0] == 0) in eoshift3()
172 if (bound) in eoshift3()
173 bptr = bound->base_addr; in eoshift3()
289 const gfc_array_char * const restrict bound, in eoshift3_4() argument
292 eoshift3 (ret, array, h, bound, pwhich, "\0", 1); in eoshift3_4()
310 const gfc_array_char * const restrict bound, in eoshift3_4_char() argument
315 eoshift3 (ret, array, h, bound, pwhich, " ", 1); in eoshift3_4_char()
[all …]
H A Deoshift3_16.c36 const gfc_array_char * const restrict bound, in eoshift3() argument
148 if (bound) in eoshift3()
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n); in eoshift3()
161 if (bound && bstride[0] == 0) in eoshift3()
172 if (bound) in eoshift3()
173 bptr = bound->base_addr; in eoshift3()
289 const gfc_array_char * const restrict bound, in eoshift3_16() argument
292 eoshift3 (ret, array, h, bound, pwhich, "\0", 1); in eoshift3_16()
310 const gfc_array_char * const restrict bound, in eoshift3_16_char() argument
315 eoshift3 (ret, array, h, bound, pwhich, " ", 1); in eoshift3_16_char()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/
H A Deoshift3_4.c36 const gfc_array_char * const restrict bound, in eoshift3() argument
148 if (bound) in eoshift3()
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n); in eoshift3()
161 if (bound && bstride[0] == 0) in eoshift3()
172 if (bound) in eoshift3()
173 bptr = bound->base_addr; in eoshift3()
289 const gfc_array_char * const restrict bound, in eoshift3_4() argument
292 eoshift3 (ret, array, h, bound, pwhich, "\0", 1); in eoshift3_4()
310 const gfc_array_char * const restrict bound, in eoshift3_4_char() argument
315 eoshift3 (ret, array, h, bound, pwhich, " ", 1); in eoshift3_4_char()
[all …]
H A Deoshift3_8.c36 const gfc_array_char * const restrict bound, in eoshift3() argument
148 if (bound) in eoshift3()
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n); in eoshift3()
161 if (bound && bstride[0] == 0) in eoshift3()
172 if (bound) in eoshift3()
173 bptr = bound->base_addr; in eoshift3()
289 const gfc_array_char * const restrict bound, in eoshift3_8() argument
292 eoshift3 (ret, array, h, bound, pwhich, "\0", 1); in eoshift3_8()
310 const gfc_array_char * const restrict bound, in eoshift3_8_char() argument
315 eoshift3 (ret, array, h, bound, pwhich, " ", 1); in eoshift3_8_char()
[all …]
H A Deoshift3_16.c36 const gfc_array_char * const restrict bound, in eoshift3() argument
148 if (bound) in eoshift3()
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n); in eoshift3()
161 if (bound && bstride[0] == 0) in eoshift3()
172 if (bound) in eoshift3()
173 bptr = bound->base_addr; in eoshift3()
289 const gfc_array_char * const restrict bound, in eoshift3_16() argument
292 eoshift3 (ret, array, h, bound, pwhich, "\0", 1); in eoshift3_16()
310 const gfc_array_char * const restrict bound, in eoshift3_16_char() argument
315 eoshift3 (ret, array, h, bound, pwhich, " ", 1); in eoshift3_16_char()
[all …]
/netbsd-src/sys/external/bsd/drm2/ttm/
H A Dttm_agp_backend.c52 bool bound; member
108 KASSERT(!ttm_agp->bound); in ttm_agp_bind()
124 ttm_agp->bound = true; in ttm_agp_bind()
143 if (!ttm_agp->bound) in ttm_agp_unbind()
150 ttm_agp->bound = false; in ttm_agp_unbind()
161 if (ttm_agp->bound) in ttm_agp_destroy()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Drandom.h68 prandom_u32_max(uint32_t bound) in prandom_u32_max() argument
72 min = (-bound) % bound; in prandom_u32_max()
77 return v % bound; in prandom_u32_max()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_iommu.c117 if (!dev->device_info->needs_iommu_device || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device()
120 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device()
127 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device()
142 if (pdd->bound == PDD_BOUND) in kfd_iommu_unbind_process()
232 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
246 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
277 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
278 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Deoshift3.m437 const gfc_array_char * const restrict bound,
57 /* b.* indicates the bound array. */
149 if (bound)
150 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
162 if (bound && bstride[0] == 0)
173 if (bound)
174 bptr = bound->base_addr;
290 const gfc_array_char * const restrict bound,
293 eoshift3 (ret, array, h, bound, pwhich, "\0", 1);
311 const gfc_array_char * const restrict bound,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Deoshift3.m437 const gfc_array_char * const restrict bound,
57 /* b.* indicates the bound array. */
149 if (bound)
150 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
162 if (bound && bstride[0] == 0)
173 if (bound)
174 bptr = bound->base_addr;
290 const gfc_array_char * const restrict bound,
293 eoshift3 (ret, array, h, bound, pwhich, "\0", 1);
311 const gfc_array_char * const restrict bound,
[all …]
/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddm9000.c298 unsigned int val, cnt, bound; in dm9k_send() local
315 bound = getsecs() + 1; in dm9k_send()
320 } while (getsecs() < bound); in dm9k_send()
331 unsigned int bound, val, mark, stat, len, upto, cnt; in dm9k_recv() local
334 bound = getsecs() + timo; /* second */ in dm9k_recv()
342 } while (getsecs() < bound); in dm9k_recv()
435 unsigned int bound; in mii_dealan() local
441 bound = getsecs() + timo; in mii_dealan()
450 } while (getsecs() < bound); in mii_dealan()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dcorefile.c35 unsigned_word bound; member
148 new_mapping->bound = addr + (nr_bytes - 1); in new_core_mapping()
190 && next_mapping->bound < addr))) { in core_map_attach()
290 && (addr + (nr_bytes - 1)) <= mapping->bound) in core_map_find_mapping()
330 if (raddr + nr_bytes - 1> mapping->bound) in core_map_read_buffer()
331 nr_bytes = mapping->bound - raddr + 1; in core_map_read_buffer()
371 if (raddr + nr_bytes - 1 > mapping->bound) in core_map_write_buffer()
372 nr_bytes = mapping->bound - raddr + 1; in core_map_write_buffer()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn_mime.c55 static int mime_bound_check(char *line, int linelen, const char *bound, int blen);
56 static int multi_split(BIO *bio, const char *bound, STACK_OF(BIO) **ret);
234 char bound[33], c; in SMIME_write_ASN1() local
250 if (RAND_bytes((unsigned char *)bound, 32) <= 0) in SMIME_write_ASN1()
253 c = bound[i] & 0xf; in SMIME_write_ASN1()
258 bound[i] = c; in SMIME_write_ASN1()
260 bound[32] = 0; in SMIME_write_ASN1()
267 bound, mime_eol, mime_eol); in SMIME_write_ASN1()
271 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_ASN1()
274 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol); in SMIME_write_ASN1()
[all …]

12345678910>>...35