Searched defs:in (Results 176 - 200 of 1566) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlUrlValidateFunction.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
34 * isUnquoted should be true if the URL appears in an unquoted attribute. like: <a href=<?cs
41 protected void applyEscaping(String in, Appendable out) throws IOException { argument
42 htmlEscape.filter(in, out);
/external/libcxx/src/
H A Dhash.cpp23 // handle all next_prime(i) for i in [1, 210), special case 0
183 // If n is small enough, search in small_primes
189 // Start searching list of potential primes: L * k0 + indices[in]
194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) local
196 n = L * k0 + indices[in];
201 // 2. The i > sqrt(n), in which case n is prime.
561 if (++in == M)
564 in = 0;
566 n = L * k0 + indices[in];
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Din_avail.pass.cpp48 char in[5]; local
49 t.setg(in, in+2, in+5);
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/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
H A Dgbump.pass.cpp49 char in[] = "ABCDE"; local
50 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]));
55 wchar_t in[] = L"ABCDE"; local
56 t.setg(in, in+1, in
[all...]
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
H A Dpbump.pass.cpp49 char in[] = "ABCDE"; local
50 t.setp(in, in+sizeof(in)/sizeof(in[0]));
56 wchar_t in[] = L"ABCDE"; local
57 t.setp(in, in+sizeof(in)/sizeof(in[
[all...]
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
H A Dget_monthname_wide.pass.cpp52 const wchar_t in[] = L"June"; local
55 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
62 const wchar_t in[] = L"juin"; local
65 I i = f.get_monthname(I(in),
72 const wchar_t in[] = L"\\x438\\x44E\\x43D\\x44F"; local
82 const wchar_t in[] = L"\\x516D\\x6708"; local
[all...]
/external/libopus/silk/
H A DLPC_analysis_filter.c3 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
44 const opus_int16 *in, /* I Input signal */
70 mem[ j ] = in[ d - j - 1 ];
72 celt_fir( in + d, num, out + d, len - d, d, mem );
78 in_ptr = &in[ ix - 1 ];
42 silk_LPC_analysis_filter( opus_int16 *out, const opus_int16 *in, const opus_int16 *B, const opus_int32 len, const opus_int32 d ) argument
H A Dana_filt_bank_1.c3 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
40 const opus_int16 *in, /* I Input signal [N] */
50 /* Internal variables and state are in Q10 format */
53 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k ], 10 );
62 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k + 1 ], 10 );
39 silk_ana_filt_bank_1( const opus_int16 *in, opus_int32 *S, opus_int16 *outL, opus_int16 *outH, const opus_int32 N ) argument
H A Dbiquad_alt.c3 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
43 const opus_int16 *in, /* I input signal */
56 /* Negate A_Q28 values and split in two parts */
64 inval = in[ k * stride ];
42 silk_biquad_alt( const opus_int16 *in, const opus_int32 *B_Q28, const opus_int32 *A_Q28, opus_int32 *S, opus_int16 *out, const opus_int32 len, opus_int stride ) argument
H A Dresampler.c3 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
54 /* in \ out 8 12 16 */
63 /* in \ out 8 12 16 24 48 */
177 const opus_int16 in[], /* I Input signal */
191 silk_memcpy( &S->delayBuf[ S->inputDelay ], in, nSamples * sizeof( opus_int16 ) );
196 silk_resampler_private_up2_HQ_wrapper( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
200 silk_resampler_private_IIR_FIR( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
204 silk_resampler_private_down_FIR( S, &out[ S->Fs_out_kHz ], &in[ nSample
174 silk_resampler( silk_resampler_state_struct *S, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
[all...]
H A Dresampler_private_IIR_FIR.c3 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
47 /* Interpolate upsampled signal and store in output array */
68 const opus_int16 in[], /* I Input signal */
89 silk_resampler_private_up2_HQ( S->sIIR, &buf[ RESAMPLER_ORDER_FIR_12 ], in, nSamplesIn );
93 in += nSamplesIn;
65 silk_resampler_private_IIR_FIR( void *SS, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
H A Dresampler_private_up2_HQ.c3 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
41 const opus_int16 *in, /* I Input signal [ len ] */
55 /* Internal variables and state are in Q10 format */
58 in32 = silk_LSHIFT( (opus_int32)in[ k ], 10 );
78 /* Apply gain in Q15, convert back to int16 and store to output */
99 /* Apply gain in Q15, convert back to int16 and store to output */
107 const opus_int16 *in, /* I Input signal [ len ] */
112 silk_resampler_private_up2_HQ( S->sIIR, out, in, le
38 silk_resampler_private_up2_HQ( opus_int32 *S, opus_int16 *out, const opus_int16 *in, opus_int32 len ) argument
104 silk_resampler_private_up2_HQ_wrapper( void *SS, opus_int16 *out, const opus_int16 *in, opus_int32 len ) argument
[all...]
/external/libopus/silk/float/
H A DSigProc_FLP.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
48 const silk_float chirp /* I chirp factor (typically in range (0..1) ) */
114 const opus_int nb_subfr, /* I number of subframes stacked in x */
171 const silk_float *in,
177 out[k] = silk_SAT16( (opus_int32)float2int( in[k] ) );
184 const opus_int16 *in,
190 out[k] = (silk_float)in[k];
169 silk_float2short_array( opus_int16 *out, const silk_float *in, opus_int32 length ) argument
182 silk_short2float_array( silk_float *out, const opus_int16 *in, opus_int32 length ) argument
/external/libopus/src/
H A Dmlp.c4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
93 void mlp_process(const MLP *m, const opus_val16 *in, opus_val16 *out)
104 sum = MAC16_16(sum, in[k],*W++);
117 void mlp_process(const MLP *m, const float *in, float *out) argument
128 sum = sum + in[k]**W++;
/external/libopus/tests/
H A Dtest_opus_padding.c4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
28 /* Check for overflow in reading the padding length.
48 unsigned char *in = malloc(PACKETSIZE); local
52 if (!in || !out) {
56 in[0] = 0xff;
57 in[1] = 0x41;
58 memset(in + 2, 0xff, PACKETSIZE - 3);
59 in[PACKETSIZ
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dintlist.h21 void intlist__remove(struct intlist *ilist, struct int_node *in);
48 static inline struct int_node *intlist__next(struct int_node *in) argument
51 if (!in)
53 rn = rb_next(&in->rb_node);
H A Dpager.c15 * Work around bug in "less" by not starting it until we
18 fd_set in; local
20 FD_ZERO(&in);
21 FD_SET(0, &in);
22 select(1, &in, NULL, &in, NULL);
72 pager_process.in = -1;
79 dup2(pager_process.in, 1);
81 dup2(pager_process.in, 2);
82 close(pager_process.in);
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_frag.c7 * "Software"), to deal in the Software without restriction, including
14 * next paragraph) shall be included in all copies or substantial
60 uint64_t in; local
63 nv10_get_final_combiner(ctx, &in, &n);
66 PUSH_DATA (push, in);
67 PUSH_DATA (push, in >> 32);
/external/nanopb-c/examples/using_double_on_avr/
H A Ddouble_conversion.c18 conversion_t in; local
19 in.f = value;
25 sign = (in.i >> 31) & 1;
26 exponent = ((in.i >> 23) & 0xFF) - 127;
27 mantissa = in.i & 0x7FFFFF;
74 /* Figure if value is in range representable by floats. */
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessageDecoder.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
65 private HttpMessageDecoder(HttpResponseMessage in, String encoding) argument
67 super(in.method, in.url);
68 this.headers.addAll(in.headers);
71 InputStream body = in.getBody();
82 this.in = in;
85 private final HttpResponseMessage in; field in class:HttpMessageDecoder
[all...]

Completed in 842 milliseconds

1234567891011>>