Searched refs:new_count (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/BSD/
H A Dfirewire_if_module.cpp171 u_long new_count = FIREWIRE_DESC_BLK_SIZE; local
178 new_count += desc_blk->n_count;
183 new_size = new_count * sizeof(struct fw_desc) + FIREWIRE_DESC_HEADER_SIZE;
197 desc_blk->n_count = new_count;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_lib.c437 int new_count = r->num_blinding_threads - 1; local
438 if (new_count == 0)
447 r->blinding_array[i] = r->blinding_array[new_count];
448 r->num_blinding_threads = new_count;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c240 u_int32_t new_count = ETHER_DESC_BLK_SIZE; local
247 new_count += desc_blk->n_count;
253 new_size = new_count * sizeof (struct en_desc) +
271 desc_blk->n_count = new_count;
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_dfa_exec.c345 if (new_count++ < wscount) \
356 if (new_count++ < wscount) \
390 int active_count, new_count, match_count; local
424 new_count = 0;
516 new_count = workspace[1];
518 memcpy(new_states, active_states, new_count * sizeof(stateblock));
558 active_count = new_count;
559 new_count = 0;
2525 else if (i + 1 >= active_count && new_count == 0)
2609 if (new_count <
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dkvbuf.c502 uint32_t curr_count, new_count, temp; local
508 new_count = 0;
514 new_count = ntohl(temp);
517 if (new_count == 0) return;
520 curr_count += new_count;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomnet.c2984 int new_count, old_count;
2991 new_count = old_count + BINDING_VEC_INCR_LEN;
2999 + sizeof (handle_t) * (new_count - 1); /* sizeof binding */
3007 bvp->count = new_count;
3023 for (i = old_count; i < new_count; i++)
2948 int new_count, old_count; local
H A Dcnassoc.c4901 unsigned16 new_count;
4911 new_count = old_count + RPC_C_ASSOC_GRP_ALLOC_SIZE;
4919 sizeof(rpc_cn_assoc_grp_t) * new_count,
4960 rpc_g_cn_assoc_grp_tbl.grp_count = new_count;
4967 for (i = old_count; i < new_count; i++)
4861 unsigned16 new_count; local
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c826 uint32_t new_count; local
835 new_count = remove_notify_count(dnp);
836 if (need_free && (new_count > log_count)) {
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_vnops.c3287 s64 new_count; local
3300 new_count = new_end - ofs;
3301 if (new_count >= count)
3302 panic("%s(): new_count >= count\n",
3304 nr_truncated += count - new_count;
3305 count = new_count;
3306 uio_setresid(uio, new_count);
3324 s64 new_count; local
3335 new_count = size - ofs;
3336 if (new_count >
3349 s64 new_count; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Ddiff.c2090 int new_count; local
2300 new_count = dp->df_count[idx_to] + added;
2301 dp->df_count[idx_to] = new_count;
2350 dp->df_count[idx_to] = new_count;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c204 uint32_t old_count, new_count; local
208 new_count = old_count = *count_p;
210 if (++new_count >= factor) {
212 new_count = 0;
217 } while (!OSCompareAndSwap(old_count, new_count, count_p));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c3749 unsigned int i, new_count;
3751 for (new_count = 0, i = 0; i < (*m)->count; i++)
3757 (*m)->sections[new_count] = (*m)->sections[i];
3758 new_count++;
3761 (*m)->count = new_count;
3744 unsigned int i, new_count; local
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxdisp.c11526 int new_count = 0;
11539 new_count++;
11542 if (new_count != number_of_visible_frames)
11497 int new_count = 0; local

Completed in 613 milliseconds