Searched refs:dest (Results 176 - 200 of 2278) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/
H A Dunorm.cpp99 UChar *dest, int32_t destCapacity,
106 src, srcLength, dest, destCapacity, pErrorCode);
109 src, srcLength, dest, destCapacity, pErrorCode);
118 UChar *dest, int32_t destCapacity,
136 if( destCapacity<0 || (dest==NULL && destCapacity>0) ||
147 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
176 UnicodeString destString(dest, 0, destCapacity);
178 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
185 return buffer.extract(dest, destCapacity, *pErrorCode);
191 UChar *dest, int32_
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
117 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
190 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
203 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
218 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array.h42 GLintptr * dest);
45 GLintptr * dest);
48 GLintptr * dest);
51 GLintptr * dest);
54 void **dest);
57 GLintptr * dest);
/external/chromium_org/third_party/zlib/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
23 Bytef *dest;
38 stream.next_out = dest;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
63 Bytef *dest;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/external/lzma/C/
H A DBraIA64.c43 UInt32 dest; local
49 dest = ip + (UInt32)i + src;
51 dest = src - (ip + (UInt32)i);
53 dest >>= 4;
56 instNorm |= ((UInt64)(dest & 0xFFFFF) << 13);
57 instNorm |= ((UInt64)(dest & 0x100000) << (36 - 20));
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.h42 GLintptr * dest);
45 GLintptr * dest);
48 GLintptr * dest);
51 GLintptr * dest);
54 void **dest);
57 GLintptr * dest);
/external/qemu/distrib/zlib-1.2.8/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
23 Bytef *dest;
38 stream.next_out = dest;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
63 Bytef *dest;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/external/zlib/src/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
23 Bytef *dest;
38 stream.next_out = dest;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
63 Bytef *dest;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py34 parser.add_option('-p', '--port', dest='port', action='store', type='int',
37 parser.add_option('--browser_path', dest='browser_path', action='store',
40 parser.add_option('--map_file', dest='map_files', action='append',
45 parser.add_option('--serving_dir', dest='serving_dirs', action='append',
50 parser.add_option('--output_dir', dest='output_dir', action='store',
56 parser.add_option('--test_arg', dest='test_args', action='append',
60 parser.add_option('--redirect_url', dest='map_redirects', action='append',
65 parser.add_option('-f', '--file', dest='files', action='append',
72 parser.add_option('--mime_type', dest='mime_types', action='append',
76 parser.add_option('-u', '--url', dest
[all...]
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.h60 void SendCreate(Destination dest, const IPC::Message& msg);
67 void AttachToPendingHost(Destination dest, int pending_host_id);
71 void Post(Destination dest, const IPC::Message& msg);
100 int32_t Call(Destination dest,
116 int32_t Call(Destination dest,
134 int32_t SyncCall(Destination dest, const IPC::Message& msg);
136 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a);
138 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b);
140 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b, C* c);
143 Destination dest, cons
156 GetSender(Destination dest) argument
187 Call(Destination dest, const IPC::Message& msg, const CallbackType& callback) argument
194 Call( Destination dest, const IPC::Message& msg, const CallbackType& callback, scoped_refptr<TrackedCallback> reply_thread_hint) argument
219 SyncCall(Destination dest, const IPC::Message& msg) argument
226 SyncCall( Destination dest, const IPC::Message& msg, A* a) argument
238 SyncCall( Destination dest, const IPC::Message& msg, A* a, B* b) argument
250 SyncCall( Destination dest, const IPC::Message& msg, A* a, B* b, C* c) argument
262 SyncCall( Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d) argument
274 SyncCall( Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e) argument
[all...]
H A Dplugin_resource.cc82 void PluginResource::SendCreate(Destination dest, const IPC::Message& msg) { argument
86 if (dest == RENDERER) {
94 GetSender(dest)->Send(
98 void PluginResource::AttachToPendingHost(Destination dest, argument
101 if (dest == RENDERER) {
108 GetSender(dest)->Send(
112 void PluginResource::Post(Destination dest, const IPC::Message& msg) { argument
117 SendResourceCall(dest, params, msg);
121 Destination dest,
127 if (dest
120 SendResourceCall( Destination dest, const ResourceMessageCallParams& call_params, const IPC::Message& nested_msg) argument
138 GenericSyncCall( Destination dest, const IPC::Message& msg, IPC::Message* reply, ResourceMessageReplyParams* reply_params) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_logic.c72 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]; \
107 src[i] = ~(src[i] | dest[i]); \
114 src[i] ^= dest[i]; \
121 src[i] = ~(src[i] ^ dest[i]); \
128 src[i] = src[i] & ~dest[i]; \
135 src[i] = ~src[i] & dest[
161 logicop_uint1(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
169 logicop_uint2(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
177 logicop_uint4(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_logic.c72 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]; \
107 src[i] = ~(src[i] | dest[i]); \
114 src[i] ^= dest[i]; \
121 src[i] = ~(src[i] ^ dest[i]); \
128 src[i] = src[i] & ~dest[i]; \
135 src[i] = ~src[i] & dest[
161 logicop_uint1(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
169 logicop_uint2(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
177 logicop_uint4(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunorm.cpp99 UChar *dest, int32_t destCapacity,
106 src, srcLength, dest, destCapacity, pErrorCode);
109 src, srcLength, dest, destCapacity, pErrorCode);
118 UChar *dest, int32_t destCapacity,
125 if(destCapacity<0 || (dest==NULL && destCapacity>0) || src==NULL) {
134 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
163 UnicodeString destString(dest, 0, destCapacity);
165 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
172 return buffer.extract(dest, destCapacity, *pErrorCode);
178 UChar *dest, int32_
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
117 _iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
225 _concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UErrorCode *pErrorCode) argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Ducasemap.cpp122 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, argument
146 U8_APPEND(dest, destIndex, destCapacity, c, isError);
155 (char *)(dest+destIndex), destCapacity-destIndex, &destLength,
215 uint8_t *dest, int32_t destCapacity,
236 dest[destIndex++]=src[i++];
243 dest[destIndex++]=(uint8_t)c2;
245 destIndex=appendResult(dest, destIndex, destCapacity, c, s);
259 uint8_t *dest, int32_t destCapacity,
333 uprv_memcpy(dest+destIndex, src+prev, length);
344 destIndex=appendResult(dest, destInde
214 _caseMap(const UCaseMap *csm, UCaseMapFull *map, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
258 ucasemap_internalUTF8ToTitle(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
390 ucasemap_internalUTF8ToLower(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
405 ucasemap_internalUTF8ToUpper(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
420 utf8_foldCase(const UCaseProps *csp, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
458 ucasemap_internalUTF8Fold(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
466 ucasemap_mapUTF8(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, UErrorCode *pErrorCode) argument
507 ucasemap_utf8ToLower(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
518 ucasemap_utf8ToUpper(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
529 ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.cc32 DCHECK(i->dest != j->dest) << "Both fd " << i->source
33 << " and " << j->source << " map to " << i->dest;
36 const bool is_identity = i->source == i->dest;
40 if (!is_identity && i->dest == j->source) {
42 if (!delegate->Duplicate(&temp_fd, i->dest))
56 if (i->close && i->source == j->dest)
66 if (!delegate->Move(i->source, i->dest))
91 bool FileDescriptorTableInjection::Move(int src, int dest) { argument
92 return HANDLE_EINTR(dup2(src, dest)) !
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dgen_scalers.c23 * unsigned char *dest : Pointer to destination data.
38 unsigned char *dest,
42 unsigned char *des = dest;
69 unsigned char *dest,
74 unsigned char *des = dest;
103 * unsigned char *dest : Pointer to destination data.
119 unsigned char *dest,
123 unsigned char *des = dest;
147 unsigned char *dest,
152 unsigned char *des = dest;
36 vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
67 vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
117 vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
145 vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
192 vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
211 vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
221 vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpack.h34 _mesa_unpack_polygon_stipple(const GLubyte *pattern, GLuint dest[32],
39 _mesa_pack_polygon_stipple(const GLuint pattern[32], GLubyte *dest,
49 GLubyte *dest, const struct gl_pixelstore_attrib *packing);
62 GLuint n, GLenum dstFormat, GLubyte dest[],
71 GLuint n, GLenum dstFormat, GLfloat dest[],
79 GLuint n, GLenum dstFormat, GLuint *dest,
86 GLuint n, GLenum dstFormat, GLbyte dest[],
94 GLenum dstType, GLvoid *dest,
102 GLenum dstType, GLvoid *dest, const GLuint *source,
109 GLenum dstType, GLvoid *dest,
[all...]
/external/libvpx/libvpx/vpx_scale/generic/
H A Dgen_scalers.c23 * unsigned char *dest : Pointer to destination data.
38 unsigned char *dest,
42 unsigned char *des = dest;
69 unsigned char *dest,
74 unsigned char *des = dest;
103 * unsigned char *dest : Pointer to destination data.
119 unsigned char *dest,
123 unsigned char *des = dest;
147 unsigned char *dest,
152 unsigned char *des = dest;
36 vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
67 vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
117 vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
145 vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
192 vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
211 vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
221 vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.h34 _mesa_unpack_polygon_stipple(const GLubyte *pattern, GLuint dest[32],
39 _mesa_pack_polygon_stipple(const GLuint pattern[32], GLubyte *dest,
49 GLubyte *dest, const struct gl_pixelstore_attrib *packing);
62 GLuint n, GLenum dstFormat, GLubyte dest[],
71 GLuint n, GLenum dstFormat, GLfloat dest[],
79 GLuint n, GLenum dstFormat, GLuint *dest,
86 GLuint n, GLenum dstFormat, GLbyte dest[],
94 GLenum dstType, GLvoid *dest,
102 GLenum dstType, GLvoid *dest, const GLuint *source,
109 GLenum dstType, GLvoid *dest,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h150 SVGA3dShaderDestToken dest )
152 assert(dest.reserved0);
153 assert(dest.mask);
154 return svga_shader_emit_dword( emit, dest.value );
182 SVGA3dShaderDestToken dest,
186 emit_dst( emit, dest ) &&
192 SVGA3dShaderDestToken dest,
197 emit_dst( emit, dest ) &&
204 SVGA3dShaderDestToken dest,
210 emit_dst( emit, dest )
180 emit_op1( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0 ) argument
190 emit_op2( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1 ) argument
202 emit_op3( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2 ) argument
217 emit_op4( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) argument
269 SVGA3dShaderDestToken dest; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h150 SVGA3dShaderDestToken dest )
152 assert(dest.reserved0);
153 assert(dest.mask);
154 return svga_shader_emit_dword( emit, dest.value );
182 SVGA3dShaderDestToken dest,
186 emit_dst( emit, dest ) &&
192 SVGA3dShaderDestToken dest,
197 emit_dst( emit, dest ) &&
204 SVGA3dShaderDestToken dest,
210 emit_dst( emit, dest )
180 emit_op1( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0 ) argument
190 emit_op2( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1 ) argument
202 emit_op3( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2 ) argument
217 emit_op4( struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) argument
269 SVGA3dShaderDestToken dest; local
[all...]
/external/pixman/demos/
H A Dgradient-test.c12 uint32_t *dest = malloc (WIDTH * HEIGHT * 4); local
46 dest[i] = 0xff00ff00;
50 dest,
81 printf ("0, 0: %x\n", dest[0]);
82 printf ("10, 10: %x\n", dest[10 * 10 + 10]);
83 printf ("w, h: %x\n", dest[(HEIGHT - 1) * 100 + (WIDTH - 1)]);
89 free (dest);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c129 void * os_memcpy(void *dest, const void *src, size_t n) argument
131 return dest;
135 void * os_memmove(void *dest, const void *src, size_t n) argument
137 return dest;
209 char * os_strncpy(char *dest, const char *src, size_t n) argument
211 return dest;
215 size_t os_strlcpy(char *dest, const char *src, size_t size) argument
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c129 void * os_memcpy(void *dest, const void *src, size_t n) argument
131 return dest;
135 void * os_memmove(void *dest, const void *src, size_t n) argument
137 return dest;
209 char * os_strncpy(char *dest, const char *src, size_t n) argument
211 return dest;
215 size_t os_strlcpy(char *dest, const char *src, size_t size) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c129 void * os_memcpy(void *dest, const void *src, size_t n) argument
131 return dest;
135 void * os_memmove(void *dest, const void *src, size_t n) argument
137 return dest;
209 char * os_strncpy(char *dest, const char *src, size_t n) argument
211 return dest;
215 size_t os_strlcpy(char *dest, const char *src, size_t size) argument

Completed in 644 milliseconds

1234567891011>>