Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 25 of 71) sorted by relevance

123

/external/libvpx/libvpx/vpx_ports/
Dmem.h19 #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
Dmem_ops.h52 #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/
Dmem.h19 #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
Dmem_ops.h52 #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/
Dtsan_suppressions.cc95 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()
Dtsan_clock.cc85 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) argument
87 # define CPP_STAT_INC(typ) (void)0 argument
Dtsan_vector.h27 explicit Vector(MBlockType typ) in Vector()
Dtsan_rtl_report.cc150 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/
Dvpx_codec.h393 # 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/
Dvpx_codec.h384 # 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/
Dhid_descriptors.py18 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/
Ddsound_template.h188 const char *typ = "ADC"; in dsound_init_in() local
193 const char *typ = "DAC"; in dsound_init_in() local
Dossaudio.c105 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/
Dstring-weight.h454 DivideType typ) { in Divide()
484 DivideType typ) { in Divide()
514 DivideType typ) { in Divide()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h434 DivideType typ) { in Divide()
459 DivideType typ) { in Divide()
484 DivideType typ) { in Divide()
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
Dtasn_fre.c218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
Dtasn_new.c325 ASN1_TYPE *typ; in ASN1_primitive_new() local
/external/openssl/crypto/asn1/
Dtasn_fre.c220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
Dtasn_new.c327 ASN1_TYPE *typ; in ASN1_primitive_new() local
/external/openssl/apps/
Dasn1pars.c312 int typ; in MAIN() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexRangeCache.cpp107 IndexRangeCache::IndexRange::IndexRange(GLenum typ, intptr_t off, GLsizei c) in IndexRange()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_ip6_var.h107 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
/external/srec/srec/include/
Dsample.h114 char typ; /* R (RIFF), N (NIST), P (RAW PCM) M (MU-LAW) */ member
130 char typ; /* -Undefined as yet- */ member
Dduk_args.h79 int typ; member
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
Dvpx_codec_internal.h365 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
369 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument

123