Home
last modified time | relevance | path

Searched refs:OLEN (Results 1 – 25 of 81) sorted by relevance

1234

/dports/audio/libsoxr/soxr-0.1.3-Source/examples/
H A D5-variable-rate.c16 #define OLEN 16 /* Output length in seconds. */ macro
23 pos = .5 - cos(pos * 2 * M_PI) * .4 + sin(pos * OLEN * 20 * M_PI) * .05; in ioratio()
33 size_t odone, total_odone, total_olen = OLEN * FS; in main()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/examples/
H A D5-variable-rate.c16 #define OLEN 16 /* Output length in seconds. */ macro
23 pos = .5 - cos(pos * 2 * M_PI) * .4 + sin(pos * OLEN * 20 * M_PI) * .05; in ioratio()
33 size_t odone, total_odone, total_olen = OLEN * FS; in main()
/dports/net/samba412/samba-4.12.15/source3/registry/
H A Dreg_parse_internal.h40 # define smb_iconv(CD, IPTR, ILEN, OPTR, OLEN) \ argument
41 iconv(CD, discard_const_p(char*, (IPTR)), ILEN, OPTR, OLEN)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Drange.go199 init = append(init, nod(OAS, hn, nod(OLEN, ha, nil)))
340 n.Left = nod(OLT, hv1, nod(OLEN, ha, nil))
456 n.Left = nod(ONE, nod(OLEN, a, nil), nodintconst(0))
471 tmp = nod(OLEN, a, nil)
488 v1 = nod(OAS, v1, nod(OSUB, nod(OLEN, a, nil), nodintconst(1)))
H A Dwalk.go551 case OLEN, OCAP:
1379 r = nod(OANDAND, nod(OEQ, nod(OLEN, n.Left, nil), nod(OLEN, n.Right, nil)), r)
1383 r = nod(OOROR, nod(ONE, nod(OLEN, n.Left, nil), nod(OLEN, n.Right, nil)), r)
2938 l = append(l, nod(OAS, nn, nod(OADD, nod(OLEN, s, nil), nod(OLEN, l2, nil))))
2963 nptr1.SetSliceBounds(nod(OLEN, l1, nil), nil, nil)
2976 nptr1.SetSliceBounds(nod(OLEN, l1, nil), nil, nil)
2992 nptr1 := nod(OINDEX, s, nod(OLEN, l1, nil))
3083 nod(OADD, nod(OLEN, ns, nil), na))))
3153 l = append(l, nod(OAS, nlen, nod(OLEN, nl, nil)))
3158 nif.Left = nod(OGT, nlen, nod(OLEN, nr, nil))
[all …]
H A Dopnames.go80 OLEN: "LEN",
H A Dswt.go356 lenlt := nod(OLT, nod(OLEN, s.exprname, nil), nod(OLEN, mid, nil))
357 leneq := nod(OEQ, nod(OLEN, s.exprname, nil), nod(OLEN, mid, nil))
H A Duniverse.go58 {"len", OLEN},
305 okfor[OLEN] = okforlen[:]
H A Dorder.go106 case OLEN, OCAP:
132 case ODOT, OLEN, OCAP:
1132 OLEN,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dassign.go489 …ryExpr(base.Pos, ir.OADD, ir.NewUnaryExpr(base.Pos, ir.OLEN, s), ir.NewUnaryExpr(base.Pos, ir.OLEN
513 slice := ir.NewSliceExpr(base.Pos, ir.OSLICE, s, ir.NewUnaryExpr(base.Pos, ir.OLEN, l1), nil, nil)
528 slice := ir.NewSliceExpr(base.Pos, ir.OSLICE, s, ir.NewUnaryExpr(base.Pos, ir.OLEN, l1), nil, nil)
539 ix := ir.NewIndexExpr(base.Pos, s, ir.NewUnaryExpr(base.Pos, ir.OLEN, l1))
545 …nwid := cheapExpr(typecheck.Conv(ir.NewUnaryExpr(base.Pos, ir.OLEN, l2), types.Types[types.TUINTPT…
657 …Stmt(base.Pos, nn, ir.NewBinaryExpr(base.Pos, ir.OADD, ir.NewUnaryExpr(base.Pos, ir.OLEN, s), l2)))
688 ix := ir.NewIndexExpr(base.Pos, s, ir.NewUnaryExpr(base.Pos, ir.OLEN, l1))
H A Drange.go98 init = append(init, ir.NewAssignStmt(base.Pos, hn, ir.NewUnaryExpr(base.Pos, ir.OLEN, ha)))
247 nfor.Cond = ir.NewBinaryExpr(base.Pos, ir.OLT, hv1, ir.NewUnaryExpr(base.Pos, ir.OLEN, ha))
424 n.Cond = ir.NewBinaryExpr(base.Pos, ir.ONE, ir.NewUnaryExpr(base.Pos, ir.OLEN, a), ir.NewInt(0))
436 …mul := typecheck.Conv(ir.NewBinaryExpr(base.Pos, ir.OMUL, ir.NewUnaryExpr(base.Pos, ir.OLEN, a), i…
452 ….Pos, v1, ir.NewBinaryExpr(base.Pos, ir.OSUB, ir.NewUnaryExpr(base.Pos, ir.OLEN, a), ir.NewInt(1)))
H A Dbuiltin.go85 ….Pos, ir.OSUB, ir.NewUnaryExpr(base.Pos, ir.OCAP, ns), ir.NewUnaryExpr(base.Pos, ir.OLEN, ns)), na)
91 ir.NewBinaryExpr(base.Pos, ir.OADD, ir.NewUnaryExpr(base.Pos, ir.OLEN, ns), na)))}
96 l = append(l, ir.NewAssignStmt(base.Pos, nn, ir.NewUnaryExpr(base.Pos, ir.OLEN, ns))) // n = len(s)
178 l = append(l, ir.NewAssignStmt(base.Pos, nlen, ir.NewUnaryExpr(base.Pos, ir.OLEN, nl)))
183 nif.Cond = ir.NewBinaryExpr(base.Pos, ir.OGT, nlen, ir.NewUnaryExpr(base.Pos, ir.OLEN, nr))
184 nif.Body.Append(ir.NewAssignStmt(base.Pos, nlen, ir.NewUnaryExpr(base.Pos, ir.OLEN, nr)))
445 copylen := ir.NewUnaryExpr(base.Pos, ir.OLEN, n.Cap)
707 …return base.Flag.N == 0 && !base.Flag.Cfg.Instrumenting && n.Op() == ir.OLEN && n.(*ir.UnaryExpr).…
H A Dwalk.go281 length = ir.NewUnaryExpr(base.Pos, ir.OLEN, n)
342 ir.OCAP, ir.OIMAG, ir.OLEN, ir.OREAL,
H A Dswitch.go188 …return ir.NewBinaryExpr(base.Pos, ir.OLE, ir.NewUnaryExpr(base.Pos, ir.OLEN, s.exprname), ir.NewIn…
192 …nif.Cond = ir.NewBinaryExpr(base.Pos, ir.OEQ, ir.NewUnaryExpr(base.Pos, ir.OLEN, s.exprname), ir.N…
H A Dexpr.go143 case ir.OLEN, ir.OCAP:
380 case ir.OLEN, ir.OCAP:
844 if n.High != nil && n.High.Op() == ir.OLEN && ir.SameSafeExpr(n.X, n.High.(*ir.UnaryExpr).X) {
H A Dorder.go137 case ir.OLEN, ir.OCAP:
163 case ir.OLEN, ir.OCAP:
432 mk.SetBounded(mk.Len.Op() == ir.OLEN && ir.SameSafeExpr(mk.Len.(*ir.UnaryExpr).X, cp.Y))
1259 ir.OLEN,
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Drange.go226 init = append(init, nod(OAS, hn, nod(OLEN, ha, nil)))
385 n.Left = nod(OLT, hv1, nod(OLEN, ha, nil))
569 n.Left = nod(ONE, nod(OLEN, a, nil), nodintconst(0))
583 tmp = nod(OLEN, a, nil)
601 v1 = nod(OAS, v1, nod(OSUB, nod(OLEN, a, nil), nodintconst(1)))
H A Dwalk.go524 case OLEN, OCAP:
2632 nodes.Append(nod(OAS, nn, nod(OADD, nod(OLEN, s, nil), nod(OLEN, l2, nil))))
2658 nptr1.SetSliceBounds(nod(OLEN, l1, nil), nil, nil)
2673 nptr1.SetSliceBounds(nod(OLEN, l1, nil), nil, nil)
2691 nptr1 := nod(OINDEX, s, nod(OLEN, l1, nil))
2837 hp := nod(OINDEX, s, nod(OLEN, l1, nil))
2943 nod(OADD, nod(OLEN, ns, nil), na))))
3015 l = append(l, nod(OAS, nlen, nod(OLEN, nl, nil)))
3020 nif.Left = nod(OGT, nlen, nod(OLEN, nr, nil))
3021 nif.Nbody.Append(nod(OAS, nlen, nod(OLEN, nr, nil)))
[all …]
H A Dop_string.go80 _ = x[OLEN-69]
H A Duniverse.go56 {"len", OLEN},
302 okfor[OLEN] = okforlen[:]
H A Desc.go163 case ODOT, ODOTPTR, ODEREF, OCONVNOP, OCONV, OLEN, OCAP,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Duniverse.go43 {"len", ir.OLEN},
210 okfor[ir.OLEN] = okforlen[:]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dop_string.go81 _ = x[OLEN-70]
H A Dfmt.go61 OLEN: "len",
194 OLEN: 8,
837 OLEN,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/escape/
H A Dutils.go153 …case ir.OLEN, ir.OCAP, ir.ONOT, ir.OBITNOT, ir.OPLUS, ir.ONEG, ir.OALIGNOF, ir.OOFFSETOF, ir.OSIZE…

1234