Home
last modified time | relevance | path

Searched refs:TABLE_ENTRY (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/tracer/dumps/
H A Ddump.cpp51 #define TABLE_ENTRY(_name) \ macro
170 TABLE_ENTRY(MFX_IMPL_AUDIO)
180 TABLE_ENTRY(MFX_FOURCC_P8),
190 TABLE_ENTRY(MFX_FOURCC_R16),
210 TABLE_ENTRY(MFX_ERR_NONE),
240 TABLE_ENTRY(MFX_TASK_DONE),
242 TABLE_ENTRY(MFX_TASK_BUSY),
247 TABLE_ENTRY(MFX_CODEC_AVC),
250 TABLE_ENTRY(MFX_CODEC_VC1),
252 TABLE_ENTRY(MFX_CODEC_VP9),
[all …]
/dports/comms/limesuite/LimeSuite-20.10.0/mcu_program/common_src/
H A Dlms7002m_agc.c51 TABLE_ENTRY(-9,2,0),
60 TABLE_ENTRY(0,4,3),
61 TABLE_ENTRY(1,4,4),
62 TABLE_ENTRY(2,4,5),
63 TABLE_ENTRY(3,5,3),
64 TABLE_ENTRY(4,5,4),
65 TABLE_ENTRY(5,5,5),
66 TABLE_ENTRY(6,5,6),
67 TABLE_ENTRY(7,6,4),
68 TABLE_ENTRY(8,6,5),
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/xforms/
H A Dxformsexport.cxx158 TABLE_ENTRY( "ID", NONE, ID, xforms_string ),
159 TABLE_ENTRY( "SchemaRef", NONE, SCHEMA, xforms_string ),
371 TABLE_ENTRY( "ID", NONE, ID, xforms_string ),
372 TABLE_ENTRY( "Bind", NONE, BIND, xforms_string ),
373 TABLE_ENTRY( "Ref", NONE, REF, xforms_string ),
374 TABLE_ENTRY( "Action", NONE, ACTION, xforms_string ),
375 TABLE_ENTRY( "Method", NONE, METHOD, xforms_string ),
377 TABLE_ENTRY( "Indent", NONE, INDENT, xforms_bool ),
379 TABLE_ENTRY( "Encoding", NONE, ENCODING, xforms_string ),
381 TABLE_ENTRY( "Standalone", NONE, STANDALONE, xforms_bool ),
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/xforms/
H A Dxformsexport.cxx151 TABLE_ENTRY( "ID", NONE, ID, xforms_string ),
152 TABLE_ENTRY( "SchemaRef", NONE, SCHEMA, xforms_string ),
356 TABLE_ENTRY( "ID", NONE, ID, xforms_string ),
357 TABLE_ENTRY( "Bind", NONE, BIND, xforms_string ),
358 TABLE_ENTRY( "Ref", NONE, REF, xforms_string ),
359 TABLE_ENTRY( "Action", NONE, ACTION, xforms_string ),
360 TABLE_ENTRY( "Method", NONE, METHOD, xforms_string ),
362 TABLE_ENTRY( "Indent", NONE, INDENT, xforms_bool ),
364 TABLE_ENTRY( "Encoding", NONE, ENCODING, xforms_string ),
366 TABLE_ENTRY( "Standalone", NONE, STANDALONE, xforms_bool ),
[all …]
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dtable.c34 TABLE_ENTRY *get_entry_to_bash();
59 TABLE_ENTRY *q;
62 single(q,TABLE_ENTRY);
74 TABLE_ENTRY *q;
96 { int i; TABLE_ENTRY *q;
100 TABLE_ENTRY *get_entry_to_bash(p) in get_entry_to_bash()
103 TABLE_ENTRY *q;
127 TABLE_ENTRY *last, *match, *q;
160 TABLE_ENTRY *q;
205 TABLE_ENTRY *q, *last;
[all …]
H A Dtable.h23 } TABLE_ENTRY; typedef
99 extern TABLE_ENTRY *Te;
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/own/
H A Dmat.hpp141 …#define TABLE_ENTRY(type) {assign_row<type, 1>, assign_row<type, 2>, assign_row<type, 3>, assign_… in operator =() macro
143 TABLE_ENTRY(uchar), in operator =()
144 TABLE_ENTRY(schar), in operator =()
145 TABLE_ENTRY(ushort), in operator =()
146 TABLE_ENTRY(short), in operator =()
147 TABLE_ENTRY(int), in operator =()
148 TABLE_ENTRY(float), in operator =()
149 TABLE_ENTRY(double) in operator =()
151 #undef TABLE_ENTRY in operator =()
/dports/sysutils/lizardfs/lizardfs-3.12.0/external/crcutil-1.0/code/
H A Dgeneric_crc.h40 #define TABLE_ENTRY(table, byte, buf) \ macro
51 crc ^= TABLE_ENTRY(table->crc_word_, 0, buf); \
53 crc = TABLE_ENTRY(table->crc_word_, 0, buf); \
57 crc ^= TABLE_ENTRY(table->crc_word_, byte, buf); \
386 crc##reg ^= TABLE_ENTRY(this->crc_word_, 0, buf##reg); \ in CrcBlockword()
388 crc##reg = TABLE_ENTRY(this->crc_word_, 0, buf##reg); \ in CrcBlockword()
398 crc##reg ^= TABLE_ENTRY(this->crc_word_, byte, buf##reg); \ in CrcBlockword()
516 crc##reg = TABLE_ENTRY(this->crc_word_interleaved_, 0, buf##reg); \ in CrcMultiword()
534 TABLE_ENTRY(this->crc_word_interleaved_, byte, buf##reg); \ in CrcMultiword()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Darticle.c174 #define TABLE_ENTRY(hash) ((hash) &HASH_MASK) macro
942 for (h = hashTable[TABLE_ENTRY(hash)]; h != NULL; h = h->next) in hashFindArticle()
958 h = hashTable[TABLE_ENTRY(hash)]; in hashAddArticle()
964 ne->next = hashTable[TABLE_ENTRY(hash)]; in hashAddArticle()
970 hashTable[TABLE_ENTRY(hash)] = ne; in hashAddArticle()
990 for (h = hashTable[TABLE_ENTRY(hash)]; h != NULL; h = h->next) in hashRemoveArticle()
997 if (h == hashTable[TABLE_ENTRY(hash)]) { in hashRemoveArticle()
998 hashTable[TABLE_ENTRY(hash)] = h->next; in hashRemoveArticle()
/dports/news/inn/inn-2.6.4/innfeed/
H A Darticle.c179 #define TABLE_ENTRY(hash) ((hash) & HASH_MASK) macro
954 for (h = hashTable [TABLE_ENTRY(hash)] ; h != NULL ; h = h->next) in hashFindArticle()
969 h = hashTable [TABLE_ENTRY(hash)] ; in hashAddArticle()
975 ne->next = hashTable [TABLE_ENTRY(hash)] ; in hashAddArticle()
981 hashTable [TABLE_ENTRY(hash)] = ne ; in hashAddArticle()
1000 for (h = hashTable [TABLE_ENTRY(hash)] ; h != NULL ; h = h->next) in hashRemoveArticle()
1007 if (h == hashTable [TABLE_ENTRY(hash)]) in hashRemoveArticle()
1009 hashTable [TABLE_ENTRY(hash)] = h->next ; in hashRemoveArticle()
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Darticle.c179 #define TABLE_ENTRY(hash) ((hash) & HASH_MASK) macro
954 for (h = hashTable [TABLE_ENTRY(hash)] ; h != NULL ; h = h->next) in hashFindArticle()
969 h = hashTable [TABLE_ENTRY(hash)] ; in hashAddArticle()
975 ne->next = hashTable [TABLE_ENTRY(hash)] ; in hashAddArticle()
981 hashTable [TABLE_ENTRY(hash)] = ne ; in hashAddArticle()
1000 for (h = hashTable [TABLE_ENTRY(hash)] ; h != NULL ; h = h->next) in hashRemoveArticle()
1007 if (h == hashTable [TABLE_ENTRY(hash)]) in hashRemoveArticle()
1009 hashTable [TABLE_ENTRY(hash)] = h->next ; in hashRemoveArticle()
/dports/lang/clover/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/libosmesa/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-libs/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/graphics/mesa-dri/mesa-21.3.6/src/mapi/glapi/
H A Dglapi_nop.c115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name macro
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_main.c79 #undef TABLE_ENTRY in _efl_gfx_image_load_error_init()
85 #define TABLE_ENTRY(NAME) [EVAS_LOAD_ERROR_##NAME] = &EFL_GFX_IMAGE_LOAD_ERROR_##NAME in _evas_load_error_to_efl_gfx_image_load_error() macro
87 TABLE_ENTRY(NONE), in _evas_load_error_to_efl_gfx_image_load_error()
88 TABLE_ENTRY(GENERIC), in _evas_load_error_to_efl_gfx_image_load_error()
89 TABLE_ENTRY(DOES_NOT_EXIST), in _evas_load_error_to_efl_gfx_image_load_error()
90 TABLE_ENTRY(PERMISSION_DENIED), in _evas_load_error_to_efl_gfx_image_load_error()
91 TABLE_ENTRY(RESOURCE_ALLOCATION_FAILED), in _evas_load_error_to_efl_gfx_image_load_error()
92 TABLE_ENTRY(CORRUPT_FILE), in _evas_load_error_to_efl_gfx_image_load_error()
93 TABLE_ENTRY(UNKNOWN_FORMAT), in _evas_load_error_to_efl_gfx_image_load_error()
94 TABLE_ENTRY(CANCELLED), in _evas_load_error_to_efl_gfx_image_load_error()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_asinh.c1078 typedef struct { F_TYPE x_value, asinh_value, cosh_asinh_value;} TABLE_ENTRY; typedef
1092 #define ASINH_TABLE(indx) *((TABLE_ENTRY *)asinh_tab + indx)
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A DREADME738 file if we had them - everything that is needed by the TABLE_ENTRY

12