Searched refs:psize (Results 51 - 75 of 85) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_vms.c113 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
158 *psize = (toff_t) size;
197 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
H A Dtif_msdos.c70 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
H A Dtif_open.c82 _tiffDummyMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
84 (void) fd; (void) pbase; (void) psize;
H A Dtiffiop.h219 #define TIFFMapFileContents(tif, paddr, psize) \
220 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,paddr,psize))
H A Dtif_acorn.c402 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
404 (void) fd; (void) pbase; (void) psize;
H A Dtif_apple.c106 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
H A Dtif_atari.c130 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
H A Dtif_win3.c73 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) argument
/macosx-10.10/BerkeleyDB-21/db/db185/
H A Ddb185.c83 if (bi->psize != 0)
84 (void)dbp->set_pagesize(dbp, bi->psize);
202 if (ri->psize != 0)
203 (void)dbp->set_pagesize(dbp, ri->psize);
/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbtree.h292 u_int32_t psize; /* page size */ member in struct:_btmeta
H A Dbt_debug.c107 (void)fprintf(stderr, "psize %u\n", m->psize);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.cpp155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) argument
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.c155 receive_packet(struct socket * so, void * pp, int psize,
321 receive_packet(struct socket * so, void * pp, int psize, int * actual_size) argument
330 uio_addiov(auio, CAST_USER_ADDR_T(pp), psize);
334 *actual_size = psize - uio_resid(auio);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dmdtest.c56 size_t psize; member in struct:hash_foo
273 void *ctx = malloc(hash->psize);
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.c316 const char *splitpath (char *path, size_t psize, const char *filename) argument
329 if ( strlen (filename) + 1 > psize )
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dconfig.c1227 u_int8_t psize = (rti->prefixlen + 0x3f) >> 6; local
1231 ndopt_rti->nd_opt_rti_len = 1 + psize;
1235 memcpy(ndopt_rti + 1, &rti->prefix, psize * 8);
1236 buf += sizeof(struct nd_opt_route_info) + psize * 8;
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonRSACryptor.c544 size_t psize = ccn_nof_size(pLength); local
548 CCZP_N(ccrsa_ctx_private_zp(privk)) = psize;
549 __Require_Action(ccn_read_uint(psize, CCZP_PRIME(ccrsa_ctx_private_zp(privk)), pLength, p) == 0, errOut, retval = kCCParamError);
/macosx-10.10/apr-32/apr-util/apr-util/xml/
H A Dapr_xml.c881 apr_size_t *psize)
891 if (psize)
892 *psize = size;
878 apr_xml_to_text(apr_pool_t * p, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map, const char **pbuf, apr_size_t *psize) argument
/macosx-10.10/ruby-106/ruby/
H A Dvm_insnhelper.c2138 int psize = rsize > len ? len : rsize; /* # of post arguments */ local
2143 rsize -= psize;
2167 MEMMOVE(&argv[start], &argv[m+osize], VALUE, psize);
2173 MEMMOVE(&argv[start], &argv[m+rsize+osize], VALUE, psize);
2177 for (i=psize; i<len; i++) {
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t145 ok(3, ! defined $dbh->{psize}) ;
158 $dbh->{psize} = 400 ;
159 ok(11, $dbh->{psize} == 400) ;
H A Ddb-recno.t168 ok(3, ! defined $dbh->{psize}) ;
180 $dbh->{psize} = 400 ;
181 ok(10, $dbh->{psize} == 400 );
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dwrstabs.c1265 unsigned int *psize)
1299 info->type_cache.struct_types[id].size = *psize;
1302 *psize = info->type_cache.struct_types[id].size;
1261 stab_get_struct_index(struct stab_write_handle *info, const char *tag, unsigned int id, enum debug_type_kind kind, unsigned int *psize) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp1019 size_t psize = kPageSize;
1020 while ((psize % size) > (psize >> 3)) {
1021 psize += kPageSize;
1023 const size_t my_pages = psize >> kPageShift;
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_xar.c975 atohex(unsigned char *b, size_t bsize, const char *p, size_t psize) argument
979 while (bsize && psize > 1) {
1002 psize -= 2;
/macosx-10.10/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c1987 apr_size_t *psize = (apr_size_t *)data; local
1995 *psize += (char *)node->endp[index] - (char *)node->beginp[index];

Completed in 251 milliseconds

1234