HomeSort by relevance Sort by last modified time
    Searched refs:DATA_TYPE (Results 1 - 25 of 42) sorted by null

1 2

  /external/tremolo/Tremolo/
mdct.h 44 #define DATA_TYPE ogg_int32_t
57 extern void mdct_backward(int n, DATA_TYPE *in);
58 extern void mdct_shift_right(int n, DATA_TYPE *in, DATA_TYPE *right);
61 DATA_TYPE *in,DATA_TYPE *right,
mdct.c 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){
65 DATA_TYPE *aX;
66 DATA_TYPE *bX;
104 STIN void mdct_butterfly_8(DATA_TYPE *x){
127 STIN void mdct_butterfly_16(DATA_TYPE *x){
154 STIN void mdct_butterfly_32(DATA_TYPE *x){
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){
199 DATA_TYPE *x1 = x + points - 4;
200 DATA_TYPE *x2 = x + (points>>1) - 4;
228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift)
    [all...]
  /external/libvorbis/lib/
mdct.h 30 #define DATA_TYPE int
43 #define DATA_TYPE float
60 DATA_TYPE *trig;
63 DATA_TYPE scale;
68 extern void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
69 extern void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
mdct.c 54 DATA_TYPE *T=_ogg_malloc(sizeof(*T)*(n+n/4));
94 STIN void mdct_butterfly_8(DATA_TYPE *x){
118 STIN void mdct_butterfly_16(DATA_TYPE *x){
153 STIN void mdct_butterfly_32(DATA_TYPE *x){
217 STIN void mdct_butterfly_first(DATA_TYPE *T,
218 DATA_TYPE *x,
221 DATA_TYPE *x1 = x + points - 8;
222 DATA_TYPE *x2 = x + (points>>1) - 8;
264 STIN void mdct_butterfly_generic(DATA_TYPE *T,
265 DATA_TYPE *x
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
gensprep.h 25 #define DATA_TYPE "spp"
gensprep.c 103 "create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\n"
196 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE
store.c 576 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size);
587 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo,
  /external/icu/icu4c/source/samples/udata/
reader.c 35 #define DATA_TYPE "dat"
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
writer.c 37 #define DATA_TYPE "dat"
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 152 static final String DATA_TYPE = "cnv";
UConverterSharedData.java 247 static final String DATA_TYPE = "cnv";
315 //agljport:fix data = udata_openChoice(pArgs.pkgArray, DATA_TYPE.getBytes(), pArgs.name, isCnvAcceptable, null, err);
444 static final String DATA_TYPE = "cnv";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/
protobuf_lexer.g 67 DATA_TYPE
protobuf.g 33 | DATA_TYPE
  /external/clang/test/Analysis/
PR24184.cpp 10 typedef enum { DT_NONCE_FIXED } DATA_TYPE;
12 typedef int *vcreate_t(int *, DATA_TYPE, int, int);
  /external/icu/icu4c/source/tools/gentest/
gentest.c 34 #define DATA_TYPE "icu"
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl 50 #define DATA_TYPE uchar
57 #define DATA_TYPE ushort
64 #define DATA_TYPE float
87 #define scnbytes ((int)sizeof(DATA_TYPE)*scn)
88 #define dcnbytes ((int)sizeof(DATA_TYPE)*dcn)
129 #define DATA_TYPE_4 CAT(DATA_TYPE, 4)
150 __global const DATA_TYPE* src = (__global const DATA_TYPE*)(srcptr + src_index);
151 __global DATA_TYPE* dst = (__global DATA_TYPE*)(dstptr + dst_index)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 61 private static final String DATA_TYPE = "vnd.android.cursor.dir/person";
83 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE);
84 verifyContent(actionTypeFilter, ACTION, DATA_TYPE);
87 verifyContent(filter, ACTION, DATA_TYPE);
258 IntentFilter filter = IntentFilter.create(ACTION, DATA_TYPE);
260 verifyContent(filter, ACTION, DATA_TYPE);
495 mIntentFilter.addDataType(DATA_TYPE + i);
503 assertEquals(DATA_TYPE + i, actual);
504 assertEquals(DATA_TYPE + i, mIntentFilter.getDataType(i));
505 assertTrue(mIntentFilter.hasDataType(DATA_TYPE + i))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 264 private static final String DATA_TYPE="icu";
265 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
UCaseProps.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 260 private static final String DATA_TYPE="icu";
261 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 24 #define DATA_TYPE "dat"
143 type = DATA_TYPE;
  /external/icu/icu4c/source/common/
umapfile.c 358 # define DATA_TYPE "dat"
ucnv_io.cpp 173 static const char DATA_TYPE[] = "icu";
240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 73 #define DATA_TYPE "icu"
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 70 #define DATA_TYPE "icu" /* ICU alias table */
244 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n"
300 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo,
    [all...]

Completed in 1326 milliseconds

1 2