/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
|
D | mem_ops.h | 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) argument 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ argument
|
/external/chromium_org/third_party/libvpx/source/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 33 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\ argument
|
D | mem_ops.h | 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) argument 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 95 SuppressionType conv(ReportType typ) { in conv() 124 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 145 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
D | tsan_clock.cc | 85 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) argument 87 # define CPP_STAT_INC(typ) (void)0 argument
|
D | tsan_vector.h | 27 explicit Vector(MBlockType typ) in Vector()
|
D | tsan_rtl_report.cc | 150 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport() 425 EventType typ = (EventType)(ev >> 61); in RestoreStack() local 665 ReportType typ = ReportTypeRace; in ReportRace() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
D | vpx_codec.h | 393 # define VPX_CTRL_USE_TYPE(id, typ) argument 394 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument 395 # define VPX_CTRL_VOID(id, typ) argument 422 # define VPX_CTRL_USE_TYPE(id, typ) \ argument 442 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|
/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 433 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|
/external/chromium_org/tools/usb_gadget/ |
D | hid_descriptors.py | 18 def _PackItem(tag, typ, value=0, force_length=0): argument 45 def _DefineItem(name, tag, typ): argument 122 def Collection(typ, *items): argument
|
/external/qemu/audio/ |
D | dsound_template.h | 188 const char *typ = "ADC"; in dsound_init_in() local 193 const char *typ = "DAC"; in dsound_init_in() local
|
D | ossaudio.c | 105 const char *typ, in oss_logerr2() 244 static int oss_get_version (int fd, int *version, const char *typ) in oss_get_version() 277 const char *typ = in ? "ADC" : "DAC"; in oss_open() local
|
/external/openfst/src/include/fst/ |
D | string-weight.h | 454 DivideType typ) { in Divide() 484 DivideType typ) { in Divide() 514 DivideType typ) { in Divide()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | string-weight.h | 434 DivideType typ) { in Divide() 459 DivideType typ) { in Divide() 484 DivideType typ) { in Divide()
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
|
D | tasn_new.c | 325 ASN1_TYPE *typ; in ASN1_primitive_new() local
|
/external/openssl/crypto/asn1/ |
D | tasn_fre.c | 220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
|
D | tasn_new.c | 327 ASN1_TYPE *typ; in ASN1_primitive_new() local
|
/external/openssl/apps/ |
D | asn1pars.c | 312 int typ; in MAIN() local
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | IndexRangeCache.cpp | 107 IndexRangeCache::IndexRange::IndexRange(GLenum typ, intptr_t off, GLsizei c) in IndexRange()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_ip6_var.h | 107 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
|
/external/srec/srec/include/ |
D | sample.h | 114 char typ; /* R (RIFF), N (NIST), P (RAW PCM) M (MU-LAW) */ member 130 char typ; /* -Undefined as yet- */ member
|
D | duk_args.h | 79 int typ; member
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 365 #define VPX_CTRL_USE_TYPE(id, typ) \ argument 369 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|