Home
last modified time | relevance | path

Searched refs:ref_num (Results 1 – 25 of 130) sorted by relevance

123456

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/include/yalecad/
H A Dwgraphics.h47 #define TWdrawNet(ref_num, x1, y1, x2, y2, color, label ) \ argument
48 TWdrawWLine(ref_num, x1, y1, x2, y2, color, label )
50 #define TWdrawLine(ref_num, x1, y1, x2, y2, color, label ) \ argument
51 TWdrawWLine(ref_num, x1, y1, x2, y2, color, label )
67 #define TWdrawCell(ref_num, x1, y1, x2, y2, color, label )\ argument
68 TWdrawWRect(ref_num, x1, y1, x2, y2, color, label )
70 #define TWdrawRect(ref_num, x1, y1, x2, y2, color, label )\ argument
71 TWdrawWRect(ref_num, x1, y1, x2, y2, color, label )
86 #define TWdrawPin(ref_num, x1, y1, x2, y2, color, label ) \ argument
87 TWdrawWPin(ref_num, x1, y1, x2, y2, color, label )
H A Ddraw.h39 extern VOID (*_TWdrawRect)(P7( INT ref_num, INT x1, INT y1, INT x2, INT y2, INT color,
41 extern VOID (*_TWdrawLine)(P7( INT ref_num, INT x1, INT y1, INT x2, INT y2, INT color,
43 extern VOID (*_TWdrawArb)(P3( INT ref_num, INT color, char *label )) ;
70 #define TW3DdrawLine( ref_num, x1, y1, z1, x2, y2, z2, color, label) \ argument
74 TWdrawLine(ref_num,(INT)X1,(INT)Y1,(INT)X2,(INT)Y2,color, label) ; \
481 extern void TW3DdrawCube( P9(INT ref_num, INT x1, INT y1, INT z1,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/
H A Dfootnote_filter.rb63 ref_num = link_node[:id].delete_prefix(FOOTNOTE_LINK_ID_PREFIX)
64 ref_num.gsub!(/[[:punct:]]/, '\\\\\&')
66 ref_num = link_node[:id].delete_prefix(FOOTNOTE_LINK_ID_PREFIX_OLD)
69 …t_enabled: :yaml) ? "section[data-footnotes] li[id=#{fn_id(ref_num)}]" : "li[id=#{fn_id(ref_num)}]"
73 if footnote_node || modified_footnotes[ref_num]
74 … Feature.disabled?(:use_cmark_renderer, default_enabled: :yaml) && !INTEGER_PATTERN.match?(ref_num)
82 unless modified_footnotes[ref_num]
84 backref_node = footnote_node.at_css("a[href=\"##{fnref_id(ref_num)}\"]")
91 modified_footnotes[ref_num] = true
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/pdu/
H A Dmultipart.ex190 ref_num::integer-unsigned-size(8),
194 {:ok, {ref_num, count, seq_num}}
204 {:ok, {ref_num, count, seq_num}}
226 def multipart_ie({ref_num, _count, _seq_num}) when ref_num < 0 or ref_num > 65_535,
238 if ref_num > 255 do
248 ref_num::integer-unsigned-size(8),
312 def split_message(ref_num, _message, _max_len) when ref_num < 0,
315 def split_message(ref_num, _message, _max_len) when ref_num > 65_535,
333 ref_num :: integer,
361 def split_message(ref_num, _message, _max_len, _max_split) when ref_num < 0,
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/piwigo/
H A Dpiwigoitem.h43 ref_num = -1; in GAlbum()
51 return ref_num < rhs.ref_num;
59 int ref_num; // album reference number
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dwgraphics.c99 void TWdrawWRect( INT ref_num, INT x1,INT y1, INT x2, INT y2, INT color, char *label);
260 void TWdrawWPin( ref_num, x1,y1,x2,y2,color,label) in TWdrawWPin() argument
261 INT ref_num ; /* reference number */ in TWdrawWPin()
265 TWdrawWRect( ref_num, x1,y1,x2,y2,color,label) ;
269 void TWdrawWLine( ref_num,x1,y1,x2,y2,color,label) in TWdrawWLine() argument
270 INT ref_num ; /* reference number */ in TWdrawWLine()
279 record.ref = (UNSIGNED_INT) ref_num ;
311 void TWdrawWRect( INT ref_num, INT x1,INT y1, INT x2, INT y2, INT color, char *label) in TWdrawWRect() argument
318 record.ref = (UNSIGNED_INT) ref_num ; in TWdrawWRect()
H A Ddraw.c1892 INT ref_num, x1, y1, z1, x2, y2, z2 ; in TW3DdrawCube()
1903 TW3DdrawArb( ref_num, color, NIL(char *) ) ;
1910 TW3DdrawArb( ref_num, color, NIL(char *) ) ;
1917 TW3DdrawArb( ref_num, color, NIL(char *) ) ;
1924 TW3DdrawArb( ref_num, color, NIL(char *) ) ;
1931 TW3DdrawArb( ref_num, color, NIL(char *) ) ;
1938 TW3DdrawArb( ref_num, color, label ) ;
2161 INT ref_num ; /* reference number */ in drawWLine()
2185 record.ref = (UNSIGNED_INT) ref_num ;
2218 INT ref_num ; /* reference number */ in drawWRect()
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/flickr/
H A Dflickritem.h48 ref_num = -1; in GPhoto()
55 int ref_num; variable
108 ref_num = -1; in GAlbum()
124 int ref_num; variable
/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dbufrdc_ref.sh27 ref_num=$file.num.ref
40 if [ -f "$ref_num" ]; then
42 perl number_compare.pl $ref_num $res_num # >$REDIRECT 2> $REDIRECT
H A Dmybufrdc_ref.sh25 ref_num=$file.num.ref
38 perl number_compare.pl $ref_num $res_num > $diff_num 2> $diff_num
/dports/games/open-adventure/open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb/
H A Dmisc.c433 vocab_t ref_num; in get_vocab_metadata() local
435 ref_num = get_motion_vocab_id(word); in get_vocab_metadata()
436 if (ref_num != WORD_NOT_FOUND) { in get_vocab_metadata()
437 *id = ref_num; in get_vocab_metadata()
442 ref_num = get_object_vocab_id(word); in get_vocab_metadata()
443 if (ref_num != WORD_NOT_FOUND) { in get_vocab_metadata()
444 *id = ref_num; in get_vocab_metadata()
449 ref_num = get_action_vocab_id(word); in get_vocab_metadata()
450 if (ref_num != WORD_NOT_FOUND) { in get_vocab_metadata()
451 *id = ref_num; in get_vocab_metadata()
/dports/math/gnuplot/gnuplot-5.4.1/src/beos/
H A DGPApp.cpp139 int32 ref_num; // The index into the ref list in RefsReceived() local
143 ref_num = 0; in RefsReceived()
145 if ((err = message->FindRef("refs", ref_num, &ref)) != B_OK) { in RefsReceived()
149 ref_num++; in RefsReceived()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/beos/
H A DGPApp.cpp139 int32 ref_num; // The index into the ref list in RefsReceived() local
143 ref_num = 0; in RefsReceived()
145 if ((err = message->FindRef("refs", ref_num, &ref)) != B_OK) { in RefsReceived()
149 ref_num++; in RefsReceived()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/beos/
H A DGPApp.cpp139 int32 ref_num; // The index into the ref list in RefsReceived() local
143 ref_num = 0; in RefsReceived()
145 if ((err = message->FindRef("refs", ref_num, &ref)) != B_OK) { in RefsReceived()
149 ref_num++; in RefsReceived()
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/author_tools/
H A Dstringify_test.c73 unsigned int ref_num; in main() local
81 ref_num = atoi(str); in main()
90 i = (!(i % 2) ? ref_num : j % ord); in main()
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/author_tools/
H A Dstringify_test.c73 unsigned int ref_num; in main() local
81 ref_num = atoi(str); in main()
90 i = (!(i % 2) ? ref_num : j % ord); in main()
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dcomp.c109 static void read_data(int32 fid, uint16 ref_num, intn test_num, int32 ntype);
330 read_data(int32 fid, uint16 ref_num, intn test_num, int32 ntype) in read_data() argument
348 aid = Hstartread(fid, COMP_TAG, ref_num); in read_data()
418 uint16 ref_num; /* reference number of the data written out */ in test_comp() local
454ref_num = write_data(fid, test_models[model_num], &m_info, test_coders[coder_num], &c_info, test_n… in test_comp()
455 read_data(fid, ref_num, test_num, test_ntypes[ntype_num]); in test_comp()
461 aid = Hstartread(fid, COMP_TAG, ref_num); in test_comp()
464 … printf("size of original HDF element=%ld\n", (long) Hlength(fid, COMP_TAG, ref_num)); in test_comp()
H A Dbuffer.c425 uint16 ref_num; /* reference number of the data written out */ in main() local
484 ref_num=Htagnewref(fid,BUFF_TAG); in main()
485 CHECK(ref_num, 0, "Htagnewref"); in main()
490 aid=Hstartaccess(fid,BUFF_TAG,ref_num,DFACC_RDWR); in main()
496 aid=HXcreate(fid,BUFF_TAG,ref_num,extfilename,0,elemsize); in main()
502 … aid=HCcreate(fid,BUFF_TAG,ref_num,COMP_MODEL_STDIO,&m_info,COMP_CODE_DEFLATE,&c_info); in main()
507 … aid=HLcreate(fid,BUFF_TAG,ref_num,HDF_APPENDABLE_BLOCK_LEN,HDF_APPENDABLE_BLOCK_NUM); in main()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/x86/
H A Dreconinter_enc_sse2.c41 const int ref_num = 0; in aom_upsampled_pred_sse2() local
44 is_intrabc ? &cm->sf_identity : xd->block_ref_scale_factors[ref_num]; in aom_upsampled_pred_sse2()
54 is_intrabc ? dst_buf : &pd->pre[ref_num]; in aom_upsampled_pred_sse2()
176 const int ref_num = 0; in aom_highbd_upsampled_pred_sse2() local
179 is_intrabc ? &cm->sf_identity : xd->block_ref_scale_factors[ref_num]; in aom_highbd_upsampled_pred_sse2()
189 is_intrabc ? dst_buf : &pd->pre[ref_num]; in aom_highbd_upsampled_pred_sse2()
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/io/format/
H A Dstockholm.py710 for ref_num, dictionary in enumerate(gf_feature_data, start=1):
715 (ref_num, type(dictionary).__name__))
717 fh.write("#=GF RN [%d]\n" % ref_num)
725 % (feature, ref_num, formatted_reference_tags))
/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/Michelf/
H A DMarkdownExtra.php1717 for ($ref_num = 1; $ref_num <= $ref_count; ++$ref_num) {
1727 $ref_num
1732 $ref_num
1734 $ref_count_mark = $ref_num > 1 ? $ref_num : '';
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/michelf/php-markdown/Michelf/
H A DMarkdownExtra.php1715 for ($ref_num = 1; $ref_num <= $ref_count; ++$ref_num) {
1725 $ref_num
1730 $ref_num
1732 $ref_count_mark = $ref_num > 1 ? $ref_num : '';
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/Michelf/
H A DMarkdownExtra.php1715 for ($ref_num = 1; $ref_num <= $ref_count; ++$ref_num) {
1725 $ref_num
1730 $ref_num
1732 $ref_count_mark = $ref_num > 1 ? $ref_num : '';
/dports/www/moodle311/moodle/lib/markdown/
H A DMarkdownExtra.php1715 for ($ref_num = 1; $ref_num <= $ref_count; ++$ref_num) {
1725 $ref_num
1730 $ref_num
1732 $ref_count_mark = $ref_num > 1 ? $ref_num : '';
/dports/multimedia/dirac/dirac-1.0.2/libdirac_common/
H A Dmotion.cpp201 void MEData::FindTransitions( TwoDArray<bool>& trans_map , const int ref_num ) in FindTransitions() argument
204 const MvArray& mv_array = Vectors( ref_num ); in FindTransitions()
220 total_cost += PredCosts( ref_num )[j][i].SAD; in FindTransitions()
231 diff = PredCosts( ref_num )[j][i].SAD - mean_cost; in FindTransitions()
249 trans_map[j][i] = ( PredCosts( ref_num )[j][i].SAD >= threshold )? true : false; in FindTransitions()

123456