Searched defs:src (Results 251 - 275 of 2580) sorted by relevance

<<11121314151617181920>>

/external/javassist/src/main/javassist/
H A DCtNewConstructor.java61 * @param src the source text.
64 public static CtConstructor make(String src, CtClass declaring) argument
69 CtMember obj = compiler.compile(src);
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPoolRepository.java57 * @param src the original classpool.
60 ScopedClassPool createScopedClassPool(ClassLoader cl, ClassPool src); argument
/external/libmicrohttpd/src/microspdy/
H A Dcompression.c251 const void *src,
284 strm->next_in = (Bytef *)src;
351 const void *src,
382 strm->next_in = (Bytef *) src;
250 SPDYF_zlib_deflate(z_stream *strm, const void *src, size_t src_size, size_t *data_used, void **dest, size_t *dest_size) argument
350 SPDYF_zlib_inflate(z_stream *strm, const void *src, size_t src_size, void **dest, size_t *dest_size) argument
/external/libnl/lib/
H A Ddata.c91 * @arg src Abstract data object
95 struct nl_data *nl_data_clone(struct nl_data *src) argument
97 return nl_data_alloc(src->d_data, src->d_size);
/external/libvpx/libvpx/test/
H A Didct8x8_test.cc15 #include "third_party/googletest/src/include/gtest/gtest.h"
64 uint8_t dst[64], src[64]; local
67 src[j] = rnd.Rand8();
71 for (int j = 0; j < 64; ++j) input[j] = src[j] - dst[j];
79 const int diff = dst[j] - src[j];
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-typed-test.cc48 static std::vector<std::string> SplitIntoTestNames(const char* src) { argument
50 src = SkipSpaces(src);
51 for (; src != NULL; src = SkipComma(src)) {
52 name_vec.push_back(StripTrailingSpaces(GetPrefixUntilComma(src)));
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate_common.cc19 void TransposeWx8_C(const uint8* src, int src_stride, argument
23 dst[0] = src[0 * src_stride];
24 dst[1] = src[1 * src_stride];
25 dst[2] = src[2 * src_stride];
26 dst[3] = src[3 * src_stride];
27 dst[4] = src[4 * src_stride];
28 dst[5] = src[5 * src_stride];
29 dst[6] = src[6 * src_stride];
30 dst[7] = src[7 * src_stride];
31 ++src;
36 TransposeUVWx8_C(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
63 TransposeWxH_C(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
75 TransposeUVWxH_C(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width, int height) argument
[all...]
/external/libyuv/files/source/
H A Drotate_common.cc19 void TransposeWx8_C(const uint8* src, argument
26 dst[0] = src[0 * src_stride];
27 dst[1] = src[1 * src_stride];
28 dst[2] = src[2 * src_stride];
29 dst[3] = src[3 * src_stride];
30 dst[4] = src[4 * src_stride];
31 dst[5] = src[5 * src_stride];
32 dst[6] = src[6 * src_stride];
33 dst[7] = src[7 * src_stride];
34 ++src;
39 TransposeUVWx8_C(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
70 TransposeWxH_C(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
85 TransposeUVWxH_C(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width, int height) argument
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c16 static void do_one(char *src, char *dst, unsigned long src_off, argument
24 srcp = src + MIN_REDZONE + src_off;
27 memset(src, POISON, BUFLEN);
39 printf("src: ");
64 char *src, *dst, *redzone, *fill; local
68 src = memalign(BUFLEN, BUFLEN);
73 if (!src || !dst || !redzone || !fill) {
87 do_one(src, dst, src_off, dst_off, len,
/external/ltp/tools/top-LTP/proc/
H A Descape.c33 int octal_escape_str(char *restrict dst, const char *restrict src, size_t n)
46 c = (unsigned char)*(src++);
80 int escape_str(char *restrict dst, const char *restrict src, int bufsize, argument
104 c = (unsigned char)*(src++);
122 int escape_strlist(char *restrict dst, const char *restrict const *restrict src, argument
127 //if (!*src) { just never call this function without checking first
132 i += escape_str(dst + i, *src, bytes - i, bytes - i); // FIXME: byte/glyph
135 src++;
136 if (!*src)
/external/lzma/C/
H A DBraIA64.c44 UInt32 src = (UInt32)((instNorm >> 13) & 0xFFFFF); local
46 src |= ((UInt32)(instNorm >> 36) & 1) << 20;
48 src <<= 4;
51 dest = ip + (UInt32)i + src;
53 dest = src - (ip + (UInt32)i);
H A DLzma86Dec.c13 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) argument
20 *unpackSize += ((UInt64)src[LZMA86_SIZE_OFFSET + i]) << (8 * i);
24 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) argument
35 useFilter = src[0];
44 res = LzmaDecode(dest, destLen, src + LZMA86_HEADER_SIZE, &inSizePure,
45 src + 1, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc);
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp102 const Byte *src = _buf; local
104 buf[i] = src[i];
/external/lzma/CPP/Common/
H A DUTFConvert.cpp10 bool CheckUTF8(const char *src) throw() argument
16 c = *src++;
31 Byte c2 = *src++;
45 static Bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, size_t srcLen) throw() argument
57 c = (Byte)src[srcPos++];
78 c2 = (Byte)src[srcPos++];
109 static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *src, size_t srcLen) argument
121 value = src[srcPos++];
134 c2 = src[srcPos++];
158 bool ConvertUTF8ToUnicode(const AString &src, UStrin argument
168 ConvertUnicodeToUTF8(const UString &src, AString &dest) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c95 const struct tgsi_full_src_register *src = local
97 int ind = src->Register.Index;
100 if (src->Register.File == TGSI_FILE_INPUT) {
103 if (src->Register.Indirect) {
114 src->Register.File == TGSI_FILE_INPUT &&
116 src->Register.Index == 0 &&
117 (src->Register.SwizzleX == TGSI_SWIZZLE_Z ||
118 src->Register.SwizzleY == TGSI_SWIZZLE_Z ||
119 src->Register.SwizzleZ == TGSI_SWIZZLE_Z ||
120 src
301 const struct tgsi_full_src_register *src = local
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.h63 struct pipe_sampler_view *src, *layout, *quant; member in struct:vl_zscan_buffer
85 struct pipe_sampler_view *src, struct pipe_surface *dst);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c64 int src; local
108 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_POSITION, 0);
110 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_LINEAR, src);
115 draw_emit_vertex_attr(&vinfo, EMIT_3F, INTERP_LINEAR, src);
125 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 0);
126 draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA, colorInterp, src);
132 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 1);
133 draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA, colorInterp, src);
139 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0);
140 draw_emit_vertex_attr(&vinfo, EMIT_1F, INTERP_PERSPECTIVE, src);
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_format.h21 unsigned src; member in struct:nv30_texfmt::__anon14565
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c155 static void r300_vs_src_dump(uint32_t src) argument
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
180 unsigned src; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_transform.c83 struct matrix *dst, src; local
92 matrix_init(&src, m);
94 if (!matrix_is_affine(&src)) {
96 matrix_make_affine(&src);
99 matrix_mult(dst, &src);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h76 void radeon_bo_reference(struct radeon_bo **dst, struct radeon_bo *src) argument
78 pb_reference((struct pb_buffer**)dst, (struct pb_buffer*)src);
/external/mesa3d/src/mesa/main/
H A Dtexcompress_etc.c59 const GLubyte *src; local
61 src = (const GLubyte *) texImage->Map +
64 etc1_parse_block(&block, src);
/external/modp_b64/
H A Dmodp_b64.cc121 int modp_b64_decode(char* dest, const char* src, int len) argument
130 if (src[len-1] == CHARPAD) {
132 if (src[len -1] == CHARPAD) {
145 uint32_t* srcInt = (uint32_t*) src;
189 size_t modp_b64_decode(char* dest, const char* src, size_t len) argument
200 if (src[len-1] == CHARPAD) {
202 if (src[len -1] == CHARPAD) {
215 uint32_t* srcInt = (uint32_t*) src;
/external/openssh/
H A Dcipher-3des1.c90 ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, size_t len) argument
96 if (EVP_Cipher(&c->k1, dest, (u_char *)src, len) == 0 ||
H A Dcipher-bf1.c42 swap_bytes(const u_char *src, u_char *dst, int n) argument
48 c[3] = *src++;
49 c[2] = *src++;
50 c[1] = *src++;
51 c[0] = *src++;

Completed in 510 milliseconds

<<11121314151617181920>>