Home
last modified time | relevance | path

Searched refs:dim2 (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/arch/alpha/pci/
H A Dpci_6600.c326 volatile uint64_t * const dim2 = (pc->pc_eligible_cpus & __BIT(2)) ? in dec_6600_intr_program() local
336 *dim2 = enab2; in dec_6600_intr_program()
341 (void) *dim2; in dec_6600_intr_program()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dinitsem.c481 uinteger_t dim2 = dim1; in visit() local
485 dim2 = ale->elements ? ale->elements->dim : 0; in visit()
491 dim2 = ((TypeSArray *)tx)->dim->toInteger(); in visit()
493 if (dim1 != dim2) in visit()
495 i->exp->error("mismatched array lengths, %d and %d", (int)dim1, (int)dim2); in visit()
H A Ddcast.c1864 size_t dim2 = (size_t)((TypeSArray *)tb)->dim->toInteger(); in castTo() local
1869 if (dim2 != se->len) in castTo()
1873 size_t d = (dim2 < se->len) ? dim2 : se->len; in castTo()
1874 void *s = (void *)mem.xmalloc((dim2 + 1) * newsz); in castTo()
1877 memset((char *)s + d * newsz, 0, (dim2 + 1 - d) * newsz); in castTo()
1879 se->len = dim2; in castTo()
H A Dconstfold.c874 size_t dim2 = es2->elements ? es2->elements->dim : 0; in Equal() local
875 if (dim1 != dim2) in Equal()
H A Dexpressionsem.c5874 uinteger_t dim2 = dim1; in visit() local
5878 dim2 = ale->elements ? ale->elements->dim : 0; in visit()
5884 dim2 = ((TypeSArray *)tx)->dim->toInteger(); in visit()
5886 if (dim1 != dim2) in visit()
5888 exp->error("mismatched array lengths, %d and %d", (int)dim1, (int)dim2); in visit()
6031 uinteger_t dim2 = tsa2->dim->toInteger(); in visit() local
6032 if (dim1 != dim2) in visit()
6034 exp->error("mismatched array lengths, %d and %d", (int)dim1, (int)dim2); in visit()
H A Dmtype.c5310 size_t dim2 = !t2->parameters ? 0 : t2->parameters->dim; in covariant() local
5311 if (dim1 || dim2) in covariant()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp777 distance dim2 = dim/2.0; in print() local
779 vec[0] = cent + position(dim2.x, -dim2.y); in print()
780 vec[1] = cent + position(dim2.x, dim2.y); in print()
781 vec[2] = cent + position(-dim2.x, dim2.y); in print()
782 vec[3] = cent + position(-dim2.x, -dim2.y); in print()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Ddwarf.c670 Dwarf_Die dim2; in tdesc_array_create() local
673 if ((dim2 = die_sibling(dw, dim)) == NULL) { in tdesc_array_create()
675 } else if (die_tag(dw, dim2) == DW_TAG_subrange_type) { in tdesc_array_create()
679 (uintmax_t)die_off(dw, dim2), ctdp->t_id); in tdesc_array_create()
680 tdesc_array_create(dw, dim2, arrtdp, ctdp); in tdesc_array_create()
683 (uintmax_t)die_off(dw, dim2)); in tdesc_array_create()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinitsem.d602 uinteger_t dim2 = dim1; in initializerSemantic() local
605 dim2 = ale.elements ? ale.elements.dim : 0; in initializerSemantic()
610 dim2 = tx.isTypeSArray().dim.toInteger(); in initializerSemantic()
612 if (dim1 != dim2) in initializerSemantic()
614 … i.exp.error("mismatched array lengths, %d and %d", cast(int)dim1, cast(int)dim2); in initializerSemantic()
H A Ddcast.d2088 size_t dim2 = cast(size_t)tsa.dim.toInteger(); in visitString() local
2092 if (dim2 != se.len) in visitString()
2096 const d = (dim2 < se.len) ? dim2 : se.len; in visitString()
2097 void* s = mem.xmalloc((dim2 + 1) * newsz); in visitString()
2100 memset(s + d * newsz, 0, (dim2 + 1 - d) * newsz); in visitString()
2101 se.setData(s, dim2, newsz); in visitString()
H A Dconstfold.d817 size_t dim2 = es2.elements ? es2.elements.dim : 0; in Equal() local
818 if (dim1 != dim2) in Equal()
H A Dexpressionsem.d9447 uinteger_t dim2 = t2.isTypeSArray().dim.toInteger(); in visit() local
9448 if (dim1 + 1 == dim2 || dim2 < dim1) in visit()
9485 uinteger_t dim2 = dim1; in visit() local
9488 dim2 = ale.elements ? ale.elements.dim : 0; in visit()
9494 dim2 = (cast(TypeSArray)tx).dim.toInteger(); in visit()
9496 if (dim1 != dim2) in visit()
9498 … exp.error("mismatched array lengths, %d and %d", cast(int)dim1, cast(int)dim2); in visit()
9722 uinteger_t dim2 = tsa2.dim.toInteger(); in visit() local
9723 if (dim1 != dim2) in visit()
9725 …matched array lengths %d and %d for assignment `%s`", cast(int)dim1, cast(int)dim2, exp.toChars()); in visit()
/netbsd-src/external/mit/isl/dist/
H A Disl_space.c3414 isl_size dim1, dim2; in isl_space_cmp_type() local
3418 dim2 = isl_space_dim(space2, type); in isl_space_cmp_type()
3419 if (dim1 < 0 || dim2 < 0) in isl_space_cmp_type()
3421 if (dim1 != dim2) in isl_space_cmp_type()
3422 return dim1 - dim2; in isl_space_cmp_type()
H A Disl_union_map.c4203 isl_size dim1, dim2; in check_union_map_space_equal_dim() local
4206 dim2 = isl_space_dim(space, isl_dim_param); in check_union_map_space_equal_dim()
4207 if (dim1 < 0 || dim2 < 0) in check_union_map_space_equal_dim()
4209 if (dim1 == dim2) in check_union_map_space_equal_dim()
H A Disl_map.c3712 isl_size dim1, dim2, nparam1, nparam2; in isl_basic_map_intersect() local
3719 dim2 = isl_space_dim(space2, isl_dim_all); in isl_basic_map_intersect()
3722 if (dim1 < 0 || dim2 < 0 || nparam1 < 0 || nparam2 < 0) in isl_basic_map_intersect()
3724 if (dim1 == nparam1 && dim2 != nparam2) in isl_basic_map_intersect()
3727 if (dim2 != nparam2 && in isl_basic_map_intersect()
3879 isl_size dim2, nparam2; in map_intersect_internal() local
3912 dim2 = isl_map_dim(map2, isl_dim_all); in map_intersect_internal()
3914 if (dim2 < 0 || nparam2 < 0) in map_intersect_internal()
3916 if (dim2 != nparam2) in map_intersect_internal()
5885 isl_size dim1, dim2; in check_map_space_equal_total_dim() local
[all …]