/dports/audio/libsoxr/soxr-0.1.3-Source/examples/ |
H A D | 5-variable-rate.c | 16 #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 D | 5-variable-rate.c | 16 #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 D | reg_parse_internal.h | 40 # 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 D | range.go | 199 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 D | walk.go | 551 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 D | opnames.go | 80 OLEN: "LEN",
|
H A D | swt.go | 356 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 D | universe.go | 58 {"len", OLEN}, 305 okfor[OLEN] = okforlen[:]
|
H A D | order.go | 106 case OLEN, OCAP: 132 case ODOT, OLEN, OCAP: 1132 OLEN,
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/ |
H A D | assign.go | 489 …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 D | range.go | 98 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 D | builtin.go | 85 ….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 D | walk.go | 281 length = ir.NewUnaryExpr(base.Pos, ir.OLEN, n) 342 ir.OCAP, ir.OIMAG, ir.OLEN, ir.OREAL,
|
H A D | switch.go | 188 …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 D | expr.go | 143 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 D | order.go | 137 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 D | range.go | 226 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 D | walk.go | 524 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 D | op_string.go | 80 _ = x[OLEN-69]
|
H A D | universe.go | 56 {"len", OLEN}, 302 okfor[OLEN] = okforlen[:]
|
H A D | esc.go | 163 case ODOT, ODOTPTR, ODEREF, OCONVNOP, OCONV, OLEN, OCAP,
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/ |
H A D | universe.go | 43 {"len", ir.OLEN}, 210 okfor[ir.OLEN] = okforlen[:]
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/ |
H A D | op_string.go | 81 _ = x[OLEN-70]
|
H A D | fmt.go | 61 OLEN: "len", 194 OLEN: 8, 837 OLEN,
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/escape/ |
H A D | utils.go | 153 …case ir.OLEN, ir.OCAP, ir.ONOT, ir.OBITNOT, ir.OPLUS, ir.ONEG, ir.OALIGNOF, ir.OOFFSETOF, ir.OSIZE…
|