Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for data_gen (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_GETFH                = 395 // { int|sys|30|getfh(const char *fname, void *fhp, size_t *fh_size); }
    	SYS_MOUNT                = 410 // { int|sys|50|mount(const char *type, const char *path, int flags, void *data, size_t data_len); }
    	SYS_MREMAP               = 411 // { void *|sys||mremap(void *old_address, size_t old_size, void *new_address, size_t new_size, int flags); }
    	SYS_PSET_CREATE          = 412 // { int|sys||pset_create(psetid_t *psid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  2. src/crypto/aes/gcm_amd64.s

    	PXOR T2, ACC1;\
    	PSHUFD $78, X, T1;\
    	PXOR T1, X;\
    	MOVOU (16*(i*2+1))(pTbl), T1;\
    	PCLMULQDQ $0x00, X, T1;\
    	PXOR T1, ACCM
    
    	MOVQ productTable+0(FP), pTbl
    	MOVQ data_base+8(FP), aut
    	MOVQ data_len+16(FP), autLen
    	MOVQ T+32(FP), tPtr
    
    	PXOR ACC0, ACC0
    	MOVOU bswapMask<>(SB), BSWAP
    	MOVOU gcmPoly<>(SB), POLY
    
    	TESTQ autLen, autLen
    	JEQ dataBail
    
    	CMPQ autLen, $13	// optimize the TLS case
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. src/crypto/aes/gcm_arm64.s

    	VPMULL2	X.D2, T1.D2, T3.Q1         \
    	VEOR	T3.B16, ACC0.B16, ACC0.B16 \
    	VPMULL	T0.D1, T2.D1, T3.Q1        \
    	VEOR	T3.B16, ACCM.B16, ACCM.B16
    
    	MOVD	productTable+0(FP), pTbl
    	MOVD	data_base+8(FP), aut
    	MOVD	data_len+16(FP), autLen
    	MOVD	T+32(FP), tPtr
    
    	VEOR	ACC0.B16, ACC0.B16, ACC0.B16
    	CBZ	autLen, dataBail
    
    	MOVD	$0xC2, H0
    	LSL	$56, H0
    	VMOV	H0, POLY.D[0]
    	MOVD	$1, H0
    	VMOV	H0, POLY.D[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Yday  int32
    	Isdst int32
    }
    
    type RTCWkAlrm struct {
    	Enabled uint8
    	Pending uint8
    	Time    RTCTime
    }
    
    type BlkpgIoctlArg struct {
    	Op      int32
    	Flags   int32
    	Datalen int32
    	Data    *byte
    }
    
    const (
    	BLKPG_ADD_PARTITION    = 0x1
    	BLKPG_DEL_PARTITION    = 0x2
    	BLKPG_RESIZE_PARTITION = 0x3
    )
    
    const (
    	NETNSA_NONE         = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), method (*Msghdr) SetControllen(int)
    pkg syscall (freebsd-arm64), type BpfHdr struct
    pkg syscall (freebsd-arm64), type BpfHdr struct, Caplen uint32
    pkg syscall (freebsd-arm64), type BpfHdr struct, Datalen uint32
    pkg syscall (freebsd-arm64), type BpfHdr struct, Hdrlen uint16
    pkg syscall (freebsd-arm64), type BpfHdr struct, Pad_cgo_0 [6]uint8
    pkg syscall (freebsd-arm64), type BpfHdr struct, Tstamp Timeval
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type BpfHdr struct #53466
    pkg syscall (freebsd-riscv64), type BpfHdr struct, Caplen uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfHdr struct, Datalen uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfHdr struct, Hdrlen uint16 #53466
    pkg syscall (freebsd-riscv64), type BpfHdr struct, Pad_cgo_0 [6]uint8 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BRKINT", Const, 0},
    		{"Bind", Func, 0},
    		{"BindToDevice", Func, 0},
    		{"BpfBuflen", Func, 0},
    		{"BpfDatalink", Func, 0},
    		{"BpfHdr", Type, 0},
    		{"BpfHdr.Caplen", Field, 0},
    		{"BpfHdr.Datalen", Field, 0},
    		{"BpfHdr.Hdrlen", Field, 0},
    		{"BpfHdr.Pad_cgo_0", Field, 0},
    		{"BpfHdr.Tstamp", Field, 0},
    		{"BpfHeadercmpl", Func, 0},
    		{"BpfInsn", Type, 0},
    		{"BpfInsn.Code", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), method (*Msghdr) SetControllen(int)
    pkg syscall (darwin-arm64), type BpfHdr struct
    pkg syscall (darwin-arm64), type BpfHdr struct, Caplen uint32
    pkg syscall (darwin-arm64), type BpfHdr struct, Datalen uint32
    pkg syscall (darwin-arm64), type BpfHdr struct, Hdrlen uint16
    pkg syscall (darwin-arm64), type BpfHdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (darwin-arm64), type BpfHdr struct, Tstamp Timeval32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top