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

  /src/sys/kern/
subr_physmap.c 141 physmap_create_linear(physmap_t **map_p, const struct vmspace *vs, vaddr_t va,
149 *map_p = NULL;
152 *map_p = map;
162 physmap_create_iov(physmap_t **map_p, const struct vmspace *vs,
178 *map_p = NULL;
182 *map_p = map;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_legacy.h 219 enum drm_map_flags flags, struct drm_local_map **map_p);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 3602 bool map_p = OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP;
3603 bool implicit_p = map_p && OMP_CLAUSE_MAP_IMPLICIT (c);
3613 && map_p
3631 /* Copy the referenced object. Note that we do this even for !MAP_P
3641 if (!map_p)
3686 if (!map_p)
3735 if (!map_p)
3781 if (!map_p)
3835 if (!map_p)
3920 if (chain_p && map_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 4991 get_union_initializer (gfc_symbol *union_type, gfc_component **map_p)
5004 if (map_p)
5005 *map_p = map;
5010 if (map_p && !init)
5011 *map_p = NULL;
  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 5007 get_union_initializer (gfc_symbol *union_type, gfc_component **map_p)
5020 if (map_p)
5021 *map_p = map;
5026 if (map_p && !init)
5027 *map_p = NULL;
  /src/external/mit/isl/dist/
isl_union_map.c 762 isl_map **map_p = user; local
764 *map_p = isl_map_copy(map);

Completed in 62 milliseconds