Home
last modified time | relevance | path

Searched refs:ivn (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/editors/ted/Ted-2.23/appUtil/
H A DutilIntegerValueNode.c23 ivn->ivnValue= 0; in utilInitIntegerValueNode()
24 ivn->ivnIsLeaf= 0; in utilInitIntegerValueNode()
25 ivn->ivnChildCount= 0; in utilInitIntegerValueNode()
35 if ( ivn->ivnIsLeaf ) in utilCleanIntegerValueNode()
43 if ( ivn->ivnChildren ) in utilCleanIntegerValueNode()
44 { free( ivn->ivnChildren ); } in utilCleanIntegerValueNode()
50 IntegerValueNode * ivn, in utilChildIntegerValueNode() argument
55 int r= ivn->ivnChildCount; in utilChildIntegerValueNode()
92 ivn->ivnChildren= fresh; in utilChildIntegerValueNode()
95 { ivn->ivnChildren[i]= ivn->ivnChildren[i- 1]; } in utilChildIntegerValueNode()
[all …]
H A DutilNumberedPropertiesAdmin.c96 IntegerValueNode * ivn= &(npl->nplValueNodes); in utilGetPropertyNumber() local
108 ivn= utilChildIntegerValueNode( ivn, make, propval ); in utilGetPropertyNumber()
109 if ( ! ivn ) in utilGetPropertyNumber()
112 { LLXDEB(propval,make,ivn); } in utilGetPropertyNumber()
117 if ( ivn->ivnIsLeaf ) in utilGetPropertyNumber()
118 { return ivn->ivnReference; } in utilGetPropertyNumber()
120 vta= utilPagedListClaimItemAtEnd( &(ivn->ivnReference), in utilGetPropertyNumber()
126 ivn->ivnIsLeaf= 1; in utilGetPropertyNumber()
128 return ivn->ivnReference; in utilGetPropertyNumber()
H A DutilIntegerValueNode.h37 IntegerValueNode * ivn,
/dports/editors/ted/Ted-2.23/docBase/
H A DdocParaRulerAdmin.c102 IntegerValueNode * ivn= &(npl->nplValueNodes); in docTabStopListNumberImpl() local
116 ivn= utilChildIntegerValueNode( ivn, make, propval ); in docTabStopListNumberImpl()
117 if ( ! ivn ) in docTabStopListNumberImpl()
120 { LLXDEB(propval,make,ivn); } in docTabStopListNumberImpl()
125 if ( ivn->ivnIsLeaf ) in docTabStopListNumberImpl()
126 { return ivn->ivnReference; } in docTabStopListNumberImpl()
128 vta= utilPagedListClaimItemAtEnd( &(ivn->ivnReference), in docTabStopListNumberImpl()
135 ivn->ivnIsLeaf= 1; in docTabStopListNumberImpl()
137 return ivn->ivnReference; in docTabStopListNumberImpl()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/picomodel/
H A Dpm_obj.c667 int ivn[ 4 ], has_vn = 0; in _obj_load() local
714 sscanf( str,"%d//%d",&iv[ i ],&ivn[ i ] ); in _obj_load()
720 sscanf( str,"%d/%d/%d",&iv[ i ],&ivt[ i ],&ivn[ i ] ); in _obj_load()
745 if (ivn[ i ] < 0) ivn[ i ] = (numNormals - ivn[ i ]); in _obj_load()
769 if (ivn[ i ] < 1 || ivn[ i ] > numNormals) in _obj_load()
773 normals[ i ][ 0 ] = vertexData[ ivn[ i ] - 1 ].vn[ 0 ]; in _obj_load()
774 normals[ i ][ 1 ] = vertexData[ ivn[ i ] - 1 ].vn[ 1 ]; in _obj_load()
775 normals[ i ][ 2 ] = vertexData[ ivn[ i ] - 1 ].vn[ 2 ]; in _obj_load()
792 if (has_vn) printf(" %4d",ivn[ i ]); in _obj_load()
/dports/games/ufoai/ufoai-2.5-source/src/libs/picomodel/
H A Dpm_obj.c642 int ivn[4], has_vn = 0; in _obj_load() local
686 sscanf(str, "%d//%d", &iv[i], &ivn[i]); in _obj_load()
691 sscanf(str, "%d/%d/%d", &iv[i], &ivt[i], &ivn[i]); in _obj_load()
717 if (ivn[i] < 0) in _obj_load()
718 ivn[i] = (numNormals - ivn[i]); in _obj_load()
740 if (ivn[i] < 1 || ivn[i] > numNormals) in _obj_load()
744 normals[i][0] = vertexData[ivn[i] - 1].vn[0]; in _obj_load()
745 normals[i][1] = vertexData[ivn[i] - 1].vn[1]; in _obj_load()
746 normals[i][2] = vertexData[ivn[i] - 1].vn[2]; in _obj_load()
762 if (has_vn) printf(" %4d",ivn[ i ]); in _obj_load()
/dports/games/netradiant/netradiant-20150621-src/libs/picomodel/
H A Dpm_obj.c706 int ivn[ 4 ], has_vn = 0; in _obj_load() local
760 sscanf( str,"%d//%d",&iv[ i ],&ivn[ i ] ); in _obj_load()
765 sscanf( str,"%d/%d/%d",&iv[ i ],&ivt[ i ],&ivn[ i ] ); in _obj_load()
794 if ( ivn[ i ] < 0 ) { in _obj_load()
795 ivn[ i ] = ( numNormals - ivn[ i ] ); in _obj_load()
819 if ( ivn[ i ] < 1 || ivn[ i ] > numNormals ) { in _obj_load()
824 normals[ i ][ 0 ] = vertexData[ ivn[ i ] - 1 ].vn[ 0 ]; in _obj_load()
825 normals[ i ][ 1 ] = vertexData[ ivn[ i ] - 1 ].vn[ 1 ]; in _obj_load()
826 normals[ i ][ 2 ] = vertexData[ ivn[ i ] - 1 ].vn[ 2 ]; in _obj_load()
846 printf( " %4d",ivn[ i ] ); in _obj_load()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/parser/
H A DSTLoaderObjs.st280 instanceVariableNames: ivn
293 instanceVariableNames: ivn
306 instanceVariableNames: ivn
319 instanceVariableNames: ivn
332 instanceVariableNames: ivn
355 instanceVariableNames: ivn
368 instanceVariableNames: ivn
381 instanceVariableNames: ivn
394 instanceVariableNames: ivn
407 instanceVariableNames: ivn
[all …]
H A DSIFParser.st113 | name superclass shape ivn cvn sp civn newStmt newClass |
117 ivn := stmt arguments at: 4.
132 ivn. cvn. sp. RBLiteralNode value: nil }.
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_WireSegment.cxx276 Standard_Integer ivn = myIVMin->Value(i), ivx = myIVMax->Value(i); in DefineIVMin() local
277 if ( ivn > ivx ) in DefineIVMin()
292 Standard_Integer ivn = myIVMin->Value(i), ivx = myIVMax->Value(i); in DefineIVMax() local
293 if ( ivn > ivx ) in DefineIVMax()
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dnutdrv_qx_voltronic.c216 ivn; in voltronic_bypass_volt_max() local
290 if (ivn < 200) in voltronic_bypass_volt_max()
300 if (ivn < 200) in voltronic_bypass_volt_max()
310 if (ivn < 200) in voltronic_bypass_volt_max()
320 if (ivn < 200) in voltronic_bypass_volt_max()
330 if (ivn < 200) in voltronic_bypass_volt_max()
370 ivn; in voltronic_bypass_volt_min() local
432 if (ivn < 200) in voltronic_bypass_volt_min()
452 if (ivn < 200) in voltronic_bypass_volt_min()
462 if (ivn < 200) in voltronic_bypass_volt_min()
[all …]
H A Dtripplite_usb.c438 unsigned char ivn, lb; in decode_v() local
449 ivn = value[1]; in decode_v()
452 switch(ivn) { in decode_v()
471 upslogx(2, "Unknown input voltage range: 0x%02x", (unsigned int)ivn); in decode_v()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dnutdrv_qx_voltronic.c218 ivn; in voltronic_bypass_volt_max() local
293 if (ivn < 200) in voltronic_bypass_volt_max()
303 if (ivn < 200) in voltronic_bypass_volt_max()
313 if (ivn < 200) in voltronic_bypass_volt_max()
323 if (ivn < 200) in voltronic_bypass_volt_max()
333 if (ivn < 200) in voltronic_bypass_volt_max()
373 ivn; in voltronic_bypass_volt_min() local
436 if (ivn < 200) in voltronic_bypass_volt_min()
456 if (ivn < 200) in voltronic_bypass_volt_min()
466 if (ivn < 200) in voltronic_bypass_volt_min()
[all …]
H A Dtripplite_usb.c478 unsigned char ivn, lb; in decode_v() local
489 ivn = value[1]; in decode_v()
492 switch(ivn) { in decode_v()
511 upslogx(2, "Unknown input voltage range: 0x%02x", (unsigned int)ivn); in decode_v()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dcopyable-text.stories.tsx13 … <CopyableText value=" jwieojfiowenjf oiewcnuweoicfnjweiocnjewiocfjnweoicjnc v nw ivn fvjsd kh" />
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dcategoricals.c538 struct interaction_value *ivn; in categoricals_done() local
539 HMAP_FOR_EACH (ivn, struct interaction_value, node, &iap->ivmap) in categoricals_done()
540 iap->ivs[x++] = ivn; in categoricals_done()
733 const struct interaction_value *ivn = iap->ivs[cat_idx]; in categoricals_get_value_index_by_category_real() local
736 const union value *val = case_data (ivn->ccase, var); in categoricals_get_value_index_by_category_real()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/bluez/
H A Dhcimanager.cpp219 int ivn = 2; in sendCommand() local
223 ++ivn; in sendCommand()
225 while (writev(hciSocket, iv, ivn) < 0) { in sendCommand()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Daes_ccm_plug.c420 unsigned char ivn[] = { 15, 183, 246, 116, 2, 11, 66, 35, 113, 80, 73, 165, 111, 165, 19, 202 }; variable
481 …aes_ccm_encrypt_and_tag(keyn, 256, ptnlen, ivn, 13, addn, 16, ptn, // iv length of 13 is confirmed… in main()
/dports/devel/json-c/json-c-0.15/
H A DAUTHORS14 janczer <menshikov.ivn@gmail.com>
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A DAUTHORS14 janczer <menshikov.ivn@gmail.com>
/dports/textproc/syck/syck-0.70/ext/ruby/ext/syck/
H A Drubyext.c1029 char *ivn; in syck_set_ivars() local
1031 ivn = S_ALLOCA_N( char, rb_str_len(ivname) + 2 ); in syck_set_ivars()
1032 ivn[0] = '@'; in syck_set_ivars()
1033 ivn[1] = '\0'; in syck_set_ivars()
1034 strncat( ivn, rb_str_ptr(ivname), rb_str_len(ivname) ); in syck_set_ivars()
1035 rb_iv_set( obj, ivn, rb_ary_entry( vars, 1 ) ); in syck_set_ivars()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-loop.c8207 unsigned ivn; in vectorizable_induction() local
8209 for (ivn = 0; ivn < nivs; ++ivn) in vectorizable_induction()
8267 vec_init = vect_get_slp_vect_def (init_node, ivn); in vectorizable_induction()
8289 vec_steps.reserve (nivs-ivn); in vectorizable_induction()
8290 for (; ivn < nivs; ++ivn) in vectorizable_induction()
8300 if (ivn < nvects) in vectorizable_induction()
8310 for (; ivn < nvects; ++ivn) in vectorizable_induction()
8314 if (ivn < 2*nivs) in vectorizable_induction()
8315 vec_steps[ivn - nivs] in vectorizable_induction()
8317 vec_steps[ivn - nivs], lupdate_mul); in vectorizable_induction()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-loop.c8123 unsigned ivn; in vectorizable_induction() local
8125 for (ivn = 0; ivn < nivs; ++ivn) in vectorizable_induction()
8183 vec_init = vect_get_slp_vect_def (init_node, ivn); in vectorizable_induction()
8205 vec_steps.reserve (nivs-ivn); in vectorizable_induction()
8206 for (; ivn < nivs; ++ivn) in vectorizable_induction()
8216 if (ivn < nvects) in vectorizable_induction()
8226 for (; ivn < nvects; ++ivn) in vectorizable_induction()
8230 if (ivn < 2*nivs) in vectorizable_induction()
8231 vec_steps[ivn - nivs] in vectorizable_induction()
8233 vec_steps[ivn - nivs], lupdate_mul); in vectorizable_induction()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-loop.c8123 unsigned ivn; in vectorizable_induction() local
8125 for (ivn = 0; ivn < nivs; ++ivn) in vectorizable_induction()
8183 vec_init = vect_get_slp_vect_def (init_node, ivn); in vectorizable_induction()
8205 vec_steps.reserve (nivs-ivn); in vectorizable_induction()
8206 for (; ivn < nivs; ++ivn) in vectorizable_induction()
8216 if (ivn < nvects) in vectorizable_induction()
8226 for (; ivn < nvects; ++ivn) in vectorizable_induction()
8230 if (ivn < 2*nivs) in vectorizable_induction()
8231 vec_steps[ivn - nivs] in vectorizable_induction()
8233 vec_steps[ivn - nivs], lupdate_mul); in vectorizable_induction()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-loop.c8123 unsigned ivn; in vectorizable_induction() local
8125 for (ivn = 0; ivn < nivs; ++ivn) in vectorizable_induction()
8183 vec_init = vect_get_slp_vect_def (init_node, ivn); in vectorizable_induction()
8205 vec_steps.reserve (nivs-ivn); in vectorizable_induction()
8206 for (; ivn < nivs; ++ivn) in vectorizable_induction()
8216 if (ivn < nvects) in vectorizable_induction()
8226 for (; ivn < nvects; ++ivn) in vectorizable_induction()
8230 if (ivn < 2*nivs) in vectorizable_induction()
8231 vec_steps[ivn - nivs] in vectorizable_induction()
8233 vec_steps[ivn - nivs], lupdate_mul); in vectorizable_induction()
[all …]

12345678910>>...14