Searched refs:vsp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libpthread-105.1.4/src/
H A Dthread_setup.c62 void *vsp,
90 uintptr_t *sp = vsp;
102 uintptr_t *sp = vsp;
122 state.__sp = (uintptr_t)vsp - C_ARGSAVE_LEN - C_RED_ZONE;
60 _pthread_setup(pthread_t thread, void (*routine)(pthread_t), void *vsp, int suspended, int needresume) argument
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dxdr_float.c128 struct vax_single vs, *vsp; local
160 vsp = (struct vax_single *)fp;
168 *vsp = lim->s;
172 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS;
173 vsp->mantissa2 = is.mantissa;
174 vsp->mantissa1 = (is.mantissa >> 16);
176 vsp->sign = is.sign;
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1572 u_int8_t vs, *vsp; local
1607 if (vsp = GetVarString(vs)) {
1612 for (i = 1; i <= *vsp; i++, dstStrLen++)
1613 *d++ = vsp[i];
1654 u_int8_t vs, *vsp; local
1673 if (vsp = GetVarString(vs)) {
1674 for (i = 1; (i <= *vsp) && (dstlen < dstmaxlen); i++, dstlen++)
1675 *d++ = vsp[i];
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c366 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, argument
376 vsp->f_active |= tab->bits;
400 getvolattrlist_setupvfsattr(struct attrlist *alp, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
414 alp->commonattr, vsp, sizep,
420 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
428 * in the vsp, fixup the asp attributes to reflect any
432 getvolattrlist_fixupattrs(attribute_set_t *asp, struct vfs_attr *vsp) argument
441 ((tab->bits & vsp->f_supported) == 0)) {
451 ((tab->bits & vsp->f_supported) == 0)) {
/macosx-10.10.1/vim-55/runtime/
H A Dmenu.vim811 20vsp .
813 exe "20vsp " . s:FnameEscape(expand("%:p:h"))

Completed in 122 milliseconds