HomeSort by: relevance | last modified time | path
    Searched defs:dim2 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_6600.c 326 volatile uint64_t * const dim2 = (pc->pc_eligible_cpus & __BIT(2)) ? local
336 *dim2 = enab2;
341 (void) *dim2;
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
dwarf.c 670 Dwarf_Die dim2; local
673 if ((dim2 = die_sibling(dw, dim)) == NULL) {
675 } else if (die_tag(dw, dim2) == DW_TAG_subrange_type) {
679 (uintmax_t)die_off(dw, dim2), ctdp->t_id);
680 tdesc_array_create(dw, dim2, arrtdp, ctdp);
683 (uintmax_t)die_off(dw, dim2));
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 777 distance dim2 = dim/2.0; local
779 vec[0] = cent + position(dim2.x, -dim2.y);
780 vec[1] = cent + position(dim2.x, dim2.y);
781 vec[2] = cent + position(-dim2.x, dim2.y);
782 vec[3] = cent + position(-dim2.x, -dim2.y);
  /src/external/mit/isl/dist/
isl_space.c 3414 isl_size dim1, dim2; local
3418 dim2 = isl_space_dim(space2, type);
3419 if (dim1 < 0 || dim2 < 0)
3421 if (dim1 != dim2)
3422 return dim1 - dim2;
isl_union_map.c 4203 isl_size dim1, dim2; local
4206 dim2 = isl_space_dim(space, isl_dim_param);
4207 if (dim1 < 0 || dim2 < 0)
4209 if (dim1 == dim2)
isl_map.c 3712 isl_size dim1, dim2, nparam1, nparam2; local
3719 dim2 = isl_space_dim(space2, isl_dim_all);
3722 if (dim1 < 0 || dim2 < 0 || nparam1 < 0 || nparam2 < 0)
3724 if (dim1 == nparam1 && dim2 != nparam2)
3727 if (dim2 != nparam2 &&
3879 isl_size dim2, nparam2; local
3912 dim2 = isl_map_dim(map2, isl_dim_all);
3914 if (dim2 < 0 || nparam2 < 0)
3916 if (dim2 != nparam2)
5885 isl_size dim1, dim2; local
    [all...]

Completed in 47 milliseconds