Home
last modified time | relevance | path

Searched refs:ROW (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/bench/
H A DVertBench.cpp37 ROW = 20, enumerator
39 PTS = (ROW + 1) * (COL + 1),
40 IDX = ROW * COL * 6,
75 for (int y = 0; y <= ROW; y++) { in VertBench()
82 if (x < COL && y < ROW) { in VertBench()
/third_party/libuv/tools/
H A Dmake_dist_html.py62 ROW = r'''
98 return ROW.format(**locals())
/third_party/node/deps/uv/tools/
H A Dmake_dist_html.py62 ROW = r'''
98 return ROW.format(**locals())
/third_party/ffmpeg/libavcodec/
H A Dh264pred_template.c911 #define ROW(y) a = PIXEL_SPLAT_X4(l##y); \ in pred8x8l_horizontal() macro
914 ROW(0); ROW(1); ROW(2); ROW(3); ROW(4); ROW(5); ROW(6); ROW(7); in pred8x8l_horizontal()
915 #undef ROW in pred8x8l_horizontal() macro
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y193 %token RANGE RESULT ROW
1474 stateMatrixRow: stateMatrixItem ROW '[' stateMatrixRowNum ']'
1497 | ROW '[' stateMatrixRowNum DOT_DOT stateMatrixRowNum ']'
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_neon.c161 #define LOAD_UV_8(ROW) \
162 vcombine_u8(vld1_u8(u - 4 + (ROW) * stride), vld1_u8(v - 4 + (ROW) * stride))
/third_party/python/Lib/tkinter/
H A Dtix.py60 ROW = 'row' variable
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 139 milliseconds