HomeSort by relevance Sort by last modified time
    Searched refs:DATA_TYPE (Results 1 - 25 of 29) 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/icu4c/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/qemu/
softmmu_template.h 25 #define DATA_TYPE uint64_t
29 #define DATA_TYPE uint32_t
33 #define DATA_TYPE uint16_t
37 #define DATA_TYPE uint8_t
64 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
67 static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr,
71 DATA_TYPE res;
100 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
103 DATA_TYPE res;
192 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr
    [all...]
softmmu_header.h 23 #define DATA_TYPE uint64_t
27 #define DATA_TYPE uint32_t
31 #define DATA_TYPE uint16_t
36 #define DATA_TYPE uint8_t
346 #undef DATA_TYPE
  /external/icu4c/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/icu4c/tools/gennorm/
gennorm.h 25 #define DATA_TYPE "icu"
gennorm.c 113 "create a binary file " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE " with the normalization data\n"
161 "gennorm writes a dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE
  /external/icu4c/tools/genprops/
genprops.h 26 #define DATA_TYPE "icu"
store.c 505 pData=udata_create(dataDir, DATA_TYPE, DATA_NAME, &dataInfo,
genprops.c 109 "create a binary file " DATA_NAME "." DATA_TYPE " with the character properties\n"
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 68 private static final String DATA_TYPE = "vnd.android.cursor.dir/person";
111 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE);
112 verifyContent(actionTypeFilter, ACTION, DATA_TYPE);
115 verifyContent(filter, ACTION, DATA_TYPE);
371 IntentFilter filter = IntentFilter.create(ACTION, DATA_TYPE);
373 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/icu4c/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/icu4c/tools/toolutil/
pkg_gencmn.c 25 #define DATA_TYPE "dat"
131 type = DATA_TYPE;
  /external/icu4c/common/
umapfile.c 386 # define DATA_TYPE "dat"
uchar.c 52 static const char DATA_TYPE[] = "icu";
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
ucnv_io.c 172 static const char DATA_TYPE[] = "icu";
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
ucnv_bld.c 180 static const char DATA_TYPE[] = "cnv";
325 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
    [all...]
unames.c 34 static const char DATA_TYPE[] = "icu";
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
  /external/icu4c/test/intltest/
testidn.cpp 73 #define DATA_TYPE "icu"
  /external/icu4c/tools/gencnval/
gencnval.c 70 #define DATA_TYPE "icu" /* ICU alias table */
240 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n"
291 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo,
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 147 #define DATA_TYPE "icu"
394 "create a binary file " DATA_NAME "." DATA_TYPE " with the character names\n"
934 DATA_TYPE, storeOptions->storeNames ? DATA_NAME : ISO_DATA_NAME,
    [all...]

Completed in 420 milliseconds

1 2