Home
last modified time | relevance | path

Searched refs:_tp (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/common/inc/
Dmacros.h57 #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/
DEncUT_SVC_me.cpp143 #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/
Devdev-mt-touchpad.h545 #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/
Dtypeobj.rst31 .. _tp-slots-table:
/third_party/skia/third_party/externals/libpng/
DCHANGES740 Renamed png_spalette (_p, _pp) to png_sPLT_t (_tp, _tpp)
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md1475 …s://github.com/nodejs/node/commit/42e7c9d266)] - **src**: lint node\_lttng\_tp.h (Ben Noordhuis) […