Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Pupier (0.2 sec)

  1. api/go1.3.txt

    pkg syscall (freebsd-386), const IPPROTO_MPLS = 137
    pkg syscall (freebsd-386), const IPPROTO_MPLS ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK = -16777216
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    those are treated as two code points.  For simplicity, this document
    will use the unqualified term <i>character</i> to refer to a Unicode code point
    in the source text.
    </p>
    <p>
    Each code point is distinct; for instance, upper and lower case letters
    are different characters.
    </p>
    <p>
    Implementation restriction: For compatibility with other tools, a
    compiler may disallow the NUL character (U+0000) in the source text.
    </p>
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. src/bytes/bytes.go

    // most-significant bit of the highest word, map to the full range of all
    // 128 ASCII characters. The 128-bits of the upper 16 bytes will be zeroed,
    // ensuring that any non-ASCII character will be reported as not in the set.
    // This allocates a total of 32 bytes even though the upper half
    // is unused to avoid bounds checks in asciiSet.contains.
    type asciiSet [8]uint32
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Feb 19 19:51:15 GMT 2024
    - 33.8K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/parse.go

    			} else if nextReg != int(reg) {
    				p.errorf("incontiguous register in ARM64 register list: %s", name)
    			}
    			regCnt++
    			nextReg = (nextReg + 1) % 32
    		case sys.ARM:
    			// Parse the upper and lower bounds.
    			lo := p.registerNumber(tok.String())
    			hi := lo
    			if p.peek() == '-' {
    				p.next()
    				hi = p.registerNumber(p.next().String())
    			}
    			if hi < lo {
    				lo, hi = hi, lo
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  5. doc/go_spec.html

    </p>
    
    <p>
    For arrays or strings, the indices are <i>in range</i> if
    <code>0</code> &lt;= <code>low</code> &lt;= <code>high</code> &lt;= <code>len(a)</code>,
    otherwise they are <i>out of range</i>.
    For slices, the upper index bound is the slice capacity <code>cap(a)</code> rather than the length.
    A <a href="#Constants">constant</a> index must be non-negative and
    <a href="#Representability">representable</a> by a value of type
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  6. src/cmd/cgo/gcc.go

    			removeTag := func(v uint64) uint64 { return v }
    			if goarch == "arm64" {
    				for i := range symtab {
    					if symtab[i].Name == "__hwasan_init" {
    						// -fsanitize=hwaddress on ARM
    						// uses the upper byte of a
    						// memory address as a hardware
    						// tag. Remove it so that
    						// we can find the associated
    						// data.
    						removeTag = func(v uint64) uint64 { return v &^ (0xff << (64 - 8)) }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MAP_32BIT = 524288
    pkg syscall (freebsd-arm64), const MAP_32BIT ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK = -16777216
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg unicode, var Title *RangeTable
    pkg unicode, var TurkishCase SpecialCase
    pkg unicode, var Ugaritic *RangeTable
    pkg unicode, var Unified_Ideograph *RangeTable
    pkg unicode, var Upper *RangeTable
    pkg unicode, var Vai *RangeTable
    pkg unicode, var Variation_Selector *RangeTable
    pkg unicode, var White_Space *RangeTable
    pkg unicode, var Yi *RangeTable
    pkg unicode, var Z *RangeTable
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. src/archive/tar/format.go

    //	string encoding   |  ASCII |     UTF-8 |    binary
    //	sub-second times  |     no |       yes |        no
    //	sparse files      |     no |       yes |       yes
    //
    // The table's upper portion shows the [Header] fields, where each format reports
    // the maximum number of bytes allowed for each string field and
    // the integer type used to store each numeric field
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  10. doc/asm.html

    such as <code>name(SB)</code>, but not offsets from symbols,
    such as <code>name+4(SB)</code>.
    </p>
    
    <p>
    Instructions, registers, and assembler directives are always in UPPER CASE to remind you
    that assembly programming is a fraught endeavor.
    (Exception: the <code>g</code> register renaming on ARM.)
    </p>
    
    <p>
    In Go object files and binaries, the full name of a symbol is the
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top