Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 76 for 416 (0.04 sec)

  1. src/crypto/aes/gcm_amd64.s

    	increment(0)
    
    	CMPQ ptxLen, $128
    	JB gcmAesDecSingles
    
    	MOVOU T0, (1*16)(SP)
    	increment(1)
    	MOVOU T0, (2*16)(SP)
    	increment(2)
    	MOVOU T0, (3*16)(SP)
    	increment(3)
    	MOVOU T0, (4*16)(SP)
    	increment(4)
    	MOVOU T0, (5*16)(SP)
    	increment(5)
    	MOVOU T0, (6*16)(SP)
    	increment(6)
    	MOVOU T0, (7*16)(SP)
    	increment(7)
    
    gcmAesDecOctetsLoop:
    
    		CMPQ ptxLen, $128
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. test/fixedbugs/issue60982.go

    		return 409
    	case 410:
    		return 410
    	case 411:
    		return 411
    	case 412:
    		return 412
    	case 413:
    		return 413
    	case 414:
    		return 414
    	case 415:
    		return 415
    	case 416:
    		return 416
    	case 417:
    		return 417
    	case 418:
    		return 418
    	case 419:
    		return 419
    	case 420:
    		return 420
    	case 421:
    		return 421
    	case 422:
    		return 422
    	case 423:
    		return 423
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top