Home
last modified time | relevance | path

Searched refs:num_st (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/fxtv/fxtv-1.03/
H A Dstation.c51 TV_INT32 num_st, in TVSTATIONLookup() local
59 num_st = p->ant_num_stations; in TVSTATIONLookup()
62 num_st = p->cable_num_stations; in TVSTATIONLookup()
70 for ( i = 0; i < num_st; i++ ) in TVSTATIONLookup()
77 *station = ( i < num_st ) ? &st[i] : NULL; in TVSTATIONLookup()
/dports/sysutils/edid-decode/edid-decode-0.1.20210115/
H A Dparse-vtb-ext-block.cpp18 unsigned num_st = x[4]; in parse_vtb_ext_block() local
31 if (num_st) { in parse_vtb_ext_block()
33 for (unsigned i = 0; i < num_st; i++, x += 2) { in parse_vtb_ext_block()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/md3model/
H A Dmd2.cpp141 int num_st; // greater than num_xyz for seams member
164 header.num_st = istream_read_int32_le(inputStream); in istream_read_md2Header()
220 Array<md2St_t> md2St(header.num_st); in MD2Surface_read()
228 inserter.reserve(header.num_st); in MD2Surface_read()
/dports/games/netradiant/netradiant-20150621-src/plugins/md3model/
H A Dmd2.cpp137 int num_st; // greater than num_xyz for seams member
159 header.num_st = istream_read_int32_le( inputStream ); in istream_read_md2Header()
214 Array<md2St_t> md2St( header.num_st ); in MD2Surface_read()
222 inserter.reserve( header.num_st ); in MD2Surface_read()
/dports/games/gtkradiant/GPL/Q2Tools/qdata/
H A Dmodels.c150 model.ofs_tris = model.ofs_st + model.num_st*sizeof(dstvert_t); in WriteModelFile()
172 for (i=0 ; i<model.num_st ; i++) in WriteModelFile()
178 SafeWrite (modelouthandle, base_st, model.num_st * sizeof(base_st[0])); in WriteModelFile()
758 for (k=0 ; k<model.num_st ; k++) in Cmd_Base()
763 if (k == model.num_st) in Cmd_Base()
765 base_st[model.num_st].s = triangle_st[i][j][0]; in Cmd_Base()
766 base_st[model.num_st].t = triangle_st[i][j][1]; in Cmd_Base()
767 model.num_st++; in Cmd_Base()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata/
H A Dmodels.c146 model.ofs_tris = model.ofs_st + model.num_st * sizeof( dstvert_t ); in WriteModelFile()
168 for ( i = 0 ; i < model.num_st ; i++ ) in WriteModelFile()
174 SafeWrite( modelouthandle, base_st, model.num_st * sizeof( base_st[0] ) ); in WriteModelFile()
773 for ( k = 0 ; k < model.num_st ; k++ ) in Cmd_Base()
779 if ( k == model.num_st ) { // new index in Cmd_Base()
780 base_st[model.num_st].s = triangle_st[i][j][0]; in Cmd_Base()
781 base_st[model.num_st].t = triangle_st[i][j][1]; in Cmd_Base()
782 model.num_st++; in Cmd_Base()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qdata/
H A Dmodels.c150 model.ofs_tris = model.ofs_st + model.num_st*sizeof(dstvert_t); in WriteModelFile()
172 for (i=0 ; i<model.num_st ; i++) in WriteModelFile()
178 SafeWrite (modelouthandle, base_st, model.num_st * sizeof(base_st[0])); in WriteModelFile()
758 for (k=0 ; k<model.num_st ; k++) in Cmd_Base()
763 if (k == model.num_st) in Cmd_Base()
765 base_st[model.num_st].s = triangle_st[i][j][0]; in Cmd_Base()
766 base_st[model.num_st].t = triangle_st[i][j][1]; in Cmd_Base()
767 model.num_st++; in Cmd_Base()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata/
H A Dmodels.c150 model.ofs_tris = model.ofs_st + model.num_st*sizeof(dstvert_t); in WriteModelFile()
172 for (i=0 ; i<model.num_st ; i++) in WriteModelFile()
178 SafeWrite (modelouthandle, base_st, model.num_st * sizeof(base_st[0])); in WriteModelFile()
758 for (k=0 ; k<model.num_st ; k++) in Cmd_Base()
763 if (k == model.num_st) in Cmd_Base()
765 base_st[model.num_st].s = triangle_st[i][j][0]; in Cmd_Base()
766 base_st[model.num_st].t = triangle_st[i][j][1]; in Cmd_Base()
767 model.num_st++; in Cmd_Base()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmd2.c326 md2_header.num_st = ENDIAN_INT32( md2_header.num_st ); in md2_load()
353 model->m_numTexCoords = md2_header.num_st; in md2_load()
358 model->m_texCoords = EGOBOO_NEW_ARY( MD2_TexCoord_t, md2_header.num_st ); in md2_load()
370 for ( i = 0; i < md2_header.num_st; i++ ) in md2_load()
/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Did_md2.c78 …mdl->texcoords = ( id_md2_texcoord_t * ) calloc( mdl->header.num_st, sizeof( id_md2_texcoord_… in id_md2_load()
88 fread( mdl->texcoords, sizeof( id_md2_texcoord_t ), mdl->header.num_st, fp ); in id_md2_load()
H A DSDL_md2.c136 pdata->num_st = SDL_ReadLE32( rw ); in load_SDL_md2_header_RW()
378 load_SDL_md2_texcoord_RW( rw, pdata->texcoords, pdata->header.num_st ); in SDL_md2_load_RW()
444 …mdl->texcoords = ( SDL_md2_texcoord_t * ) SDL_calloc( mdl->header.num_st, sizeof( SDL_md2_texcoord… in SDL_md2_alloc()
H A Did_md2.h61 int num_st; member
H A DSDL_md2.h66 int num_st; member
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/
H A Dmodels.c180 model.ofs_tris = model.ofs_st + model.num_st * sizeof( dstvert_t ); in WriteCommonModelFile()
201 for ( i = 0 ; i < model.num_st ; i++ ) in WriteCommonModelFile()
207 SafeWrite( modelouthandle, base_st, model.num_st * sizeof( base_st[0] ) ); in WriteCommonModelFile()
417 model.ofs_tris = model.ofs_st + model.num_st * sizeof( dstvert_t ); in WriteModelFile()
439 for ( i = 0 ; i < model.num_st ; i++ ) in WriteModelFile()
445 SafeWrite( modelouthandle, base_st, model.num_st * sizeof( base_st[0] ) ); in WriteModelFile()
1294 for ( k = 0 ; k < model.num_st ; k++ ) in Cmd_Base()
1300 if ( k == model.num_st ) { // new index in Cmd_Base()
1301 base_st[model.num_st].s = triangle_st[i][j][0]; in Cmd_Base()
1302 base_st[model.num_st].t = triangle_st[i][j][1]; in Cmd_Base()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/
H A Dmodels.c184 model.ofs_tris = model.ofs_st + model.num_st*sizeof(dstvert_t); in WriteCommonModelFile()
205 for (i=0 ; i<model.num_st ; i++) in WriteCommonModelFile()
211 SafeWrite (modelouthandle, base_st, model.num_st * sizeof(base_st[0])); in WriteCommonModelFile()
429 model.ofs_tris = model.ofs_st + model.num_st*sizeof(dstvert_t); in WriteModelFile()
451 for (i=0 ; i<model.num_st ; i++) in WriteModelFile()
457 SafeWrite (modelouthandle, base_st, model.num_st * sizeof(base_st[0])); in WriteModelFile()
1293 for (k=0 ; k<model.num_st ; k++) in Cmd_Base()
1298 if (k == model.num_st) in Cmd_Base()
1300 base_st[model.num_st].s = triangle_st[i][j][0]; in Cmd_Base()
1301 base_st[model.num_st].t = triangle_st[i][j][1]; in Cmd_Base()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/
H A Dfmodel.h97 int num_st; // greater than num_xyz for seams member
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/
H A Dfmodel.h97 int num_st; // greater than num_xyz for seams member
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dmodel_alias.h108 int num_st; // greater than num_xyz for seams member
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmodel_alias.h108 int num_st; // greater than num_xyz for seams member
/dports/games/darkplaces/darkplaces/
H A Dmodel_alias.h108 int num_st; // greater than num_xyz for seams member
/dports/games/ufoai/ufoai-2.5-source/src/tools/blender/
H A Dexport_md2_new.py246 self.num_st = len(mesh.faces)*3
259 self.ofs_tris = self.ofs_st + 4*self.num_st
274 self.num_st,
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dqfiles.h92 int num_st; // greater than num_xyz for seams member
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dqfiles.h92 int num_st; // greater than num_xyz for seams member
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dqfiles.h123 uint32_t num_st; /**< number of texture coordinates - can be greater than num_verts */ member
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dqfiles.h148 int num_st; // greater than num_xyz for seams member

123