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

  /src/external/gpl3/gcc/dist/libgomp/
oacc-parallel.c 61 unsigned short kind1 = kinds[i] & 0xff; local
64 if (kind1 == GOMP_MAP_FORCE_DEVICEPTR)
oacc-mem.c 1063 unsigned char kind1 = kinds[pos + 1] & 0xff; local
1064 if (kind1 == GOMP_MAP_ALWAYS_POINTER)
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-parallel.c 61 unsigned short kind1 = kinds[i] & 0xff; local
64 if (kind1 == GOMP_MAP_FORCE_DEVICEPTR)
oacc-mem.c 1049 unsigned char kind1 = kinds[pos + 1] & 0xff; local
1050 if (kind1 == GOMP_MAP_ALWAYS_POINTER)
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 2296 enum target_float_ops_kind kind1 = get_target_float_ops_kind (type1); local
2301 return get_target_float_ops (std::max (kind1, kind2));
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 2296 enum target_float_ops_kind kind1 = get_target_float_ops_kind (type1); local
2301 return get_target_float_ops (std::max (kind1, kind2));
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 4731 e_funkind kind1, kind2;
4736 kind1 = funkind (type1);
4739 if (kind1 != kind2)
4712 e_funkind kind1, kind2; local
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 4730 e_funkind kind1, kind2;
4735 kind1 = funkind (type1);
4738 if (kind1 != kind2)
4711 e_funkind kind1, kind2; local

Completed in 38 milliseconds