Searched refs:moreBytes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2242 const unsigned char *moreBytes = NULL; local
2279 moreBytes = buffer;
2281 moreBytes = bytes + fat->offset;
2283 if (moreBytes) {
2284 magic = *((UInt32 *)moreBytes);
2286 machtype = ((struct mach_header *)moreBytes)->filetype;
2291 machtype = CFSwapInt32(((struct mach_header *)moreBytes)->filetype);
2296 machtype = ((struct mach_header_64 *)moreBytes)->filetype;
2301 machtype = CFSwapInt32(((struct mach_header_64 *)moreBytes)->filetype);
2409 const unsigned char *moreBytes local
2511 const char *ext = "ole", *moreBytes = NULL; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_u8.c786 * Jump to moreBytes below - it will not output to target.
836 goto moreBytes;
892 moreBytes:
H A Ducnvmbcs.c4946 goto moreBytes;
4948 * Note: We could avoid the goto by duplicating some of the moreBytes
5029 moreBytes:
5246 goto moreBytes;
5309 moreBytes:

Completed in 89 milliseconds