Searched refs:dest (Results 276 - 300 of 1203) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1d.c251 void *dest; member in struct:sec_asn1d_state_struct
389 void *dest, PRBool new_depth)
413 if (dest != NULL)
414 new_state->dest = (char *)dest + theTemplate->offset;
497 sec_asn1d_notify_before (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
503 (* cx->notify_proc) (cx->notify_arg, PR_TRUE, dest, depth);
509 sec_asn1d_notify_after (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
515 (* cx->notify_proc) (cx->notify_arg, PR_FALSE, dest, depth);
556 sec_asn1d_notify_after (state->top, state->dest, stat
387 sec_asn1d_push_state(SEC_ASN1DecoderContext *cx, const SecAsn1Template *theTemplate, void *dest, PRBool new_depth) argument
626 void *dest; local
1077 void *dest; local
1549 void *dest; local
1966 void *dest; local
2490 void *dest; local
2534 void * dest; local
3036 SEC_ASN1DecoderStart(PRArenaPool *their_pool, void *dest, const SecAsn1Template *theTemplate , const char *buf ) argument
3136 SEC_ASN1Decode(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const char *buf, size_t len) argument
3159 SEC_ASN1DecodeItem(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const SecAsn1Item *item) argument
[all...]
H A DnameTemplates.c48 void *dest,
54 NSS_TaggedItem *item = (NSS_TaggedItem *)dest;
60 /* encoding: tag from an NSS_TaggedItem at *dest */
112 void *dest)
114 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, atvChoices);
249 void *dest)
251 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, genNameChoices);
43 SecAsn1TaggedTemplateChooser( void *arg, Boolean enc, const char *buf, void *dest, const NSS_TagChoice *chooser) argument
108 NSS_ATVChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
245 NSS_genNameChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duidna.cpp195 UChar* dest, int32_t destCapacity,
319 uprv_memmove(dest, b1, b1Len * U_SIZEOF_UCHAR);
365 uprv_memcpy(dest,ACE_PREFIX,ACE_PREFIX_LENGTH * U_SIZEOF_UCHAR);
366 //Step 6: copy the contents in b2 into dest
367 uprv_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len * U_SIZEOF_UCHAR);
390 return u_terminateUChars(dest, destCapacity, reqLength, status);
395 UChar* dest, int32_t destCapacity,
545 uprv_memmove(dest, b2, b2Len * U_SIZEOF_UCHAR);
574 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR);
598 if(dest
194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
611 uidna_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
640 uidna_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) argument
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
[all...]
H A Dutext.cpp424 UChar *dest, int32_t destCapacity,
426 return ut->pFuncs->extract(ut, start, limit, dest, destCapacity, status);
518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { argument
520 result = src->pFuncs->clone(dest, src, deep, status);
737 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { argument
740 char *dUText = (char *)dest;
746 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra);
760 shallowTextClone(UText * dest, const UText * src, UErrorCode * status) { argument
769 dest = utext_setup(dest, srcExtraSiz
422 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
1393 utext_strFromUTF8(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UErrorCode *pErrorCode ) argument
1455 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1539 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) argument
1672 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) argument
1832 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2059 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) argument
2111 unistrTextExtract(UText *t, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2319 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) argument
2477 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2714 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) argument
2737 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
[all...]
H A Dudatamem.h46 U_CFUNC void UDatamemory_assign (UDataMemory *dest, UDataMemory *source);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DVectorMath.cpp86 DSPSplitComplex dest; local
91 dest.realp = realDestP;
92 dest.imagp = imagDestP;
94 ::zvmul(&sc1, 1, &sc2, 1, &dest, 1, framesToProcess, 1);
96 vDSP_zvmul(&sc1, 1, &sc2, 1, &dest, 1, framesToProcess, 1);
142 __m128 dest;
153 dest = _mm_##loadInstr##_ps(destP); \
154 dest = _mm_add_ps(dest, temp); \
155 _mm_##storeInstr##_ps(destP, dest); \
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dcups.h272 char *dest; /* Printer or class name */ member in struct:cups_job_s
307 cups_dest_t *dest);
312 typedef int (^cups_dest_block_t)(unsigned flags, cups_dest_t *dest); variable
507 extern ipp_status_t cupsCancelDestJob(http_t *http, cups_dest_t *dest,
509 extern int cupsCheckDestSupported(http_t *http, cups_dest_t *dest,
513 extern ipp_status_t cupsCloseDestJob(http_t *http, cups_dest_t *dest,
516 extern http_t *cupsConnectDest(cups_dest_t *dest, unsigned flags,
522 extern http_t *cupsConnectDestBlock(cups_dest_t *dest,
529 extern int cupsCopyDest(cups_dest_t *dest, int num_dests,
531 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest)
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dcups-lpd.c58 static int create_job(http_t *http, const char *dest, const char *title,
61 static int get_printer(http_t *http, const char *name, char *dest,
89 *dest, /* Pointer to destination */ local
223 dest = line + 1;
229 for (list = dest; *list && !isspace(*list & 255); list ++);
257 syslog(LOG_INFO, "Receive print job for %s", dest);
260 status = (char)recv_print_job(dest, num_defaults, defaults);
264 syslog(LOG_INFO, "Send queue state (short) for %s %s", dest, list);
267 status = (char)send_state(dest, list, 0);
271 syslog(LOG_INFO, "Send queue state (long) for %s %s", dest, lis
313 create_job(http_t *http, const char *dest, const char *title, const char *docname, const char *user, int num_options, cups_option_t *options) argument
398 get_printer(http_t *http, const char *name, char *dest, size_t destsize, cups_option_t **options, int *accepting, int *shared, ipp_pstate_t *state) argument
787 dest[256]; /* Printer/class queue */ local
1215 remove_jobs(const char *dest, const char *agent, const char *list) argument
1322 char dest[256]; /* Printer/class queue */ local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32console.c134 COORD dest; local
143 dest.X = dest.Y = 0;
145 FillConsoleOutputAttribute (cur_screen, char_attr_normal, n, dest, &r);
146 FillConsoleOutputCharacter (cur_screen, ' ', n, dest, &r);
177 COORD dest; local
185 dest.Y = vpos;
191 dest.Y = vpos + n;
196 dest.X = 0;
201 ScrollConsoleScreenBuffer (cur_screen, &scroll, NULL, dest,
250 COORD dest; local
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dreadfb.c29 IOBlitSurface dest; local
34 dest.interfaceRef = NULL;
82 err = (*interface)->AllocateSurface(interface, kIOBlitHasCGSSurface, &dest, (void *) surfaceID);
84 err = (*interface)->SetDestination(interface, kIOBlitSurfaceDestination, &dest);
105 if (dest.interfaceRef) (*interface)->FreeSurface(interface, kIOBlitHasCGSSurface, &dest);
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerARM.cpp76 void MacroAssemblerARM::load32WithUnalignedHalfWords(BaseIndex address, RegisterID dest) argument
85 m_assembler.halfDtrUp(ARMAssembler::LoadUint16, dest, ARMRegisters::S0, ARMAssembler::getOp2Half(address.offset));
89 m_assembler.halfDtrDown(ARMAssembler::LoadUint16, dest, ARMRegisters::S0, ARMAssembler::getOp2Half(-address.offset));
94 m_assembler.halfDtrUpRegister(ARMAssembler::LoadUint16, dest, address.base, ARMRegisters::S0);
98 m_assembler.orr(dest, dest, m_assembler.lsl(ARMRegisters::S0, 16));
H A DARMAssembler.cpp220 void ARMAssembler::moveImm(ARMWord imm, int dest) argument
227 mov(dest, tmp);
233 mvn(dest, tmp);
237 encodeComplexImm(imm, dest);
240 ARMWord ARMAssembler::encodeComplexImm(ARMWord imm, int dest) argument
245 movw(dest, tmp);
246 return dest;
248 movw(dest, getImm16Op2(imm & 0xffff));
249 movt(dest, getImm16Op2(imm >> 16));
250 return dest;
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/err/
H A Derr_str.c265 char (*dest)[LEN_SYS_STR_REASON] = &(strerror_tab[i - 1]);
269 strncpy(*dest, src, sizeof *dest);
270 (*dest)[sizeof *dest - 1] = '\0';
271 str->string = *dest;
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DnameTemplates.c48 void *dest,
54 NSS_TaggedItem *item = (NSS_TaggedItem *)dest;
60 /* encoding: tag from an NSS_TaggedItem at *dest */
112 void *dest)
114 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, atvChoices);
249 void *dest)
251 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, genNameChoices);
43 SecAsn1TaggedTemplateChooser( void *arg, Boolean enc, const char *buf, void *dest, const NSS_TagChoice *chooser) argument
108 NSS_ATVChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
245 NSS_genNameChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DnameTemplates.c48 void *dest,
54 NSS_TaggedItem *item = (NSS_TaggedItem *)dest;
60 /* encoding: tag from an NSS_TaggedItem at *dest */
112 void *dest)
114 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, atvChoices);
249 void *dest)
251 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, genNameChoices);
43 SecAsn1TaggedTemplateChooser( void *arg, Boolean enc, const char *buf, void *dest, const NSS_TagChoice *chooser) argument
108 NSS_ATVChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
245 NSS_genNameChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DnameTemplates.c48 void *dest,
54 NSS_TaggedItem *item = (NSS_TaggedItem *)dest;
60 /* encoding: tag from an NSS_TaggedItem at *dest */
112 void *dest)
114 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, atvChoices);
249 void *dest)
251 return SecAsn1TaggedTemplateChooser(arg, enc, buf, dest, genNameChoices);
43 SecAsn1TaggedTemplateChooser( void *arg, Boolean enc, const char *buf, void *dest, const NSS_TagChoice *chooser) argument
108 NSS_ATVChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
245 NSS_genNameChooser( void *arg, Boolean enc, const char *buf, void *dest) argument
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzutil.c149 void zmemcpy(dest, source, len)
150 Bytef* dest;
156 *dest++ = *source++; /* ??? to be unrolled */
173 void zmemzero(dest, len)
174 Bytef* dest;
179 *dest++ = 0; /* ??? to be unrolled */
/macosx-10.10/sudo-73/src/zlib/
H A Dzutil.c129 void ZLIB_INTERNAL zmemcpy(dest, source, len)
130 Bytef* dest;
136 *dest++ = *source++; /* ??? to be unrolled */
153 void ZLIB_INTERNAL zmemzero(dest, len)
154 Bytef* dest;
159 *dest++ = 0; /* ??? to be unrolled */
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dzutil.c176 void zmemcpy(dest, source, len)
177 Bytef* dest;
183 *dest++ = *source++; /* ??? to be unrolled */
200 void zmemzero(dest, len)
201 Bytef* dest;
206 *dest++ = 0; /* ??? to be unrolled */
/macosx-10.10/zlib-55/zlib/examples/
H A Dzpipe.c30 /* Compress from file source to file dest until EOF on source.
36 int def(FILE *source, FILE *dest, int level) argument
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
86 /* Decompress from file source to file dest until stream ends or EOF.
92 int inf(FILE *source, FILE *dest) argument
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec_lib.c171 int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src) argument
175 if (dest->meth->group_copy == 0)
180 if (dest->meth != src->meth)
185 if (dest == src)
188 EC_EX_DATA_free_all_data(&dest->extra_data);
196 if (!EC_EX_DATA_set_data(&dest->extra_data, t, d->dup_func, d->free_func, d->clear_free_func))
202 if (dest->generator == NULL)
204 dest->generator = EC_POINT_new(dest);
205 if (dest
750 EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) argument
[all...]
/macosx-10.10/rsync-45/rsync/lib/
H A Dcompat.c71 void *memmove(void *dest, const void *src, size_t n) argument
73 bcopy((char *) src, (char *) dest, n);
74 return dest;
/macosx-10.10/objc4-646/runtime/Accessors.subproj/
H A Dobjc-accessors.mm179 void objc_copyStruct(void *dest, const void *src, ptrdiff_t size, BOOL atomic, BOOL hasStrong) {
185 locksecond = &StructLocks[GOODHASH(dest)];
200 auto_zone_write_barrier_memmove(gc_zone, dest, src, size);
204 memmove(dest, src, size);
212 void objc_copyCppObjectAtomic(void *dest, const void *src, void (*copyHelper) (void *dest, const void *source)) {
214 spin_lock_t *lockfirst = &CppObjectLocks[GOODHASH(src)], *locksecond = &CppObjectLocks[GOODHASH(dest)];
228 copyHelper(dest, src);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Durep.h142 * @param dest the index at which the copy of the UChars should be
149 int32_t dest);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Didnaref.cpp114 static inline int32_t convertASCIIToUChars(const char* src,UChar* dest, int32_t length){ argument
117 dest[i] = src[i];
121 static inline int32_t convertUCharsToASCII(const UChar* src,char* dest, int32_t length){ argument
124 dest[i] = (char)src[i];
130 UChar* dest, int32_t destCapacity,
182 convertASCIIToUChars(b2,dest,b2Len);
200 UChar* dest, int32_t destCapacity,
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
245 UChar* dest, int32_t destCapacity,
253 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest
129 convertToPuny(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) argument
199 convertFromPuny( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) argument
244 idnaref_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
413 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
678 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
833 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
[all...]

Completed in 293 milliseconds

<<11121314151617181920>>