/external/chromium_org/third_party/skia/include/core/ |
SkFlate.h | 29 * Use the flate compression algorithm to compress the data in src, 32 static bool Deflate(SkStream* src, SkWStream* dst); 35 * Use the flate compression algorithm to compress the data in src, 38 static bool Deflate(const void* src, size_t len, SkWStream* dst); 46 /** Use the flate compression algorithm to decompress the data in src, 49 static bool Inflate(SkStream* src, SkWStream* dst);
|
/external/chromium_org/tools/gyp/test/external-cross-compile/src/ |
tochar.py | 8 src = open(sys.argv[1]) variable 10 for ch in src.read(): 12 src.close()
|
/external/clang/test/Analysis/ |
cstring-syntax.c | 7 void testStrncat(const char *src) { 12 strncat(dest, src, sizeof(src)); // expected-warning {{Potential buffer overflow. Replace with}}
|
/external/clang/test/CodeGenCXX/ |
casts.cpp | 6 void copyFrom(const A &src); 12 void A::copyFrom(const A &src) { 13 ((A &)src).addRef();
|
/external/llvm/lib/Support/ |
regstrlcpy.c | 24 * Copy src to string dst of size siz. At most siz-1 characters 26 * Returns strlen(src); if retval >= siz, truncation occurred. 29 llvm_strlcpy(char *dst, const char *src, size_t siz) 32 const char *s = src; 43 /* Not enough room in dst, add NUL and traverse rest of src */ 51 return(s - src - 1); /* count does not include NUL */
|
/external/mesa3d/src/gallium/winsys/sw/null/ |
Makefile | 7 -I$(TOP)/src/gallium/include \ 8 -I$(TOP)/src/gallium/drivers \ 9 -I$(TOP)/src/gallium/auxiliary
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
Makefile | 7 -I$(TOP)/src/gallium/include \ 8 -I$(TOP)/src/gallium/drivers \ 9 -I$(TOP)/src/gallium/auxiliary \
|
/external/mesa3d/src/mesa/main/ |
format_pack.h | 33 typedef void (*gl_pack_ubyte_rgba_func)(const GLubyte src[4], void *dst); 36 typedef void (*gl_pack_float_rgba_func)(const GLfloat src[4], void *dst); 39 typedef void (*gl_pack_float_z_func)(const GLfloat *src, void *dst); 42 typedef void (*gl_pack_uint_z_func)(const GLuint *src, void *dst); 45 typedef void (*gl_pack_ubyte_stencil_func)(const GLubyte *src, void *dst); 73 const GLfloat src[][4], void *dst); 77 const GLubyte src[][4], void *dst); 82 const GLubyte *src, GLint srcRowStride, 87 const GLfloat *src, void *dst); 91 const GLuint *src, void *dst) [all...] |
/external/mksh/src/ |
strlcpy.c | 21 __RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.7 2009/06/10 18:12:50 tg Rel $"); 24 * Copy src to string dst of size siz. At most siz-1 characters 26 * Returns strlen(src); if retval >= siz, truncation occurred. 29 strlcpy(char *dst, const char *src, size_t siz) 31 const char *s = src; 45 /* traverse rest of src */ 51 return ((size_t)(s - src - 1));
|
/external/openssh/openbsd-compat/ |
strlcpy.c | 28 * Copy src to string dst of size siz. At most siz-1 characters 30 * Returns strlen(src); if retval >= siz, truncation occurred. 33 strlcpy(char *dst, const char *src, size_t siz) 36 const char *s = src; 47 /* Not enough room in dst, add NUL and traverse rest of src */ 55 return(s - src - 1); /* count does not include NUL */
|
/external/skia/include/core/ |
SkFlate.h | 29 * Use the flate compression algorithm to compress the data in src, 32 static bool Deflate(SkStream* src, SkWStream* dst); 35 * Use the flate compression algorithm to compress the data in src, 38 static bool Deflate(const void* src, size_t len, SkWStream* dst); 46 /** Use the flate compression algorithm to decompress the data in src, 49 static bool Inflate(SkStream* src, SkWStream* dst);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
DelayWrite_32.c | 28 void DelayWrite_32(const LVM_INT32 *src, /* Source 1, to be delayed */ 39 delay[Offset] = *src; 41 src++;
|
Mult3s_32x16.c | 29 void Mult3s_32x16( const LVM_INT32 *src, 39 srcval=*src; 40 src++;
|
mult3s_16x16.c | 28 void Mult3s_16x16( const LVM_INT16 *src, 38 temp = (LVM_INT32)(*src) * (LVM_INT32)val; 39 src++;
|
/hardware/ti/omap4xxx/domx/domx/ |
Android.mk | 6 omx_rpc/src/omx_rpc.c \ 7 omx_rpc/src/omx_rpc_skel.c \ 8 omx_rpc/src/omx_rpc_stub.c \ 9 omx_rpc/src/omx_rpc_config.c \ 10 omx_rpc/src/omx_rpc_platform.c \ 11 omx_proxy_common/src/omx_proxy_common.c
|
/external/chromium_org/third_party/skia/src/core/ |
SkPackBits.cpp | 13 const void* SK_RESTRICT src, int n) { 16 const uint8_t* s = (const uint8_t*)src; 71 #define PB_MEMCPY(dst, src, count) \ 74 memcpy(dst, src, count); \ 76 small_memcpy(dst, src, count); \ 162 const uint16_t* SK_RESTRICT src, int count) { 169 PB_MEMCPY(dst, src, n * sizeof(uint16_t)); 170 src += n; 178 const uint8_t* SK_RESTRICT src, int count) { 185 PB_MEMCPY(dst, src, n) [all...] |
/external/skia/src/core/ |
SkPackBits.cpp | 13 const void* SK_RESTRICT src, int n) { 16 const uint8_t* s = (const uint8_t*)src; 71 #define PB_MEMCPY(dst, src, count) \ 74 memcpy(dst, src, count); \ 76 small_memcpy(dst, src, count); \ 162 const uint16_t* SK_RESTRICT src, int count) { 169 PB_MEMCPY(dst, src, n * sizeof(uint16_t)); 170 src += n; 178 const uint8_t* SK_RESTRICT src, int count) { 185 PB_MEMCPY(dst, src, n) [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
ByteBufferBenchmark.java | 81 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 83 src.position(aligned ? 0 : 1); 85 src.get(); 91 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 95 src.position(aligned ? 0 : 1); 96 src.get(dst); 102 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 104 src.position(aligned ? 0 : 1); 106 src.get(i); 112 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType) local 122 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer(); local 133 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 143 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 153 DoubleBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asDoubleBuffer(); local 164 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 174 FloatBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asFloatBuffer(); local 185 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 195 IntBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asIntBuffer(); local 206 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 216 LongBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asLongBuffer(); local 227 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 237 ShortBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asShortBuffer(); local 252 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 273 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 284 char[] src = new char[1024]; local 294 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 305 double[] src = new double[1024]; local 315 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 326 float[] src = new float[1024]; local 336 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 347 int[] src = new int[1024]; local 357 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 368 long[] src = new long[1024]; local 378 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local 389 short[] src = new short[1024]; local [all...] |
/external/valgrind/main/none/tests/s390x/ |
cu41.stdout.exp | 6 src len: 0 12 src len: 0 16 src len: 1 20 src len: 2 24 src len: 3 28 src address difference: 0 src len: 0 32 src address difference: 0 src len: 1 36 src address difference: 0 src len: [all...] |
cu21.stdout.exp | 6 src len: 0 12 src len: 1 16 src address difference: 0 src len: 1 20 src address difference: 0 src len: 1 24 src address difference: 0 src len: 1 28 src address difference: 0 src len: [all...] |
cu21_1.stdout.exp | 6 src len: 0 12 src len: 1 16 src address difference: 0 src len: 1 20 src address difference: 0 src len: 1 24 src address difference: 0 src len: 1 28 src address difference: 0 src len: [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_framebuffer.c | 50 const struct pipe_framebuffer_state *src) 54 if (dst->width != src->width || 55 dst->height != src->height) 58 for (i = 0; i < Elements(src->cbufs); i++) { 59 if (dst->cbufs[i] != src->cbufs[i]) { 64 if (dst->nr_cbufs != src->nr_cbufs) { 68 if (dst->zsbuf != src->zsbuf) { 77 * Copy framebuffer state from src to dst, updating refcounts. 81 const struct pipe_framebuffer_state *src) 85 dst->width = src->width [all...] |
/external/chromium_org/v8/src/ |
v8utils.h | 128 // Copies words from |src| to |dst|. The data spans must not overlap. 130 inline void CopyWords(T* dst, const T* src, size_t num_words) { 132 ASSERT(Min(dst, const_cast<T*>(src)) + num_words <= 133 Max(dst, const_cast<T*>(src))); 143 *dst++ = *src++; 146 OS::MemCopy(dst, src, num_words * kPointerSize); 151 // Copies words from |src| to |dst|. No restrictions. 153 inline void MoveWords(T* dst, const T* src, size_t num_words) { 162 ((dst < src) || (dst >= (src + num_words * kPointerSize)))) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_framebuffer.c | 50 const struct pipe_framebuffer_state *src) 54 if (dst->width != src->width || 55 dst->height != src->height) 58 for (i = 0; i < Elements(src->cbufs); i++) { 59 if (dst->cbufs[i] != src->cbufs[i]) { 64 if (dst->nr_cbufs != src->nr_cbufs) { 68 if (dst->zsbuf != src->zsbuf) { 77 * Copy framebuffer state from src to dst, updating refcounts. 81 const struct pipe_framebuffer_state *src) 85 dst->width = src->width [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 670 void push(Register src); 671 void push(const Operand& src); 680 void movb(Register dst, const Operand& src); 682 void movb(const Operand& dst, Register src); 686 void movw(const Operand& dst, Register src); 688 void movl(Register dst, Register src); 689 void movl(Register dst, const Operand& src); 690 void movl(const Operand& dst, Register src); 696 void movq(const Operand& dst, Register src); 698 void movq(Register dst, const Operand& src); [all...] |