Searched defs:in (Results 151 - 175 of 1566) sorted by last modified time

1234567891011>>

/external/speex/libspeex/
H A Dspeex.c6 Redistribution and use in source and binary forms, with or without
13 - Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in the
73 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits) argument
75 return (*((SpeexMode**)state))->enc(state, in, bits);
88 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) argument
96 if (in[i]>32767.f)
98 else if (in[i]<-32768.f)
101 short_in[i] = (spx_int16_t)floor(.5+in[i]);
107 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBit argument
136 speex_encode(void *state, float *in, SpeexBits *bits) argument
141 speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) argument
[all...]
H A Dvq.c5 Redistribution and use in source and binary forms, with or without
12 - Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the
51 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries) argument
54 while (i<entries-1 && in>boundary[0])
62 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries) argument
65 while (i<entries-1 && in>boundary[0])
75 /*Finds the indices of the n-best entries in a codebook*/
76 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
84 dist = MAC16_16(dist,in[
110 vq_nbest_sign(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
[all...]
H A Dvq_arm4.h7 Redistribution and use in source and binary forms, with or without
14 - Redistributions in binary form must reproduce the above copyright
15 notice, this list of conditions and the following disclaimer in the
36 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
68 : "4" (len), "5" (in), "6" (codebook)
79 dist1 = MAC16_16(dist1,in[j],*code);
81 dist2 = MAC16_16(dist2,in[j],*code);
83 dist3 = MAC16_16(dist3,in[j],*code);
85 dist4 = MAC16_16(dist4,in[j],*code);
H A Dvq_bfin.h8 Redistribution and use in source and binary forms, with or without
15 - Redistributions in binary form must reproduce the above copyright
16 notice, this list of conditions and the following disclaimer in the
37 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
68 : "a" (len-1), "a" (in), "a" (2), "d" (entries), "d" (len<<1), "1" (codebook), "4" (E), "2" (best_dist[0]), "3" (nbest[0])
91 : "a" (len-1), "a" (in), "a" (2), "1" (codebook), "0" (E[i])
/external/sqlite/android/
H A DPhoneNumberUtils.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 for i in xrange(100):
38 if i in ccc_set_2digits:
107 * trunk prefix. Actually trunk prefix is different in each country.
268 * "the display language is English but the phone should be in Japan", but
270 * in the country where the phone is used. More specifically, "880-1234-1234"
271 * is not valid phone number in Japan since the trunk prefix in Japan is not 8
395 // while 090-1234-1234 must not be equalt to 90-1234-1234 in Japa
440 phone_number_stripped_reversed_inter(const char* in, char* out, const int len, int *outlen) argument
[all...]
/external/sqlite/dist/orig/
H A Dshell.c138 /* Return the difference of two time_structs in seconds */
183 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
213 /* Return the difference of two FILETIME structs in seconds */
275 ** This is the name of our program. It is set in main(), used
276 ** in a number of other places, mostly for error messages.
281 ** Prompt strings. Initialized in main. Settable with
295 ** This routine works like printf in that its first argument is a
297 ** in place of % fields. The result of formatting this string
364 ** This routine reads a line of text from FILE in, stores
365 ** the text in memor
372 local_getline(char *zLine, FILE *in) argument
415 one_input_line(FILE *in, char *zPrior, int isContinuation) argument
1664 FILE *in; local
1917 FILE *in; /* Read the CSV text from this input stream */ member in struct:CSVReader
3543 process_input(struct callback_data *p, FILE *in) argument
3728 FILE *in = NULL; local
[all...]
H A Dsqlite3.c10 ** This file is all you need to compile SQLite. To use SQLite in other
17 ** language. The code for the "sqlite3" command-line shell is also in a
53 ** code in all source files.
59 ** without this option, LFS is enable. But LFS does not exist in the kernel
60 ** in Red Hat 6.0, so the code won't work. Hence, for maximum binary
63 ** The previous paragraph was written in 2005. (This paragraph is written
66 ** lack LFS in which case the SQLITE_DISABLE_LFS macro might still be useful.
101 ** library in use (e.g. for Windows XP).
111 ** first in QNX. Also, the _USE_32BIT_TIME_T macro must appear first for
114 /************** Include sqlite3.h in th
65104 floatSwap(u64 in) argument
80345 dup8bytes(Vdbe *v, const char *in) argument
110533 } in; /* Used when pWLoop->wsFlags&WHERE_IN_ABLE */ member in union:WhereLevel::__anon31016
[all...]
/external/sqlite/dist/
H A Dshell.c143 /* Return the difference of two time_structs in seconds */
188 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
218 /* Return the difference of two FILETIME structs in seconds */
280 ** This is the name of our program. It is set in main(), used
281 ** in a number of other places, mostly for error messages.
286 ** Prompt strings. Initialized in main. Settable with
300 ** This routine works like printf in that its first argument is a
302 ** in place of % fields. The result of formatting this string
369 ** This routine reads a line of text from FILE in, stores
370 ** the text in memor
377 local_getline(char *zLine, FILE *in) argument
420 one_input_line(FILE *in, char *zPrior, int isContinuation) argument
1669 FILE *in; local
1937 FILE *in; /* Read the CSV text from this input stream */ member in struct:CSVReader
3563 process_input(struct callback_data *p, FILE *in) argument
3748 FILE *in = NULL; local
[all...]
H A Dsqlite3.c10 ** This file is all you need to compile SQLite. To use SQLite in other
17 ** language. The code for the "sqlite3" command-line shell is also in a
53 ** code in all source files.
59 ** without this option, LFS is enable. But LFS does not exist in the kernel
60 ** in Red Hat 6.0, so the code won't work. Hence, for maximum binary
63 ** The previous paragraph was written in 2005. (This paragraph is written
66 ** lack LFS in which case the SQLITE_DISABLE_LFS macro might still be useful.
101 ** library in use (e.g. for Windows XP).
111 ** first in QNX. Also, the _USE_32BIT_TIME_T macro must appear first for
114 /************** Include sqlite3.h in th
65124 floatSwap(u64 in) argument
80365 dup8bytes(Vdbe *v, const char *in) argument
110553 } in; /* Used when pWLoop->wsFlags&WHERE_IN_ABLE */ member in union:WhereLevel::__anon31047
[all...]
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c7 * you may not use this file except in compliance with the License. *
12 * Unless required by applicable law or agreed to in writing, software *
413 char * in; local
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char));
443 if (in == NULL) {
449 PORT_FREAD_CHAR(in, sizeof(char), ilen, fp);
451 in[ilen] = '\0';
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]);
670 /*need to get rid of sme crud at the end of the line because it is being read in binary mode*/
945 PLogError("error while in find_phon
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp5 * 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 // updated accordingly. Here, we enforce using local copy in webp sub-directory.
163 // This guy exists just to aid in debugging, as it allows debuggers to just
164 // set a break-point in one place to see all error exists.
295 // YUV converter supports output in RGB565, RGBA4444 and RGBA8888 formats.
395 // This is also called in setDecodeConfig in above block.
467 typedef void (*ScanlineImporter)(const uint8_t* in, uint8_t* out, int width,
470 static void ARGB_8888_To_RGB(const uint8_t* in, uint8_ argument
482 ARGB_8888_To_RGBA(const uint8_t* in, uint8_t* rgb, int width, const SkPMColor*) argument
507 RGB_565_To_RGB(const uint8_t* in, uint8_t* rgb, int width, const SkPMColor*) argument
519 ARGB_4444_To_RGB(const uint8_t* in, uint8_t* rgb, int width, const SkPMColor*) argument
531 ARGB_4444_To_RGBA(const uint8_t* in, uint8_t* rgb, int width, const SkPMColor*) argument
556 Index8_To_RGB(const uint8_t* in, uint8_t* rgb, int width, const SkPMColor* SK_RESTRICT ctable) argument
[all...]
H A DSkImageEncoder_argb.cpp5 * found in the LICENSE file.
22 typedef void (*ScanlineImporter)(const uint8_t* in, uint8_t* argb, int width,
25 static void ARGB_8888_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { argument
26 const uint32_t* SK_RESTRICT src = (const uint32_t*)in;
37 static void RGB_565_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { argument
38 const uint16_t* SK_RESTRICT src = (const uint16_t*)in;
49 static void ARGB_4444_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { argument
50 const SkPMColor16* SK_RESTRICT src = (const SkPMColor16*)in;
61 static void Index8_To_ARGB(const uint8_t* in, uint8_t* argb, int width, argument
63 const uint8_t* SK_RESTRICT src = (const uint8_t*)in;
[all...]
/external/skia/src/pdf/
H A DSkPDFShader.cpp6 * found in the LICENSE file.
48 component), leaving the result in component order on the stack. It assumes
295 /* The math here is all based on the description in Two_Point_Radial_Gradient,
307 // We start with a stack of (x y), copy it and then consume one copy in
362 // We start with a stack of (x y), copy it and then consume one copy in
452 // if the pixel is in the cone, proceed to compute a color
476 SkAutoFree fColorData; // This provides storage for arrays in fInfo.
748 * Creates a ExtGState with the SMask set to the luminosityShader in
794 // Finds affine and persp such that in = affine * persp.
796 static bool split_perspective(const SkMatrix in, SkMatri argument
[all...]
/external/skia/tests/
H A DColorFilterTest.cpp5 * found in the LICENSE file.
48 // allow for no filter if we're in Dst mode (its a no op)
97 SkPMColor in, out; local
102 in = SkPackARGB32(i, i, i, i);
103 lf->filterSpan(&in, 1, &out);
112 in = SkPackARGB32(i, 0, 0, 0);
113 lf->filterSpan(&in, 1, &out);
119 in = SkPackARGB32(i, i, i / 2, i / 3);
120 lf->filterSpan(&in, 1, &out);
121 REPORTER_ASSERT(reporter, out != in);
[all...]
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dxpp3-1.1.4c.jar ... java.lang.ClassNotFoundException java.io.ObjectInputStream in static void " href="/5.1.0_r1/s? ...
/external/smack/asmack-master/static-src/custom/com/kenai/jbosh/
H A DQName.java8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
24 * Alternately, this acknowledgment may appear in the software itself,
33 * nor may "Apache" appear in their name, without prior written
63 * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML
208 * The string must be in the form returned by the QName.toString()
258 * @param in the ObjectInputStream to be read
260 private void readObject(ObjectInputStream in) throws argument
262 in
[all...]
/external/smack/src/com/kenai/jbosh/
H A DQName.java8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
24 * Alternately, this acknowledgment may appear in the software itself,
33 * nor may "Apache" appear in their name, without prior written
63 * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML
208 * The string must be in the form returned by the QName.toString()
258 * @param in the ObjectInputStream to be read
260 private void readObject(ObjectInputStream in) throws argument
262 in
[all...]
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DSubject.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
161 * the specific context in which the {@code action} is invoked.
238 * the specific context in which the {@code action} is invoked.
464 private void readObject(ObjectInputStream in) throws IOException, argument
467 in.defaultReadObject();
513 // FIXME is used only in two places. remove?
544 * this issue in other way
712 private void readObject(ObjectInputStream in) throws IOException, argument
714 in
[all...]
/external/smack/src/org/jivesoftware/smack/proxy/
H A DSocks5ProxySocketFactory.java7 * you may not use this file except in compliance with the License.
12 * Unless required by applicable law or agreed to in writing, software
79 InputStream in = null;
89 in=socket.getInputStream();
106 appear in the METHODS field.
127 The server selects from one of the methods given in METHODS, and
136 //in.read(buf, 0, 2);
137 fill(in, buf, 2);
197 //in.read(buf, 0, 2);
198 fill(in, bu
360 fill(InputStream in, byte[] buf, int len) argument
[all...]
/external/smack/src/org/jivesoftware/smack/util/
H A DBase64.java44 * in Section 4 of RFC3548:
80 //private final static byte BAD_ENCODING = -9; // Indicates error in encoding
81 private final static byte WHITE_SPACE_ENC = -5; // Indicates white space in encoding
82 private final static byte EQUALS_SIGN_ENC = -1; // Indicates equals sign in encoding
148 * Used in the URL- and Filename-safe dialect described in Section 4 of RFC3548:
167 * Used in decoding URL- and Filename-safe dialects of Base64.
233 * Used in decoding the "ordered" dialect of Base64.
282 * in which case one of them will be picked, though there is
298 * in whic
1272 InputStream( java.io.InputStream in, int options ) argument
[all...]
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java1 // GenericsNote: Converted -- However, null keys will now be represented in the internal structures, a big change.
6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
29 * Key-value entries are stored in instances of the <code>HashEntry</code> class,
39 * This extends clause will be removed in v4.0.
48 protected static final String NO_NEXT_ENTRY = "No next() entry in the iteration";
49 protected static final String NO_PREVIOUS_ENTRY = "No previous() entry in the iteration";
110 * Constructor only used in deserialization, do not use otherwise.
117 * Constructor which performs no validation on the passed in parameters.
321 * @return the value mapped to the removed key, null if key not in ma
1215 doReadObject(ObjectInputStream in) argument
[all...]
H A DAbstractReferenceMap.java11 * you may not use this file except in compliance with the License.
16 * Unless required by applicable law or agreed to in writing, software
38 * hash-based map. Key-value entries are stored in instances of the
56 * in which case this class will behave like a
77 * @since Commons Collections 3.1 (extracted from ReferenceMap in 3.0)
263 * @return the value mapped to the removed key, null if key not in map
423 * Compares two keys, in internal converted form, to see if they are equal.
428 * @param key1 the first key to compare passed in from outside
444 * @param next the next entry in sequence
577 * @param next the next entry in th
1005 doReadObject(ObjectInputStream in) argument
[all...]
H A DReferenceMap.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
37 * in which case this class will behave like a
44 * It differs in that keys and values in this class are compared using <code>equals()</code>.
65 * @since Commons Collections 3.0 (previously in main package v2.1)
154 * Read the map in using a custom routine.
156 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { argument
157 in.defaultReadObject();
158 doReadObject(in);
[all...]

Completed in 622 milliseconds

1234567891011>>