Searched refs:_tp (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/common/inc/ |
D | macros.h | 57 #define ENFORCE_STACK_ALIGN_1D(_tp, _nm, _sz, _al) \ argument 58 _tp _nm ## _tEmP[(_sz)+(_al)-1]; \ 59 …_tp *_nm = _nm ## _tEmP + ((_al)-1) - (((uintptr_t)(_nm ## _tEmP + ((_al)-1)) & ((_al)-1))/sizeof(… 62 #define ENFORCE_STACK_ALIGN_2D(_tp, _nm, _cx, _cy, _al) \ argument 63 …assert( ((_al) && !((_al) & ((_al) - 1))) && ((_al) >= sizeof(_tp)) ); /*_al should be power-of-2 … 64 _tp _nm ## _tEmP[(_cx)*(_cy)+(_al)/sizeof(_tp)-1]; \ 65 _tp *_nm ## _tEmP_al = _nm ## _tEmP + ((_al)/sizeof(_tp)-1); \ 66 _nm ## _tEmP_al -= (((uintptr_t)_nm ## _tEmP_al & ((_al)-1))/sizeof(_tp)); \ 67 _tp (*_nm)[(_cy)] = (_tp (*)[(_cy)])_nm ## _tEmP_al;
|
/third_party/openh264/test/encoder/ |
D | EncUT_SVC_me.cpp | 143 #define ENFORCE_NEW_ALIGN_1D(_tp, _nm, _nbuff, _sz, _al) \ argument 144 _tp *_nbuff = new _tp[(_sz)+(_al)-1]; \ 145 _tp *_nm = _nbuff + ((_al)-1) - (((uintptr_t)(_nbuff + ((_al)-1)) & ((_al)-1))/sizeof(_tp));
|
/third_party/libinput/src/ |
D | evdev-mt-touchpad.h | 545 #define tp_for_each_touch(_tp, _t) \ argument 546 for (unsigned int _i = 0; _i < (_tp)->ntouches && (_t = &(_tp)->touches[_i]); _i++)
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 31 .. _tp-slots-table:
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 740 Renamed png_spalette (_p, _pp) to png_sPLT_t (_tp, _tpp)
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V4.md | 1475 …s://github.com/nodejs/node/commit/42e7c9d266)] - **src**: lint node\_lttng\_tp.h (Ben Noordhuis) […
|