HomeSort by relevance Sort by last modified time
    Searched refs:wrapping (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-007.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-008.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-015.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-016.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
noov.d 6 # relocation would overflow if it hadn't been wrapping. We always
7 # want 32-bit-wrapping on a 32-bit target for the benefit of Linux
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 68 with appropriate line-wrapping. */
121 /* Maximum characters per line in automatic line wrapping mode.
123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
128 /* Get or set the wrapping mode as a single entity. */
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
144 /* True if PRETTY-PRINTER is in line-wrapping mode. */
175 /* Current wrapping mode. */
176 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
diagnostic.h 208 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
210 /* Maximum characters per line in automatic line wrapping mode.
212 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
  /prebuilts/go/darwin-x86/src/net/
sock_linux.go 25 // Truncate number to avoid wrapping.
sock_bsd.go 31 // Assume the other BSDs do too. Truncate number to avoid wrapping.
pipe_test.go 39 // is solid and we're just testing the net wrapping.
  /prebuilts/go/linux-x86/src/net/
sock_linux.go 25 // Truncate number to avoid wrapping.
sock_bsd.go 31 // Assume the other BSDs do too. Truncate number to avoid wrapping.
pipe_test.go 39 // is solid and we're just testing the net wrapping.
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
file.go 8 A trivial example of wrapping a C library in Go.
  /prebuilts/go/linux-x86/misc/cgo/stdio/
file.go 8 A trivial example of wrapping a C library in Go.
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 54 // Use a Scanner with a custom split function (built by wrapping ScanWords) to validate
60 // Create a custom split function by wrapping the existing ScanWords function.
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 54 // Use a Scanner with a custom split function (built by wrapping ScanWords) to validate
60 // Create a custom split function by wrapping the existing ScanWords function.
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs8.go 52 return nil, fmt.Errorf("x509: PKCS#8 wrapping contained private key with unknown algorithm: %v", privKey.Algo.Algorithm)
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs8.go 52 return nil, fmt.Errorf("x509: PKCS#8 wrapping contained private key with unknown algorithm: %v", privKey.Algo.Algorithm)
  /build/blueprint/proptools/
escape.go 36 // escapes if necessary by wrapping them in single quotes, and replacing internal single quotes with
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata_test.go 111 // failOnReadAfterErrorReader is an io.Reader wrapping r.
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata_test.go 111 // failOnReadAfterErrorReader is an io.Reader wrapping r.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 15 // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured
  /prebuilts/go/darwin-x86/src/net/http/
transport_internal_test.go 15 // Issue 15446: incorrect wrapping of errors when server closes an idle connection.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 15 // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured

Completed in 2757 milliseconds

1 2 3 4