Searched refs:dest (Results 76 - 100 of 2355) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_neon.c21 uint8_t *dest,
30 uint8_t *dest,
38 uint8_t *dest, int dest_stride) {
58 dest,
73 dest,
88 dest,
103 dest+8,
113 uint8_t *dest, int dest_stride) {
133 dest,
150 dest,
37 vp9_idct16x16_256_add_neon(const int16_t *input, uint8_t *dest, int dest_stride) argument
112 vp9_idct16x16_10_add_neon(const int16_t *input, uint8_t *dest, int dest_stride) argument
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_neon.c21 uint8_t *dest,
30 uint8_t *dest,
38 uint8_t *dest, int dest_stride) {
58 dest,
73 dest,
88 dest,
103 dest+8,
113 uint8_t *dest, int dest_stride) {
133 dest,
150 dest,
37 vp9_idct16x16_256_add_neon(const int16_t *input, uint8_t *dest, int dest_stride) argument
112 vp9_idct16x16_10_add_neon(const int16_t *input, uint8_t *dest, int dest_stride) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dubidiwrt.c63 UChar *dest, int32_t destSize,
76 *dest++=*src++;
92 U16_APPEND_UNSAFE(dest, j, c);
115 *dest++=c;
146 U16_APPEND_UNSAFE(dest, j, c);
156 UChar *dest, int32_t destSize,
206 *dest++=src[j++];
236 *dest++=src[j++];
297 U16_APPEND_UNSAFE(dest, k, c);
298 dest
62 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
155 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
312 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
353 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dubidiwrt.c63 UChar *dest, int32_t destSize,
76 *dest++=*src++;
92 U16_APPEND_UNSAFE(dest, j, c);
115 *dest++=c;
146 U16_APPEND_UNSAFE(dest, j, c);
156 UChar *dest, int32_t destSize,
206 *dest++=src[j++];
236 *dest++=src[j++];
297 U16_APPEND_UNSAFE(dest, k, c);
298 dest
62 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
155 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
312 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
353 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
[all...]
/external/nanopb-c/tests/decode_unittests/
H A Ddecode_unittests.c203 IntegerArray dest; local
206 TEST((s = S(""), pb_decode(&s, IntegerArray_fields, &dest) && dest.data_count == 0))
207 TEST((s = S("\x08\x01\x08\x02"), pb_decode(&s, IntegerArray_fields, &dest)
208 && dest.data_count == 2 && dest.data[0] == 1 && dest.data[1] == 2))
210 TEST(pb_decode(&s, IntegerArray_fields, &dest) && dest.data_count == 10 && dest
217 IntegerArray dest; local
235 IntegerArray dest; local
251 CallbackArray dest; local
282 IntegerArray dest; local
294 IntegerContainer dest = {{0}}; local
[all...]
/external/bison/lib/
H A Dstpcpy.c36 __stpcpy (char *dest, const char *src) argument
38 register char *d = dest;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstring_byte_sink.cc24 StringByteSink::StringByteSink(string* dest) : dest_(dest) {} argument
/external/clang/test/CodeGen/
H A Dle32-vaarg.c15 struct Foo dest; variable in typeref:struct:Foo
18 dest = va_arg(*args, struct Foo);
22 // CHECK: store %struct.Foo [[RESULT]], %struct.Foo* @dest
H A Dobject-size.c3 #define strcpy(dest, src) \
4 ((__builtin_object_size(dest, 0) != -1ULL) \
5 ? __builtin___strcpy_chk (dest, src, __builtin_object_size(dest, 1)) \
6 : __inline_strcpy_chk(dest, src))
8 static char *__inline_strcpy_chk (char *dest, const char *src) { argument
9 return __builtin___strcpy_chk(dest, src, __builtin_object_size(dest, 1));
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h15 __u16 dest; /* dest-type mask */ member in struct:ipt_addrtype_info_v1
22 __u16 dest; /* dest-type mask */ member in struct:ipt_addrtype_info
/external/markdown/markdown/
H A Dcommandline.py46 parser.add_option("-f", "--file", dest="filename", default=sys.stdout,
49 parser.add_option("-e", "--encoding", dest="encoding",
52 action="store_const", const=CRITICAL+10, dest="verbose",
55 action="store_const", const=INFO, dest="verbose",
57 parser.add_option("-s", "--safe", dest="safe", default=False,
60 parser.add_option("-o", "--output_format", dest="output_format",
64 action="store_const", const=DEBUG, dest="verbose",
66 parser.add_option("-x", "--extension", action="append", dest="extensions",
/external/openssl/crypto/
H A Debcdic.h20 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
21 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
/external/openssl/include/openssl/
H A Debcdic.h20 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
21 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcolor.js64 var dest = this.getSelectedDestInternal();
65 return (dest &&
66 dest.capabilities &&
67 dest.capabilities.printer &&
68 dest.capabilities.printer.color) ||
105 var dest = this.getSelectedDestInternal();
106 if (dest) {
107 if (dest.id == print_preview.Destination.GooglePromotedId.DOCS ||
108 dest.id == print_preview.Destination.GooglePromotedId.FEDEX ||
109 dest
[all...]
H A Dduplex.js69 var dest = this.getSelectedDestInternal();
70 return (dest &&
71 dest.capabilities &&
72 dest.capabilities.printer &&
73 dest.capabilities.printer.duplex) ||
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dmmx.h36 GLvoid *rgba, const GLvoid *dest,
41 GLvoid *rgba, const GLvoid *dest,
46 GLvoid *rgba, const GLvoid *dest,
51 GLvoid *rgba, const GLvoid *dest,
56 GLvoid *rgba, const GLvoid *dest,
/external/javassist/src/main/javassist/bytecode/
H A DByteArray.java67 * @param dest the destination byte array.
70 static void copy32bit(byte[] src, int isrc, byte[] dest, int idest) { argument
71 dest[idest] = src[isrc];
72 dest[idest + 1] = src[isrc + 1];
73 dest[idest + 2] = src[isrc + 2];
74 dest[idest + 3] = src[isrc + 3];
/external/mesa3d/src/mesa/x86/
H A Dmmx.h36 GLvoid *rgba, const GLvoid *dest,
41 GLvoid *rgba, const GLvoid *dest,
46 GLvoid *rgba, const GLvoid *dest,
51 GLvoid *rgba, const GLvoid *dest,
56 GLvoid *rgba, const GLvoid *dest,
/external/valgrind/main/none/tests/x86/
H A Dsmc1.c49 /* Make `code' be PUSHL $dest ; ret */
51 void set_dest ( Addr dest )
54 code[1] = (dest & 0xFF);
55 code[2] = ((dest >> 8) & 0xFF);
56 code[3] = ((dest >> 16) & 0xFF);
57 code[4] = ((dest >> 24) & 0xFF);
/external/elfutils/0.153/libelf/
H A Dgelf_getehdr.c64 __gelf_getehdr_rdlock (elf, dest)
66 GElf_Ehdr *dest;
93 memcpy (dest->e_ident, ehdr->e_ident, EI_NIDENT);
95 dest->name = ehdr->name
110 result = dest;
113 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
119 gelf_getehdr (elf, dest)
121 GElf_Ehdr *dest;
128 result = __gelf_getehdr_rdlock (elf, dest);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_dmatmp2.h60 #define EMIT_TWO_ELTS( dest, offset, elt0, elt1 ) \
62 (dest)[offset] = (elt0); \
63 (dest)[offset+1] = (elt1); \
74 ELT_TYPE *dest,
81 EMIT_TWO_ELTS( dest, 0, elts[0], elts[1] );
82 dest += 2;
85 EMIT_ELT( dest, 0, elts[0] );
86 dest += 1;
89 return dest;
93 ELT_TYPE *dest,
73 emit_elts( struct gl_context *ctx, ELT_TYPE *dest, GLuint *elts, GLuint nr ) argument
92 emit_consecutive_elts( struct gl_context *ctx, ELT_TYPE *dest, GLuint start, GLuint nr ) argument
181 ELT_TYPE *dest; local
237 ELT_TYPE *dest; local
267 ELT_TYPE *dest = ALLOC_ELTS( nr ); local
274 ELT_TYPE *dest = ALLOC_ELTS( nr + 1 ); local
335 ELT_TYPE *dest; local
376 ELT_TYPE *dest; local
440 ELT_TYPE *dest; local
493 ELT_TYPE *dest; local
551 ELT_TYPE *dest; local
575 ELT_TYPE *dest; local
614 ELT_TYPE *dest; local
643 ELT_TYPE *dest; local
695 ELT_TYPE *dest; local
728 ELT_TYPE *dest; local
758 ELT_TYPE *dest; local
785 ELT_TYPE *dest; local
817 ELT_TYPE *dest; local
835 ELT_TYPE *dest = ALLOC_ELTS( quads*6 ); local
895 ELT_TYPE *dest = ALLOC_ELTS( quads * 6 ); local
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp2.h60 #define EMIT_TWO_ELTS( dest, offset, elt0, elt1 ) \
62 (dest)[offset] = (elt0); \
63 (dest)[offset+1] = (elt1); \
74 ELT_TYPE *dest,
81 EMIT_TWO_ELTS( dest, 0, elts[0], elts[1] );
82 dest += 2;
85 EMIT_ELT( dest, 0, elts[0] );
86 dest += 1;
89 return dest;
93 ELT_TYPE *dest,
73 emit_elts( struct gl_context *ctx, ELT_TYPE *dest, GLuint *elts, GLuint nr ) argument
92 emit_consecutive_elts( struct gl_context *ctx, ELT_TYPE *dest, GLuint start, GLuint nr ) argument
181 ELT_TYPE *dest; local
237 ELT_TYPE *dest; local
267 ELT_TYPE *dest = ALLOC_ELTS( nr ); local
274 ELT_TYPE *dest = ALLOC_ELTS( nr + 1 ); local
335 ELT_TYPE *dest; local
376 ELT_TYPE *dest; local
440 ELT_TYPE *dest; local
493 ELT_TYPE *dest; local
551 ELT_TYPE *dest; local
575 ELT_TYPE *dest; local
614 ELT_TYPE *dest; local
643 ELT_TYPE *dest; local
695 ELT_TYPE *dest; local
728 ELT_TYPE *dest; local
758 ELT_TYPE *dest; local
785 ELT_TYPE *dest; local
817 ELT_TYPE *dest; local
835 ELT_TYPE *dest = ALLOC_ELTS( quads*6 ); local
895 ELT_TYPE *dest = ALLOC_ELTS( quads * 6 ); local
[all...]
/external/chromium_org/chrome/renderer/net/
H A Dpredictor_queue.cc69 BufferSize dest = writeable_; local
70 BufferSize space_till_wrap = buffer_sentinel_ - dest;
73 std::memcpy(&buffer_[dest], source, space_till_wrap);
77 DCHECK(static_cast<size_t>(space_till_wrap) == strlen(&buffer_[dest]));
81 dest = 0; // Continue writing at start of buffer.
85 std::memcpy(&buffer_[dest], source, length);
86 DCHECK(dest + length < buffer_sentinel_);
87 buffer_[dest + length] = '\0'; // We need termination in our buffer.
89 DCHECK(static_cast<size_t>(length) == strlen(&buffer_[dest]));
91 dest
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_mixer.c341 EAS_INT src, dest; local
369 for (src = dest = 0; src < numSamples; src++, dest++)
372 pMixBuffer[dest] += (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
380 for (src = dest = 0; src < numSamples; src++, dest+=2)
382 pMixBuffer[dest] += (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
383 pMixBuffer[dest+1] += (pInputBuffer[src] * gainRight) >> NUM_MIXER_GUARD_BITS;
391 for (src = dest = 0; src < numSamples; src+=2, dest
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_mixer.c341 EAS_INT src, dest; local
369 for (src = dest = 0; src < numSamples; src++, dest++)
372 pMixBuffer[dest] += (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
380 for (src = dest = 0; src < numSamples; src++, dest+=2)
382 pMixBuffer[dest] += (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
383 pMixBuffer[dest+1] += (pInputBuffer[src] * gainRight) >> NUM_MIXER_GUARD_BITS;
391 for (src = dest = 0; src < numSamples; src+=2, dest
[all...]

Completed in 792 milliseconds

1234567891011>>