HomeSort by relevance Sort by last modified time
    Searched refs:UNIT (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/perf/collperf/
collperf.cpp 19 /* To store an array of string<UNIT> in continue space.
20 Since string<UNIT> itself is treated as an array of UNIT, this
21 class will ease our memory management for an array of string<UNIT>.
24 //template<typename UNIT>
25 #define COMPATCT_ARRAY(CompactArrays, UNIT) \
31 UNIT * data; /*the real space to hold strings*/ \
42 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
44 UNIT * last(){return data + index[count - 1];}
    [all...]
  /external/openssl/crypto/ec/
ectest.c 168 # define UNIT "s"
172 # define UNIT "units"
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
    [all...]
  /external/collada/include/1.4/dom/
domAsset.h 827 * The unit element contains descriptive information about unit of measure.
828 * It has attributes for the name of the unit and the measurement with respect
829 * to the meter. The unit element may appear zero or one time.
834 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::UNIT; }
844 * The name attribute specifies the name of the unit. The default value for
1008 * The unit element contains descriptive information about unit of measure.
1009 * It has attributes for the name of the unit and the measurement with respect
1010 * to the meter. The unit element may appear zero or one time. @see domUni
    [all...]
domTypes.h     [all...]

Completed in 762 milliseconds