Searched refs:destptr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Dtranscode.c82 cups_utf8_t *destptr; /* Pointer into UTF-8 buffer */ local
120 destptr = dest;
130 while (*src && destptr < destend)
136 *destptr++ = (cups_utf8_t)(0xc0 | (ch >> 6));
137 *destptr++ = (cups_utf8_t)(0x80 | (ch & 0x3f));
140 *destptr++ = (cups_utf8_t)ch;
143 *destptr = '\0';
145 return ((int)(destptr - dest));
186 *destptr = '\0';
203 char *destptr; /* Pointe local
[all...]
/macosx-10.10/libclosure-65/
H A Druntime.c153 static void _Block_assign_default(void *value, void **destptr) { argument
154 *destptr = value;
199 static void (*_Block_assign)(void *value, void **destptr) = _Block_assign_default;
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp1224 char * destptr; local
1238 destptr = (char *)mbuf_data( newmb );
1245 bcopy( mbuf_data( chain ), destptr, copyBytes); local
1246 destptr += copyBytes;
1266 *(short *)(destptr) = htons(ETHERTYPE_VLAN); //vlan magic number
1267 *(short *)(destptr + 2) = htons( vlan_tag ); // and the tag's value
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c1736 unsigned short *aptr,*bptr,*destptr;
1768 iaddg(*destptr,scratch);
1770 *destptr++ = scratch->n[0];
1773 if (destptr - scratch->n >= words) {
1776 destptr -= words;
1785 unsigned short *aptr,*bptr,*destptr;
1811 destptr = scratch->n + i;
1827 prod = *aptr++ * mult + *destptr + carry;
1828 *destptr++ = (unsigned short)(prod & 0xFFFF);
1838 prod += *destptr
2631 unsigned short *aptr,*bptr,*destptr; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c1736 unsigned short *aptr,*bptr,*destptr;
1768 iaddg(*destptr,scratch);
1770 *destptr++ = scratch->n[0];
1773 if (destptr - scratch->n >= words) {
1776 destptr -= words;
1785 unsigned short *aptr,*bptr,*destptr;
1811 destptr = scratch->n + i;
1827 prod = *aptr++ * mult + *destptr + carry;
1828 *destptr++ = (unsigned short)(prod & 0xFFFF);
1838 prod += *destptr
2631 unsigned short *aptr,*bptr,*destptr; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerSH4.h357 RegisterID destptr = claimScratch(); local
358 move(TrustedImmPtr(address.m_ptr), destptr); local
360 m_assembler.movlMemReg(destptr, destval);
362 m_assembler.movlRegMem(destval, destptr);
364 releaseScratch(destptr);
916 RegisterID destptr = claimScratch(); local
917 move(TrustedImmPtr(address), destptr); local
918 m_assembler.movbRegMem(src, destptr);
919 releaseScratch(destptr);
1021 RegisterID destptr local
2120 RegisterID destptr = claimScratch(); local
2122 move(TrustedImmPtr(dest.m_ptr), destptr); local
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Djob.c1613 cupsd_printer_t *destptr; /* Pointer to destination */ local
1716 &destptr)) == NULL)
1726 else if ((destptr = cupsdFindDest(job->dest)) == NULL)
1746 if (destptr->state == IPP_PRINTER_STOPPED)
1790 if (destptr->state == IPP_PRINTER_STOPPED)

Completed in 91 milliseconds