Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 260 for bstart (0.15 sec)

  1. src/syscall/zerrors_netbsd_386.go

    	CS5                               = 0x0
    	CS6                               = 0x100
    	CS7                               = 0x200
    	CS8                               = 0x300
    	CSIZE                             = 0x300
    	CSTART                            = 0x11
    	CSTATUS                           = 0x14
    	CSTOP                             = 0x13
    	CSTOPB                            = 0x400
    	CSUSP                             = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	CS6                                     = 0x100
    	CS7                                     = 0x200
    	CS8                                     = 0x300
    	CSIZE                                   = 0x300
    	CSTART                                  = 0x11
    	CSTATUS                                 = 0x14
    	CSTOP                                   = 0x13
    	CSTOPB                                  = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	CS5                               = 0x0
    	CS6                               = 0x100
    	CS7                               = 0x200
    	CS8                               = 0x300
    	CSIZE                             = 0x300
    	CSTART                            = 0x11
    	CSTATUS                           = 0xff
    	CSTOP                             = 0x13
    	CSTOPB                            = 0x400
    	CSUSP                             = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	CS5                               = 0x0
    	CS6                               = 0x100
    	CS7                               = 0x200
    	CS8                               = 0x300
    	CSIZE                             = 0x300
    	CSTART                            = 0x11
    	CSTATUS                           = 0x14
    	CSTOP                             = 0x13
    	CSTOPB                            = 0x400
    	CSUSP                             = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips.go

    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIGNAL                          = 0xff
    	CSIZE                            = 0x30
    	CSTART                           = 0x11
    	CSTATUS                          = 0x0
    	CSTOP                            = 0x13
    	CSTOPB                           = 0x40
    	CSUSP                            = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64.go

    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIGNAL                          = 0xff
    	CSIZE                            = 0x30
    	CSTART                           = 0x11
    	CSTATUS                          = 0x0
    	CSTOP                            = 0x13
    	CSTOPB                           = 0x40
    	CSUSP                            = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips64le.go

    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIGNAL                          = 0xff
    	CSIZE                            = 0x30
    	CSTART                           = 0x11
    	CSTATUS                          = 0x0
    	CSTOP                            = 0x13
    	CSTOPB                           = 0x40
    	CSUSP                            = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mipsle.go

    	CS6                              = 0x10
    	CS7                              = 0x20
    	CS8                              = 0x30
    	CSIGNAL                          = 0xff
    	CSIZE                            = 0x30
    	CSTART                           = 0x11
    	CSTATUS                          = 0x0
    	CSTOP                            = 0x13
    	CSTOPB                           = 0x40
    	CSUSP                            = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  9. src/regexp/syntax/parse.go

    		// sub[i] is not a char or char class;
    		// emit char class for sub[start:i]...
    		if i == start {
    			// Nothing to do - run of length 0.
    		} else if i == start+1 {
    			out = append(out, sub[start])
    		} else {
    			// Make new char class.
    			// Start with most complex regexp in sub[start].
    			max := start
    			for j := start + 1; j < i; j++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  10. src/index/suffixarray/sais2.go

    		}
    	}
    
    	// We recorded the LMS-substring starts but really want the ends.
    	// Luckily, with two differences, the start indexes and the end indexes are the same.
    	// The first difference is that the rightmost LMS-substring's end index is len(text),
    	// so the caller must pretend that sa[-1] == len(text), as noted above.
    	// The second difference is that the first leftmost LMS-substring start index
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
Back to top