Home
last modified time | relevance | path

Searched refs:uintn (Results 1 – 25 of 117) sorted by relevance

12345

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmfgr.h66 uintn gr_modified; /* whether any images have been modified */
70 uintn gattr_modified; /* whether any global attributes have been modified */
81 uintn data_modified; /* flag to indicate whether the attribute data has been modified */
111 uintn data_modified; /* whether the image or palette data has been modified */
113 uintn attr_modified; /* whether the attributes have been modified */
120 uintn comp_img; /* whether to compress image data */
123 uintn ext_img; /* whether to make image data external */
126 uintn acc_img; /* whether to make image data a different access type */
127 uintn acc_type; /* type of access-mode to get image data with */
128 uintn fill_img; /* whether to fill image, or just store fill value */
[all …]
H A Dcskphuff.c82 uintn *lleft, /* local copy of the left pointer */ in HCIcskphuff_splay()
103 if ((uintn)c == b) in HCIcskphuff_splay()
118 a = (uintn)d; in HCIcskphuff_splay()
122 a = (uintn)c; in HCIcskphuff_splay()
149 HCIcskphuff_init(accrec_t * access_rec, uintn alloc_buf) in HCIcskphuff_init()
176 …if ((skphuff_info->left = (uintn **) HDmalloc(sizeof(uintn *) * (uintn)skphuff_info->skip_size)) =… in HCIcskphuff_init()
178 …if ((skphuff_info->right = (uintn **) HDmalloc(sizeof(uintn *) * (uintn)skphuff_info->skip_size)) … in HCIcskphuff_init()
189 if ((skphuff_info->left[i] = (uintn *) HDmalloc(sizeof(uintn) * SUCCMAX)) == NULL) in HCIcskphuff_init()
191 if ((skphuff_info->right[i] = (uintn *) HDmalloc(sizeof(uintn) * SUCCMAX)) == NULL) in HCIcskphuff_init()
208 skphuff_info->left[k][j] = (uintn)(j << 1); in HCIcskphuff_init()
[all …]
H A Dhdatainfo.h42 int32 *chk_coord, uintn start_block, uintn info_count,
46 (int32 vsid, uintn start_block, uintn info_count,
56 (int32 riid, uintn start_block, uintn info_count,
62 HDFLIBAPI intn GRgetpalinfo(int32 gr_id, uintn pal_count, hdf_ddinfo_t *palinfo_array);
H A Dcrle.c103 rle_info->last_byte = (uintn) RLE_NIL; /* start with no code in the last byte */ in HCIcrle_init()
104 rle_info->second_byte = (uintn) RLE_NIL; /* start with no code here too */ in HCIcrle_init()
137 uintn dec_len; /* length to decode */ in HCIcrle_decode()
153 if ((rle_info->last_byte = (uintn)HDgetc(info->aid)) == (uintn)FAIL) in HCIcrle_decode()
168 dec_len = (uintn)rle_info->buf_length; in HCIcrle_decode()
170 dec_len = (uintn) length; in HCIcrle_decode()
229 rle_info->last_byte = (uintn)(rle_info->buffer[0] = *buf); in HCIcrle_encode()
238 if ((uintn)*buf != rle_info->last_byte) in HCIcrle_encode()
246 rle_info->last_byte = (uintn)(rle_info->buffer[0] = *buf); in HCIcrle_encode()
270 if ((uintn)*buf == rle_info->last_byte && (uintn)*buf == rle_info->second_byte) in HCIcrle_encode()
[all …]
H A Dhdfi.h152 typedef unsigned int uintn; typedef
209 typedef unsigned int uintn; typedef
267 typedef unsigned int uintn; typedef
331 typedef unsigned int uintn; typedef
471 typedef unsigned int uintn; typedef
533 typedef unsigned int uintn; typedef
632 typedef unsigned int uintn; typedef
704 typedef unsigned int uintn; typedef
756 typedef unsigned int uintn; typedef
804 typedef unsigned int uintn; typedef
[all …]
H A Datom.c178 uintn i; in HAdestroy_group()
227 uintn hash_loc; /* new item's hash table location */ in HAregister_atom()
248 hash_loc=grp_ptr->nextid%(uintn)grp_ptr->hash_size; in HAregister_atom()
292 uintn i; /* local counter */ in HAPatom_object()
393 uintn hash_loc; /* atom's hash table location */ in HAremove_atom()
395 uintn i; /* local counting variable */ in HAremove_atom()
409 hash_loc=(uintn)ATOM_TO_LOC(atm,grp_ptr->hash_size); in HAremove_atom()
534 uintn hash_loc; /* atom's hash table location */ in HAIfind_atom()
547 hash_loc=(uintn)ATOM_TO_LOC(atm,grp_ptr->hash_size); in HAIfind_atom()
H A Dvgp.c425 v->ref = (uintn) ref; in Load_vfile()
472 w->ref = (uintn)ref; in Load_vfile()
912 uintn i; in vpackvg()
1023 uintn u; in vunpackvg()
1051 vg->msize = ((uintn)vg->nvelt > (uintn)MAXNVELT ? vg->nvelt : MAXNVELT); in vunpackvg()
1497 uintn u; in Vinsert()
1602 uintn u; in Vflocate()
1676 uintn u; in Vinqtagref()
2183 uintn i; in Vaddtagref()
2481 uintn u; in Visvg()
[all …]
H A Dvgint.h204 uintn ref; /* ref # of this vgroup in the file */
218 uintn ref; /* ref # of this vdata in the file */
256 intn VSIgetvdatas(int32 id, const char *vsclass, const uintn start_vd,
257 const uintn n_vds, uint16 *refarray);
H A Dhfiledd.c107 uintn *all_cnt, uintn *real_cnt);
152 uintn tbuf_size=0; /* temporary buffer size */ in HTPstart()
227 if(tbuf==NULL || ((uintn)ndds*DD_SZ)>tbuf_size) in HTPstart()
231 tbuf_size=(uintn)ndds*DD_SZ; in HTPstart()
474 tbuf_size=(uintn)ndds*DD_SZ; in HTPsync()
1006 uintn all_cnt; in Hnumber()
1007 uintn real_cnt; in Hnumber()
2046 uintn *all_cnt, uintn *real_cnt) in HTIcount_dd()
2065 t_all_cnt += (uintn)block->ndds; in HTIcount_dd()
2084 t_all_cnt += (uintn)block->ndds; in HTIcount_dd()
[all …]
H A Datom.h123 uintn count; /* # of times this group has been initialized */
125 uintn atoms; /* current number of atoms held */
126 uintn nextid; /* atom ID to use for the next atom */
H A Dlinklist.h50 uintn count; /* # of nodes in the list */
51 uintn flags; /* list creation flags */
H A Dvconv.c196 uintn u; in vimakecompat()
235 for (u = 0; u < (uintn)vg->nvelt; u++) in vimakecompat()
380 uintn i; in oldunpackvg()
394 for (i = 0; i < (uintn)vg->nvelt; i++) in oldunpackvg()
398 for (i = 0; i < (uintn)vg->nvelt; i++) in oldunpackvg()
H A Dhdatainfo.c112 uintn start_block, uintn info_count, int32 *offsetarray, in HDgetdatainfo()
372 VSgetdatainfo(int32 vsid, uintn start_block, uintn info_count, in VSgetdatainfo()
861 GRgetdatainfo(int32 riid, uintn start_block, uintn info_count, in GRgetdatainfo()
868 uintn count; in GRgetdatainfo()
971 GRgetpalinfo(int32 gr_id, uintn pal_count, hdf_ddinfo_t *palinfo_array) in GRgetpalinfo()
979 uintn count; in GRgetpalinfo()
H A Dvgf.c1561 uintn ii;
1565 ret = (intf)Vgetvgroups((int32)*id, (uintn)*start_vg, 0, NULL );
1568 c_refarray = (uint16 *)HDmalloc(sizeof(uint16)*(uintn)*vg_count);
1569 ret = (intf)Vgetvgroups((int32)*id, (uintn)*start_vg, (uintn)*vg_count, c_refarray );
1572 for (ii = 0; ii < (uintn)*vg_count; ii++)
1605 uintn ii;
1609 ret = (intf)VSgetvdatas((int32)*id, (uintn)*start_vd, 0, NULL );
1612 c_refarray = (uint16 *)HDmalloc(sizeof(uint16)*(uintn)*vd_count);
1613 ret = (intf)VSgetvdatas((int32)*id, (uintn)*start_vd, (uintn)*vd_count, c_refarray );
1615 for (ii = 0; ii < (uintn)*vd_count; ii++)
H A Dmfgr.c1373 uintn pixel_size=(uintn)DFKNTsize((nt|DFNT_NATIVE)&(~DFNT_LITEND))*(uintn)ncomp; in GRIil_convert()
1374 uintn comp_size=(uintn)DFKNTsize((nt|DFNT_NATIVE)&(~DFNT_LITEND)); in GRIil_convert()
2747 uintn pixel_mem_size, /* size of a pixel in memory */ in GRwriteimage()
3226 uintn pixel_disk_size; /* size of a pixel on disk */ in GRreadimage()
3227 uintn pixel_mem_size; /* size of a pixel in memory */ in GRreadimage()
4269 intn GRsetaccesstype(int32 riid,uintn accesstype) in GRsetaccesstype()
6003 uintn pixel_mem_size, /* size of a pixel in memory */ in GRwritechunk()
6011 uintn convert; /* whether to convert or not */ in GRwritechunk()
6223 uintn pixel_mem_size; /* size of a pixel in memory */ in GRreadchunk()
6224 uintn pixel_disk_size; /* size of a pixel on disk */ in GRreadchunk()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dmfdatainfo.h30 (int32 sdsid, int32 *chk_coord, uintn start_block, uintn info_count,
40 (int32 sdsid, ann_type annot_type, uintn size, int32* offsetarray,
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dbitio.c100 SEED((uintn) time(NULL)); in test_bitio_write()
105 outbuf2[i] = (uintn)RAND() & maskbuf[outbuf[i]]; /* actual bits to output */ in test_bitio_write()
161 SEED((uintn) time(NULL)); in test_bitio_read()
258 SEED((uintn) time(NULL)); in test_bitio_seek()
312 outbuf2[i] = (uintn)RAND() & maskbuf[outbuf[i]]; /* actual bits to output */ in test_bitio_seek()
351 outbuf2[i] = (uintn)RAND() & maskbuf[outbuf[i]]; /* actual bits to output */ in test_bitio_seek()
H A Dnbit.c509 test_in = (uintn)inbuf[i] & (uintn)NBIT_MASK5B; in test_nbit5()
593 test_out = (int32)((uintn)outbuf[i] & (uintn)NBIT_MASK6A); in test_nbit6()
594 test_in = (int32)((uintn)inbuf[i] & (uintn)NBIT_MASK6B); in test_nbit6()
1008 test_out = (outbuf[i] | (uintn)NBIT_MASK11A) & (uintn)NBIT_MASK11B; in test_nbit11()
1009 test_in = inbuf[i] & (uintn)NBIT_MASK11B; in test_nbit11()
1093 test_out = (int32)(((uintn)outbuf[i] | (uintn)NBIT_MASK12A) & (uintn)NBIT_MASK12B); in test_nbit12()
1094 test_in = (int32)((uintn)inbuf[i] & (uintn)NBIT_MASK12B); in test_nbit12()
H A Dtdatainfo.h29 intn alloc_info(t_hdf_datainfo_t *info, uintn info_count);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsotypes.h62 typedef JSUintn uintn; typedef
76 typedef JSUintn uintn; typedef
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsotypes.h62 typedef JSUintn uintn; typedef
76 typedef JSUintn uintn; typedef
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsotypes.h62 typedef JSUintn uintn; typedef
76 typedef JSUintn uintn; typedef
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsotypes.h62 typedef JSUintn uintn; typedef
76 typedef JSUintn uintn; typedef
/dports/lang/spidermonkey17/js/src/
H A Djsotypes.h62 typedef JSUintn uintn; typedef
76 typedef JSUintn uintn; typedef
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsotypes.h62 typedef JSUintn uintn; typedef
76 typedef JSUintn uintn; typedef

12345