Searched refs:out_ptr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dstring.c72 char *out_ptr = buffer; local
81 *(out_ptr++) = *(fmt++);
94 *(out_ptr++) = *(cp++);
102 _mach_hex(&out_ptr, &length, va_arg(ap, unsigned int));
107 *out_ptr = '\0';
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcsample.c130 JSAMPARRAY in_ptr, out_ptr; local
135 out_ptr = output_buf[ci] +
137 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
H A Drdbmp.c224 register JSAMPROW out_ptr; local
239 out_ptr = image_ptr[0];
244 *out_ptr++ = (JSAMPLE) c;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c931 unsigned char *out_ptr = local
935 out_ptr[0] = (in_ptr[0] & 0xff0) >> 4;
936 out_ptr[1] = ((in_ptr[0] & 0xf) << 4)
938 out_ptr[2] = ((in_ptr[1] & 0xff) >> 0);
1073 unsigned char *out_ptr = ((unsigned char *) buf) + iPair * 3; local
1075 out_ptr[0] = (in_ptr[0] & 0xff0) >> 4;
1076 out_ptr[1] = ((in_ptr[0] & 0xf) << 4)
1078 out_ptr[2] = ((in_ptr[1] & 0xff) >> 0);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c467 asymbol **in_ptr = symbols, **out_ptr = symbols;
481 *out_ptr++ = sym;
483 return out_ptr - symbols;
463 asymbol **in_ptr = symbols, **out_ptr = symbols; local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c2629 char *out_ptr;
2642 out_ptr = (char *) reloc_buff;
2646 reloc_ptr_ptr++, out_ptr += external_reloc_size)
2715 (*swap_reloc_out) (abfd, &in, (void *) out_ptr);
2622 char *out_ptr; local

Completed in 133 milliseconds