| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | omp-grid.c | 111 grid_safe_assignment_p (gimple *stmt, grid_prop *grid) in grid_safe_assignment_p() argument 123 if (grid) in grid_safe_assignment_p() 124 for (unsigned i = 0; i < grid->collapse; i++) in grid_safe_assignment_p() 125 if (lhs == grid->group_sizes[i]) in grid_safe_assignment_p() 134 grid_seq_only_contains_local_assignments (gimple_seq seq, grid_prop *grid) in grid_seq_only_contains_local_assignments() argument 141 if (!grid_safe_assignment_p (gsi_stmt (gsi), grid)) in grid_seq_only_contains_local_assignments() 154 grid_find_single_omp_among_assignments_1 (gimple_seq seq, grid_prop *grid, in grid_find_single_omp_among_assignments_1() argument 162 if (grid_safe_assignment_p (stmt, grid)) in grid_find_single_omp_among_assignments_1() 167 if (!grid_find_single_omp_among_assignments_1 (bind_body, grid, name, in grid_find_single_omp_among_assignments_1() 177 dump_printf_loc (MSG_MISSED_OPTIMIZATION, grid->target_loc, in grid_find_single_omp_among_assignments_1() [all …]
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | grid-view.c | 35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) in grid_view_get_cell() 42 grid_view_set_cell(struct grid *gd, u_int px, u_int py, in grid_view_set_cell() 50 grid_view_set_padding(struct grid *gd, u_int px, u_int py) in grid_view_set_padding() 57 grid_view_set_cells(struct grid *gd, u_int px, u_int py, in grid_view_set_cells() 66 grid_view_clear_history(struct grid *gd, u_int bg) in grid_view_clear_history() 95 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny, in grid_view_clear() 106 grid_view_scroll_region_up(struct grid *gd, u_int rupper, u_int rlower, in grid_view_scroll_region_up() 127 grid_view_scroll_region_down(struct grid *gd, u_int rupper, u_int rlower, in grid_view_scroll_region_down() 138 grid_view_insert_lines(struct grid *gd, u_int py, u_int ny, u_int bg) in grid_view_insert_lines() 151 grid_view_insert_lines_region(struct grid *gd, u_int rlower, u_int py, in grid_view_insert_lines_region() [all …]
|
| H A D | cmd-capture-pane.c | 110 struct grid *gd; in cmd_capture_pane_history() 130 gd = wp->base.grid; in cmd_capture_pane_history() 210 grid_clear_history(wp->base.grid); in cmd_capture_pane_exec()
|
| H A D | Makefile.am | 149 grid-reader.c \ 150 grid-view.c \ 151 grid.c \
|
| H A D | grid-reader.c | 24 grid_reader_start(struct grid_reader *gr, struct grid *gd, u_int cx, u_int cy) in grid_reader_start()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_transitive_closure.c | 1514 static isl_stat add_length(__isl_keep isl_map *map, isl_map ***grid, int n) in add_length() argument 1528 grid[i][j] = isl_map_product(grid[i][j], in add_length() 1547 static void floyd_warshall_iterate(isl_map ***grid, int n, isl_bool *exact) in floyd_warshall_iterate() argument 1554 grid[r][r] = isl_map_transitive_closure(grid[r][r], in floyd_warshall_iterate() 1565 isl_map_copy(grid[p][r]), in floyd_warshall_iterate() 1566 isl_map_copy(grid[r][q])); in floyd_warshall_iterate() 1567 grid[p][q] = isl_map_union(grid[p][q], loop); in floyd_warshall_iterate() 1569 isl_map_copy(grid[p][r]), in floyd_warshall_iterate() 1571 isl_map_copy(grid[r][r]), in floyd_warshall_iterate() 1572 isl_map_copy(grid[r][q]))); in floyd_warshall_iterate() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
| H A D | generate_feature_test_macro_components.py | 1033 def make_widths(grid): argument 1035 for i in range(0, len(grid[0])): 1036 cell_width = 2 + max(reduce(lambda x,y: x+y, [[len(row[i])] for row in grid], [])) 1040 def create_table(grid, indent): argument 1042 col_widths = make_widths(grid) 1045 for row_i in range(0, len(grid)): 1046 row = grid[row_i] 1050 if row_i == len(grid) - 1:
|
| /netbsd-src/external/mit/xorg/bin/xfd/ |
| H A D | Makefile | 6 SRCS= xfd.c grid.c
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/ |
| H A D | NCOL | 112 grid
|
| H A D | COVER | 114 grid
|
| H A D | SETR | 87 .H 1 "grey greyhound greylag grid griddle gridiron grief"
|
| H A D | IND | 121 grid 1173 grid 2218 grid 3263 grid
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | playdate | 30 >>20 lelong x tile grid %d x
|
| H A D | geo | 144 0 string DSBB Surfer 6 binary grid file
|
| H A D | cad | 135 # XViewOrigin; Raster grid data X origin 165 # ParentGridFile[66]; Name of parent grid file
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Expression.cc | 541 uint64_t grid = ctx->exp->groupId; in getVal() local 543 v.val = (grid << INDXOBJ_EXPGRID_SHIFT) | in getVal() 1148 uint64_t grid = grids->fetch (i); in pEval() local 1150 cur->v.val = (grid << INDXOBJ_EXPGRID_SHIFT) | in pEval()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Expression.cc | 541 uint64_t grid = ctx->exp->groupId; in getVal() local 543 v.val = (grid << INDXOBJ_EXPGRID_SHIFT) | in getVal() 1148 uint64_t grid = grids->fetch (i); in pEval() local 1150 cur->v.val = (grid << INDXOBJ_EXPGRID_SHIFT) | in pEval()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/llvm-locstats/ |
| H A D | llvm-locstats.py | 28 plt.grid(color='grey', which='major', axis='y', linestyle='-', linewidth=0.3)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| H A D | plugin-hsa.c | 1436 get_group_size (uint32_t ndim, uint32_t grid, uint32_t group) in get_group_size() argument 1449 if (group > grid) in get_group_size() 1450 group = grid; in get_group_size()
|
| H A D | plugin-gcn.c | 1318 get_group_size (uint32_t ndim, uint32_t grid, uint32_t group) in get_group_size() argument 1331 if (group > grid) in get_group_size() 1332 group = grid; in get_group_size()
|
| /netbsd-src/external/mit/libcbor/dist/docs/doxygen/ |
| H A D | jquery.js | 53 …grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIn… property
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
| H A D | plugin-gcn.c | 1312 get_group_size (uint32_t ndim, uint32_t grid, uint32_t group) in get_group_size() argument 1325 if (group > grid) in get_group_size() 1326 group = grid; in get_group_size()
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/ |
| H A D | preamble.sdf | 282 !block references; data; sort=Reference; style=grid
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 1975 work-group within the grid, accounting for partial work-groups. If it is not, 2699 The OpenCL grid dispatch 2705 The OpenCL grid dispatch 2711 The OpenCL grid dispatch 2747 multi-grid synchronization is 3185 The OpenCL grid dispatch 3191 The OpenCL grid dispatch 3197 The OpenCL grid dispatch 3233 multi-grid synchronization is 3408 such as grid and work-group size, together with information from the code [all …]
|
| /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/arm/ |
| H A D | defs.mk | 26 …lo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-grid.o omp-low.o omp-sim…
|