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

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 318 struct ptx_image_data *images; /* Images loaded on device. */ member in struct:ptx_device
533 ptx_dev->images = NULL;
1319 new_image->next = dev->images;
1320 dev->images = new_image;
1395 for (prev_p = &dev->images; (image = *prev_p) != 0; prev_p = &image->next)
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 324 struct ptx_image_data *images; /* Images loaded on device. */ member in struct:ptx_device
547 ptx_dev->images = NULL;
1367 new_image->next = dev->images;
1368 dev->images = new_image;
1556 for (prev_p = &dev->images; (image = *prev_p) != 0; prev_p = &image->next)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 870 /* Short cut: For single images without STAT= or LOCK_ACQUIRED
1219 tree images = NULL_TREE, stat = NULL_TREE, local
1222 /* Short cut: For single images without bound checking or without STAT=,
1235 images = argse.expr;
1266 /* Check SYNC IMAGES(imageset) for valid image index.
1271 tree images2 = fold_convert (integer_type_node, images);
1275 images, build_int_cst (TREE_TYPE (images), 1));
1285 images,
1286 build_int_cst (TREE_TYPE (images), 1))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 866 /* Short cut: For single images without STAT= or LOCK_ACQUIRED
1215 tree images = NULL_TREE, stat = NULL_TREE, local
1218 /* Short cut: For single images without bound checking or without STAT=,
1231 images = argse.expr;
1262 /* Check SYNC IMAGES(imageset) for valid image index.
1267 tree images2 = fold_convert (integer_type_node, images);
1271 images, build_int_cst (TREE_TYPE (images), 1));
1281 images,
1282 build_int_cst (TREE_TYPE (images), 1))
    [all...]
  /src/external/bsd/tmux/dist/
tmux.h 942 TAILQ_HEAD(images, image);
987 struct images images; member in struct:screen
988 struct images saved_images;

Completed in 33 milliseconds