Home
last modified time | relevance | path

Searched defs:height (Results 1 – 6 of 6) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp57 void createtgafile(char *name, unsigned short width, unsigned short height) { in createtgafile()
155 int format, width, height, w1, w2, h1, h2, depth, flags; in readtga() local
H A Dcoordsys.cpp64 void xyztocyl(vector pnt, flt height, flt* u, flt* v) { in xyztocyl()
/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp49 inline void shift_left2D(__m128i* X, unsigned height, unsigned size_sse_row) { in shift_left2D()
72 inline void shift_right2D(__m128i* X, unsigned height, unsigned size_sse_row) { in shift_right2D()
127 unsigned height = end - begin; in UpdateState() local
H A DBoard.hpp25 int height; member
H A DGame_of_life.cpp38 Board::Board(int width, int height, int squareSize, LabelPtr counter) in Board()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h91 static skip_list_node* create( container_allocator_type& alloc, size_type height ) { in create()
149 size_type height() const { in height() function
162 static size_type calc_node_size( size_type height ) { in calc_node_size()
1097 node_ptr create_node( size_type height ) { in create_node()