Home
last modified time | relevance | path

Searched refs:REVERSE_8 (Results 1 – 4 of 4) sorted by relevance

/dports/misc/viz/viz-1.1.1/
H A Dviz.h183 #define REVERSE_8(x, Type_8) { \ macro
216 #define REVERSE_SHORT REVERSE_8
239 #define REVERSE_INT REVERSE_8
261 #define REVERSE_LONG REVERSE_8
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dhamming.h29 const uint8_t REVERSE_8[256] = { variable
H A Dtelxcc.c1537 for (uint8_t j = 0; j < data_unit_len; j++) buffer[i + j] = REVERSE_8[buffer[i + j]]; in tlt_process_pes_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-descriptors.h24 #define REVERSE_8(a, b, c, d, e, f, g, h, i) i, h, g, f, e, d, c, b, a, macro