HomeSort by relevance Sort by last modified time
    Searched refs:dtype (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libm/src/
s_llrint.c 6 #define dtype long long macro
s_llrintf.c 6 #define dtype long long macro
s_lrint.c 35 #define dtype long macro
42 * that overflows depends on the rounding mode when 'dtype' has more
46 dtype
50 dtype d;
53 d = (dtype)roundit(x);
s_lrintf.c 6 #define dtype long macro
s_llround.c 6 #define dtype long long macro
s_llroundf.c 6 #define dtype long long macro
s_llroundl.c 6 #define dtype long long macro
s_lroundf.c 6 #define dtype long macro
s_lroundl.c 6 #define dtype long macro
s_lround.c 36 #define dtype long macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
55 dtype
61 return ((dtype)x);
  /external/openssl/crypto/rsa/
rsa_locl.h 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
rsa_sign.c 146 int int_rsa_verify(int dtype, const unsigned char *m,
162 if((dtype == NID_md5_sha1) && rm)
178 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
187 if(dtype == NID_md5_sha1) {
219 OBJ_nid2ln(dtype));
221 if (sigtype != dtype)
223 if (((dtype == NID_md5) &&
225 ((dtype == NID_md2) &&
243 md = EVP_get_digestbynid(dtype);
273 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len
    [all...]
rsa_saos.c 104 int RSA_verify_ASN1_OCTET_STRING(int dtype,
rsa.h 118 int (*rsa_verify)(int dtype,
  /external/bluetooth/bluez/test/
test-health 69 dtype = None variable
70 while dtype == None:
76 dtype = sel; variable
102 "DataType": dbus.types.UInt16(dtype),
108 "DataType": dbus.types.UInt16(dtype),
  /external/chromium/base/win/
registry.h 64 DWORD* dtype) const;
70 DWORD dtype);
registry.cc 145 DWORD* dtype) const {
147 LONG result = RegQueryValueEx(key_, name, 0, dtype,
219 DWORD dsize, DWORD dtype) {
223 LONG result = RegSetValueEx(key_, name, 0, dtype,
  /system/extras/tests/sdcard/
plot_sdcard.py 211 x = numpy.arange(len(dataset.data), dtype='int_')
247 x = numpy.array(dataset.time, dtype='float_')
277 x = numpy.array(dataset.time, dtype='int_')
  /external/bluetooth/bluez/health/
hdp_util.c 545 *dtype = NULL, local
554 dtype = sdp_data_alloc(SDP_UINT16, &app->data_type);
555 if (!dtype)
572 if (!sdp_list_append(f_list, dtype))
589 if (dtype)
590 sdp_data_free(dtype);
  /system/core/toolbox/
newfs_msdos.c 268 const char *fname, *dtype, *bname; local
372 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
784 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
827 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
837 if (dtype != NULL) {
838 lp = getdiskbyname(dtype);
  /external/opencv/cv/src/
cvundistort.cpp 386 int stype, dtype; local
429 dtype = CV_MAT_TYPE(_dst->type);
431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype);
476 if( dtype == CV_32FC2 )
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 156 unsigned short dtype; member in struct:cdkmem
  /external/icu4c/i18n/
vtzone.cpp 816 DateTimeRule::DateRuleType dtype; local
829 dtype = rule->getDateRuleType();
832 if (dtype == DateTimeRule::DOW) {
836 dtype = DateTimeRule::DOW_GEQ_DOM;
839 dtype = DateTimeRule::DOW_LEQ_DOM;
854 if (dtype != DateTimeRule::DOM) {
866 if (dtype == DateTimeRule::DOM) {
870 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
    [all...]
  /external/openssl/include/openssl/
rsa.h 118 int (*rsa_verify)(int dtype,
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]

Completed in 456 milliseconds

1 2