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

  /src/sys/arch/sh3/sh3/
mmu_sh3.c 128 uint32_t freea, matcha; local
164 matcha = freea = ~0;
180 matcha = a;
185 if ((int)matcha >= 0) /* there's an existing entry, update it */
186 a = matcha;
mmu_sh3.c 128 uint32_t freea, matcha; local
164 matcha = freea = ~0;
180 matcha = a;
185 if ((int)matcha >= 0) /* there's an existing entry, update it */
186 a = matcha;
  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 669 #define matcha(keyword, subr, st) \ macro
712 matcha ("routine", gfc_match_oacc_routine, ST_OACC_ROUTINE);
727 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC);
730 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE);
733 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA);
737 matcha ("end atomic", gfc_match_omp_eos_error, ST_OACC_END_ATOMIC);
738 matcha ("end data", gfc_match_omp_eos_error, ST_OACC_END_DATA);
739 matcha ("end host_data", gfc_match_omp_eos_error, ST_OACC_END_HOST_DATA);
740 matcha ("end kernels loop", gfc_match_omp_eos_error, ST_OACC_END_KERNELS_LOOP);
741 matcha ("end kernels", gfc_match_omp_eos_error, ST_OACC_END_KERNELS)
    [all...]
parse.cc 669 #define matcha(keyword, subr, st) \ macro
712 matcha ("routine", gfc_match_oacc_routine, ST_OACC_ROUTINE);
727 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC);
730 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE);
733 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA);
737 matcha ("end atomic", gfc_match_omp_eos_error, ST_OACC_END_ATOMIC);
738 matcha ("end data", gfc_match_omp_eos_error, ST_OACC_END_DATA);
739 matcha ("end host_data", gfc_match_omp_eos_error, ST_OACC_END_HOST_DATA);
740 matcha ("end kernels loop", gfc_match_omp_eos_error, ST_OACC_END_KERNELS_LOOP);
741 matcha ("end kernels", gfc_match_omp_eos_error, ST_OACC_END_KERNELS)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 616 #define matcha(keyword, subr, st) \ macro
659 matcha ("routine", gfc_match_oacc_routine, ST_OACC_ROUTINE);
674 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC);
677 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE);
680 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA);
684 matcha ("end atomic", gfc_match_omp_eos_error, ST_OACC_END_ATOMIC);
685 matcha ("end data", gfc_match_omp_eos_error, ST_OACC_END_DATA);
686 matcha ("end host_data", gfc_match_omp_eos_error, ST_OACC_END_HOST_DATA);
687 matcha ("end kernels loop", gfc_match_omp_eos_error, ST_OACC_END_KERNELS_LOOP);
688 matcha ("end kernels", gfc_match_omp_eos_error, ST_OACC_END_KERNELS)
    [all...]
parse.cc 616 #define matcha(keyword, subr, st) \ macro
659 matcha ("routine", gfc_match_oacc_routine, ST_OACC_ROUTINE);
674 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC);
677 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE);
680 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA);
684 matcha ("end atomic", gfc_match_omp_eos_error, ST_OACC_END_ATOMIC);
685 matcha ("end data", gfc_match_omp_eos_error, ST_OACC_END_DATA);
686 matcha ("end host_data", gfc_match_omp_eos_error, ST_OACC_END_HOST_DATA);
687 matcha ("end kernels loop", gfc_match_omp_eos_error, ST_OACC_END_KERNELS_LOOP);
688 matcha ("end kernels", gfc_match_omp_eos_error, ST_OACC_END_KERNELS)
    [all...]

Completed in 38 milliseconds