Searched refs:count (Results 551 - 575 of 878) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddump.c1215 int count; local
1216 for (count = 0; count <= av_len((AV*)sv) && count < maxnest; count++) {
1217 SV** elt = av_fetch((AV*)sv,count,0);
1219 Perl_dump_indent(aTHX_ level + 1, file, "Elt No. %"IVdf"\n", (IV)count);
1239 HE* h; int count = 0; local
1241 count++;
1242 if (count > FREQ_MA
1292 int count = maxnest - nest; local
[all...]
H A Diperlsys.h240 #define PerlSIO_fread(buf,sz,count,f) \
241 (*PL_StdIO->pRead)(PL_StdIO, (buf), (sz), (count), (f))
242 #define PerlSIO_fwrite(buf,sz,count,f) \
243 (*PL_StdIO->pWrite)(PL_StdIO, (buf), (sz), (count), (f))
328 #define PerlSIO_fread(buf,sz,count,f) fread(buf,sz,count,f)
329 #define PerlSIO_fwrite(buf,sz,count,f) fwrite(buf,sz,count,f)
705 #define PerlLIO_read(fd, buf, count) \
706 (*PL_LIO->pRead)(PL_LIO, (fd), (buf), (count))
[all...]
H A Ddoop.c1007 register I32 count; local
1018 count = 0;
1027 count += do_chomp(sv);
1029 return count;
1037 count += do_chomp(hv_iterval(hv,entry));
1038 return count;
1066 ++count;
1070 ++count;
1114 ++count;
1123 count
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c128 static unsigned int count = 0; /* Number of entries in hash table */ variable
267 count = 0;
326 if (count == (length - 1)) /* Table full? */
377 count++; /* Increment table occupancy count */
534 hdump() /* Dumps loc, data, probe count, key */
551 /* Save current probe count */
H A Dnss_common.c142 * The pointer in nss_db_root_t is one such, so the reference count >= 1.
291 int count; member in struct:nss_cfglist
607 int count, i; local
613 count = comp->count;
615 for (i = 0; i < count; i++) {
628 if (count >= comp->max) {
640 next = comp->list + comp->count;
646 comp->count++;
658 int count, local
[all...]
H A Dwalkstack.c414 * dump stack trace up to length count into buffer
418 backtrace(void **buffer, int count) argument
424 bt.bt_maxcount = count;
/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c934 int count = 0; local
942 count = (10 * count) + (int)(count_char - '0');
948 *countp = count;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h77 uint32_t ses_refcnt; /* session reference count */
115 uint32_t count; /* current total sessions in the list */ member in struct:ses_to_be_freed_list
126 /* count to become zero */
128 * This macro is used to decrement the session reference count by one.
135 * 2) Decrement the session reference count by one.
136 * 3) If the session reference count becomes zero after being decremented,
H A DkernelGeneral.c235 obj_delay_freed.count = 0;
241 ses_delay_freed.count = 0;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h79 uint32_t ses_refcnt; /* session reference count */
118 uint32_t count; /* current total sessions in the list */ member in struct:ses_to_be_freed_list
131 /* count to become zero */
133 * This macro is used to decrement the session reference count by one.
140 * 2) Decrement the session reference count by one.
141 * 3) If the session reference count becomes zero after being decremented,
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h173 unsigned char count; member in struct:my_cdb_g0
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c3274 /* Compute the actions on all states and count them up */
3750 int count; /* Number of currently slots filled */ member in struct:s_x1
3773 x1a->count = 0;
3807 if( x1a->count>=x1a->size ){
3812 array.count = x1a->count;
3818 for(i=0; i<x1a->count; i++){
3834 np = &(x1a->tbl[x1a->count++]);
3911 int count; /* Number of currently slots filled */ member in struct:s_x2
3935 x2a->count
4117 int count; /* Number of currently slots filled */ member in struct:s_x3
4264 int count; /* Number of currently slots filled */ member in struct:s_x4
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c308 * OUTPUT: *szp - disk block count (0 for "all")
340 * OUTPUT: *szp - disk block count
524 static int cached_count = 0; /* cached count */
530 int count = 0; /* count of sp's */ local
601 ++count;
605 assert(count == cached_count);
606 return (count);
771 int count; local
785 count
4261 int count = 0; local
4782 int count; local
4877 int count; local
5478 int count; local
5615 int count; local
6381 int count; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc508 * If successful, decrement count of number of entries in hash table.
528 --(dd->count);
538 * Increment count of number of entries in index table and grow table
581 if (++(dd->count) > dd->tables.tables_len)
814 dictionary->count = 0;
855 if ((tbl_count = dictionary->count) == 0) {
1161 dictionary->count = 0;
1185 * 'count' is incremented and the dictionary's verison is updated to
1190 apply_log_entry(db_dictlog_entry *j, char *dictchar, int *count) argument
1196 ++ *count;
2153 int i, ok = 1, count = 0; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1172 copy_arrays(char **src, char ***dest, int count) argument
1182 *dest = (char **) calloc((unsigned) count+1, sizeof(char *));
1189 for (i=0; i < count && src[i] != NULL; ++i) {
1289 unsigned int i=0, count=0; local
1300 count = ldap_count_values(values);
1301 *retarr = (char **) calloc(count+1, sizeof(char *));
1306 for (i=0; i< count; ++i) {
1319 for (i=0; i< count; ++i)
1355 krb5_add_member(LDAPMod ***mods, int *count) argument
1373 *count
1566 krb5_ldap_get_reference_count(krb5_context context, char *dn, char *refattr, int *count, LDAP *ld) argument
1792 int count = *subtcount; local
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c881 s64 i, pos, count; local
890 count = ntfs_attr_pread(vol->lcnbmp_na, pos, NTFS_BUF_SIZE, bm);
891 if (count == -1)
894 if (count == 0) {
901 for (i = 0; i < count; i++, pos++) {
1349 static int read_all(struct ntfs_device *dev, void *buf, int count) argument
1353 while (count > 0) {
1355 i = count;
1357 i = dev->d_ops->read(dev, buf, count);
1363 count
1371 write_all(struct ntfs_device *dev, void *buf, int count) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c415 grub_uint16_t count; member in struct:gsub_features
438 grub_uint16_t count; member in struct:gsub_lookup_list
459 grub_int16_t count; member in struct:gsub_substitution::__anon864::__anon865
468 grub_uint16_t count; member in struct:gsub_coverage_list
475 grub_uint16_t count; member in struct:gsub_coverage_ranges
522 else if (i >= grub_be_to_cpu16 (sub->count))
524 grub_be_to_cpu16 (sub->count));
533 if (lookup_index >= grub_be_to_cpu16 (lookups->count))
592 for (l = 0; l < grub_be_to_cpu16 (cover->count); l++)
599 for (l = 0; l < grub_be_to_cpu16 (cover->count);
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c378 ntfs_log_error("Failed to obtain Bag count: %s\n",
1402 * @count: number of bytes to read
1408 s64 ntfs_crypto_attr_pread(ntfs_attr *na, const s64 pos, s64 count, void *b) argument
1414 if (!na || pos < 0 || count < 0 || !b || !NAttrEncrypted(na)) {
1418 if (!count)
1431 (pos + count - 1) >> na->ni->vol->cluster_size_bits);
1435 while (total < count && offset < na->data_size) {
1438 if (offset + length > pos + count)
1439 length = pos + count - offset;
1511 s64 ntfs_crypto_attr_pread(ntfs_attr *na, const s64 pos, s64 count, argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_ioboard.c323 ioboard_list[psb].count++;
334 if (ioboard_list[inst].count == 0) {
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h83 int count; member in struct:gprincs_ret
211 int count; member in struct:gpols_ret
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_typeset.c213 int *count = arg; local
214 (*count) += adr_typeset_count(type);
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c121 vli_type count; member in struct:xz_dec::__anon610
142 /* Number of Records (matches block.count in valid files) */
143 vli_type count; member in struct:xz_dec::__anon611
238 * Block count, which are later used to validate the Index field.
299 ++s->block.count;
339 s->index.count = s->vli;
346 if (s->index.count != s->block.count)
366 --s->index.count;
370 } while (s->index.count >
[all...]
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c330 register int count = 0; local
363 if (500 < ++count)
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSessionManager.c350 if (++ses_delay_freed.count >= MAX_SESSION_TO_BE_FREED) {
353 * the total count reaches maximum threshold.
355 ses_delay_freed.count--;

Completed in 87 milliseconds

<<21222324252627282930>>