Home
last modified time | relevance | path

Searched refs:entno (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/gpsmanshp/gpsmanshp_1.2.3/
H A Dgpstr2shp.c171 int entno; in saveWP() local
179 entno = SHPWriteObject(SHPFile,-1,pwpo); in saveWP()
182 if (DBFWriteStringAttribute(DBFFile,entno,WPNameField,wpp->wpname) == 0 || in saveWP()
183 DBFWriteStringAttribute(DBFFile,entno,WPCommtField,wpp->wpcommt) == 0 || in saveWP()
184 DBFWriteStringAttribute(DBFFile,entno,WPDateField,wpp->wpdate) == 0) { in saveWP()
219 int entno, i; in saveRT() local
245 entno = SHPWriteObject(SHPFile,-1,prto); in saveRT()
249 if (DBFWriteStringAttribute(DBFFile,entno,RTIdField,RT.rtid) == 0 || in saveRT()
250 DBFWriteStringAttribute(DBFFile,entno,RTCommtField,RT.rtcommt) == 0) { in saveRT()
305 int entno, i; in saveTR() local
[all …]
H A Dgpsmanshp.c604 int id, entno, dim; in GSHPWriteWP() local
644 entno = SHPWriteObject(p->SHPFile,-1,pwpo); in GSHPWriteWP()
647 if (DBFWriteStringAttribute(df,entno,p->field[0],name) == 0 || in GSHPWriteWP()
648 DBFWriteStringAttribute(df,entno,p->field[1],commt) == 0 || in GSHPWriteWP()
649 DBFWriteStringAttribute(df,entno,p->field[2],date) == 0) { in GSHPWriteWP()
751 int id, forget, entno, i, dim; in GSHPWriteRT() local
809 entno = SHPWriteObject(p->SHPFile,-1,prto); in GSHPWriteRT()
814 if (DBFWriteStringAttribute(df,entno,p->field[0],RT.rtid) == 0 || in GSHPWriteRT()
955 int id, forget, entno, i, dim; in GSHPWriteTR() local
1029 entno = SHPWriteObject(p->SHPFile,-1,ptro); in GSHPWriteTR()
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/common/sounds/
H A Dall.qc38 int entno = etof(e);
45 if (entno >= 8192 || chan < 0 || chan > 7) sflags |= SND_LARGEENTITY;
53 WriteShort(to, entno);
58 WriteShort(to, (entno << 3) | chan);
80 int entno = etof(e);
81 if (entno >= 8192 || chan < 0 || chan > 7)
88 WriteShort(_dest, entno);
99 WriteShort(_dest, entno * 8 + chan);
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_attr_sf.h21 uint8_t entno; /* entry number in original list */ member
H A Dxfs_da_btree.c2279 int entno; in xfs_da3_swap_lastblock() local
2393 for (entno = 0; in xfs_da3_swap_lastblock()
2394 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2396 entno++) in xfs_da3_swap_lastblock()
2402 par_blkno = be32_to_cpu(btree[entno].before); in xfs_da3_swap_lastblock()
2414 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2416 entno++) in xfs_da3_swap_lastblock()
2418 if (entno < par_hdr.count) in xfs_da3_swap_lastblock()
2437 entno = 0; in xfs_da3_swap_lastblock()
2442 btree[entno].before = cpu_to_be32(dead_blkno); in xfs_da3_swap_lastblock()
[all …]
H A Dxfs_dir2_block.c31 int *entno);
678 int *entno) /* returned entry number */ in xfs_dir2_block_lookup_int() argument
752 *entno = mid; in xfs_dir2_block_lookup_int()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_attr_sf.h21 uint8_t entno; /* entry number in original list */ member
H A Dxfs_da_btree.c2279 int entno; in xfs_da3_swap_lastblock() local
2393 for (entno = 0; in xfs_da3_swap_lastblock()
2394 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2396 entno++) in xfs_da3_swap_lastblock()
2402 par_blkno = be32_to_cpu(btree[entno].before); in xfs_da3_swap_lastblock()
2414 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2416 entno++) in xfs_da3_swap_lastblock()
2418 if (entno < par_hdr.count) in xfs_da3_swap_lastblock()
2437 entno = 0; in xfs_da3_swap_lastblock()
2442 btree[entno].before = cpu_to_be32(dead_blkno); in xfs_da3_swap_lastblock()
[all …]
H A Dxfs_dir2_block.c31 int *entno);
678 int *entno) /* returned entry number */ in xfs_dir2_block_lookup_int() argument
752 *entno = mid; in xfs_dir2_block_lookup_int()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_attr_sf.h21 uint8_t entno; /* entry number in original list */ member
H A Dxfs_da_btree.c2279 int entno; in xfs_da3_swap_lastblock() local
2393 for (entno = 0; in xfs_da3_swap_lastblock()
2394 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2396 entno++) in xfs_da3_swap_lastblock()
2402 par_blkno = be32_to_cpu(btree[entno].before); in xfs_da3_swap_lastblock()
2414 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2416 entno++) in xfs_da3_swap_lastblock()
2418 if (entno < par_hdr.count) in xfs_da3_swap_lastblock()
2437 entno = 0; in xfs_da3_swap_lastblock()
2442 btree[entno].before = cpu_to_be32(dead_blkno); in xfs_da3_swap_lastblock()
[all …]
H A Dxfs_dir2_block.c31 int *entno);
678 int *entno) /* returned entry number */ in xfs_dir2_block_lookup_int() argument
752 *entno = mid; in xfs_dir2_block_lookup_int()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_attr_list.c37 return sa->entno - sb->entno; in xfs_attr_shortform_compare()
132 sbp->entno = i; in xfs_attr_shortform_list()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_attr_list.c37 return sa->entno - sb->entno; in xfs_attr_shortform_compare()
132 sbp->entno = i; in xfs_attr_shortform_list()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_attr_list.c37 return sa->entno - sb->entno; in xfs_attr_shortform_compare()
132 sbp->entno = i; in xfs_attr_shortform_list()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_dec.c2212 int entno; in jpc_ppmstabtostreams() local
2224 entno = 0; in jpc_ppmstabtostreams()
2225 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2250 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2253 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2267 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2270 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_dec.c2270 int entno; in jpc_ppmstabtostreams() local
2282 entno = 0; in jpc_ppmstabtostreams()
2283 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2308 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2311 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2325 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2328 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_dec.c2202 int entno; in jpc_ppmstabtostreams() local
2214 entno = 0; in jpc_ppmstabtostreams()
2215 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2240 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2243 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2257 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2260 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_dec.c2488 unsigned entno = 0; in jpc_ppmstabtostreams() local
2489 const jpc_ppxstabent_t *ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2514 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2517 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
2531 if (++entno >= tab->numents) { in jpc_ppmstabtostreams()
2534 ent = tab->ents[entno]; in jpc_ppmstabtostreams()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dserver.h168 unsigned short entno[NUM_CSQCENTITIES_PER_FRAME]; member
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dserver.h178 unsigned short entno[NUM_CSQCENTITIES_PER_FRAME]; member
H A Drender.h622 void R_Water_AddWaterPlane(msurface_t *surface, int entno);
/dports/games/darkplaces/darkplaces/
H A Dserver.h178 unsigned short entno[NUM_CSQCENTITIES_PER_FRAME]; member
H A Drender.h610 void R_Water_AddWaterPlane(msurface_t *surface, int entno);
/dports/devel/p5-SPOPS/SPOPS-0.87/SPOPS/Manual/
H A DObject.pod181 id => [ 'entno', 'custno' ],
186 my $cust = My::Customer->fetch( "$entno,$custno" );

12