Searched refs:rmap (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dpal2rgb.c75 uint16 *rmap, *gmap, *bmap; local
118 if (!TIFFGetField(in, TIFFTAG_COLORMAP, &rmap, &gmap, &bmap)) {
163 cmap = checkcmap(1<<bitspersample, rmap, gmap, bmap);
172 rmap[i] = CVT(rmap[i]);
189 *pp++ = (unsigned char) rmap[ibuf[x]];
202 *pp++ = (unsigned char) rmap[ibuf[x]];
H A Dtiff2ps.c991 uint16 *rmap, *gmap, *bmap; local
1026 if (!TIFFGetField(tif, TIFFTAG_COLORMAP, &rmap, &gmap, &bmap)) {
1031 if (checkcmap(tif, num_colors, rmap, gmap, bmap) == 16) {
1037 rmap[i] = CVT(rmap[i]);
1052 Ascii85Put((unsigned char)rmap[i], fd);
1058 rmap[i], gmap[i], bmap[i]);
1802 PUTHEX(rmap[c],fd); PUTHEX(gmap[c],fd); PUTHEX(bmap[c],fd)
1807 uint16 *rmap, *gmap, *bmap; local
1814 if (!TIFFGetField(tif, TIFFTAG_COLORMAP, &rmap,
[all...]
H A Dtiff2bw.c87 compresspalette(unsigned char* out, unsigned char* data, uint32 n, uint16* rmap, uint16* gmap, uint16* bmap) argument
93 v = red*rmap[ix];
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.cpp190 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
191 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
192 return rit != rmap.end();
210 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
211 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
212 if (rit == rmap.end())
232 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
236 size_t capacity=rmap.size();
242 for (RelationInfoMap::const_iterator rit = rmap.begin(); rit != rmap
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.cpp190 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
191 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
192 return rit != rmap.end();
210 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
211 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
212 if (rit == rmap.end())
232 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
236 size_t capacity=rmap.size();
242 for (RelationInfoMap::const_iterator rit = rmap.begin(); rit != rmap
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.cpp190 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
191 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
192 return rit != rmap.end();
210 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
211 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
212 if (rit == rmap.end())
232 const RelationInfoMap &rmap = relationInfoMapFor(recordType); local
236 size_t capacity=rmap.size();
242 for (RelationInfoMap::const_iterator rit = rmap.begin(); rit != rmap
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon252 array set rmap {}
259 if {![info exists rmap($key)]} {
265 set rmap($key) $p
272 sched set cell $tracks($track) $rmap($key) "$tower; $room; $speaker; $title"
273 schedr set cell $tracks($track) $rmap($key) "$tower $room\n$speaker\n$title"
/macosx-10.10/groff-38/groff/font/devps/generate/
H A DMakefile198 $(AFMTODIT) -s $(RFLAG) zapfdr.afm $(srcdir)/dingbats.rmap $@
217 ZDR: $(srcdir)/dingbats.rmap
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm27207 my ( $rpre_tokens, $rmap, $rpre_types );
27214 ( $rpre_tokens, $rmap, $rpre_types ) =
27234 my ( $rtok, $rmap, $rtype ) =
[all...]

Completed in 210 milliseconds