Searched refs:spp (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dstrip_rw.c59 uint16 spp, bps, photometric, sampleformat, planarconfig; local
67 spp = 1;
74 compression, spp, bps, photometric,
81 compression, spp, bps, photometric,
90 compression, spp, bps, photometric,
97 compression, spp, bps, photometric,
109 spp = 1;
116 compression, spp, bps, photometric,
123 compression, spp, bps, photometric,
133 compression, spp, bp
[all...]
H A Dstrip.c122 uint16 spp, uint16 bps, uint16 photometric,
145 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) {
178 bps, spp, sampleformat, planarconfig,
186 uint16 spp, uint16 bps, uint16 photometric,
225 || value_u16 != spp) {
256 bps, spp, sampleformat, planarconfig,
120 create_image_striped(const char *name, uint32 width, uint32 length, uint32 rowsperstrip, uint16 compression, uint16 spp, uint16 bps, uint16 photometric, uint16 sampleformat, uint16 planarconfig, const tdata_t array, const tsize_t size) argument
184 read_image_striped(const char *name, uint32 width, uint32 length, uint32 rowsperstrip, uint16 compression, uint16 spp, uint16 bps, uint16 photometric, uint16 sampleformat, uint16 planarconfig, const tdata_t array, const tsize_t size) argument
/macosx-10.9.5/ICU-511.35/icuSources/test/testdata/
H A Dtestdata.mak31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test2.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
65 nfscsi.spp
66 nfscss.spp
67 nfscis.spp
68 nfsmxs.spp
69 nfsmxp.spp
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c389 uint16 spp; member in struct:image_data
747 * and number of samples as args to select fewer than spp
755 tsample_t spp, uint16 bps)
759 tsample_t count = spp;
776 bytes_per_pixel = ((bps * spp) + 7) / 8;
804 dst_rowsize = ((imagewidth * bps * spp) + 7) / 8;
823 col_offset = ((col * bps * spp) + 7)/ 8;
837 if (((bps % 8) == 0) && (count == spp))
842 _TIFFmemcpy (bufp, tilebuf + src_offset, (ncol * spp * bps) / 8);
843 bufp += (imagewidth * bps * spp) /
751 readContigTilesIntoBuffer(TIFF* in, uint8* buf, uint32 imagelength, uint32 imagewidth, uint32 tw, uint32 tl, tsample_t spp, uint16 bps) argument
939 readSeparateTilesIntoBuffer(TIFF* in, uint8 *obuf, uint32 imagelength, uint32 imagewidth, uint32 tw, uint32 tl, uint16 spp, uint16 bps) argument
1118 writeBufferToSeparateStrips(TIFF* out, uint8* buf, uint32 length, uint32 width, uint16 spp, struct dump_opts *dump) argument
1182 writeBufferToContigTiles(TIFF* out, uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp, struct dump_opts* dump) argument
1257 writeBufferToSeparateTiles(TIFF* out, uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp, struct dump_opts * dump) argument
2616 extractContigSamplesBytes(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2682 extractContigSamples8bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2759 extractContigSamples16bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2848 extractContigSamples24bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2941 extractContigSamples32bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
3046 extractContigSamplesShifted8bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3126 extractContigSamplesShifted16bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3216 extractContigSamplesShifted24bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3314 extractContigSamplesShifted32bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3422 extractContigSamplesToBuffer(uint8 *out, uint8 *in, uint32 rows, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, struct dump_opts *dump) argument
3498 extractContigSamplesToTileBuffer(uint8 *out, uint8 *in, uint32 rows, uint32 cols, uint32 imagewidth, uint32 tilewidth, tsample_t sample, uint16 count, uint16 spp, uint16 bps, struct dump_opts *dump) argument
3605 combineSeparateSamplesBytes(unsigned char *srcbuffs[], unsigned char *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3663 combineSeparateSamples8bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3763 combineSeparateSamples16bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3873 combineSeparateSamples24bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3997 combineSeparateSamples32bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4128 combineSeparateTileSamplesBytes(unsigned char *srcbuffs[], unsigned char *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4189 combineSeparateTileSamples8bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4288 combineSeparateTileSamples16bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4397 combineSeparateTileSamples24bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4521 combineSeparateTileSamples32bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4653 readSeparateStripsIntoBuffer(TIFF *in, uint8 *obuf, uint32 length, uint32 width, uint16 spp, struct dump_opts *dump) argument
5685 uint16 bps = 0, spp = 0, res_unit = 0; local
6087 uint16 bps, spp; local
6336 uint16 bps, spp; local
6461 uint16 bps, spp; local
6837 uint16 bps, spp; local
7516 uint16 bps, spp; local
7792 rotateContigSamples8bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, uint32 length, uint32 col, uint8 *src, uint8 *dst) argument
7868 rotateContigSamples16bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, uint32 length, uint32 col, uint8 *src, uint8 *dst) argument
7951 rotateContigSamples24bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, uint32 length, uint32 col, uint8 *src, uint8 *dst) argument
8042 rotateContigSamples32bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, uint32 length, uint32 col, uint8 *src, uint8 *dst) argument
8162 uint16 spp, bps; local
8433 reverseSamples8bits(uint16 spp, uint16 bps, uint32 width, uint8 *ibuff, uint8 *obuff) argument
8498 reverseSamples16bits(uint16 spp, uint16 bps, uint32 width, uint8 *ibuff, uint8 *obuff) argument
8573 reverseSamples24bits(uint16 spp, uint16 bps, uint32 width, uint8 *ibuff, uint8 *obuff) argument
8657 reverseSamples32bits(uint16 spp, uint16 bps, uint32 width, uint8 *ibuff, uint8 *obuff) argument
8757 reverseSamplesBytes(uint16 spp, uint16 bps, uint32 width, uint8 *src, uint8 *dst) argument
8806 mirrorImage(uint16 spp, uint16 bps, uint16 mirror, uint32 width, uint32 length, unsigned char *ibuff) argument
8919 invertImage(uint16 photometric, uint16 spp, uint16 bps, uint32 width, uint32 length, unsigned char *work_buff) argument
[all...]
H A Dtiffcp.c768 uint32 imagelength, uint32 imagewidth, tsample_t spp)
772 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
777 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
788 (void) imagewidth; (void) spp;
843 if (spp == 1) {
923 (void) imagewidth; (void) spp;
969 for (s = 0; s < spp; s++) {
1005 for (s = 0; s < spp; s++) {
1018 inp += spp;
1051 for (s = 0; s < spp;
1096 cpContigBufToSeparateBuf(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp, int bytes_per_sample ) argument
1117 cpSeparateBufToContigBuf(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp, int bytes_per_sample) argument
1137 cpImage(TIFF* in, TIFF* out, readFunc fin, writeFunc fout, uint32 imagelength, uint32 imagewidth, tsample_t spp) argument
1392 nrows, imagewidth, 0, 0, spp, 1); local
[all...]
H A Dppm2tiff.c79 uint16 spp = 1; local
139 spp = 1;
144 spp = 1;
149 spp = 3;
199 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, spp);
220 linebytes = (spp * w + (8 - 1)) / 8;
229 linebytes = spp * w;
H A Dthumbnail.c553 uint16 bps, spp; local
561 TIFFGetFieldDefaulted(in, TIFFTAG_SAMPLESPERPIXEL, &spp);
563 if (spp != 1 || bps != 1)
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam_stat.c26 __qam_stat(dbc, spp, flags)
28 void *spp;
51 if (spp == NULL)
176 *(DB_QUEUE_STAT **)spp = sp;
243 __qam_stat(dbc, spp, flags)
245 void *spp;
248 COMPQUIET(spp, NULL);
H A Dqam_stub.c249 __qam_stat(dbc, spp, flags)
251 void *spp;
254 COMPQUIET(spp, NULL);
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_stati.c35 __db_stat_pp(dbp, txn, spp, flags)
38 void *spp;
61 ret = __db_stat(dbp, ip, txn, spp, flags);
77 __db_stat(dbp, ip, txn, spp, flags)
81 void *spp;
101 ret = __bam_stat(dbc, spp, flags);
104 ret = __ham_stat(dbc, spp, flags);
107 ret = __qam_stat(dbc, spp, flags);
466 __db_stat_pp(dbp, txn, spp, flags)
469 void *spp;
[all...]
/macosx-10.9.5/vim-53/src/
H A Dsyntax.c401 static void syn_add_end_off __ARGS((lpos_T *result, regmmatch_T *regmatch, synpat_T *spp, int idx, int extra));
402 static void syn_add_start_off __ARGS((lpos_T *result, regmmatch_T *regmatch, synpat_T *spp, int idx, int extra));
428 static void put_pattern __ARGS((char *s, int c, synpat_T *spp, int attr));
696 synpat_T *spp; local
862 spp = &(SYN_ITEMS(syn_block)[cur_si->si_idx]);
863 found_flags = spp->sp_flags;
864 found_match_idx = spp->sp_sync_idx;
1843 synpat_T *spp; local
2030 spp = &(SYN_ITEMS(syn_block)[idx]);
2031 if ( spp
2437 synpat_T *spp; local
2635 synpat_T *spp; local
2865 synpat_T *spp, *spp_skip; local
3496 synpat_T *spp; local
3637 synpat_T *spp; local
3888 synpat_T *spp; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_stat.c27 __ham_stat(dbc, spp, flags)
29 void *spp;
113 *(DB_HASH_STAT **)spp = sp;
352 __ham_stat(dbc, spp, flags)
354 void *spp;
357 COMPQUIET(spp, NULL);
H A Dhash_stub.c369 __ham_stat(dbc, spp, flags)
371 void *spp;
374 COMPQUIET(spp, NULL);
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.xs1282 SV ** spp;
1287 spp = hv_fetch((HV*)SvRV(cbv->self_sv), "NoExpand", 8, 0);
1288 if (spp && SvTRUE(*spp))
1291 spp = hv_fetch((HV*)SvRV(cbv->self_sv), "Context", 7, 0);
1292 if (! spp || ! *spp || !SvROK(*spp))
1295 cbv->context = (AV*) SvRV(*spp);
1300 spp
[all...]
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp376 output_line **spp = 0; local
379 spp = 0;
380 else if (!spp)
381 spp = pp;
382 if (spp) {
383 output_line *ln = *spp;
384 *spp = 0;
385 tail = spp;
/macosx-10.9.5/BerkeleyDB-21/db/sequence/
H A Dseq_stat.c28 __seq_stat(seq, spp, flags)
30 DB_SEQUENCE_STAT **spp;
102 *spp = sp;
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_stat.c25 __bam_stat(dbc, spp, flags)
27 void *spp;
177 *(DB_BTREE_STAT **)spp = sp;
195 *(DB_BTREE_STAT **)spp = NULL;
452 __bam_stat(dbc, spp, flags)
454 void *spp;
457 COMPQUIET(spp, NULL);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-nfs.c1508 struct nfsv3_pathconf *spp; local
1519 spp = (struct nfsv3_pathconf *)dp;
1520 TCHECK(*spp);
1523 EXTRACT_32BITS(&spp->pc_linkmax),
1524 EXTRACT_32BITS(&spp->pc_namemax),
1525 EXTRACT_32BITS(&spp->pc_notrunc) ? "notrunc" : "",
1526 EXTRACT_32BITS(&spp->pc_chownrestricted) ? "chownres" : "",
1527 EXTRACT_32BITS(&spp->pc_caseinsensitive) ? "igncase" : "",
1528 EXTRACT_32BITS(&spp->pc_casepreserving) ? "keepcase" : "");
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c1626 struct fnnode *cfnp, **spp = NULL; local
1648 spp = &dfnp->fn_dirents;
1700 spp = &cfnp->fn_next;
1704 spp = &cfnp->fn_next;
1725 (*fnpp)->fn_next = *spp;
1726 *spp = *fnpp;
/macosx-10.9.5/ICU-511.35/icuSources/data/
H A DMakefile.in416 SPREP_FILES = $(ALL_SPREP_SOURCE:%.txt=$(BUILDDIR)/%.spp)
417 SPREP_FILES_SHORT = $(ALL_SPREP_SOURCE:%.txt=%.spp)
510 $(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/unames.icu
511 $(INVOKE) $(TOOLBINDIR)/gensprep -d $(BUILDDIR) -i $(BUILDDIR) -s $(SPREPSRCDIR) -b $(@F:%.spp=%) -m $(UNICODEDATADIR) -u 3.2.0 $(<F)
H A Dmakedata.mak466 SPREP_FILES = $(SPREP_SOURCE:.txt=.spp)
644 $(SPREP_FILES:.spp=.spp
686 -@erase "*.spp"
723 -@erase "*.spp"
981 # Stringprep .spp file generation.
982 {$(ICUSRCDATA_RELATIVE_PATH)\$(ICUSPREP)}.txt.spp:
/macosx-10.9.5/less-23/less/
H A Dscreen.c1427 tmodes(incap, outcap, instr, outstr, def_instr, def_outstr, spp)
1434 char **spp;
1436 *instr = ltgetstr(incap, spp);
1445 *outstr = ltgetstr(outcap, spp);
1448 *outstr = ltgetstr("me", spp);
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_mgr.c2234 DBusMgrSocket sockFd, *sfd=0L, *const*spp=0L; local
2249 if( ((spp = tfind( &sockFd, &(mgr->sockets), dbus_mgr_socket_comparator) ) == 0L )
2250 ||((sfd = *spp) == 0L )
2417 DBusMgrSocket *const*spp=p, *sfd; local
2422 if( (spp==0L) || ((sfd = *spp)==0L)
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkrb5tgs.c744 krb5_principals spp,
952 spp,
1490 krb5_principals spp = NULL; local
1866 &spp,
2249 spp,
726 tgs_make_reply(krb5_context context, krb5_kdc_configuration *config, KDC_REQ_BODY *b, krb5_const_principal tgt_name, const EncTicketPart *tgt, const krb5_keyblock *replykey, int rk_is_subkey, const EncryptionKey *serverkey, const krb5_keyblock *sessionkey, krb5_kvno kvno, AuthorizationData *auth_data, hdb_entry_ex *server, krb5_principal server_principal, const char *server_name, hdb_entry_ex *client, krb5_principal client_principal, hdb_entry_ex *krbtgt, krb5_enctype krbtgt_etype, krb5_principals spp, const krb5_data *rspac, const METHOD_DATA *enc_pa_data, const char **e_text, krb5_data *reply) argument
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp493 DBENV_METHOD(log_stat, (DB_LOG_STAT **spp, u_int32_t flags),
494 (dbenv, spp, flags))

Completed in 401 milliseconds

12