| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_bound.c | 43 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 D | bound.c | 59 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 D | isl_map_bound_templ.c | 33 __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 D | isl_range.c | 10 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 D | boundc.ms | 8 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 D | boundm.ms | 16 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 D | boundr.ms | 8 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 D | vstring_vstream.c | 185 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 D | if_vlan.c | 819 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 D | if_gif.c | 740 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 D | getdtablesize.c | 81 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 D | eoshift3_8.c | 36 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 D | eoshift3_4.c | 36 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 D | eoshift3_16.c | 36 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 D | eoshift3_4.c | 36 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 D | eoshift3_8.c | 36 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 D | eoshift3_16.c | 36 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 D | ttm_agp_backend.c | 52 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 D | random.h | 68 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 D | kfd_iommu.c | 117 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 D | eoshift3.m4 | 37 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 D | eoshift3.m4 | 37 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 D | dm9000.c | 298 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 D | corefile.c | 35 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 D | asn_mime.c | 55 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 …]
|