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

  /src/sys/dev/i2o/
ld_iop.c 124 u_int cachesz; local
243 if ((cachesz = le32toh(param.p.cc.totalcachesize)) != 0)
244 printf(", %dkB cache", cachesz >> 10);
ld_iop.c 124 u_int cachesz; local
243 if ((cachesz = le32toh(param.p.cc.totalcachesize)) != 0)
244 printf(", %dkB cache", cachesz >> 10);
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 9122 int cachesz = 64;
9124 build_int_cst (pointer_sized_int_node, cachesz - 1));
9126 build_int_cst (pointer_sized_int_node, ~(cachesz - 1)));
9139 MAX (TYPE_ALIGN_UNIT (record_type), (unsigned) cachesz));
9120 int cachesz = 64; local
omp-low.cc 9122 int cachesz = 64;
9124 build_int_cst (pointer_sized_int_node, cachesz - 1));
9126 build_int_cst (pointer_sized_int_node, ~(cachesz - 1)));
9139 MAX (TYPE_ALIGN_UNIT (record_type), (unsigned) cachesz));
9120 int cachesz = 64; local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 9164 int cachesz = 64;
9166 build_int_cst (pointer_sized_int_node, cachesz - 1));
9168 build_int_cst (pointer_sized_int_node, ~(cachesz - 1)));
9181 MAX (TYPE_ALIGN_UNIT (record_type), (unsigned) cachesz));
9162 int cachesz = 64; local
omp-low.cc 9164 int cachesz = 64;
9166 build_int_cst (pointer_sized_int_node, cachesz - 1));
9168 build_int_cst (pointer_sized_int_node, ~(cachesz - 1)));
9181 MAX (TYPE_ALIGN_UNIT (record_type), (unsigned) cachesz));
9162 int cachesz = 64; local

Completed in 55 milliseconds