/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) argument 21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val argument 24 #define DECLARE_ALIGNED(n,typ,val) typ val argument 34 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\ argument 35 typ val##_[(n)+(a)/sizeof(typ)+1];\ 36 typ *val = (typ*)((((intptr_t)val##_)+(a)-1)&((intptr_t)-(a)))
|
D | mem_ops.h | 50 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) argument 52 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 78 SuppressionType conv(ReportType typ) { in conv() argument 79 if (typ == ReportTypeRace) in conv() 81 else if (typ == ReportTypeVptrRace) in conv() 83 else if (typ == ReportTypeUseAfterFree) in conv() 85 else if (typ == ReportTypeThreadLeak) in conv() 87 else if (typ == ReportTypeMutexDestroyLocked) in conv() 89 else if (typ == ReportTypeSignalUnsafe) in conv() 91 else if (typ == ReportTypeErrnoInSignal) in conv() 93 Printf("ThreadSanitizer: unknown report type %d\n", typ), in conv() 97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() argument [all …]
|
D | tsan_report.cc | 47 static const char *ReportTypeString(ReportType typ) { in ReportTypeString() argument 48 if (typ == ReportTypeRace) in ReportTypeString() 50 if (typ == ReportTypeVptrRace) in ReportTypeString() 52 if (typ == ReportTypeUseAfterFree) in ReportTypeString() 54 if (typ == ReportTypeThreadLeak) in ReportTypeString() 56 if (typ == ReportTypeMutexDestroyLocked) in ReportTypeString() 58 if (typ == ReportTypeSignalUnsafe) in ReportTypeString() 60 if (typ == ReportTypeErrnoInSignal) in ReportTypeString() 181 const char *rep_typ_str = ReportTypeString(rep->typ); in PrintReport() 206 if (rep->typ == ReportTypeThreadLeak && rep->count > 1) in PrintReport()
|
D | tsan_rtl_report.cc | 135 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport() argument 140 rep_->typ = typ; in ScopedReport() 424 EventType typ = (EventType)(ev >> 61); in RestoreStack() local 426 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc); in RestoreStack() 427 if (typ == EventTypeMop) { in RestoreStack() 429 } else if (typ == EventTypeFuncEnter) { in RestoreStack() 431 } else if (typ == EventTypeFuncExit) { in RestoreStack() 436 if (typ == EventTypeLock) { in RestoreStack() 438 } else if (typ == EventTypeUnlock) { in RestoreStack() 440 } else if (typ == EventTypeRLock) { in RestoreStack() [all …]
|
D | tsan_suppressions.h | 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
D | tsan_rtl.h | 559 explicit ScopedReport(ReportType typ); 587 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { 589 thr->stat[typ] += n; 591 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet() argument 593 thr->stat[typ] = n; in StatSet() 740 EventType typ, u64 addr) { in TraceAddEvent() argument 741 DCHECK_GE((int)typ, 0); in TraceAddEvent() 742 DCHECK_LE((int)typ, 7); in TraceAddEvent() 755 Event ev = (u64)addr | ((u64)typ << 61); in TraceAddEvent()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 384 # define VPX_CTRL_USE_TYPE(id, typ) argument 385 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument 386 # define VPX_CTRL_VOID(id, typ) argument 413 # define VPX_CTRL_USE_TYPE(id, typ) \ argument 415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\ 418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\ 433 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument 435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\ 438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 370 #define VPX_CTRL_USE_TYPE(id, typ) \ argument 371 static typ id##__value(va_list args) {return va_arg(args, typ);} \ 372 static typ id##__convert(void *x)\ 377 typ d;\ 385 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument 386 static typ id##__value(va_list args) {return va_arg(args, typ);} \ 387 static typ id##__convert(void *x)\ 392 typ d;\
|
/external/srec/srec/include/ |
D | duk_args.h | 79 int typ; member 87 #define SET_ARG_ENTRY(A,W,X,Y,Z) ((A)->typ=(W), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_arg… 88 #define SET_ARRAY_ARG_ENTRY(A,W,X,Y,N,Z) ((A)->typ=((W)|A_ARRAY), (A)->flag=(X), (A)->name.a_string… 93 unsigned long *valueLen, int typ); 94 …ent(arg_info *avlist, int avc, char *key, char *value, int valueLen, int *bytes_required, int typ);
|
D | utteranc.h | 94 char typ; /* s (16 bit), c (8 bit), u (newton .utb) */ member 233 char typ, int endian, int do_skip); 235 char typ, int endian);
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 984 …const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, c… in RegisterService() argument 995 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom); in RegisterService() 1021 …return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnIntege… in RegisterService() 1025 static char *gettype(char *buffer, char *typ) in gettype() argument 1027 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp"; in gettype() 1028 if (!strchr(typ, '.')) { snprintf(buffer, TypeBufferSize, "%s._tcp", typ); typ = buffer; } in gettype() 1029 return(typ); in gettype() 1035 char buffer[TypeBufferSize], *typ, *dom; in main() local 1120 case 'B': typ = (argc < opi+1) ? "" : argv[opi+0]; in main() 1122 typ = gettype(buffer, typ); in main() [all …]
|
/external/openfst/src/include/fst/ |
D | float-weight.h | 286 DivideType typ = DIVIDE_ANY) { 300 DivideType typ = DIVIDE_ANY) { 301 return Divide<float>(w1, w2, typ); 306 DivideType typ = DIVIDE_ANY) { 307 return Divide<double>(w1, w2, typ); 421 DivideType typ = DIVIDE_ANY) { 435 DivideType typ = DIVIDE_ANY) { 436 return Divide<float>(w1, w2, typ); 441 DivideType typ = DIVIDE_ANY) { 442 return Divide<double>(w1, w2, typ); [all …]
|
D | product-weight.h | 108 DivideType typ = DIVIDE_ANY) { 109 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ), 110 Divide(w.Value2(), v.Value2(), typ));
|
/external/qemu/audio/ |
D | coreaudio.c | 138 const char *typ, in coreaudio_logerr2() argument 145 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in coreaudio_logerr2() 294 const char* typ = input ? "input" : "playback"; in coreaudio_voice_init() local 322 coreaudio_logerr2 (status, typ, in coreaudio_voice_init() 323 "Could not get default %s device\n", typ); in coreaudio_voice_init() 327 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ); in coreaudio_voice_init() 341 coreaudio_logerr2 (status, typ, in coreaudio_voice_init() 369 coreaudio_logerr2 (status, typ, in coreaudio_voice_init() 385 coreaudio_logerr2 (status, typ, in coreaudio_voice_init() 401 coreaudio_logerr2 (status, typ, in coreaudio_voice_init() [all …]
|
D | ossaudio.c | 105 const char *typ, in oss_logerr2() argument 112 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in oss_logerr2() 244 static int oss_get_version (int fd, int *version, const char *typ) in oss_get_version() argument 261 oss_logerr2 (errno, typ, "Failed to get OSS version\n"); in oss_get_version() 277 const char *typ = in ? "ADC" : "DAC"; in oss_open() local 284 oss_logerr2 (errno, typ, "Failed to open `%s'\n", dspname); in oss_open() 293 oss_logerr2 (errno, typ, "Failed to set sample size %d\n", req->fmt); in oss_open() 298 oss_logerr2 (errno, typ, "Failed to set number of channels %d\n", in oss_open() 304 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq); in oss_open() 309 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n"); in oss_open() [all …]
|
D | alsaaudio.c | 186 const char *typ, in alsa_logerr2() argument 193 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in alsa_logerr2() 540 const char *typ = in ? "ADC" : "DAC"; in alsa_open() local 556 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name); in alsa_open() 562 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n"); in alsa_open() 572 alsa_logerr2 (err, typ, "Failed to set access type\n"); in alsa_open() 578 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt); in alsa_open() 584 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq); in alsa_open() 594 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n", in alsa_open() 600 alsa_logerr2 (err, typ, in alsa_open() [all …]
|
D | dsound_template.h | 188 const char *typ = "ADC"; in dsound_init_in() local 193 const char *typ = "DAC"; in dsound_init_in() local 232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n"); in dsound_init_in() 238 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n"); in dsound_init_in() 252 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n"); in dsound_init_in()
|
/external/openssl/crypto/asn1/ |
D | tasn_new.c | 327 ASN1_TYPE *typ; in ASN1_primitive_new() local 357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE)); in ASN1_primitive_new() 358 if (!typ) in ASN1_primitive_new() 360 typ->value.ptr = NULL; in ASN1_primitive_new() 361 typ->type = -1; in ASN1_primitive_new() 362 *pval = (ASN1_VALUE *)typ; in ASN1_primitive_new()
|
D | tasn_dec.c | 924 ASN1_TYPE *typ = NULL; in asn1_ex_c2i() local 937 typ = ASN1_TYPE_new(); in asn1_ex_c2i() 938 if (typ == NULL) in asn1_ex_c2i() 940 *pval = (ASN1_VALUE *)typ; in asn1_ex_c2i() 943 typ = (ASN1_TYPE *)*pval; in asn1_ex_c2i() 945 if (utype != typ->type) in asn1_ex_c2i() 946 ASN1_TYPE_set(typ, utype, NULL); in asn1_ex_c2i() 948 pval = &typ->value.asn1_value; in asn1_ex_c2i() 1068 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i() 1069 typ->value.ptr = NULL; in asn1_ex_c2i() [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | tasn_new.c | 327 ASN1_TYPE *typ; in ASN1_primitive_new() local 357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE)); in ASN1_primitive_new() 358 if (!typ) in ASN1_primitive_new() 360 typ->value.ptr = NULL; in ASN1_primitive_new() 361 typ->type = -1; in ASN1_primitive_new() 362 *pval = (ASN1_VALUE *)typ; in ASN1_primitive_new()
|
D | tasn_dec.c | 924 ASN1_TYPE *typ = NULL; in asn1_ex_c2i() local 937 typ = ASN1_TYPE_new(); in asn1_ex_c2i() 938 if (typ == NULL) in asn1_ex_c2i() 940 *pval = (ASN1_VALUE *)typ; in asn1_ex_c2i() 943 typ = (ASN1_TYPE *)*pval; in asn1_ex_c2i() 945 if (utype != typ->type) in asn1_ex_c2i() 946 ASN1_TYPE_set(typ, utype, NULL); in asn1_ex_c2i() 948 pval = &typ->value.asn1_value; in asn1_ex_c2i() 1068 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i() 1069 typ->value.ptr = NULL; in asn1_ex_c2i() [all …]
|
D | tasn_fre.c | 220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local 221 utype = typ->type; in ASN1_primitive_free() 222 pval = &typ->value.asn1_value; in ASN1_primitive_free()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | asn1pars.c | 312 int typ; in MAIN() local 331 typ = ASN1_TYPE_get(at); in MAIN() 332 if ((typ == V_ASN1_OBJECT) in MAIN() 333 || (typ == V_ASN1_NULL)) in MAIN() 336 typ == V_ASN1_NULL ? "NULL" : "OBJECT"); in MAIN()
|
/external/openssl/apps/ |
D | asn1pars.c | 312 int typ; in MAIN() local 331 typ = ASN1_TYPE_get(at); in MAIN() 332 if ((typ == V_ASN1_OBJECT) in MAIN() 333 || (typ == V_ASN1_NULL)) in MAIN() 336 typ == V_ASN1_NULL ? "NULL" : "OBJECT"); in MAIN()
|