Searched refs:typ (Results 1 - 25 of 66) sorted by relevance

123

/external/libvpx/libvpx/vpx_ports/
H A Dmem.h19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n)))
21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val
24 #define DECLARE_ALIGNED(n,typ,val) typ val
34 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\
35 typ val##_[(n)+(a)/sizeof(typ)+1];\
36 typ *va
[all...]
H A Dmem_ops.h52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ)
54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_suppressions.cc66 static const char *conv(ReportType typ) { argument
67 if (typ == ReportTypeRace)
69 else if (typ == ReportTypeVptrRace)
71 else if (typ == ReportTypeUseAfterFree)
73 else if (typ == ReportTypeVptrUseAfterFree)
75 else if (typ == ReportTypeThreadLeak)
77 else if (typ == ReportTypeMutexDestroyLocked)
79 else if (typ == ReportTypeMutexDoubleLock)
81 else if (typ == ReportTypeMutexBadUnlock)
83 else if (typ
97 IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) argument
121 IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) argument
[all...]
H A Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) { argument
85 if (typ == ReportTypeRace)
87 if (typ == ReportTypeVptrRace)
89 if (typ == ReportTypeUseAfterFree)
91 if (typ == ReportTypeVptrUseAfterFree)
93 if (typ == ReportTypeThreadLeak)
95 if (typ == ReportTypeMutexDestroyLocked)
97 if (typ == ReportTypeMutexDoubleLock)
99 if (typ == ReportTypeMutexBadUnlock)
101 if (typ
[all...]
H A Dtsan_rtl_report.cc137 ScopedReport::ScopedReport(ReportType typ) { argument
141 rep_->typ = typ;
403 EventType typ = (EventType)(ev >> 61); local
405 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc);
406 if (typ == EventTypeMop) {
408 } else if (typ == EventTypeFuncEnter) {
410 } else if (typ == EventTypeFuncExit) {
415 if (typ
600 ReportType typ = ReportTypeRace; local
[all...]
H A Dtsan_vector.h27 explicit Vector(MBlockType typ) argument
28 : typ_(typ)
H A Dtsan_mman.h70 void *internal_alloc(MBlockType typ, uptr sz);
H A Dtsan_report.h105 ReportType typ; member in class:__tsan::ReportDesc
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h391 # define VPX_CTRL_USE_TYPE(id, typ)
392 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ)
393 # define VPX_CTRL_VOID(id, typ)
420 # define VPX_CTRL_USE_TYPE(id, typ) \
422 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
425 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
440 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \
442 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
445 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h371 #define VPX_CTRL_USE_TYPE(id, typ) \
372 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);}
375 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \
376 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);}
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml56 let get_global_value_address name typ ee =
59 let open Ctypes in !@ (coerce (ptr void) (ptr typ) (ptr_of_raw_address vptr))
63 let get_function_address name typ ee =
66 let open Ctypes in coerce (ptr void) typ (ptr_of_raw_address fptr)
H A Dllvm_executionengine.mli79 (** [get_global_value_address id typ ee] returns a pointer to the
80 identifier [id] as type [typ], which will be a pointer type for a
85 val get_global_value_address : string -> 'a Ctypes.typ -> llexecutionengine -> 'a
87 (** [get_function_address fn typ ee] returns a pointer to the function
88 [fn] as type [typ], which will be a pointer type for a function
89 (e.g. [(int -> int) typ]), and which will be live as long as [fn]
93 val get_function_address : string -> 'a Ctypes.typ -> llexecutionengine -> 'a
/external/mdnsresponder/Clients/
H A Ddns-sd.c984 const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags)
995 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom);
1021 return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (ptr-txt), txt, reg_reply, NULL));
1025 static char *gettype(char *buffer, char *typ) argument
1027 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp";
1028 if (!strchr(typ, '
983 RegisterService(DNSServiceRef *sdref, const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags) argument
1035 char buffer[TypeBufferSize], *typ, *dom; local
[all...]
/external/okhttp/website/static/
H A Dapp-theme.css41 .typ { color: #222; }
/external/boringssl/src/crypto/asn1/
H A Dtasn_new.c326 ASN1_TYPE *typ; local
359 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
360 if (!typ)
362 typ->value.ptr = NULL;
363 typ->type = -1;
364 *pval = (ASN1_VALUE *)typ;
H A Dtasn_fre.c218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
219 utype = typ->type;
220 pval = &typ->value.asn1_value;
H A Dtasn_dec.c927 ASN1_TYPE *typ = NULL; local
940 typ = ASN1_TYPE_new();
941 if (typ == NULL)
943 *pval = (ASN1_VALUE *)typ;
946 typ = (ASN1_TYPE *)*pval;
948 if (utype != typ->type)
949 ASN1_TYPE_set(typ, utype, NULL);
951 pval = &typ->value.asn1_value;
1065 if (typ && (utype == V_ASN1_NULL))
1066 typ
[all...]
/external/openfst/src/include/fst/
H A Dfloat-weight.h286 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...]
H A Dproduct-weight.h108 DivideType typ = DIVIDE_ANY) {
109 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
110 Divide(w.Value2(), v.Value2(), typ));
H A Dlexicographic-weight.h144 DivideType typ = DIVIDE_ANY) {
145 return LexicographicWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
146 Divide(w.Value2(), v.Value2(), typ));
H A Dstring-weight.h454 DivideType typ) {
456 if (typ != DIVIDE_LEFT) {
484 DivideType typ) {
486 if (typ != DIVIDE_RIGHT) {
514 DivideType typ) {
516 if (typ != DIVIDE_RIGHT) {
452 Divide(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, DivideType typ) argument
482 Divide(const StringWeight<L, STRING_RIGHT> &w1, const StringWeight<L, STRING_RIGHT> &w2, DivideType typ) argument
512 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, const StringWeight<L, STRING_RIGHT_RESTRICT> &w2, DivideType typ) argument
/external/openssh/
H A Daudit-bsm.c258 bsm_audit_record(int typ, char *string, au_event_t event_no) argument
271 rc = (typ == 0) ? 0 : -1;
273 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string);
283 (void) au_write(ad, AUToReturnFunc(typ, rc));
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c313 ASN1_TYPE *typ; local
315 typ = ASN1_generate_v3(value, ctx);
316 if (typ == NULL)
318 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
319 ASN1_TYPE_free(typ);
/external/tcpdump/
H A Dprint-domain.c360 register u_short typ, len; local
374 typ = EXTRACT_16BITS(cp);
383 if (class != C_IN && typ != T_OPT)
390 if (typ == T_OPT) {
412 printf(" %s", tok2str(ns_type2str, "Type%d", typ));
416 switch (typ) {

Completed in 551 milliseconds

123