Searched defs:input (Results 1 - 25 of 1709) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/examples/
H A Dzran.c24 input zlib or gzip stream a block at a time, and at the end of each block
31 The input file is positioned to the specified location in the index, and if
64 #define CHUNK 16384 /* file input buffer size */
69 off_t in; /* offset in input file of first full byte */
142 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
151 unsigned char input[CHUNK]; local
164 /* inflate the input, maintain a sliding window, and build an index -- this
171 /* get some compressed data from input file */
172 strm.avail_in = fread(input, 1, CHUNK, in);
181 strm.next_in = input;
255 unsigned char input[CHUNK]; local
[all...]
/external/webrtc/src/common_audio/vad/
H A Dvad_gmm.c19 // For a normal distribution, the probability of |input| is calculated and
27 // x = |input| (Q4)
30 int32_t WebRtcVad_GaussianProbability(int16_t input, argument
51 tmp16 = (input << 3); // Q4 -> Q7
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c368 void WebRtcIsacfix_GetVars(const WebRtc_Word16 *input, const WebRtc_Word16 *pitchGains_Q12, argument
382 nrgQ[0] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
386 nrgQ[1] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
390 nrgQ[2] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
394 nrgQ[3] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
626 /* Update input buffe
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c114 void WebRtcIsac_GetVars(const double *input, const WebRtc_Word16 *pitchGains_Q12, argument
125 nrg[0] += input[k]*input[k];
129 nrg[1] += input[k]*input[k];
133 nrg[2] += input[k]*input[k];
137 nrg[3] += input[k]*input[k];
167 const double* input,
166 WebRtcIsac_GetVarsUB( const double* input, double* oldEnergy, double* varscale) argument
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp29 rough_log_2_size(const T& input) argument
33 while((input >> result) && (result < (8*sizeof(T)))) ++result;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
121 os_memcpy(ctx->buffer + have, input, need);
123 input += need;
130 MD4Transform(ctx->state, input);
131 input += MD4_BLOCK_LENGTH;
138 os_memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
121 os_memcpy(ctx->buffer + have, input, need);
123 input += need;
130 MD4Transform(ctx->state, input);
131 input += MD4_BLOCK_LENGTH;
138 os_memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
121 os_memcpy(ctx->buffer + have, input, need);
123 input += need;
130 MD4Transform(ctx->state, input);
131 input += MD4_BLOCK_LENGTH;
138 os_memcpy(ctx->buffer + have, input, len);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java63 * Parses the input source into an XMP metadata object, including
66 * @param input the input can be an <code>InputStream</code>, a <code>String</code> or
72 public static XMPMeta parse(Object input, ParseOptions options) throws XMPException argument
74 ParameterAsserts.assertNotNull(input);
77 Document document = parseXml(input, options);
108 * Latin-1/ISO-8859-1 can be accepted when the input is a byte stream
113 * (if the input is a byte stream is has to be read as character stream).
117 * @param input the input ca
123 parseXml(Object input, ParseOptions options) argument
238 parseXmlFromString(String input, ParseOptions options) argument
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part2.c840 * input, perform a reciprocal estimate in double-precision, round
947 * data (input args, result) contain only two inputs, so I arbitrarily
949 * argument. We can use the same input data for a given pair of
1056 /* For conversions of single to double, the 128-bit input register is sparsely populated:
1062 * we'll only be loading two values per loop into the input register.
1113 // Clear input vector
1123 double input = spec_sp_fargs[i]; local
1124 memcpy(((void *)&vec_inB), (void *)&input, 8);
1168 /* This function currently only supports two double precision input arguments. */
1232 double input local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part2.c840 * input, perform a reciprocal estimate in double-precision, round
947 * data (input args, result) contain only two inputs, so I arbitrarily
949 * argument. We can use the same input data for a given pair of
1056 /* For conversions of single to double, the 128-bit input register is sparsely populated:
1062 * we'll only be loading two values per loop into the input register.
1113 // Clear input vector
1123 double input = spec_sp_fargs[i]; local
1124 memcpy(((void *)&vec_inB), (void *)&input, 8);
1168 /* This function currently only supports two double precision input arguments. */
1232 double input local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcu21.c21 /* Define various input buffers. */
240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, argument
250 run_test(buff, sizeof buff, input, num_input_bytes);
262 write_and_check(uint16_t *input, unsigned num_input_bytes, argument
265 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
269 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dcu21_1.c21 /* Define various input buffers. */
240 write_and_check_aux(uint16_t *input, unsigned num_input_bytes, argument
250 run_test(buff, sizeof buff, input, num_input_bytes);
262 write_and_check(uint16_t *input, unsigned num_input_bytes, argument
265 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
269 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dcu41.c18 /* Define various input buffers. */
229 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, argument
239 run_test(buff, sizeof buff, input, num_input_bytes);
251 write_and_check(uint32_t *input, unsigned num_input_bytes, argument
254 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
258 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dcu42.c18 /* Define various input buffers. */
206 write_and_check_aux(uint32_t *input, unsigned num_input_bytes, argument
216 run_test(buff, sizeof buff, input, num_input_bytes);
228 write_and_check(uint32_t *input, unsigned num_input_bytes, argument
231 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0x0);
235 write_and_check_aux(input, num_input_bytes, num_expected_output_bytes, 0xFF);
H A Dflogr.c17 flogr1(unsigned long input, unsigned long *bitpos, unsigned long *modval, argument
21 register unsigned long value asm("4") = input;
41 flogr2(unsigned long input, unsigned long *bitpos, unsigned long *modval, argument
45 register unsigned long value asm("2") = input;
65 flogr3(unsigned long input, unsigned long *bitpos, unsigned long *modval, argument
69 register unsigned long value asm("3") = input;
H A Dlam_stam.c6 char input[44] = "0123456789\n" variable
13 asm volatile( "larl 1,input\n\t"
/external/webp/include/webp/
H A Ddecode.h242 // picture is only partially decoded, pending additional input.
378 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
462 WebPBitstreamFeatures input; // Immutable bitstream features (optional) member in struct:WebPDecoderConfig
480 // config->input. Otherwise, 'data' can be NULL and no parsing will occur.
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c12758 IRTemp input = newTemp(Ity_I64); local
12766 However, that operator does not work when the input value is zero.
12767 Therefore, we set the LSB of the input value to 1 and use Clz64 on
12768 the modified value. If input == 0, then the result is 64. Otherwise,
12771 assign(input, get_gpr_dw0(r2));
12772 assign(not_zero, binop(Iop_Or64, mkexpr(input), mkU64(1)));
12775 /* num = (input == 0) ? 64 : tmpnum */
12776 assign(num, mkite(binop(Iop_CmpEQ64, mkexpr(input), mkU64(0)),
12782 /* Set the leftmost '1' bit of the input value to zero. The general scheme
12783 is to first shift the input valu
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcbase.c496 const HChar *input,
507 const SizeT input_len = VG_(strlen)(input);
519 VG_(strcpy) (tok_input, input);
534 // of the 'input' loop.
495 parse_enum_set( const HChar *tokens, const HChar *input, UInt *enum_set) argument
H A Dm_seqmatch.c45 const void* input, SizeT szbInput, UWord nInput, UWord ixInput,
80 the pattern or input arrays. */
82 currInput = haveInput ? ((const HChar*)input) + szbInput * ixInput : NULL;
92 // If we're out of input, check the rest of the pattern matches
93 // the empty input. This really means can only be be empty or
105 input,szbInput,nInput, ixInput+0,
138 // if we run out of input before we run out of pattern, we must fail
142 // if we run out of pattern before we run out of input, the
144 // match exactly (the pattern must consume the entire input)
146 // to match some prefix of the input, the
42 generic_match( Bool matchAll, const void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, const void* input, SizeT szbInput, UWord nInput, UWord ixInput, Bool (*pIsStar)(const void*), Bool (*pIsQuery)(const void*), Bool (*pattEQinp)(const void*,const void*,void*,UWord), void* inputCompleter ) argument
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-domctl.h273 vki_uint32_t input[2]; member in struct:vki_xen_domctl_cpuid
/external/valgrind/main/memcheck/tests/s390x/
H A Dcu21.c8 /* Define various input buffers. */
91 uint8_t *input = malloc(10); local
94 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
96 /* Read 2 bytes from input buffer. First byte is uninitialised */
97 input = malloc(10);
98 input[1] = 0x0;
99 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
101 /* Read 2 bytes from input buffer. Second byte is uninitialised */
102 input = malloc(10);
103 input[
[all...]
H A Dcu42.c8 /* Define various input buffers. */
68 uint8_t *input; local
71 input = malloc(10);
72 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint
74 /* Read 4 bytes from input buffer. First byte is uninitialised */
75 input = malloc(10);
76 input[1] = input[2] = input[3] = 0x0;
77 do_cu42(buf, sizeof buf, (void *)input,
[all...]

Completed in 9290 milliseconds

1234567891011>>