Searched refs:psize (Results 76 - 90 of 90) sorted by relevance

1234

/macosx-10.9.5/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.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.m635 rb_bs_boxed_get_data(VALUE obj, const char *encoding, size_t *psize, BOOL *psuccess, BOOL clean_ivars)
664 if (psize != NULL)
665 *psize = size;
/macosx-10.9.5/libarchive-29/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.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c6660 u_int32_t psize; local
6727 psize = PAGE_SIZE;
6729 psize = size;
6732 upl = upl_create(UPL_CREATE_INTERNAL | UPL_CREATE_LITE, UPL_IO_WIRE, psize);
6736 ((psize / PAGE_SIZE) * sizeof(upl_page_info_t)));
6742 upl = upl_create(UPL_CREATE_LITE, UPL_IO_WIRE, psize);
/macosx-10.9.5/apache-786.1/httpd/srclib/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];
/macosx-10.9.5/apr-30/apr/apr/memory/unix/
H A Dapr_pools.c1981 apr_size_t *psize = (apr_size_t *)data; local
1989 *psize += (char *)node->endp[index] - (char *)node->beginp[index];
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.xs334 #define db_BT_psize btree.psize
344 #define db_RE_psize recno.psize
842 printf (" psize = %d\n", recno->db_RE_psize) ;
864 printf (" psize = %d\n", btree->db_BT_psize) ;
1061 svp = hv_fetch(action, "psize", 5, FALSE);
1089 svp = hv_fetch(action, "psize", 5, FALSE);
1335 svp = hv_fetch(action, "psize", 5, FALSE);
1370 svp = hv_fetch(action, "psize", 5, FALSE);
H A DDB_File.pm127 qw( bval cachesize psize flags lorder reclen bfname )
149 psize => 1,
762 $b->{'psize'} ;
770 $c->{'psize'} ;
/macosx-10.9.5/bash-92/bash-3.2/
H A DAUTHORS146 builtins/psize.c Chet Ramey, Brian Fox
147 builtins/psize.sh Chet Ramey, Brian Fox
H A DMANIFEST199 builtins/psize.c f
200 builtins/psize.sh f
/macosx-10.9.5/ruby-104/ruby/
H A Dregint.h902 extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c1075 off_t psize; local
1097 psize = (off_t)validblks * (off_t)hfsmp->blockSize;
1098 if (psize < forkp->cf_size) {
1099 forkp->cf_size = psize;
/macosx-10.9.5/ruby-104/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c1769 const unsigned short *const *pp, nkf_char psize,
1779 if (c1 < 0 || psize <= c1) return 1;
1768 unicode_to_jis_common2(nkf_char c1, nkf_char c0, const unsigned short *const *pp, nkf_char psize, nkf_char *p2, nkf_char *p1) argument
/macosx-10.9.5/emacs-92/emacs/src/
H A Dimage.c7288 tiff_mmap_memory (data, pbase, psize)
7291 toff_t *psize;
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c49563 int pnext, psize, x; local
[all...]

Completed in 1235 milliseconds

1234