Home
last modified time | relevance | path

Searched refs:num_edges (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dcov.cc23 uint32_t num_edges; member
65 shmem->num_edges = static_cast<uint32_t>(stop - start); in __sanitizer_cov_trace_pc_guard_init()
66 builtins_start = 1 + shmem->num_edges; in __sanitizer_cov_trace_pc_guard_init()
68 shm_key, shmem->num_edges); in __sanitizer_cov_trace_pc_guard_init()
93 void cov_init_builtins_edges(uint32_t num_edges) { in cov_init_builtins_edges() argument
94 if (num_edges + shmem->num_edges > MAX_EDGES) { in cov_init_builtins_edges()
100 builtins_edge_count = num_edges; in cov_init_builtins_edges()
101 builtins_start = 1 + shmem->num_edges; in cov_init_builtins_edges()
102 shmem->num_edges += builtins_edge_count; in cov_init_builtins_edges()
103 printf("[COV] Additional %d edges for builtins initialized.\n", num_edges); in cov_init_builtins_edges()
Dcov.h18 void cov_init_builtins_edges(uint32_t num_edges);
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c209 if ( axis->num_edges < AF_EDGES_EMBEDDED ) in af_axis_hints_new_edge()
217 else if ( axis->num_edges >= axis->max_edges ) in af_axis_hints_new_edge()
251 edge = edges + axis->num_edges; in af_axis_hints_new_edge()
268 axis->num_edges++; in af_axis_hints_new_edge()
682 AF_Edge limit = edges + axis->num_edges; in af_glyph_hints_dump_edges()
703 if ( axis->num_edges ) in af_glyph_hints_dump_edges()
825 axis->num_edges = 0; in af_glyph_hints_done()
877 hints->axis[0].num_edges = 0; in af_glyph_hints_reload()
879 hints->axis[1].num_edges = 0; in af_glyph_hints_reload()
1396 AF_Edge edge_limit = edges + axis->num_edges; in af_glyph_hints_align_strong_points()
Dafcjk.c1015 axis->num_edges = 0; in af_cjk_hints_compute_edges()
1051 for ( ee = 0; ee < axis->num_edges; ee++ ) in af_cjk_hints_compute_edges()
1156 AF_Edge edge_limit = edges + axis->num_edges; in af_cjk_hints_compute_edges()
1294 AF_Edge edge_limit = edge + axis->num_edges; in af_cjk_hints_compute_blue_edges()
1801 AF_Edge edge_limit = edges + axis->num_edges; in af_cjk_hint_edges()
2180 AF_Edge edge_limit = edges + axis->num_edges; in af_cjk_align_edge_points()
Dafhints.h320 FT_Int num_edges; /* number of used edges */ member
Dafloader.c432 if ( axis->num_edges > 1 && AF_HINTS_DO_ADVANCE( hints ) ) in af_loader_load_glyph()
436 axis->num_edges - 1; /* rightmost edge */ in af_loader_load_glyph()
Daflatin.c2149 axis->num_edges = 0; in af_latin_hints_compute_edges()
2223 for ( ee = 0; ee < axis->num_edges; ee++ ) in af_latin_hints_compute_edges()
2287 for ( ee = 0; ee < axis->num_edges; ee++ ) in af_latin_hints_compute_edges()
2336 AF_Edge edge_limit = FT_OFFSET( edges, axis->num_edges ); in af_latin_hints_compute_edges()
2503 AF_Edge edge_limit = edge + axis->num_edges; in af_latin_hints_compute_blue_edges()
2996 AF_Edge edge_limit = edges + axis->num_edges; in af_latin_hint_edges()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp88 size_t num_edges = num_in_ops / 2; in ValidatePhi() local
89 if (num_edges != pred_ids.size()) { in ValidatePhi()
91 << "OpPhi's number of incoming blocks (" << num_edges in ValidatePhi()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp88 size_t num_edges = num_in_ops / 2; in ValidatePhi() local
89 if (num_edges != pred_ids.size()) { in ValidatePhi()
91 << "OpPhi's number of incoming blocks (" << num_edges in ValidatePhi()
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp89 size_t num_edges = num_in_ops / 2; in ValidatePhi() local
90 if (num_edges != pred_ids.size()) { in ValidatePhi()
92 << "OpPhi's number of incoming blocks (" << num_edges in ValidatePhi()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.c1341 FT_UInt num_edges = 0; in sdf_shape_dump() local
1355 FT_TRACE5(( " %3d: ", num_edges )); in sdf_shape_dump()
1388 num_edges++; in sdf_shape_dump()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2107440 after checking `axis->num_edges > 1'. `edge1 != NULL' can be assumed.
DChangeLog.21773 <FT_GLYPH_FORMAT_OUTLINE>: Assure axis->num_edges > 1. This fixes