Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 95 for 416 (0.02 sec)

  1. src/crypto/tls/handshake_messages_test.go

    	serverHelloEmptySCT = append(serverHelloEmptySCT, serverHelloBytes[i+4:]...)
    
    	// Update the handshake message length.
    	serverHelloEmptySCT[1] = byte((len(serverHelloEmptySCT) - 4) >> 16)
    	serverHelloEmptySCT[2] = byte((len(serverHelloEmptySCT) - 4) >> 8)
    	serverHelloEmptySCT[3] = byte(len(serverHelloEmptySCT) - 4)
    
    	// Update the extensions length
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. src/runtime/sys_freebsd_amd64.s

    #define SYS___sysctl		202
    #define SYS_clock_gettime	232
    #define SYS_nanosleep		240
    #define SYS_issetugid		253
    #define SYS_sched_yield		331
    #define SYS_sigprocmask		340
    #define SYS_kqueue		362
    #define SYS_sigaction		416
    #define SYS_thr_exit		431
    #define SYS_thr_self		432
    #define SYS_thr_kill		433
    #define SYS__umtx_op		454
    #define SYS_thr_new		455
    #define SYS_mmap		477
    #define SYS_cpuset_getaffinity	487
    #define SYS_pipe2 		542
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. src/time/zoneinfo_read.go

    		skip := n[NTime]*4 +
    			n[NTime] +
    			n[NZone]*6 +
    			n[NChar] +
    			n[NLeap]*8 +
    			n[NStdWall] +
    			n[NUTCLocal]
    		// Skip the version 2 header that we just read.
    		skip += 4 + 16
    		d.read(skip)
    
    		is64 = true
    
    		// Read the counts again, they can differ.
    		for i := 0; i < 6; i++ {
    			nn, ok := d.big4()
    			if !ok {
    				return nil, errBadData
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_EXTATTR_DELETE_LINK      = 414 // { int extattr_delete_link( \
    	SYS___MAC_EXECVE             = 415 // { int __mac_execve(char *fname, char **argv, \
    	SYS_SIGACTION                = 416 // { int sigaction(int sig, \
    	SYS_SIGRETURN                = 417 // { int sigreturn( \
    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_386.go

    	SYS_EXTATTR_DELETE_LINK      = 414 // { int extattr_delete_link( \
    	SYS___MAC_EXECVE             = 415 // { int __mac_execve(char *fname, char **argv, \
    	SYS_SIGACTION                = 416 // { int sigaction(int sig, \
    	SYS_SIGRETURN                = 417 // { int sigreturn( \
    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_arm.go

    	SYS_EXTATTR_DELETE_LINK      = 414 // { int extattr_delete_link( \
    	SYS___MAC_EXECVE             = 415 // { int __mac_execve(char *fname, char **argv, \
    	SYS_SIGACTION                = 416 // { int sigaction(int sig, \
    	SYS_SIGRETURN                = 417 // { int sigreturn( \
    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/syntax/scanner.go

    		s.nextch()
    		return true
    	case '0', '1', '2', '3', '4', '5', '6', '7':
    		n, base, max = 3, 8, 255
    	case 'x':
    		s.nextch()
    		n, base, max = 2, 16, 255
    	case 'u':
    		s.nextch()
    		n, base, max = 4, 16, unicode.MaxRune
    	case 'U':
    		s.nextch()
    		n, base, max = 8, 16, unicode.MaxRune
    	default:
    		if s.ch < 0 {
    			return true // complain in caller about EOF
    		}
    		s.errorf("unknown escape")
    		return false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 28 18:17:41 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  8. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^235584 mod p(x), x^235520 mod p(x) */
    DATA ·IEEEConst+400(SB)/8,$0x00000000f55cf1ca
    DATA ·IEEEConst+408(SB)/8,$0x000000001fb3084a
    
    	/* x^234560 mod p(x), x^234496 mod p(x) */
    DATA ·IEEEConst+416(SB)/8,$0x00000001a0531540
    DATA ·IEEEConst+424(SB)/8,$0x00000000c53dfb04
    
    	/* x^233536 mod p(x), x^233472 mod p(x) */
    DATA ·IEEEConst+432(SB)/8,$0x0000000132cd7ebc
    DATA ·IEEEConst+440(SB)/8,$0x00000000e10c9ad6
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/core/lang/StringUtil.java

         * @param buf
         *            追加先の文字列
         * @param i
         *            数値
         */
        public static void appendHex(final StringBuilder buf, final byte i) {
            buf.append(Character.forDigit((i & 0xf0) >> 4, 16));
            buf.append(Character.forDigit(i & 0x0f, 16));
        }
    
        /**
         * 文字列に、数値を16進数に変換した文字列を追加します。
         *
         * @param buf
         *            追加先の文字列
         * @param i
         *            数値
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_netbsd_amd64.go

    	SYS__PSET_BIND           = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
    	SYS_POSIX_FADVISE        = 416 // { int|sys|50|posix_fadvise(int fd, int PAD, off_t offset, off_t len, int advice); }
    	SYS_SELECT               = 417 // { int|sys|50|select(int nd, fd_set *in, fd_set *ou, fd_set *ex, struct timeval *tv); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
Back to top