Searched defs:dtype (Results 1 - 21 of 21) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
H A Drsa_sign.c173 int int_rsa_verify(int dtype, const unsigned char *m, argument
198 if((dtype == NID_md5_sha1) && rm)
214 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
224 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
239 if(dtype == NID_md5_sha1) {
271 OBJ_nid2ln(dtype));
273 if (sigtype != dtype)
275 if (((dtype == NID_md5) &&
277 ((dtype == NID_md2) &&
295 md = EVP_get_digestbynid(dtype);
325 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
[all...]
/external/kernel-headers/original/uapi/mtd/
H A Dubi-user.h378 * @dtype: pass "3" for better compatibility with old kernels
381 * The @dtype field used to inform UBI about what kind of data will be written
386 * removed this feature in May 2012. UBI currently just ignores the @dtype
388 * set @dtype to 3 (unknown).
393 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
399 * @dtype: pass "3" for better compatibility with old kernels
405 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
/external/strace/linux/
H A Dubi-user.h375 * @dtype: pass "3" for better compatibility with old kernels
378 * The @dtype field used to inform UBI about what kind of data will be written
383 * removed this feature in May 2012. UBI currently just ignores the @dtype
385 * set @dtype to 3 (unknown).
390 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
396 * @dtype: pass "3" for better compatibility with old kernels
402 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
/external/chromium_org/base/win/
H A Dregistry.cc312 DWORD* dtype) const {
313 LONG result = RegQueryValueEx(key_, name, 0, dtype,
362 DWORD dtype) {
365 LONG result = RegSetValueEx(key_, name, 0, dtype,
359 WriteValue(const wchar_t* name, const void* data, DWORD dsize, DWORD dtype) argument
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c159 __Pyx_TypeInfo *dtype,
292 __Pyx_TypeInfo *dtype,
306 if (from_memoryview && __pyx_typeinfo_cmp(dtype, ((struct __pyx_memoryview_obj *)
308 /* We have a matching dtype, skip format parsing */
313 original_obj, buf_flags, 0, dtype);
328 __Pyx_BufFmt_Init(&ctx, stack, dtype);
332 if ((unsigned) buf->itemsize != dtype->size) {
338 dtype->name,
339 dtype->size,
340 (dtype
287 __Pyx_ValidateAndInit_memviewslice( int *axes_specs, int c_or_f_flag, int buf_flags, int ndim, __Pyx_TypeInfo *dtype, __Pyx_BufFmt_StackElem stack[], __Pyx_memviewslice *memviewslice, PyObject *original_obj) argument
[all...]
H A DBuffer.c211 __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack);
227 ctx->root.name = "buffer dtype";
269 "Does not understand character buffer dtype format string ('%c')", **ts);
442 "Buffer dtype mismatch, expected %s%s%s but got %s",
449 "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'",
535 "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected",
787 Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags,
804 __Pyx_BufFmt_Init(&ctx, stack, dtype);
807 if ((unsigned)buf->itemsize != dtype->size) {
811 dtype
786 __Pyx_GetBufferAndValidate( Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack) argument
[all...]
/external/opencv/cv/src/
H A Dcvundistort.cpp386 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 )
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); local
940 switch (dtype) {
1069 switch (dtype) {
1096 assert(dtype == TGSI_TYPE_SIGNED);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c82 enum dtype enum
169 do_row(enum dtype datatype, uint comps, int srcWidth,
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth,
908 enum dtype *datatype, uint *comps)
965 enum dtype datatype;
987 enum dtype datatype;
1031 enum dtype datatype;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); local
940 switch (dtype) {
1069 switch (dtype) {
1096 assert(dtype == TGSI_TYPE_SIGNED);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c82 enum dtype enum
169 do_row(enum dtype datatype, uint comps, int srcWidth,
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth,
908 enum dtype *datatype, uint *comps)
965 enum dtype datatype;
987 enum dtype datatype;
1031 enum dtype datatype;
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp816 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);
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp816 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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h648 inline void setType(DataType dtype, DataType stype) argument
650 dType = dtype;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h648 inline void setType(DataType dtype, DataType stype) argument
650 dType = dtype;
/external/valgrind/main/perf/
H A Dtinycc.c13972 CType dtype;
13993 dtype = *type;
13994 dtype.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */
13999 gen_assign_cast(&dtype);
14045 vset(&dtype, VT_LOCAL, c);
13970 CType dtype; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 3728 milliseconds