/external/tremolo/Tremolo/ |
D | mdct.c | 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ in presymmetry() 65 DATA_TYPE *aX; in presymmetry() 66 DATA_TYPE *bX; in presymmetry() 104 STIN void mdct_butterfly_8(DATA_TYPE *x){ in mdct_butterfly_8() 127 STIN void mdct_butterfly_16(DATA_TYPE *x){ in mdct_butterfly_16() 154 STIN void mdct_butterfly_32(DATA_TYPE *x){ in mdct_butterfly_32() 197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ in mdct_butterfly_generic() 199 DATA_TYPE *x1 = x + points - 4; in mdct_butterfly_generic() 200 DATA_TYPE *x2 = x + (points>>1) - 4; in mdct_butterfly_generic() 228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){ in mdct_butterflies() [all …]
|
D | mdct.h | 44 #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,
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | validation_test_input_parser.cc | 122 #define DATA_TYPE(name, data_size, parse_data_func) \ macro 127 DATA_TYPE("[u1]", 1, &ValidationTestInputParser::ParseUnsignedInteger), 128 DATA_TYPE("[u2]", 2, &ValidationTestInputParser::ParseUnsignedInteger), 129 DATA_TYPE("[u4]", 4, &ValidationTestInputParser::ParseUnsignedInteger), 130 DATA_TYPE("[u8]", 8, &ValidationTestInputParser::ParseUnsignedInteger), 131 DATA_TYPE("[s1]", 1, &ValidationTestInputParser::ParseSignedInteger), 132 DATA_TYPE("[s2]", 2, &ValidationTestInputParser::ParseSignedInteger), 133 DATA_TYPE("[s4]", 4, &ValidationTestInputParser::ParseSignedInteger), 134 DATA_TYPE("[s8]", 8, &ValidationTestInputParser::ParseSignedInteger), 135 DATA_TYPE("[b]", 1, &ValidationTestInputParser::ParseBinarySequence), [all …]
|
/external/icu/icu4c/source/samples/udata/ |
D | writer.c | 43 #define DATA_TYPE "dat" macro 80 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|
D | reader.c | 41 #define DATA_TYPE "dat" macro 102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/external/icu/icu4c/source/tools/gentest/ |
D | gentest.c | 35 #define DATA_TYPE "icu" macro 81 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n" in main() 112 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo, in createData()
|
/external/clang/test/Analysis/ |
D | PR24184.cpp | 10 typedef enum { DT_NONCE_FIXED } DATA_TYPE; typedef 12 typedef int *vcreate_t(int *, DATA_TYPE, int, int);
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument 46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.h | 27 #define DATA_TYPE "spp" macro
|
D | gensprep.c | 105 …"create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\… in printHelp() 198 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE in main()
|
D | store.c | 578 …printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size); in generateData() 589 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo, in generateData()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterConstants.java | 154 static final String DATA_TYPE = "cnv"; field
|
D | UConverterSharedData.java | 411 static final String DATA_TYPE = "cnv"; field in UConverterSharedData
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UBiDiProps.java | 263 private static final String DATA_TYPE="icu"; field in UBiDiProps 264 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
|
D | UCaseProps.java | 1340 private static final String DATA_TYPE="icu"; field in UCaseProps 1341 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UBiDiProps.java | 267 private static final String DATA_TYPE="icu"; field in UBiDiProps 268 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
|
D | UCaseProps.java | 1344 private static final String DATA_TYPE="icu"; field in UCaseProps 1345 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_gencmn.c | 26 #define DATA_TYPE "dat" macro 145 type = DATA_TYPE; in createCommonDataFile()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 72 #define DATA_TYPE "icu" /* ICU alias table */ macro 246 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n" in main() 302 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|
/external/icu/icu4c/source/common/ |
D | umapfile.c | 360 # define DATA_TYPE "dat" macro
|
D | ucnv_io.cpp | 175 static const char DATA_TYPE[] = "icu"; variable 242 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
|
D | ucnv_bld.cpp | 224 static const char DATA_TYPE[] = "cnv"; variable 349 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err); in createConverterFromFile()
|
D | unames.cpp | 39 static const char DATA_TYPE[] = "icu"; variable 199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in loadCharNames()
|
/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 75 #define DATA_TYPE "icu" macro
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1241 # define DATA_TYPE T_INTPTRT macro 1247 # define DATA_TYPE T_INT macro 1263 {"data", DATA_TYPE, KQ_OFF(e.data)},
|