Home
last modified time | relevance | path

Searched refs:ctable (Results 51 – 75 of 887) sorted by relevance

12345678910>>...36

/dports/sysutils/usermin/usermin-1.830/gray-theme/
H A Dright.cgi90 my $ctable;
92 $ctable .= $info->{'header'}."<br>\n";
94 $ctable .= &ui_columns_start($info->{'titles'});
96 $ctable .= &ui_columns_row([
102 $ctable .= &ui_columns_end();
103 print &ui_table_row(undef, $ctable, 2);
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dctable.cwl1 # ctable package
14 \ctable{preamble}{tnote cmds}{table}
15 \ctable[options%keyvals]{preamble}{tnote cmds}{table}
17 #keyvals:\setupctable,\ctable
56 #keyvals:\ctable
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dchunk.c65 if (ctable == NULL) in extract_chunk_table()
87 if (ctable == NULL) in extract_chunk_table()
114 *chunktable = ctable; in extract_chunk_table()
126 uint64_t* ctable = NULL; in alloc_chunk_table() local
131 if (ctable == NULL) in alloc_chunk_table()
137 if (ctable == NULL) in alloc_chunk_table()
153 *chunktable = ctable; in alloc_chunk_table()
1128 uint64_t* ctable; in write_scan_chunk() local
1292 ctable, in write_scan_chunk()
1596 uint64_t* ctable; in write_tile_chunk() local
[all …]
/dports/math/cln/cln-1.3.6/src/integer/conv/
H A Dcl_I_cached_power.cc162 cached_power_table* ctable [36-2+1] = { variable
172 if (!(ptr = ctable[base-2])) in cached_power()
173 { ctable[base-2] = ptr = new cached_power_table (); } in cached_power()
194 var cached_power_table* ptr = ctable[base-2]; in AT_DESTRUCTION()
197 ctable[base-2] = NULL; in AT_DESTRUCTION()
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtorchkclone.c86 assert (!ctable); in chkclone_int_hash_table()
94 assert (i < ctable->size); in chkclone_int_hash_table()
97 assert (!ctable->keys[i]); in chkclone_int_hash_table()
102 assert (i >= ctable->size); in chkclone_int_hash_table()
145 assert (!ctable); in chkclone_node_ptr_hash_table()
399 assert (btable != ctable); in chkclone_aig_unique_table()
416 assert (btable != ctable); in chkclone_aig_id_table()
426 BtorIntStack *btable, *ctable; in chkclone_aig_cnf_id_table() local
430 assert (btable != ctable); in chkclone_aig_cnf_id_table()
714 assert (btable != ctable); in chkclone_node_id_table()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/codec/
H A DSkSwizzler.h40 static SkSwizzler* CreateSwizzler(const SkEncodedInfo& encodedInfo, const SkPMColor* ctable,
98 const SkPMColor ctable[]);
104 const SkPMColor ctable[]);
108 int deltaSrc, int offset, const SkPMColor ctable[]);
204 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkSwizzler.h39 static SkSwizzler* CreateSwizzler(const SkEncodedInfo& encodedInfo, const SkPMColor* ctable,
104 const SkPMColor ctable[]);
110 const SkPMColor ctable[]);
114 int deltaSrc, int offset, const SkPMColor ctable[]);
210 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
/dports/www/bluefish/bluefish-2.2.12/src/plugin_snippets/
H A Dsnippets_leaf_snr.c167 Tconvert_table *ctable; in snippets_snr_dialog() local
170 ctable = g_new(Tconvert_table,num_vars+2); in snippets_snr_dialog()
172 ctable[i].my_int = 48 + i; /* 48 for the ascii number */ in snippets_snr_dialog()
173 ctable[i].my_char = gtk_editable_get_chars(GTK_EDITABLE(sid->textentry[i]), 0, -1); in snippets_snr_dialog()
175 ctable[i].my_int = '%'; in snippets_snr_dialog()
176 ctable[i].my_char = g_strdup("%"); in snippets_snr_dialog()
177 ctable[i+1].my_char = NULL; in snippets_snr_dialog()
179 search_final = replace_string_printflike((gchar *)searchpat, ctable); in snippets_snr_dialog()
182 replace_final = replace_string_printflike((gchar *)replacepat, ctable); in snippets_snr_dialog()
188 free_convert_table(ctable); in snippets_snr_dialog()
/dports/databases/speedtables/speedtables-1.13.12/ctable_server/
H A DChangeLog47 Use "-countOnly" to let the ctable server know it shouldn't use a
72 * Added "sttp" utility command for sending commands to a ctable server
95 * make 'sttp:' and 'ctable:' synonymous in ctable-server.
106 * Make redirect remove cached ctable info in server.
110 * Add local "destroy" command to ctable client.
114 * Add remote "shutdown" and "redirect" to ctable server.
126 * Parse all the variants of the ctable://-style URL including host,
129 * Begin a common code package between the ctable client and server.
132 * Use a ctable://-style URL to identify the host, optional port, and
137 * Uplevel the code body when handling a remote ctable search with -code
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctables/
H A DpkgIndex.tcl.in2 namespace eval ::ctable set srcDir $dir
4 # We'll start out making gentable_stub just package require ctable, then
5 # switch when all else is kosher. Since the ::ctable namespace isn't
7 package ifneeded ctable @PACKAGE_VERSION@ [list source [file join $dir gentable.tcl]]
/dports/net/yate/yate-6.4.0-1/engine/
H A DDataBlock.cpp289 void *ctable = 0; in convert() local
294 ctable = s2a; in convert()
296 ctable = s2u; in convert()
302 ctable = a2u; in convert()
306 ctable = a2s; in convert()
313 ctable = u2a; in convert()
317 ctable = u2s; in convert()
320 if (!ctable) { in convert()
336 unsigned char *c = (unsigned char *) ctable; in convert()
343 unsigned short *c = (unsigned short *) ctable; in convert()
[all …]
/dports/math/R-cran-LearnBayes/LearnBayes/man/
H A Dctable.Rd1 \name{ctable}
2 \alias{ctable}
8 ctable(y,a)
24 ctable(y,a)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkBitmap.cpp283 return allocator->allocPixelRef(this, ctable); in tryAllocPixels()
641 const SkColorTable* ctable = pmap.ctable(); in compute_is_opaque() local
642 if (nullptr == ctable) { in compute_is_opaque()
864 SkAutoTUnref<SkColorTable> ctable; in copyTo() local
866 ctable.reset(SkRef(srcPM.ctable())); in copyTo()
868 if (!tmpDst.tryAllocPixels(alloc, ctable)) { in copyTo()
1017 const SkColorTable* ct = pmap.ctable(); in write_raw_pixels()
1082 SkAutoTUnref<SkColorTable> ctable; in ReadRawPixels() local
1085 if (!ctable) { in ReadRawPixels()
1091 if (ctable->count() != 0) { in ReadRawPixels()
[all …]
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dsearch.class.php1068 $ctable = getTableForItemType($ctype);
1074 $ctable, $tmpquery);
1075 $query_num .= " AND $ctable.`states_id` > '0' ";
1089 INNER JOIN `$ctable`
1151 $ctable = getTableForItemType($ctype);
1166 $ctable, $tmpquery);
1167 $tmpquery .= " AND `$ctable`.`states_id` > '0' ";
1170 $tmpquery .= " AND `$ctable`.`is_deleted` = '0' ";
1175 $tmpquery .= " AND `$ctable`.`is_template` = '0' ";
1183 `$ctable`.`entities_id` AS ENTITY ".
[all …]
/dports/sysutils/webmin/webmin-1.981/mailboxes/
H A Dsearch_form.cgi27 $ctable = &ui_columns_start([ ], 50, 1);
44 $ctable .= &ui_columns_row(\@cols, [ map { "nowrap" } @cols ]);
46 $ctable .= &ui_columns_end();
47 print &ui_table_row(" ", $ctable);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/CodonUsage/
H A DTable.pm217 my $ctable = Bio::Tools::CodonTable->new;
218 $ctable->id($self->genetic_code() );
219 my $aa =$Bio::SeqUtils::THREECODE {$ctable->translate($cod)};
243 my $ctable = Bio::Tools::CodonTable->new;
244 $ctable->id($self->genetic_code () );
245 my $aa =$Bio::SeqUtils::THREECODE {$ctable->translate($cod)};
347 my $ctable = Bio::Tools::CodonTable->new;
348 $ctable->id($self->genetic_code());
349 my $aa =$Bio::SeqUtils::THREECODE {$ctable->translate($cod)};
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcolisa.c65 float ctable[0x10000]; // precomputed look-up table for contrast curve member
126 dev_cm = dt_opencl_copy_host_to_device(devid, d->ctable, 256, 256, sizeof(float)); in process_cl()
188 ? data->ctable[CLAMP((int)(in[k * ch + 0] / 100.0f * 0x10000ul), 0, 0xffff)] in process()
216 …for(int k = 0; k < 0x10000; k++) d->ctable[k] = d->contrast * (100.0f * k / 0x10000 - 50.0f) + 50.… in commit_params()
233 …d->ctable[k] = 50.0f * (contrastscale * kx2m1 / sqrtf(1.0f + contrastm1sq * kx2m1 * kx2m1) + 1.0f); in commit_params()
239 const float yc[4] = { d->ctable[CLAMP((int)(xc[0] * 0x10000ul), 0, 0xffff)], in commit_params()
240 d->ctable[CLAMP((int)(xc[1] * 0x10000ul), 0, 0xffff)], in commit_params()
241 d->ctable[CLAMP((int)(xc[2] * 0x10000ul), 0, 0xffff)], in commit_params()
242 d->ctable[CLAMP((int)(xc[3] * 0x10000ul), 0, 0xffff)] }; in commit_params()
273 for(int k = 0; k < 0x10000; k++) d->ctable[k] = d->ltable[k] = 100.0f * k / 0x10000; // identity in init_pipe()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcolisa.c65 float ctable[0x10000]; // precomputed look-up table for contrast curve member
126 dev_cm = dt_opencl_copy_host_to_device(devid, d->ctable, 256, 256, sizeof(float)); in process_cl()
188 ? data->ctable[CLAMP((int)(in[k * ch + 0] / 100.0f * 0x10000ul), 0, 0xffff)] in process()
216 …for(int k = 0; k < 0x10000; k++) d->ctable[k] = d->contrast * (100.0f * k / 0x10000 - 50.0f) + 50.… in commit_params()
233 …d->ctable[k] = 50.0f * (contrastscale * kx2m1 / sqrtf(1.0f + contrastm1sq * kx2m1 * kx2m1) + 1.0f); in commit_params()
239 const float yc[4] = { d->ctable[CLAMP((int)(xc[0] * 0x10000ul), 0, 0xffff)], in commit_params()
240 d->ctable[CLAMP((int)(xc[1] * 0x10000ul), 0, 0xffff)], in commit_params()
241 d->ctable[CLAMP((int)(xc[2] * 0x10000ul), 0, 0xffff)], in commit_params()
242 d->ctable[CLAMP((int)(xc[3] * 0x10000ul), 0, 0xffff)] }; in commit_params()
273 for(int k = 0; k < 0x10000; k++) d->ctable[k] = d->ltable[k] = 100.0f * k / 0x10000; // identity in init_pipe()
/dports/sysutils/usermin/usermin-1.830/mailbox/
H A Dsearch_form.cgi25 my $ctable = &ui_columns_start([ ], 50, 1);
43 $ctable .= &ui_columns_row(\@cols, [ map { "nowrap" } @cols ]);
45 $ctable .= &ui_columns_end();
46 print &ui_table_row(" ", $ctable, 1);
/dports/sysutils/webmin/webmin-1.981/procmail/
H A Dedit_recipe.cgi67 $ctable = &ui_columns_start([ $text{'edit_ctype'}, $text{'edit_cvalue'} ], 100);
70 $ctable .= &ui_columns_row([
84 $ctable .= &ui_columns_end();
85 print &ui_table_row(undef, $ctable, 2);
/dports/sysutils/usermin/usermin-1.830/procmail/
H A Dedit_recipe.cgi67 $ctable = &ui_columns_start([ $text{'edit_ctype'}, $text{'edit_cvalue'} ], 100);
70 $ctable .= &ui_columns_row([
84 $ctable .= &ui_columns_end();
85 print &ui_table_row(undef, $ctable, 2);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A DxmesaP.h239 unsigned long *ctable = xmesa->xm_buffer->color_table;
243 ctable[_MIX(_DITH(_R, (R), __d), \
250 unsigned long *ctable = xmesa->xm_buffer->color_table; \
255 ctable[_MIX(_DITH(_R, (R), __d), \
268 unsigned long *ctable = xmesa->xm_buffer->color_table; \
276 DitherValues[i] = ctable[j]; \
293 unsigned long *ctable = xmesa->xm_buffer->color_table
296 ctable[_MIX(_DITH0(_R, (R)), \
/dports/textproc/hevea/hevea-2.34/
H A Dcounter.ml23 let ctable = (Hashtbl.create 19 : (string,t_counter) Hashtbl.t);;
52 ctable ;
73 Hashtbl.clear ctable ;
77 Hashtbl.find ctable cc.cname
82 Hashtbl.add ctable cc.cname c;
97 let find_counter name = Hashtbl.find ctable name
111 let _ = Hashtbl.find ctable name in
122 Hashtbl.add ctable name c ;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkBitmap.h244 void allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory, SkColorTable* ctable) { in allocPixels() argument
245 if (!this->tryAllocPixels(info, factory, ctable)) { in allocPixels()
333 void setPixels(void* p, SkColorTable* ctable = NULL);
369 bool SK_WARN_UNUSED_RESULT tryAllocPixels(SkColorTable* ctable = NULL) {
370 return this->tryAllocPixels(NULL, ctable);
373 void allocPixels(SkColorTable* ctable = NULL) {
374 this->allocPixels(NULL, ctable);
395 bool SK_WARN_UNUSED_RESULT tryAllocPixels(Allocator* allocator, SkColorTable* ctable);
397 void allocPixels(Allocator* allocator, SkColorTable* ctable) { in allocPixels() argument
398 if (!this->tryAllocPixels(allocator, ctable)) { in allocPixels()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DFont.cpp182 const CodeTable& ctable = (embedded && _embeddedCodeTable) ? in codeTableLookup() local
185 CodeTable::const_iterator it = std::find_if(ctable.begin(), ctable.end(), in codeTableLookup()
188 if (it == ctable.end()) { in codeTableLookup()
203 const CodeTable& ctable = (embedded && _embeddedCodeTable) ? in get_glyph_index() local
207 CodeTable::const_iterator it = ctable.find(code); in get_glyph_index()
208 if (it != ctable.end()) { in get_glyph_index()

12345678910>>...36