Searched refs:bpp (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_getenv.c20 __os_getenv(env, name, bpp, buflen)
23 char **bpp;
41 (void)strcpy(*bpp, p);
45 *bpp = NULL;
56 *bpp = NULL;
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_getenv.c18 __os_getenv(env, name, bpp, buflen)
21 char **bpp;
43 (void)strcpy(*bpp, p);
73 *bpp = NULL;
86 (void)strcpy(*bpp, p);
88 *bpp = NULL;
90 if (*bpp == NULL)
96 *bpp = NULL;
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dmap_v4v6.c102 _map_v4v6_hostent(hp, bpp, lenp)
104 char **bpp;
114 int i = sizeof(align) - ((u_long)*bpp % sizeof(align));
121 *bpp += i;
123 _map_v4v6_address(*ap, *bpp);
124 *ap = *bpp;
125 *bpp += IN6ADDRSZ;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl29 # used for 4bpp number conversion
48 # List of icons in the file (each element a list of w h and bpp)
57 # list of icons' dimensions as tuples {width height bpp}
121 # bpp bit depth of icon we are writing
131 proc ::ico::writeIcon {file index bpp data args} {
145 if {$bpp != 1 && $bpp != 4 && $bpp != 8 && $bpp != 24 && $bpp !
[all...]
H A Dico.tcl24 # used for 4bpp number conversion
78 # list of icons as tuples {name width height bpp}
101 # ?-bpp? Set the preferred color depth in bits per pixel.
102 # ?-exact? Accept only exact matches for res and bpp. Returns
121 set bpp 24
122 parseOpts {type format image res bpp exact} $args
140 set icon [lindex [lsearch -inline -glob $mem "* $res $bpp"] 0]
155 if {[lindex $x 3] <= $bpp} { set icon [lindex $x 0]; break }
263 # bpp bit depth of icon we are writing
273 proc ::ico::writeIcon {file name bpp dat
[all...]
/macosx-10.10.1/cups-408/cups/filter/
H A Draster.c43 bpp; /* Bytes per pixel/color */ member in struct:_cups_raster_s
404 count = (unsigned)(257 - byte) * r->bpp;
421 count = ((unsigned)byte + 1) * r->bpp;
425 if (count < r->bpp)
430 if (!cups_raster_read(r, temp, r->bpp))
433 temp += r->bpp;
434 count -= r->bpp;
438 memcpy(temp, temp - r->bpp, r->bpp);
439 temp += r->bpp;
1276 unsigned bpp, /* Bytes per pixel */ local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dppm2tiff.c80 uint16 bpp = 8; local
138 bpp = 1;
143 bpp = 8;
148 bpp = 8;
179 switch (bpp) {
200 TIFFSetField(out, TIFFTAG_BITSPERSAMPLE, bpp);
218 switch (bpp) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dico.rb51 name, width, height, bpp = tk_split_simplelist(elem)
52 [name, number(width), number(height), number(bpp)]
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_overflow.c68 __db_goff(dbp, ip, txn, dbt, tlen, pgno, bpp, bpsz)
75 void **bpp;
124 if ((ret = __os_realloc(env, needed, bpp)) != 0)
127 dbt->data = *bpp;
128 } else if (bpp != NULL)
129 dbt->data = *bpp;
134 bpsz != NULL || bpp != NULL);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c82 UByte bpp; member in struct:__anon12988
155 if (pcxhdr->bpp != 1 && pcxhdr->bpp != 8) {
181 sprintf(str, "\tBytes per pixel : %d\n", ph->bpp); OUT;
684 if (ph.planes == 1 && ph.bpp == 1) {
689 } else if (ph.planes == 4 && ph.bpp == 1) {
693 } else if (ph.planes == 1 && ph.bpp == 8) {
698 } else if (ph.planes == 3 && ph.bpp == 8) {
704 sprintf(errMsg, "Image has invalid channel/bpp combination: (%d, %d)",
705 ph.planes, ph.bpp);
[all...]
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Ddenode.h277 int msdosfs_readep(struct msdosfsmount *pmp, uint32_t dirclu, uint32_t dirofs, struct buf **bpp, struct dosdirentry **epp, vfs_context_t context);
278 int readde(struct denode *dep, struct buf **bpp, struct dosdirentry **epp, vfs_context_t context);
H A Dmsdosfs_lookup.c930 struct buf **bpp, struct dosdirentry **epp, vfs_context_t context)
995 if ((error = (int)buf_meta_bread(pmp->pm_devvp, bn, blsize, vfs_context_ucred(context), bpp)) != 0)
997 buf_brelse(*bpp);
998 *bpp = NULL;
1002 *epp = bptoep(pmp, *bpp, diroffset);
928 msdosfs_readep(struct msdosfsmount *pmp, uint32_t dirclust, uint32_t diroffset, struct buf **bpp, struct dosdirentry **epp, vfs_context_t context) argument
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_bigkey.c314 * This will set bpp to the buffer header of the last page of the big pair.
320 __find_last_page(HTAB *hashp, BUFHEAD **bpp) argument
326 bufp = *bpp;
347 *bpp = bufp;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c154 #define RLE(bpp) (ITYPE_RLE | (bpp))
155 #define UNCOMPRESSED(bpp) (ITYPE_UNCOMPRESSED | (bpp))
845 i_errhdlr("rle_compact: bad bpp: %d %d\n",ibpp,obpp);
893 i_errhdlr("rle_expand: bad bpp: %d %d\n",ibpp,obpp);
968 i_errhdlr("putrow: weird bpp\n");
1021 i_errhdlr("putrow: weird bpp\n");
1070 i_errhdlr("getrow: weird bpp\n");
1100 i_errhdlr("getrow: weird bpp\
1723 Int x, y, bpp, nchan; local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmplayerconf.vim56 \ mixer nowaveheader aa bpp brightness contrast
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrutil.c2932 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3; local
2933 png_bytep rp = row + bpp;
2936 for (i = bpp; i < istop; i++)
2963 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3; local
2964 png_uint_32 istop = row_info->rowbytes - bpp;
2966 for (i = 0; i < bpp; i++)
2988 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3; local
2989 png_uint_32 istop=row_info->rowbytes - bpp;
2991 for (i = 0; i < bpp; i++)
H A Dpngwutil.c2104 png_uint_32 mins, bpp; local
2122 bpp = (row_info->pixel_depth + 7) >> 3;
2214 for (i = 0, rp = row_buf + 1, dp = png_ptr->sub_row + 1; i < bpp;
2269 for (i = 0, rp = row_buf + 1, dp = png_ptr->sub_row + 1; i < bpp;
2434 pp = prev_row + 1; i < bpp; i++)
2485 pp = prev_row + 1; i < bpp; i++)
2546 pp = prev_row + 1; i < bpp; i++)
2618 pp = prev_row + 1; i < bpp; i++)
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c2139 int nrablks, kauth_cred_t cred, buf_t *bpp, int queuetype)
2144 bp = *bpp = bio_doread(vp, blkno, size, cred, 0, queuetype);
2168 buf_bread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, buf_t *bpp) argument
2173 bp = *bpp = bio_doread(vp, blkno, size, cred, 0, BLK_READ);
2184 buf_meta_bread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, buf_t *bpp) argument
2189 bp = *bpp = bio_doread(vp, blkno, size, cred, 0, BLK_META);
2199 buf_breadn(vnode_t vp, daddr64_t blkno, int size, daddr64_t *rablks, int *rasizes, int nrablks, kauth_cred_t cred, buf_t *bpp) argument
2201 return (do_breadn_for_type(vp, blkno, size, rablks, rasizes, nrablks, cred, bpp, BLK_READ));
2209 buf_meta_breadn(vnode_t vp, daddr64_t blkno, int size, daddr64_t *rablks, int *rasizes, int nrablks, kauth_cred_t cred, buf_t *bpp) argument
2211 return (do_breadn_for_type(vp, blkno, size, rablks, rasizes, nrablks, cred, bpp, BLK_MET
2138 do_breadn_for_type(vnode_t vp, daddr64_t blkno, int size, daddr64_t *rablks, int *rasizes, int nrablks, kauth_cred_t cred, buf_t *bpp, int queuetype) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-funcs.el474 (bpp (math-add bp (math-mul d2 bz)))
475 (next (math-div app bpp)))
480 (math-div ap bpp) (math-div bp bpp)
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp4058 UInt32 bpp; local
4103 bpp = (UInt32) bootDisplay.v_depth;
4104 if (bpp == 15)
4105 bpp = 16;
4106 else if (bpp == 24)
4107 bpp = 32;
4108 inst->fBitsPerPixel = bpp;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompmatch.c482 /* This tests if the string from the line l matches the word w. In *bpp
493 match_str(char *l, char *w, Brinfo *bpp, int bc, int *rwlp, argument
505 bp = *bpp;
973 *bpp = bp;
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c621 * Any buffer is returned in *bpp.
643 struct nfsbuf **bpp)
655 *bpp = NULL;
976 *bpp = bp;
637 nfs_buf_get( nfsnode_t np, daddr64_t blkno, uint32_t size, thread_t thd, int flags, struct nfsbuf **bpp) argument
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c140 IOIndex maxIndex, UInt32 bpp );
3045 IOIndex maxIndex, UInt32 bpp )
3055 if( (kIOReturnSuccess == err) && (pixelInfo.bitsPerPixel >= bpp)) {
3170 // make sure it does >= 16bpp
4499 // make sure it does >= 16bpp

Completed in 255 milliseconds