- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 103 for discard (0.09 seconds)
-
src/cmd/asm/internal/asm/parse.go
p.symDefRef(w, word, operands) } return p.errorCount == 0 } // nextToken returns the next non-build-comment token from the lexer. // It reports misplaced //go:build comments but otherwise discards them. func (p *Parser) nextToken() lex.ScanToken { for { tok := p.lex.Next() if tok == lex.BuildComment { if p.sawCode { p.errorf("misplaced //go:build comment") } continue }
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Nov 12 03:59:40 GMT 2025 - 37.3K bytes - Click Count (0) -
src/cmd/asm/internal/asm/asm.go
// BC x,$5 // into // BC x,CR0LT,... // BC x,CR0EQ,... // BC x,CR1LT,... // BC x,CR1GT,... // The first and second cases demonstrate a symbol name which is // effectively discarded. In these cases, the offset determines // the CR bit. prog.Reg = a[1].Reg if a[1].Type != obj.TYPE_REG { // The CR bit is represented as a constant 0-31. Convert it to a Reg.Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 21 15:13:08 GMT 2025 - 26.7K bytes - Click Count (0) -
tensorflow/c/c_api.h
TF_CAPI_EXPORT extern void TF_CloseSession(TF_Session*, TF_Status* status); // Destroy a session object. // // Even if error information is recorded in *status, this call discards all // local resources associated with the session. The session may not be used // during or after this call (and the session drops its reference to the // corresponding graph).
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0) -
api/go1.1.txt
pkg syscall (darwin-386), const TIOCUCNTL = 2147775590 pkg syscall (darwin-386), const TOSTOP = 4194304 pkg syscall (darwin-386), const TOSTOP ideal-int pkg syscall (darwin-386), const VDISCARD = 15 pkg syscall (darwin-386), const VDISCARD ideal-int pkg syscall (darwin-386), const VDSUSP = 11 pkg syscall (darwin-386), const VDSUSP ideal-int pkg syscall (darwin-386), const VEOF = 0 pkg syscall (darwin-386), const VEOF ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP ideal-int pkg syscall (freebsd-386-cgo), const TIOCUCNTL ideal-int pkg syscall (freebsd-386-cgo), const TOSTOP ideal-int pkg syscall (freebsd-386-cgo), const VDISCARD ideal-int pkg syscall (freebsd-386-cgo), const VDSUSP ideal-int pkg syscall (freebsd-386-cgo), const VEOF ideal-int pkg syscall (freebsd-386-cgo), const VEOL ideal-int pkg syscall (freebsd-386-cgo), const VEOL2 ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const TOSTOP = 4194304 pkg syscall (netbsd-arm64-cgo), const TOSTOP ideal-int pkg syscall (netbsd-arm64-cgo), const VDISCARD = 15 pkg syscall (netbsd-arm64-cgo), const VDISCARD ideal-int pkg syscall (netbsd-arm64-cgo), const VDSUSP = 11 pkg syscall (netbsd-arm64-cgo), const VDSUSP ideal-int pkg syscall (netbsd-arm64-cgo), const VEOF = 0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
api/go1.txt
pkg io/ioutil, func TempDir(string, string) (string, error) pkg io/ioutil, func TempFile(string, string) (*os.File, error) pkg io/ioutil, func WriteFile(string, []uint8, os.FileMode) error pkg io/ioutil, var Discard io.Writer pkg log, const Ldate ideal-int pkg log, const Llongfile ideal-int pkg log, const Lmicroseconds ideal-int pkg log, const Lshortfile ideal-int pkg log, const LstdFlags ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
return 0; } @Override public Iterator<Object> iterator() { return ImmutableSet.of().iterator(); } }; /** Queue that discards all elements. */ @SuppressWarnings("unchecked") // impl never uses a parameter or returns any non-null value static <E> Queue<E> discardingQueue() { return (Queue) DISCARDING_QUEUE; } /*Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 19:35:11 GMT 2025 - 148.9K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const TIOCUCNTL ideal-int pkg syscall (freebsd-arm64), const TOSTOP = 4194304 pkg syscall (freebsd-arm64), const TOSTOP ideal-int pkg syscall (freebsd-arm64), const VDISCARD = 15 pkg syscall (freebsd-arm64), const VDISCARD ideal-int pkg syscall (freebsd-arm64), const VDSUSP = 11 pkg syscall (freebsd-arm64), const VDSUSP ideal-int pkg syscall (freebsd-arm64), const VEOF = 0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const TOSTOP = 4194304 #53466 pkg syscall (freebsd-riscv64), const TOSTOP ideal-int #53466 pkg syscall (freebsd-riscv64), const VDISCARD = 15 #53466 pkg syscall (freebsd-riscv64), const VDISCARD ideal-int #53466 pkg syscall (freebsd-riscv64), const VDSUSP = 11 #53466 pkg syscall (freebsd-riscv64), const VDSUSP ideal-int #53466 pkg syscall (freebsd-riscv64), const VEOF = 0 #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0)