Searched refs:area (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | MapMemory.h | 151 int UnmapMemory(void *area, size_t bytes) in UnmapMemory() argument 154 int ret = munmap(area, bytes); in UnmapMemory() 170 int UnmapMemory(void *area, size_t /*bytes*/) in UnmapMemory() argument 172 BOOL result = VirtualFree(area, 0, MEM_RELEASE); in UnmapMemory() 193 int UnmapMemory(void *area, size_t /*bytes*/) in UnmapMemory() argument 195 free( area ); in UnmapMemory()
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | fractal.cpp | 74 drawing_area area(off_x, off_y, size_x, size_y, dm); in clear() local 78 area.set_pos(0, y); in clear() 80 area.put_pixel(v->get_color(0, 0, 0)); in clear() 109 drawing_area area(off_x + x0, off_y + y0, x1 - x0, y1 - y0, dm); in render_rect() local 111 area.set_pos(0, y - y0); in render_rect() 113 area.put_pixel(calc_one_pixel(x, y)); in render_rect()
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | universe.cpp | 162 Rectangle area(0, 0, UniverseWidth - 1, UniverseHeight - 1); in SerialUpdateStress() local 163 UpdateStress(area); in SerialUpdateStress() 170 Universe::Rectangle area(0, range.begin(), u_.UniverseWidth - 1, range.size()); in operator ()() local 171 u_.UpdateStress(area); in operator ()()
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | README.md | 11 … is that the area of the generated sub-polygons are subtracted from the original area of one of th… 25 …one-at-a-time the areas are expanded in one of fours directions until the area hits an adjacent po…
|
| H A D | polyover.cpp | 55 int p1Area = myPoly->area(); in OverlayOnePolygonWithMap() 361 int parea = p1->area(); in operator ()() 496 int parea = p1->area(); in operator ()() 633 int parea = p1->area(); in operator ()()
|
| H A D | rpolygon.hpp | 122 int area() { in area() function in RPolygon
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Agglomeration.rst | 98 the block's area), but the cross-block communication grows with 102 cache line units. For a given area, the perimeter may be minimized
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Controlling_Chunking_os.rst | 82 useful work as the gray area inside a brown border that represents 83 overhead. Both Case A and Case B have the same total gray area. Case A
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 42 … the number of pixels (in the `X` or `Y` direction, for a rectangular sub-area) in each parallel t…
|
| /oneTBB/ |
| H A D | third-party-programs.txt | 154 …o change the software. The systematic pattern of such abuse occurs in the area of products for ind…
|