Searched refs:in (Results 276 - 300 of 5840) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc3 // found in the LICENSE file.
8 // The original file was copied from sqlite, and was in the public domain.
13 * written by Colin Plumb in 1993, no copyright is claimed.
14 * This code is in the public domain; do with it what you wish.
40 unsigned char in[64]; member in struct:__anon12568::Context
64 /* This is the central step in the MD5 algorithm. */
73 void MD5Transform(uint32 buf[4], const uint32 in[16]) { argument
81 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
82 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
83 MD5STEP(F1, c, d, a, b, in[
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c17 static void MD5Transform(u32 buf[4], u32 const in[16]);
25 * @num_elem: Number of elements in the data vector
48 * written by Colin Plumb in 1993, no copyright is claimed.
49 * This code is in the public domain; do with it what you wish.
110 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
115 unsigned char *p = (unsigned char *) ctx->in + t;
123 byteReverse(ctx->in, 16);
124 MD5Transform(ctx->buf, (u32 *) ctx->in);
128 /* Process data in 64-byte chunks */
131 os_memcpy(ctx->in, bu
205 MD5Transform(u32 buf[4], u32 const in[16]) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c17 static void MD5Transform(u32 buf[4], u32 const in[16]);
25 * @num_elem: Number of elements in the data vector
48 * written by Colin Plumb in 1993, no copyright is claimed.
49 * This code is in the public domain; do with it what you wish.
110 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
115 unsigned char *p = (unsigned char *) ctx->in + t;
123 byteReverse(ctx->in, 16);
124 MD5Transform(ctx->buf, (u32 *) ctx->in);
128 /* Process data in 64-byte chunks */
131 os_memcpy(ctx->in, bu
205 MD5Transform(u32 buf[4], u32 const in[16]) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c17 static void MD5Transform(u32 buf[4], u32 const in[16]);
25 * @num_elem: Number of elements in the data vector
48 * written by Colin Plumb in 1993, no copyright is claimed.
49 * This code is in the public domain; do with it what you wish.
110 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
115 unsigned char *p = (unsigned char *) ctx->in + t;
123 byteReverse(ctx->in, 16);
124 MD5Transform(ctx->buf, (u32 *) ctx->in);
128 /* Process data in 64-byte chunks */
131 os_memcpy(ctx->in, bu
205 MD5Transform(u32 buf[4], u32 const in[16]) argument
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_private.h3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
39 /* Number of input samples to process in the inner loop */
48 const opus_int16 in[], /* I Input signal */
56 const opus_int16 in[], /* I Input signal */
64 const opus_int16 *in, /* I Input signal [ len ] */
72 const opus_int16 *in, /* I Input signal [ len ] */
80 const opus_int16 in[], /* I Input signal */
/external/chromium_org/third_party/webrtc/base/
H A Dmd5.cc4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
59 t = (t >> 3) & 0x3f; // Bytes already in shsInfo->data.
63 uint8* p = reinterpret_cast<uint8*>(ctx->in) + t;
71 ByteReverse(ctx->in, 16);
72 MD5Transform(ctx->buf, ctx->in);
77 // Process data in 64-byte chunks.
79 memcpy(ctx->in, buf, 64);
80 ByteReverse(ctx->in, 16);
81 MD5Transform(ctx->buf, ctx->in);
143 MD5Transform(uint32 buf[4], const uint32 in[16]) argument
[all...]
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Dsbumpc.pass.cpp49 char in[] = "ABC"; local
50 t.setg(in, in, in+sizeof(in));
H A Dsgetc.pass.cpp49 char in[] = "ABC"; local
50 t.setg(in, in, in+sizeof(in));
H A Dsnextc.pass.cpp49 char in[] = "ABC"; local
50 t.setg(in, in, in+sizeof(in));
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp49 char in[] = "ABC"; local
50 t.setg(in, in+1, in+sizeof(in));
H A Dsungetc.pass.cpp49 char in[] = "ABC"; local
50 t.setg(in, in+1, in+sizeof(in));
/external/libopus/silk/
H A Dresampler_private.h3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
39 /* Number of input samples to process in the inner loop */
48 const opus_int16 in[], /* I Input signal */
56 const opus_int16 in[], /* I Input signal */
64 const opus_int16 *in, /* I Input signal [ len ] */
72 const opus_int16 *in, /* I Input signal [ len ] */
80 const opus_int16 in[], /* I Input signal */
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzselect.ksh51 for f in $TZ_COUNTRY_TABLE $TZ_ZONE_TABLE
64 # Work around a bug in bash 1.14.7 and earlier, where $PS3 is sent to stdout.
65 case $(echo 1 | (select x in x; do break; done) 2>/dev/null) in
85 select continent in \
98 case $continent in
100 echo >&2 'Please enter a number in range.';;
102 case $continent in
109 case $continent in
137 # Get list of names of countries in th
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dtzselect.ksh51 for f in $TZ_COUNTRY_TABLE $TZ_ZONE_TABLE
64 # Work around a bug in bash 1.14.7 and earlier, where $PS3 is sent to stdout.
65 case $(echo 1 | (select x in x; do break; done) 2>/dev/null) in
85 select continent in \
98 case $continent in
100 echo >&2 'Please enter a number in range.';;
102 case $continent in
109 case $continent in
137 # Get list of names of countries in th
[all...]
/external/chromium_org/ppapi/generators/test_gen_pnacl/
H A Dtest_interfaces.idl4 * found in the LICENSE file.
9 * the comments in this IDL.
49 int32_t foo1(int32_t a, [in] some_struct b);
62 int32_t foo1(int32_t a, [in] some_union b);
68 int32_t foo1(int32_t a, [in] some_struct2 b);
90 int32_t foo1([in] some_struct a);
91 some_struct foo2([in] int32_t a);
95 int32_t foo1([in] some_struct[] a);
97 void foo2([in] int32_t a, [out] some_struct b);
101 int32_t foo1([in] some_struct
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_internal.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
24 * Functions for internal use in the other resample functions
26 void WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out,
29 void WebRtcSpl_DownBy2ShortToInt(const int16_t *in, int32_t len,
32 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len,
35 void WebRtcSpl_UpBy2IntToInt(const int32_t *in, int32_
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DLittleEndianDataInputStreamTest.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
70 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(data));
72 in.readFully(b);
77 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(new byte[0]));
79 in.readUnsignedByte();
87 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(buf));
89 in.readUnsignedShort();
95 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(data));
97 in
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A Dwiden_many.pass.cpp27 std::string in(" A\x07.a1");
28 std::vector<wchar_t> v(in.size());
30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
/external/libvorbis/vq/
H A Dbookutil.h26 extern char *get_line(FILE *in);
27 extern char *setup_line(FILE *in);
28 extern int get_line_value(FILE *in,float *value);
29 extern int get_next_value(FILE *in,float *value);
30 extern int get_next_ivalue(FILE *in,long *ivalue);
32 extern int get_vector(codebook *b,FILE *in,int start,int num,float *a);
33 extern char *find_seek_to(FILE *in,char *s);
/external/openssl/crypto/comp/
H A Dc_rle.c8 unsigned int olen, unsigned char *in, unsigned int ilen);
10 unsigned int olen, unsigned char *in, unsigned int ilen);
29 unsigned int olen, unsigned char *in, unsigned int ilen)
40 memcpy(out,in,ilen);
45 unsigned int olen, unsigned char *in, unsigned int ilen)
55 i= *(in++);
58 memcpy(out,in,ilen-1);
28 rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
44 rle_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_by_2_internal.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
24 * Functions for internal use in the other resample functions
26 void WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out,
29 void WebRtcSpl_DownBy2ShortToInt(const WebRtc_Word16 *in, WebRtc_Word32 len,
32 void WebRtcSpl_UpBy2ShortToInt(const WebRtc_Word16 *in, WebRtc_Word32 len,
35 void WebRtcSpl_UpBy2IntToInt(const WebRtc_Word32 *in, WebRtc_Word3
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d11.idl7 * "Software"), to deal in the Software without restriction, including
14 * next paragraph) shall be included in all copies or substantial
1342 [in] REFGUID a,
1343 [in, out] UINT *b,
1348 [in] REFGUID a,
1349 [in] UINT b,
1350 [in] const void *c
1354 [in] REFGUID a,
1355 [in] const IUnknown *b
1401 [in] UIN
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d11.idl7 * "Software"), to deal in the Software without restriction, including
14 * next paragraph) shall be included in all copies or substantial
1342 [in] REFGUID a,
1343 [in, out] UINT *b,
1348 [in] REFGUID a,
1349 [in] UINT b,
1350 [in] const void *c
1354 [in] REFGUID a,
1355 [in] const IUnknown *b
1401 [in] UIN
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.c4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
18 /* This code was modified in 1997 by Jim Kingdon of Cyclic Software to
23 copyright in any changes I have made; this code remains in the
90 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
95 unsigned char *p = ctx->in + t;
103 yasm_md5_transform (ctx->buf, ctx->in);
108 /* Process data in 64-byte chunks */
111 memcpy(ctx->in, bu
191 unsigned long in[16]; local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
183 static void idct4_sse2(__m128i *in) { argument
191 transpose_4x4(in);
193 u[0] = _mm_unpacklo_epi16(in[0], in[1]);
194 u[1] = _mm_unpackhi_epi16(in[
219 iadst4_sse2(__m128i *in) argument
270 __m128i in[2]; local
631 array_transpose_8x8(__m128i *in, __m128i *res) argument
660 array_transpose_4X8(__m128i *in, __m128i * out) argument
677 idct8_sse2(__m128i *in) argument
702 iadst8_sse2(__m128i *in) argument
933 __m128i in[8]; local
1406 __m128i in[16], l[16], r[16], *curr1; local
1471 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
1593 iadst16_8col(__m128i *in) argument
2063 idct16_8col(__m128i *in) argument
2419 load_buffer_8x16(const int16_t *input, __m128i *in) argument
2439 write_buffer_8x16(uint8_t *dest, __m128i *in, int stride) argument
2552 __m128i in[16], l[16]; local
2738 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
3504 __m128i in[32], col[32]; local
3599 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
3789 __m128i in[32], col[128], zero_idx[16]; local
3975 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
[all...]

Completed in 583 milliseconds

<<11121314151617181920>>