Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 25 of 87) sorted by relevance

1234

/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc66 static const char *conv(ReportType typ) { in conv() argument
67 if (typ == ReportTypeRace) in conv()
69 else if (typ == ReportTypeVptrRace) in conv()
71 else if (typ == ReportTypeUseAfterFree) in conv()
73 else if (typ == ReportTypeVptrUseAfterFree) in conv()
75 else if (typ == ReportTypeThreadLeak) in conv()
77 else if (typ == ReportTypeMutexDestroyLocked) in conv()
79 else if (typ == ReportTypeMutexDoubleLock) in conv()
81 else if (typ == ReportTypeMutexBadUnlock) in conv()
83 else if (typ == ReportTypeMutexBadReadLock) in conv()
[all …]
Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) { in ReportTypeString() argument
85 if (typ == ReportTypeRace) in ReportTypeString()
87 if (typ == ReportTypeVptrRace) in ReportTypeString()
89 if (typ == ReportTypeUseAfterFree) in ReportTypeString()
91 if (typ == ReportTypeVptrUseAfterFree) in ReportTypeString()
93 if (typ == ReportTypeThreadLeak) in ReportTypeString()
95 if (typ == ReportTypeMutexDestroyLocked) in ReportTypeString()
97 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString()
99 if (typ == ReportTypeMutexBadUnlock) in ReportTypeString()
101 if (typ == ReportTypeMutexBadReadLock) in ReportTypeString()
[all …]
Dtsan_rtl_report.cc137 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport() argument
141 rep_->typ = typ; in ScopedReport()
403 EventType typ = (EventType)(ev >> 61); in RestoreStack() local
405 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc); in RestoreStack()
406 if (typ == EventTypeMop) { in RestoreStack()
408 } else if (typ == EventTypeFuncEnter) { in RestoreStack()
410 } else if (typ == EventTypeFuncExit) { in RestoreStack()
415 if (typ == EventTypeLock) { in RestoreStack()
417 } else if (typ == EventTypeUnlock) { in RestoreStack()
419 } else if (typ == EventTypeRLock) { in RestoreStack()
[all …]
Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
Dtsan_rtl.h516 explicit ScopedReport(ReportType typ);
565 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
567 thr->stat[typ] += n;
570 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet() argument
572 thr->stat[typ] = n; in StatSet()
734 EventType typ, u64 addr) { in TraceAddEvent() argument
737 DCHECK_GE((int)typ, 0); in TraceAddEvent()
738 DCHECK_LE((int)typ, 7); in TraceAddEvent()
751 Event ev = (u64)addr | ((u64)typ << 61); in TraceAddEvent()
/external/libvpx/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
424 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
427 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
442 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
444 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
447 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
/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
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/mdnsresponder/Clients/
Ddns-sd.c984 …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/
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 …]
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));
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));
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h365 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
366 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);}
369 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
370 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);}
/external/boringssl/src/ssl/test/runner/
Ddtls.go70 typ := recordType(b.data[0])
105 return typ, b, nil
118 func (c *Conn) dtlsWriteRecord(typ recordType, data []byte) (n int, err error) {
119 if typ != recordTypeHandshake {
121 return c.dtlsWriteRawRecord(typ, data)
265 func (c *Conn) dtlsSealRecord(typ recordType, data []byte) (b *block, err error) {
293 b.data[0] = byte(typ)
322 func (c *Conn) dtlsWriteRawRecord(typ recordType, data []byte) (n int, err error) {
323 b, err := c.dtlsSealRecord(typ, data)
336 if typ == recordTypeChangeCipherSpec {
Dconn.go642 typ := recordType(b.data[0])
648 if want == recordTypeHandshake && typ == 0x80 {
679 if (typ != recordTypeAlert && typ != want) || vers >= 0x1000 || n >= 0x3000 {
701 return typ, b, nil
728 typ, b, err := c.doReadRecord(want)
739 switch typ {
764 if typ != want || len(data) != 1 || data[0] != 1 {
774 if typ != want {
783 if typ != want {
843 func (c *Conn) writeRecord(typ recordType, data []byte) (n int, err error) {
[all …]
/external/llvm/bindings/ocaml/executionengine/
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
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)
/external/boringssl/src/crypto/asn1/
Dtasn_new.c326 ASN1_TYPE *typ; in ASN1_primitive_new() local
359 typ = OPENSSL_malloc(sizeof(ASN1_TYPE)); in ASN1_primitive_new()
360 if (!typ) in ASN1_primitive_new()
362 typ->value.ptr = NULL; in ASN1_primitive_new()
363 typ->type = -1; in ASN1_primitive_new()
364 *pval = (ASN1_VALUE *)typ; in ASN1_primitive_new()
Dtasn_dec.c927 ASN1_TYPE *typ = NULL; in asn1_ex_c2i() local
940 typ = ASN1_TYPE_new(); in asn1_ex_c2i()
941 if (typ == NULL) in asn1_ex_c2i()
943 *pval = (ASN1_VALUE *)typ; in asn1_ex_c2i()
946 typ = (ASN1_TYPE *)*pval; in asn1_ex_c2i()
948 if (utype != typ->type) in asn1_ex_c2i()
949 ASN1_TYPE_set(typ, utype, NULL); in asn1_ex_c2i()
951 pval = &typ->value.asn1_value; in asn1_ex_c2i()
1065 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
1066 typ->value.ptr = NULL; in asn1_ex_c2i()
[all …]
Dtasn_fre.c218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
219 utype = typ->type; in ASN1_primitive_free()
220 pval = &typ->value.asn1_value; in ASN1_primitive_free()
/external/deqp/framework/delibs/coding_guidelines/
Dprettify.css1typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.at…
/external/slf4j/slf4j-site/src/site/pages/css/
Dprettify.css4 .typ{color:#606}
23 .typ{color:#404;font-weight:bold}
/external/boringssl/src/util/
Dmake_errors.go186 func parseDefineLine(line, lib string) (typ int, key string, value int, ok bool) {
202 typ = typeFunctions
204 typ = typeReasons
422 typ, key, value, ok := parseDefineLine(scanner.Text(), lib)
427 switch typ {
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c313 ASN1_TYPE *typ; in generic_asn1() local
315 typ = ASN1_generate_v3(value, ctx); in generic_asn1()
316 if (typ == NULL) in generic_asn1()
318 *ext_len = i2d_ASN1_TYPE(typ, &ext_der); in generic_asn1()
319 ASN1_TYPE_free(typ); in generic_asn1()
/external/openssh/
Daudit-bsm.c258 bsm_audit_record(int typ, char *string, au_event_t event_no) in bsm_audit_record() argument
271 rc = (typ == 0) ? 0 : -1; in bsm_audit_record()
273 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string); in bsm_audit_record()
283 (void) au_write(ad, AUToReturnFunc(typ, rc)); in bsm_audit_record()

1234