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/qemu/target-i386/
cc_helper_template.h 31 #define DATA_TYPE uint8_t
36 #define DATA_TYPE uint16_t
41 #define DATA_TYPE uint32_t
46 #define DATA_TYPE uint64_t
61 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
64 zf = ((DATA_TYPE)CC_DST == 0) << 6;
75 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
85 cf = (DATA_TYPE)CC_DST <= (DATA_TYPE)src1
    [all...]
shift_helper_template.h 31 #define DATA_TYPE uint8_t
36 #define DATA_TYPE uint16_t
41 #define DATA_TYPE uint32_t
46 #define DATA_TYPE uint64_t
115 #undef DATA_TYPE
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.h 25 #define DATA_TYPE "spp"
gensprep.c 102 "create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\n"
195 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE
store.c 610 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size);
621 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo,
  /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/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 119 #define DATA_TYPE(name, data_size, parse_data_func) \
124 DATA_TYPE("[u1]", 1, &ValidationTestInputParser::ParseUnsignedInteger),
125 DATA_TYPE("[u2]", 2, &ValidationTestInputParser::ParseUnsignedInteger),
126 DATA_TYPE("[u4]", 4, &ValidationTestInputParser::ParseUnsignedInteger),
127 DATA_TYPE("[u8]", 8, &ValidationTestInputParser::ParseUnsignedInteger),
128 DATA_TYPE("[s1]", 1, &ValidationTestInputParser::ParseSignedInteger),
129 DATA_TYPE("[s2]", 2, &ValidationTestInputParser::ParseSignedInteger),
130 DATA_TYPE("[s4]", 4, &ValidationTestInputParser::ParseSignedInteger),
131 DATA_TYPE("[s8]", 8, &ValidationTestInputParser::ParseSignedInteger),
132 DATA_TYPE("[b]", 1, &ValidationTestInputParser::ParseBinarySequence)
    [all...]
  /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/qemu/include/exec/
softmmu_template.h 48 #define DATA_TYPE glue(u, SDATA_TYPE)
56 # define WORD_TYPE DATA_TYPE
115 static inline DATA_TYPE glue(io_read, SUFFIX)(CPUArchState *env,
153 DATA_TYPE res;
190 DATA_TYPE res1, res2;
235 DATA_TYPE res;
272 DATA_TYPE res1, res2;
304 DATA_TYPE
333 DATA_TYPE val,
359 void helper_le_st_name(CPUArchState *env, target_ulong addr, DATA_TYPE val
    [all...]
softmmu_header.h 31 #define DATA_TYPE uint64_t
35 #define DATA_TYPE uint32_t
39 #define DATA_TYPE uint16_t
44 #define DATA_TYPE uint8_t
206 #undef DATA_TYPE
  /external/chromium_org/third_party/icu/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/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,
  /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/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 24 #define DATA_TYPE "dat"
133 type = DATA_TYPE;
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 24 #define DATA_TYPE "dat"
143 type = DATA_TYPE;
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 359 # define DATA_TYPE "dat"
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 72 #define DATA_TYPE "icu"
  /external/icu/icu4c/source/common/
umapfile.c 358 # define DATA_TYPE "dat"

Completed in 489 milliseconds

1 2