Home
last modified time | relevance | path

Searched refs:Init (Results 201 – 225 of 42384) sorted by relevance

12345678910>>...1696

/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs30 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LenDecoder
32 m_Choice.Init(); in Init()
38 m_Choice2.Init(); in Init()
39 m_HighCoder.Init(); in Init()
67 public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i].Init(); } in Init() method
118 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder
122 m_Coders[i].Init(); in Init()
218 m_LiteralDecoder.Init(); in Init()
225 m_LenDecoder.Init(); in Init()
226 m_RepLenDecoder.Init(); in Init()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs30 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LenDecoder
32 m_Choice.Init(); in Init()
38 m_Choice2.Init(); in Init()
39 m_HighCoder.Init(); in Init()
67 public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i].Init(); } in Init() method
118 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder
122 m_Coders[i].Init(); in Init()
218 m_LiteralDecoder.Init(); in Init()
225 m_LenDecoder.Init(); in Init()
226 m_RepLenDecoder.Init(); in Init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Draster_cmd_helper_autogen.h17 c->Init(); in Finish()
24 c->Init(); in Flush()
40 c->Init(n, queries); in GenQueriesEXTImmediate()
50 c->Init(n, queries); in DeleteQueriesEXTImmediate()
87 c->Init(current, other); in LoseContextCHROMIUM()
122 c->Init(); in EndRasterCHROMIUM()
164 c->Init(n, ids); in DeletePaintCacheTextBlobsINTERNALImmediate()
175 c->Init(n, ids); in DeletePaintCachePathsINTERNALImmediate()
183 c->Init(); in ClearPaintCacheINTERNAL()
275 c->Init(); in TraceEndCHROMIUM()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Drc1.0_general.h17 void Init(RegisterEnum _reg, float _v0, float _v1, float _v2, float _v3) in Init() function
27 void Init(int _op, RegisterEnum _reg0) in Init() function
37 void Init(OpStruct _op0, OpStruct _op1) { op[0] = _op0; op[1] = _op1; numOps = 2; } in Init() function
38 void Init(OpStruct _op0) { op[0] = _op0; numOps = 1; } in Init() function
49 void Init(int _designator, GeneralFunctionStruct _gf, BiasScaleEnum _bs) in Init() function
66 void Init(GeneralPortionStruct _portion0, GeneralPortionStruct _portion1) in Init() function
69 void Init(GeneralPortionStruct _portion0, ConstColorStruct _cc0, ConstColorStruct _cc1) in Init() function
71 void Init(GeneralPortionStruct _portion0, ConstColorStruct _cc0) in Init() function
73 void Init(GeneralPortionStruct _portion0) in Init() function
88 void Init() {num = 0;} in Init() function
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Drc1.0_general.h17 void Init(RegisterEnum _reg, float _v0, float _v1, float _v2, float _v3) in Init() function
27 void Init(int _op, RegisterEnum _reg0) in Init() function
37 void Init(OpStruct _op0, OpStruct _op1) { op[0] = _op0; op[1] = _op1; numOps = 2; } in Init() function
38 void Init(OpStruct _op0) { op[0] = _op0; numOps = 1; } in Init() function
49 void Init(int _designator, GeneralFunctionStruct _gf, BiasScaleEnum _bs) in Init() function
66 void Init(GeneralPortionStruct _portion0, GeneralPortionStruct _portion1) in Init() function
69 void Init(GeneralPortionStruct _portion0, ConstColorStruct _cc0, ConstColorStruct _cc1) in Init() function
71 void Init(GeneralPortionStruct _portion0, ConstColorStruct _cc0) in Init() function
73 void Init(GeneralPortionStruct _portion0) in Init() function
88 void Init() {num = 0;} in Init() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DTGParser.h32 Init *Value;
61 Init *ListValue;
66 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop()
73 SmallVector<Init *, 16> Elements;
78 std::map<std::string, Init *, std::less<>> vars;
92 Init *getVar(StringRef Name) const { in getVar()
109 void addVar(StringRef Name, Init *I) { in addVar()
195 ArrayRef<unsigned> BitList, Init *V,
202 using SubstStack = SmallVector<std::pair<Init *, Init *>, 8>;
256 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/TableGen/
H A DTGParser.h28 class Init; variable
37 Init *Value;
66 Init *ListValue;
71 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop()
78 SmallVector<Init *, 16> Elements;
83 std::map<std::string, Init *, std::less<>> vars;
97 Init *getVar(StringRef Name) const { in getVar()
114 void addVar(StringRef Name, Init *I) { in addVar()
200 ArrayRef<unsigned> BitList, Init *V,
207 using SubstStack = SmallVector<std::pair<Init *, Init *>, 8>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.h28 class Init; variable
37 Init *Value;
66 Init *ListValue;
71 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop()
78 SmallVector<Init *, 16> Elements;
83 std::map<std::string, Init *, std::less<>> vars;
97 Init *getVar(StringRef Name) const { in getVar()
114 void addVar(StringRef Name, Init *I) { in addVar()
200 ArrayRef<unsigned> BitList, Init *V,
207 using SubstStack = SmallVector<std::pair<Init *, Init *>, 8>;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/TableGen/
H A DTGParser.h28 class Init; variable
37 Init *Value;
66 Init *ListValue;
71 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop()
78 SmallVector<Init *, 16> Elements;
83 std::map<std::string, Init *, std::less<>> vars;
97 Init *getVar(StringRef Name) const { in getVar()
114 void addVar(StringRef Name, Init *I) { in addVar()
200 ArrayRef<unsigned> BitList, Init *V,
207 using SubstStack = SmallVector<std::pair<Init *, Init *>, 8>;
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
213 func (p *Init) Wait() { argument
218 func (p *Init) ID() string { argument
223 func (p *Init) Pid() int { argument
228 func (p *Init) ExitStatus() int { argument
236 func (p *Init) ExitedAt() time.Time { argument
269 func (p *Init) SetExited(status int) { argument
375 func (p *Init) Stdin() io.Closer { argument
380 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
213 func (p *Init) Wait() { argument
218 func (p *Init) ID() string { argument
223 func (p *Init) Pid() int { argument
228 func (p *Init) ExitStatus() int { argument
236 func (p *Init) ExitedAt() time.Time { argument
269 func (p *Init) SetExited(status int) { argument
375 func (p *Init) Stdin() io.Closer { argument
380 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dinit.go45 type Init struct { struct
99 p := &Init{
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
265 func (p *Init) SetExited(status int) { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/link/
H A Dmain.go42 x86.Init()
44 amd64.Init()
46 arm.Init()
48 arm64.Init()
50 mips.Init()
52 mips64.Init()
54 ppc64.Init()
56 s390x.Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_spi.c397 if ((hspi->Init.DataSize != SPI_DATASIZE_16BIT) && (hspi->Init.DataSize != SPI_DATASIZE_8BIT)) in HAL_SPI_Init()
420 WRITE_REG(hspi->Instance->CR1, (hspi->Init.Mode | hspi->Init.Direction | in HAL_SPI_Init()
421 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
422 … hspi->Init.BaudRatePrescaler | hspi->Init.FirstBit | hspi->Init.CRCCalculation)); in HAL_SPI_Init()
432 WRITE_REG(hspi->Instance->CR2, (((hspi->Init.NSS >> 16U) & SPI_CR2_SSOE) | hspi->Init.TIMode | in HAL_SPI_Init()
433 hspi->Init.NSSPMode | hspi->Init.DataSize) | frxth); in HAL_SPI_Init()
981 if ((hspi->Init.Mode == SPI_MODE_MASTER) && (hspi->Init.Direction == SPI_DIRECTION_2LINES)) in HAL_SPI_Receive()
1586 if ((hspi->Init.Direction == SPI_DIRECTION_2LINES) && (hspi->Init.Mode == SPI_MODE_MASTER)) in HAL_SPI_Receive_IT()
1926 if ((hspi->Init.Direction == SPI_DIRECTION_2LINES) && (hspi->Init.Mode == SPI_MODE_MASTER)) in HAL_SPI_Receive_DMA()
3917 if ((hspi->Init.Mode == SPI_MODE_MASTER) && ((hspi->Init.Direction == SPI_DIRECTION_1LINE) in SPI_EndRxTransaction()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DTGParser.h29 class Init; variable
38 Init *Value;
63 Init *ListValue;
68 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop()
75 SmallVector<Init *, 16> Elements;
139 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
140 ArrayRef<unsigned> BitList, Init *V,
147 using SubstStack = SmallVector<std::pair<Init *, Init *>, 8>;
175 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
196 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DTGParser.h29 class Init; variable
38 Init *Value;
63 Init *ListValue;
68 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop()
75 SmallVector<Init *, 16> Elements;
138 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
139 ArrayRef<unsigned> BitList, Init *V,
146 using SubstStack = SmallVector<std::pair<Init *, Init *>, 8>;
174 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
195 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
[all …]

12345678910>>...1696