HomeSort by relevance Sort by last modified time
    Searched refs:src (Results 301 - 325 of 12122) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleUtils.cpp 82 inline void copyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) {
83 for (size_t i = 0; i < std::min(dest->size(), src.size()); i++) {
84 (*dest)[i] = src[i];
89 const VehiclePropValue::RawValue& src) {
90 dest->int32Values = src.int32Values;
91 dest->floatValues = src.floatValues;
92 dest->int64Values = src.int64Values;
93 dest->bytes = src.bytes;
94 dest->stringValue = src.stringValue;
98 void shallowCopyHidlVec(hidl_vec <T>* dest, const hidl_vec <T>& src) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 55 #define memcpy(dest, src, len) \
57 ? __builtin___memcpy_chk (dest, src, len, __ssp_bos0 (dest)) \
58 : __memcpy_ichk (dest, src, len))
67 #define memmove(dest, src, len) \
69 ? __builtin___memmove_chk (dest, src, len, __ssp_bos0 (dest)) \
70 : __memmove_ichk (dest, src, len))
78 #define mempcpy(dest, src, len) \
80 ? __builtin___mempcpy_chk (dest, src, len, __ssp_bos0 (dest)) \
81 : __mempcpy_ichk (dest, src, len))
100 #define bcopy(src, dest, len) ((void)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 55 #define memcpy(dest, src, len) \
57 ? __builtin___memcpy_chk (dest, src, len, __ssp_bos0 (dest)) \
58 : __memcpy_ichk (dest, src, len))
67 #define memmove(dest, src, len) \
69 ? __builtin___memmove_chk (dest, src, len, __ssp_bos0 (dest)) \
70 : __memmove_ichk (dest, src, len))
78 #define mempcpy(dest, src, len) \
80 ? __builtin___mempcpy_chk (dest, src, len, __ssp_bos0 (dest)) \
81 : __mempcpy_ichk (dest, src, len))
100 #define bcopy(src, dest, len) ((void)
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_algebraic.c 98 inst->src[0] = arg;
100 inst->src[1] = inst->src[qir_get_tex_uniform_src(inst)];
116 if (!is_zero(c, inst->src[arg]))
118 replace_with_mov(c, inst, inst->src[1 - arg]);
127 if (!is_zero(c, inst->src[arg]))
129 replace_with_mov(c, inst, inst->src[arg]);
138 if (!is_1f(c, inst->src[arg]))
140 replace_with_mov(c, inst, inst->src[1 - arg]);
152 if (is_1f(c, inst->src[1]) &
    [all...]
  /external/skia/src/codec/
SkSwizzler.cpp 15 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,
21 memcpy(dst, src + offset, width * bpp);
24 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,
26 src += offset;
29 dst8[x] = *src;
30 src += deltaSrc;
34 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,
36 src += offset;
39 dst16[x] = *((const uint16_t*) src);
40 src += deltaSrc
1228 fActualProc(SkTAddOffset<void>(dst, fDstOffsetBytes), src, fSwizzleWidth, fSrcBPP, local
    [all...]
  /external/skqp/src/codec/
SkSwizzler.cpp 15 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,
21 memcpy(dst, src + offset, width * bpp);
24 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,
26 src += offset;
29 dst8[x] = *src;
30 src += deltaSrc;
34 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,
36 src += offset;
39 dst16[x] = *((const uint16_t*) src);
40 src += deltaSrc
1228 fActualProc(SkTAddOffset<void>(dst, fDstOffsetBytes), src, fSwizzleWidth, fSrcBPP, local
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 374 void movq(CpuRegister dst, const Immediate& src);
375 void movl(CpuRegister dst, const Immediate& src);
376 void movq(CpuRegister dst, CpuRegister src);
377 void movl(CpuRegister dst, CpuRegister src);
379 void movntl(const Address& dst, CpuRegister src);
380 void movntq(const Address& dst, CpuRegister src);
382 void movq(CpuRegister dst, const Address& src);
383 void movl(CpuRegister dst, const Address& src);
384 void movq(const Address& dst, CpuRegister src);
386 void movl(const Address& dst, CpuRegister src);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_logic.c 48 src[i] = 0; \
55 src[i] = ~0; \
65 src[i] = ~src[i]; \
72 src[i] = dest[i]; \
79 src[i] = ~dest[i]; \
86 src[i] &= dest[i]; \
93 src[i] = ~(src[i] & dest[i]); \
100 src[i] |= dest[i];
    [all...]
  /external/elfutils/tests/
run-stack-i-test.sh 29 STACKCMD=${abs_top_builddir}/src/stack
44 testrun_compare ${abs_top_builddir}/src/stack -r -n 6 -i -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
58 testrun_compare ${abs_top_builddir}/src/stack -r -n 6 -s -i -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
62 /home/mark/src/tests/dwarfinlines.cpp:6
64 /home/mark/src/tests/dwarfinlines.cpp:14
66 /home/mark/src/tests/dwarfinlines.cpp:21
68 /home/mark/src/tests/dwarfinlines.cpp:27
70 /home/mark/src/tests/dwarfinlines.cpp:33
72 /home/mark/src/tests/dwarfinlines.cpp:39
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 155 static void r300_vs_src_dump(uint32_t src)
158 (src >> 5) & 0xff, r300_vs_src_debug[src & 0x3],
159 src & (1 << 25) ? "-" : " ",
160 r300_vs_swiz_debug[(src >> 13) & 0x7],
161 src & (1 << 26) ? "-" : " ",
162 r300_vs_swiz_debug[(src >> 16) & 0x7],
163 src & (1 << 27) ? "-" : " ",
164 r300_vs_swiz_debug[(src >> 19) & 0x7],
165 src & (1 << 28) ? "-" : " "
180 unsigned src; local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
fastmem.h 124 inline void memcpy_inlined(char *dst, const char *src, size_t size) {
128 case 1: memcpy(dst, src, 1); break;
129 case 2: memcpy(dst, src, 2); break;
130 case 3: memcpy(dst, src, 3); break;
131 case 4: memcpy(dst, src, 4); break;
132 case 5: memcpy(dst, src, 5); break;
133 case 6: memcpy(dst, src, 6); break;
134 case 7: memcpy(dst, src, 7); break;
135 case 8: memcpy(dst, src, 8); break;
136 case 9: memcpy(dst, src, 9); break
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_util.cc 23 bool GrpcByteBufferSource::Init(const grpc::ByteBuffer& src) {
28 bool ok = src.Dump(&slices_).ok();
81 void GrpcMaybeUnparseProto(const protobuf::Message& src,
84 ::grpc::Slice s(src.ByteSizeLong());
85 src.SerializeWithCachedSizesToArray(
93 void GrpcMaybeUnparseProto(const string& src, grpc::ByteBuffer* dst) {
94 ::grpc::Slice s(src.data(), src.size());
99 bool GrpcMaybeParseProto(const grpc::ByteBuffer& src, protobuf::Message* dst) {
101 if (!stream.Init(src)) return false
111 GrpcByteBufferSource src; member in struct:tensorflow::ByteSource
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_asm.go 9 func xorKeyStream(dst, src *byte, n int, state *[256]uint32, i, j *uint8)
11 // XORKeyStream sets dst to the result of XORing src with the key stream.
12 // Dst and src must overlap entirely or not at all.
13 func (c *Cipher) XORKeyStream(dst, src []byte) {
14 if len(src) == 0 {
17 // Assert len(dst) >= len(src)
18 _ = dst[len(src)-1]
19 xorKeyStream(&dst[0], &src[0], len(src), &c.s, &c.i, &c.j)
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_asm.go 9 func xorKeyStream(dst, src *byte, n int, state *[256]uint32, i, j *uint8)
11 // XORKeyStream sets dst to the result of XORing src with the key stream.
12 // Dst and src must overlap entirely or not at all.
13 func (c *Cipher) XORKeyStream(dst, src []byte) {
14 if len(src) == 0 {
17 // Assert len(dst) >= len(src)
18 _ = dst[len(src)-1]
19 xorKeyStream(&dst[0], &src[0], len(src), &c.s, &c.i, &c.j)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
fastmem.h 124 inline void memcpy_inlined(char *dst, const char *src, size_t size) {
128 case 1: memcpy(dst, src, 1); break;
129 case 2: memcpy(dst, src, 2); break;
130 case 3: memcpy(dst, src, 3); break;
131 case 4: memcpy(dst, src, 4); break;
132 case 5: memcpy(dst, src, 5); break;
133 case 6: memcpy(dst, src, 6); break;
134 case 7: memcpy(dst, src, 7); break;
135 case 8: memcpy(dst, src, 8); break;
136 case 9: memcpy(dst, src, 9); break
    [all...]
  /external/skia/src/opts/
SkSwizzler_opts.h 22 auto src = (const uint32_t*)vsrc; local
24 uint8_t a = src[i] >> 24,
25 b = src[i] >> 16,
26 g = src[i] >> 8,
27 r = src[i] >> 0;
39 auto src = (const uint32_t*)vsrc; local
41 uint8_t a = src[i] >> 24,
42 b = src[i] >> 16,
43 g = src[i] >> 8,
44 r = src[i] >> 0
56 auto src = (const uint32_t*)vsrc; local
70 const uint8_t* src = (const uint8_t*)vsrc; local
84 const uint8_t* src = (const uint8_t*)vsrc; local
98 const uint8_t* src = (const uint8_t*)vsrc; local
108 const uint8_t* src = (const uint8_t*)vsrc; local
121 const uint8_t* src = (const uint8_t*)vsrc; local
135 const uint32_t* src = (const uint32_t*)vsrc; local
153 const uint32_t* src = (const uint32_t*)vsrc; local
202 auto src = (const uint32_t*)vsrc; local
247 auto src = (const uint32_t*)vsrc; local
281 const uint8_t* src = (const uint8_t*) vsrc; local
342 const uint8_t* src = (const uint8_t*) vsrc; local
384 const uint8_t* src = (const uint8_t*) vsrc; local
448 auto src = (const uint32_t*)vsrc; local
507 auto src = (const uint32_t*)vsrc; local
583 auto src = (const uint32_t*)vsrc; local
601 const uint8_t* src = (const uint8_t*) vsrc; local
643 const uint8_t* src = (const uint8_t*) vsrc; local
673 const uint8_t* src = (const uint8_t*) vsrc; local
695 const uint8_t* src = (const uint8_t*) vsrc; local
726 auto src = (const uint32_t*)vsrc; local
    [all...]
  /external/skqp/src/opts/
SkSwizzler_opts.h 22 auto src = (const uint32_t*)vsrc; local
24 uint8_t a = src[i] >> 24,
25 b = src[i] >> 16,
26 g = src[i] >> 8,
27 r = src[i] >> 0;
39 auto src = (const uint32_t*)vsrc; local
41 uint8_t a = src[i] >> 24,
42 b = src[i] >> 16,
43 g = src[i] >> 8,
44 r = src[i] >> 0
56 auto src = (const uint32_t*)vsrc; local
70 const uint8_t* src = (const uint8_t*)vsrc; local
84 const uint8_t* src = (const uint8_t*)vsrc; local
98 const uint8_t* src = (const uint8_t*)vsrc; local
108 const uint8_t* src = (const uint8_t*)vsrc; local
121 const uint8_t* src = (const uint8_t*)vsrc; local
135 const uint32_t* src = (const uint32_t*)vsrc; local
153 const uint32_t* src = (const uint32_t*)vsrc; local
202 auto src = (const uint32_t*)vsrc; local
247 auto src = (const uint32_t*)vsrc; local
281 const uint8_t* src = (const uint8_t*) vsrc; local
342 const uint8_t* src = (const uint8_t*) vsrc; local
384 const uint8_t* src = (const uint8_t*) vsrc; local
448 auto src = (const uint32_t*)vsrc; local
507 auto src = (const uint32_t*)vsrc; local
583 auto src = (const uint32_t*)vsrc; local
601 const uint8_t* src = (const uint8_t*) vsrc; local
643 const uint8_t* src = (const uint8_t*) vsrc; local
673 const uint8_t* src = (const uint8_t*) vsrc; local
695 const uint8_t* src = (const uint8_t*) vsrc; local
726 auto src = (const uint32_t*)vsrc; local
    [all...]
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.class 
  /external/clang/INPUTS/
stpcpy-test.c 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 ? __stpcpy_small (dest, __stpcpy_args (src), strlen (src) + 1) : ((char *) __mempcpy (dest, src, strlen (src) + 1) - 1)) : __stpcpy (dest, src)))
4 #define stpcpy(dest, src) __stpcpy (dest, src
    [all...]
  /external/elfutils/libelf/
gelf_update_shdr.c 41 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src)
46 if (scn == NULL || src == NULL)
63 if (unlikely (src->sh_flags > 0xffffffffull)
64 || unlikely (src->sh_addr > 0xffffffffull)
65 || unlikely (src->sh_offset > 0xffffffffull)
66 || unlikely (src->sh_size > 0xffffffffull)
67 || unlikely (src->sh_addralign > 0xffffffffull)
68 || unlikely (src->sh_entsize > 0xffffffffull))
75 shdr->name = src->name
99 (void) memcpy (shdr, src, sizeof (GElf_Shdr))
    [all...]
  /external/mesa3d/src/mesa/main/
format_unpack.h 32 const void *src, GLfloat dst[][4]);
36 const void *src, GLubyte dst[][4]);
40 const void *src, GLuint dst[][4]);
44 const void *src, GLint srcRowStride,
50 const void *src, GLfloat *dst);
55 const void *src, GLuint *dst);
59 const void *src, GLubyte *dst);
63 const void *src, GLuint *dst);
68 const void *src,
72 const void *src, GLenum type
    [all...]
  /external/webrtc/webrtc/common_audio/
audio_util.cc 17 void FloatToS16(const float* src, size_t size, int16_t* dest) {
19 dest[i] = FloatToS16(src[i]);
22 void S16ToFloat(const int16_t* src, size_t size, float* dest) {
24 dest[i] = S16ToFloat(src[i]);
27 void FloatS16ToS16(const float* src, size_t size, int16_t* dest) {
29 dest[i] = FloatS16ToS16(src[i]);
32 void FloatToFloatS16(const float* src, size_t size, float* dest) {
34 dest[i] = FloatToFloatS16(src[i]);
37 void FloatS16ToFloat(const float* src, size_t size, float* dest) {
39 dest[i] = FloatS16ToFloat(src[i])
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 28 void DelayMix_16x16(const LVM_INT16 *src, /* Source 1, to be delayed */
46 delay[Offset] = *src;
48 src++;
56 delay[Offset] = *src;
58 src++;
73 void DelayMix_Float(const LVM_FLOAT *src, /* Source 1, to be delayed */
91 delay[Offset] = *src;
93 src++;
101 delay[Offset] = *src;
103 src++
    [all...]
From2iToMS_16x16.c 28 void From2iToMS_16x16( const LVM_INT16 *src,
37 left = (LVM_INT32)*src;
38 src++;
40 right = (LVM_INT32)*src;
41 src++;
57 void From2iToMS_Float( const LVM_FLOAT *src,
66 left = (LVM_FLOAT)*src;
67 src++;
69 right = (LVM_FLOAT)*src;
70 src++
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Memory.java 37 byte[] src, int srcOffset, int sizeofElements, boolean swap);
40 * Used to optimize nio heap buffer bulk put operations. 'src' must be a primitive array.
44 Object src, int srcOffset, int sizeofElements, boolean swap);
46 public static int peekInt(byte[] src, int offset, ByteOrder order) {
48 return (((src[offset++] & 0xff) << 24) |
49 ((src[offset++] & 0xff) << 16) |
50 ((src[offset++] & 0xff) << 8) |
51 ((src[offset ] & 0xff) << 0));
53 return (((src[offset++] & 0xff) << 0) |
54 ((src[offset++] & 0xff) << 8)
    [all...]

Completed in 780 milliseconds

<<11121314151617181920>>