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

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c 259 size_t mcsize; member in struct:gcc_ucontext
344 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
345 || uctx->mcsize == UC_FLAVOR_VEC_SIZE);
346 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
347 || uctx->mcsize == UC_FLAVOR64_SIZE);
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c 259 size_t mcsize; member in struct:gcc_ucontext
344 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
345 || uctx->mcsize == UC_FLAVOR_VEC_SIZE);
346 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
347 || uctx->mcsize == UC_FLAVOR64_SIZE);

Completed in 41 milliseconds