Home
last modified time | relevance | path

Searched refs:ctable (Results 1 – 25 of 887) sorted by relevance

12345678910>>...36

/dports/databases/grass7/grass-7.8.6/raster3d/r3.showdspf/
H A Dget_color_ogl.c44 &(ctable[i].data),
46 &(ctable[i].color[1]), &(ctable[i].color[2]));
61 ctable[i].data = 0.0;
62 ctable[i].color[0] = -1;
63 ctable[i].color[1] = -1;
64 ctable[i].color[2] = -1;
100 cat1 = ctable[0].data;
116 cat2 = ctable[curr].data;
198 ctable[0].data = min;
213 ctable[3].data = max;
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_table.c26 WT_CURSOR_TABLE *ctable; member
115 extract_cursor.ctable = ctable; in __wt_apply_single_idx()
128 ctable->cg_cursors, in __wt_apply_single_idx()
177 WT_CURSOR_TABLE *ctable; in __wt_curtable_get_key() local
267 ctable->cg_cursors, ctable->plan, 0, in __wt_curtable_set_value()
287 ctable->cg_cursors, ctable->plan, ap); in __wt_curtable_set_value()
358 APPLY_CG(ctable, next); in __curtable_next()
588 ctable->cg_cursors, ctable->plan, in __curtable_update()
597 ctable->cg_cursors, ctable->plan, 0, in __curtable_update()
829 if (ctable->plan != ctable->table->plan) in __curtable_close()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dctable.ref3 ./ctable: ctable_locate: install entry key a
7 ./ctable: ctable_locate: install entry key b
11 ./ctable: ctable_locate: install entry key c
15 ./ctable: ctable_locate: install entry key d
19 ./ctable: ctable_locate: install entry key e
22 ./ctable: ctable_locate: purge entry key a
24 ./ctable: ctable_locate: install entry key f
30 ./ctable: ctable_locate: purge entry key b
35 ./ctable: ctable_locate: purge entry key c
40 ./ctable: ctable_locate: purge entry key d
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctables/
H A Dtemplate.c-subst227 if(!ctable) {
298 ctable->nullKeyValue = ctable->share_ctable->nullKeyValue;
299 ctable->skipLists = ctable->share_ctable->skipLists;
300 ctable->ll_head = ctable->share_ctable->ll_head;
362 ctable = NULL;
365 if(ctable) {
366 if(ctable->share_file) ckfree(ctable->share_file);
367 if(ctable->share_name) ckfree(ctable->share_name);
371 if(ctable) {
379 ctable = NULL;
[all …]
H A Dctable_search.c296 component->inListRows[i] = (*ctable->creator->make_empty_row) (ctable); in ctable_CreateInRows()
413 row = (*ctable->creator->make_empty_row) (ctable); in ctable_ParseSearch()
419 row = (*ctable->creator->make_empty_row) (ctable); in ctable_ParseSearch()
471 row = (*ctable->creator->make_empty_row) (ctable); in ctable_ParseSearch()
480 row = (*ctable->creator->make_empty_row) (ctable); in ctable_ParseSearch()
497 row = (*ctable->creator->make_empty_row) (ctable); in ctable_ParseSearch()
842 ctable->count--; in ctable_PerformTransaction()
1412 ctable->count = ctable->share_ctable->count; in ctable_PerformSearch()
1413 ctable->skipLists = ctable->share_ctable->skipLists; in ctable_PerformSearch()
1414 ctable->ll_head = ctable->share_ctable->ll_head; in ctable_PerformSearch()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkMallocPixelRef.cpp57 if (!is_valid(info, ctable)) {
68 if (!is_valid(info, ctable)) {
122 if (!is_valid(info, ctable)) {
137 if (!is_valid(info, ctable)) {
164 SkASSERT(is_valid(info, ctable));
168 ctable = nullptr;
172 fCTable = ctable;
174 SkSafeRef(ctable);
191 ctable = nullptr;
195 fCTable = ctable;
[all …]
H A DSkSpriteBlitter_RGB16.cpp143 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.ctable()->readColors()
174 *dst++ = ctable[*src++]; in blitrow_d16_si8()
181 *dst++ = ctable[*src++]; in blitrow_d16_si8()
195 *dst++ = ctable[s4 >> 24]; in blitrow_d16_si8()
197 *dst++ = ctable[s4 >> 24]; in blitrow_d16_si8()
208 *ddst++ = (ctable[(s4 >> 8) & 0xFF] << 16) | ctable[s4 & 0xFF]; in blitrow_d16_si8()
209 *ddst++ = (ctable[s4 >> 24] << 16) | ctable[(s4 >> 16) & 0xFF]; in blitrow_d16_si8()
211 *ddst++ = (ctable[s4 >> 24] << 16) | ctable[(s4 >> 16) & 0xFF]; in blitrow_d16_si8()
212 *ddst++ = (ctable[(s4 >> 8) & 0xFF] << 16) | ctable[s4 & 0xFF]; in blitrow_d16_si8()
221 *dst++ = ctable[*src++]; in blitrow_d16_si8()
[all …]
/dports/graphics/grx/grx249/src/setup/
H A Dcolors.c56 CLRINFO->ctable[i].r, in GrRefreshColors()
57 CLRINFO->ctable[i].g, in GrRefreshColors()
58 CLRINFO->ctable[i].b in GrRefreshColors()
127 CLRINFO->ctable[i].defined = TRUE; in _GrResetColors()
190 if(CLRINFO->ctable[i].defined) { in GrAllocColor()
205 … (int)CLRINFO->ctable[i].r,(int)CLRINFO->ctable[i].g,(int)CLRINFO->ctable[i].b)); in GrAllocColor()
232 CLRINFO->ctable[free_].nused = 1; in GrAllocColor()
242 CLRINFO->ctable[best].nused++; in GrAllocColor()
255 if(!CLRINFO->ctable[i].defined) { in GrAllocCell()
259 if(!CLRINFO->ctable[i].nused) { in GrAllocCell()
[all …]
/dports/databases/speedtables/speedtables-1.13.12/stapi/client/
H A Dextend.tcl17 ctable ctable
18 table ctable
30 variable ctable
45 variable ctable
63 variable ctable
207 variable ctable
223 variable ctable
245 variable ctable
293 variable ctable
309 variable ctable
[all …]
/dports/databases/speedtables/speedtables-1.13.12/stapi/server/
H A Dserver.tcl4 package require ctable
661 $ctable index create $i 24
724 return $ctable
753 $ctable destroy
769 return $ctable
850 set sql_cache($ctable) $sql
896 if {$rowbyrow($ctable)} {
901 return [$reader $ctable $sql $polling($ctable) $dirty($ctable) $_err]
931 $ctable reset
938 return [$reader $ctable $sql $polling($ctable) $dirty($ctable) $_err]
[all …]
/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dselector.c95 if (!ctable) { in get_charset_table()
97 ctable->num = 0; in get_charset_table()
98 ctable->charset[ctable->num] = get_default_charset(); in get_charset_table()
100 ctable->num++; in get_charset_table()
101 ctable->charset[ctable->num] = "UTF-8"; in get_charset_table()
102 ctable->str[ctable->num] = ctable->charset[ctable->num]; in get_charset_table()
103 ctable->num++; in get_charset_table()
107 ctable->charset[ctable->num] = encarray->item[i]; in get_charset_table()
108 ctable->str[ctable->num] = encarray->item[i]; in get_charset_table()
109 ctable->num++; in get_charset_table()
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dfltkui_cheats.cpp55 static ChtTable *ctable; variable
74 ctable->redraw(); in cb_table()
81 ctable->redraw(); in cb_toggle()
231 ctable->row_header(0); in refresh()
237 ctable->cols(5); in populate()
239 ctable->col_width(0, 80); in populate()
240 ctable->col_width(1, 100); in populate()
241 ctable->col_width(2, 90); in populate()
242 ctable->col_width(3, 90); in populate()
243 ctable->col_width(4, 260); in populate()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmtable.c109 Urm__FixupCompressionTable (UidCompressionTablePtr ctable,
125 swapbytes(ctable->validation);
126 swapbytes(ctable->num_entries);
128 for ( fixndx=UilMrmMinValidCode ; fixndx<ctable->num_entries ; fixndx++ )
130 if ( byte_swapped ) swapbytes(ctable->entry[fixndx].stoffset);
131 ctable->entry[fixndx].cstring =
132 ((char *)ctable+ctable->entry[fixndx].stoffset);
138 for ( fixndx=UilMrmMinValidCode ; fixndx<ctable->num_entries ; fixndx++ )
141 (ctable->entry[fixndx].cstring, &cldesc);
143 ctable->entry[fixndx].cldesc = cldesc;
[all …]
H A DMrmicon.c116 ctable = icon->color_table.ctptr;
143 if ( ctable->count <= 2 ) maxbits = 1;
345 RGMColorTablePtr ctable, in Urm__MapIconBitmap() argument
405 if ( ctable->item[tndx].color_pixel == fgpix) in Urm__MapIconBitmap()
411 if ( ctable->item[tndx].color_pixel == fgpix) in Urm__MapIconBitmap()
417 if ( ctable->item[tndx].color_pixel == fgpix) in Urm__MapIconBitmap()
423 if ( ctable->item[tndx].color_pixel == fgpix) in Urm__MapIconBitmap()
756 RGMColorTablePtr ctable, in Urm__MapIconReplace() argument
901 RGMColorTablePtr ctable, in Urm__MapIconAllocate() argument
1084 RGMColorTablePtr ctable, in Urm__RealizeColorTable() argument
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/wdisp/
H A Dwincolor.c27 int nocolor = NUMELEMS(ctable); in wincolor_init_hash()
31 strtolower(ctable[i].name); in wincolor_init_hash()
32 ctable[i].rgbc = RGB(ctable[i].R, ctable[i].G, ctable[i].B); in wincolor_init_hash()
33 nghash_insert(color_p, ctable[i].name, &(ctable[i].rgbc)); in wincolor_init_hash()
105 int nocolor = NUMELEMS(ctable); in wincolor_init()
108 strtolower(ctable[i].name); in wincolor_init()
109 ctable[i].rgbc = RGB(ctable[i].R, ctable[i].G, ctable[i].B); in wincolor_init()
162 int nocolor = NUMELEMS(ctable); in wincolor_redo()
214 if (ciprefix(name, ctable[i].name)) { in get_wincolor()
215 return ctable[i].rgbc; in get_wincolor()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.cpp20 const SkPMColor ctable[]) { in copy() argument
29 const SkPMColor ctable[]) { in sample1() argument
39 const SkPMColor ctable[]) { in sample2() argument
49 const SkPMColor ctable[]) { in sample4() argument
59 const SkPMColor ctable[]) { in sample6() argument
70 const SkPMColor ctable[]) { in sample8() argument
220 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
227 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
746 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
765 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.cpp20 const SkPMColor ctable[]) { in copy() argument
29 const SkPMColor ctable[]) { in sample1() argument
39 const SkPMColor ctable[]) { in sample2() argument
49 const SkPMColor ctable[]) { in sample4() argument
59 const SkPMColor ctable[]) { in sample6() argument
70 const SkPMColor ctable[]) { in sample8() argument
220 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
227 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
746 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
765 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/codec/
H A DSkSwizzler.cpp20 const SkPMColor ctable[]) { in copy() argument
29 const SkPMColor ctable[]) { in sample1() argument
39 const SkPMColor ctable[]) { in sample2() argument
49 const SkPMColor ctable[]) { in sample4() argument
59 const SkPMColor ctable[]) { in sample6() argument
70 const SkPMColor ctable[]) { in sample8() argument
220 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
227 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
746 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
765 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkSwizzler.cpp20 const SkPMColor ctable[]) { in copy() argument
29 const SkPMColor ctable[]) { in sample1() argument
39 const SkPMColor ctable[]) { in sample2() argument
49 const SkPMColor ctable[]) { in sample4() argument
59 const SkPMColor ctable[]) { in sample6() argument
70 const SkPMColor ctable[]) { in sample8() argument
220 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
227 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
746 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
765 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.cpp20 const SkPMColor ctable[]) { in copy() argument
29 const SkPMColor ctable[]) { in sample1() argument
39 const SkPMColor ctable[]) { in sample2() argument
49 const SkPMColor ctable[]) { in sample4() argument
59 const SkPMColor ctable[]) { in sample6() argument
70 const SkPMColor ctable[]) { in sample8() argument
220 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
227 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
746 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
765 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.cpp20 const SkPMColor ctable[]) { in copy() argument
29 const SkPMColor ctable[]) { in sample1() argument
39 const SkPMColor ctable[]) { in sample2() argument
49 const SkPMColor ctable[]) { in sample4() argument
59 const SkPMColor ctable[]) { in sample6() argument
70 const SkPMColor ctable[]) { in sample8() argument
220 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
227 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
746 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
765 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.cpp16 const SkPMColor ctable[]) { in copy() argument
25 const SkPMColor ctable[]) { in sample1() argument
35 const SkPMColor ctable[]) { in sample2() argument
45 const SkPMColor ctable[]) { in sample4() argument
55 const SkPMColor ctable[]) { in sample6() argument
66 const SkPMColor ctable[]) { in sample8() argument
216 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
223 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
742 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
761 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/codec/
H A DSkSwizzler.cpp15 const SkPMColor ctable[]) { in copy() argument
24 const SkPMColor ctable[]) { in sample1() argument
34 const SkPMColor ctable[]) { in sample2() argument
44 const SkPMColor ctable[]) { in sample4() argument
207 dst[0] = ctable[index]; in swizzle_small_index_to_n32()
214 dst[x] = ctable[index]; in swizzle_small_index_to_n32()
227 SkPMColor c = ctable[*src]; in swizzle_index_to_n32()
240 SkPMColor c = ctable[*src]; in swizzle_index_to_n32_skipZ()
616 SkASSERT(!ctable); in SkipLeadingGrayAlphaZerosThen()
635 SkASSERT(!ctable); in SkipLeading8888ZerosThen()
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dpalette.c102 Col *ctable; in paletteNew() local
127 map->ctable = NULL; in paletteNew()
174 map->ctable = ctable; in paletteNew()
275 Col *ctable; in paletteGetBW() local
291 map->ctable = NULL; in paletteGetBW()
300 map->ctable = ctable; in paletteGetBW()
307 ctable[0].used = True; in paletteGetBW()
318 HashAdd(map->htable, HASH(ctable[0].color), &ctable[0]); in paletteGetBW()
319 HashAdd(map->htable, HASH(ctable[1].color), &ctable[1]); in paletteGetBW()
320 HashAdd(map->ltable, HASH_PIXEL(ctable[0].color.pixel), &ctable[0]); in paletteGetBW()
[all …]
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DColor.c133 XmtColorTable ctable, StringConst name, in XmtAllocColor() argument
140 XmtColorTable ctable;
156 if (ctable == NULL) ctable = appres->colortable;
203 if (!ctable) return 1;
204 newname = XmtLookupColorName(ctable, &name[1]);
214 else return XmtAllocColor(w, cmap, visual, ctable,
329 int XmtStoreColor(w, cmap, visual, ctable, name, pixel) in XmtStoreColor()
333 XmtColorTable ctable;
348 if (ctable == NULL) ctable = appres->colortable;
368 if (!ctable) return 1;
[all …]

12345678910>>...36