Searched refs:DATA_TYPE (Results 1 - 25 of 25) sorted by relevance

/external/tremolo/Tremolo/
H A Dmdct.h44 #define DATA_TYPE ogg_int32_t macro
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,
H A Dmdct.c64 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 *
[all...]
/external/qemu/target-i386/
H A Dhelper_template.h31 #define DATA_TYPE uint8_t macro
36 #define DATA_TYPE uint16_t macro
41 #define DATA_TYPE uint32_t macro
46 #define DATA_TYPE uint64_t macro
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_DS
332 #undef DATA_TYPE macro
[all...]
/external/icu4c/tools/gensprep/
H A Dgensprep.h25 #define DATA_TYPE "spp" macro
H A Dgensprep.c102 "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
H A Dstore.c610 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/
H A Dsoftmmu_template.h26 #define DATA_TYPE uint64_t macro
30 #define DATA_TYPE uint32_t macro
34 #define DATA_TYPE uint16_t macro
38 #define DATA_TYPE uint8_t macro
65 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
68 static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr,
72 DATA_TYPE res;
98 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
101 DATA_TYPE res;
191 static DATA_TYPE glu
416 #undef DATA_TYPE macro
[all...]
H A Dsoftmmu_header.h22 #define DATA_TYPE uint64_t macro
26 #define DATA_TYPE uint32_t macro
30 #define DATA_TYPE uint16_t macro
35 #define DATA_TYPE uint8_t macro
199 #undef DATA_TYPE macro
/external/icu4c/samples/udata/
H A Dreader.c35 #define DATA_TYPE "dat" macro
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
H A Dwriter.c37 #define DATA_TYPE "dat" macro
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
/external/skia/gpu/include/
H A DGrTArray.h25 // DATA_TYPE indicates that T has a trivial cons, destructor
27 template <typename T, bool DATA_TYPE = false> class GrTArray {
79 if (DATA_TYPE) {
95 if (DATA_TYPE) {
125 if (DATA_TYPE) {
156 if (DATA_TYPE) {
172 if (DATA_TYPE) {
304 if (DATA_TYPE) {
/external/icu4c/tools/gentest/
H A Dgentest.c34 #define DATA_TYPE "icu" macro
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/genprops/
H A Dgenprops.h26 #define DATA_TYPE "icu" macro
H A Dstore.c466 pData=udata_create(dataDir, DATA_TYPE, DATA_NAME, &dataInfo,
H A Dgenprops.c109 "create a binary file " DATA_NAME "." DATA_TYPE " with the character properties\n"
/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c24 #define DATA_TYPE "dat" macro
133 type = DATA_TYPE;
/external/icu4c/common/
H A Dumapfile.c359 # define DATA_TYPE "dat" macro
H A Ducnv_io.c172 static const char DATA_TYPE[] = "icu"; variable
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Ducnv_bld.c180 static const char DATA_TYPE[] = "cnv"; variable
325 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
H A Dunames.c34 static const char DATA_TYPE[] = "icu"; variable
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
H A Dputil.c148 #define DATA_TYPE "dat" macro
/external/icu4c/test/intltest/
H A Dtestidn.cpp72 #define DATA_TYPE "icu" macro
/external/icu4c/tools/gencnval/
H A Dgencnval.c70 #define DATA_TYPE "icu" /* ICU alias table */ macro
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,
/external/icu4c/tools/gennames/
H A Dgennames.c147 #define DATA_TYPE "icu" macro
412 "create a binary file " DATA_NAME "." DATA_TYPE " with the character names\n"
1050 DATA_TYPE, storeOptions->storeNames ? DATA_NAME : ISO_DATA_NAME,
/external/icu4c/tools/gennorm/
H A Dstore.c1961 printf("size of " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE " contents: %ld bytes\n", (long)size);
2110 pData=udata_create(dataDir, DATA_TYPE, DATA_NAME, &dataInfo,

Completed in 426 milliseconds