Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 244 for 0xF (0.02 sec)

  1. src/syscall/zerrors_openbsd_amd64.go

    	AF_DLI                            = 0xd
    	AF_E164                           = 0x1a
    	AF_ECMA                           = 0x8
    	AF_ENCAP                          = 0x1c
    	AF_HYLINK                         = 0xf
    	AF_IMPLINK                        = 0x3
    	AF_INET                           = 0x2
    	AF_INET6                          = 0x18
    	AF_IPX                            = 0x17
    	AF_ISDN                           = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_openbsd_arm.go

    	AF_DLI                            = 0xd
    	AF_E164                           = 0x1a
    	AF_ECMA                           = 0x8
    	AF_ENCAP                          = 0x1c
    	AF_HYLINK                         = 0xf
    	AF_IMPLINK                        = 0x3
    	AF_INET                           = 0x2
    	AF_INET6                          = 0x18
    	AF_IPX                            = 0x17
    	AF_ISDN                           = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	CAP_WRITE                      = 0x200000000000002
    	CFLUSH                         = 0xf
    	CLOCAL                         = 0x8000
    	CLOCK_MONOTONIC                = 0x4
    	CLOCK_MONOTONIC_FAST           = 0xc
    	CLOCK_MONOTONIC_PRECISE        = 0xb
    	CLOCK_PROCESS_CPUTIME_ID       = 0xf
    	CLOCK_PROF                     = 0x2
    	CLOCK_REALTIME                 = 0x0
    	CLOCK_REALTIME_FAST            = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	CAP_WRITE                      = 0x200000000000002
    	CFLUSH                         = 0xf
    	CLOCAL                         = 0x8000
    	CLOCK_MONOTONIC                = 0x4
    	CLOCK_MONOTONIC_FAST           = 0xc
    	CLOCK_MONOTONIC_PRECISE        = 0xb
    	CLOCK_PROCESS_CPUTIME_ID       = 0xf
    	CLOCK_PROF                     = 0x2
    	CLOCK_REALTIME                 = 0x0
    	CLOCK_REALTIME_FAST            = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/issue9400/asm_mips64x.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build (mips64 || mips64le) && gc
    
    #include "textflag.h"
    
    #define SYNC	WORD $0xf
    
    TEXT ·RewindAndSetgid(SB),NOSPLIT|NOFRAME,$0-0
    	// Rewind stack pointer so anything that happens on the stack
    	// will clobber the test pattern created by the caller
    	ADDV	$(1024*8), R29
    
    	// Ask signaller to setgid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 21:57:36 UTC 2023
    - 691 bytes
    - Viewed (0)
  6. src/expvar/expvar.go

    			case '\n':
    				b = append(b, '\\', 'n')
    			case '\r':
    				b = append(b, '\\', 'r')
    			case '\t':
    				b = append(b, '\\', 't')
    			default:
    				b = append(b, '\\', 'u', hex[(r>>12)&0xf], hex[(r>>8)&0xf], hex[(r>>4)&0xf], hex[(r>>0)&0xf])
    			}
    		case r < utf8.RuneSelf:
    			b = append(b, byte(r))
    		default:
    			b = utf8.AppendRune(b, r)
    		}
    	}
    	b = append(b, '"')
    	return b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 21:32:11 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_amd64.go

    	IFLA_COST           = 0x8
    	IFLA_PRIORITY       = 0x9
    	IFLA_MASTER         = 0xa
    	IFLA_WIRELESS       = 0xb
    	IFLA_PROTINFO       = 0xc
    	IFLA_TXQLEN         = 0xd
    	IFLA_MAP            = 0xe
    	IFLA_WEIGHT         = 0xf
    	IFLA_OPERSTATE      = 0x10
    	IFLA_LINKMODE       = 0x11
    	IFLA_LINKINFO       = 0x12
    	IFLA_NET_NS_PID     = 0x13
    	IFLA_IFALIAS        = 0x14
    	IFLA_MAX            = 0x1d
    	RT_SCOPE_UNIVERSE   = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	AF_DLI                            = 0xd
    	AF_E164                           = 0x1a
    	AF_ECMA                           = 0x8
    	AF_ENCAP                          = 0x1c
    	AF_HYLINK                         = 0xf
    	AF_IMPLINK                        = 0x3
    	AF_INET                           = 0x2
    	AF_INET6                          = 0x18
    	AF_IPX                            = 0x17
    	AF_ISDN                           = 0x1a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	AF_DLI                            = 0xd
    	AF_E164                           = 0x1a
    	AF_ECMA                           = 0x8
    	AF_ENCAP                          = 0x1c
    	AF_HYLINK                         = 0xf
    	AF_IMPLINK                        = 0x3
    	AF_INET                           = 0x2
    	AF_INET6                          = 0x18
    	AF_IPX                            = 0x17
    	AF_ISDN                           = 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)
  10. src/internal/syscall/windows/symlink_windows.go

    	FileIdBothDirectoryRestartInfo = 0xb  // FILE_ID_BOTH_DIR_INFO
    	FileRemoteProtocolInfo         = 0xd  // FILE_REMOTE_PROTOCOL_INFO
    	FileFullDirectoryInfo          = 0xe  // FILE_FULL_DIR_INFO
    	FileFullDirectoryRestartInfo   = 0xf  // FILE_FULL_DIR_INFO
    	FileStorageInfo                = 0x10 // FILE_STORAGE_INFO
    	FileAlignmentInfo              = 0x11 // FILE_ALIGNMENT_INFO
    	FileIdInfo                     = 0x12 // FILE_ID_INFO
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 19:06:55 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top