Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 273 for 0xF (0.08 sec)

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

    	CAP_PERMITTED                 = 0x3
    	CAP_PROPAGATE                 = 0x1
    	CAP_PROPOGATE                 = 0x1
    	CAP_SET                       = 0x1
    	CBAUD                         = 0xf
    	CFLUSH                        = 0xf
    	CIBAUD                        = 0xf0000
    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/net/PercentEscaperTest.java

      /** Helper to manually escape a 7-bit ascii character */
      private String escapeAscii(char c) {
        Preconditions.checkArgument(c < 128);
        String hex = "0123456789ABCDEF";
        return "%" + hex.charAt((c >> 4) & 0xf) + hex.charAt(c & 0xf);
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	AF_DECnet                               = 0xc
    	AF_DLI                                  = 0xd
    	AF_E164                                 = 0x1c
    	AF_ECMA                                 = 0x8
    	AF_HYLINK                               = 0xf
    	AF_IEEE80211                            = 0x25
    	AF_IMPLINK                              = 0x3
    	AF_INET                                 = 0x2
    	AF_INET6                                = 0x1e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.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)
  5. src/runtime/defs_freebsd_arm.go

    	_MADV_FREE     = 0x5
    
    	_SA_SIGINFO = 0x40
    	_SA_RESTART = 0x2
    	_SA_ONSTACK = 0x1
    
    	_CLOCK_MONOTONIC = 0x4
    	_CLOCK_REALTIME  = 0x0
    
    	_UMTX_OP_WAIT_UINT         = 0xb
    	_UMTX_OP_WAIT_UINT_PRIVATE = 0xf
    	_UMTX_OP_WAKE              = 0x3
    	_UMTX_OP_WAKE_PRIVATE      = 0x10
    
    	_SIGHUP    = 0x1
    	_SIGINT    = 0x2
    	_SIGQUIT   = 0x3
    	_SIGILL    = 0x4
    	_SIGTRAP   = 0x5
    	_SIGABRT   = 0x6
    	_SIGEMT    = 0x7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	CAP_PERMITTED                 = 0x3
    	CAP_PROPAGATE                 = 0x1
    	CAP_PROPOGATE                 = 0x1
    	CAP_SET                       = 0x1
    	CBAUD                         = 0xf
    	CFLUSH                        = 0xf
    	CIBAUD                        = 0xf0000
    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_openbsd_ppc64.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: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  8. src/syscall/zerrors_openbsd_riscv64.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: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  9. src/internal/bytealg/compare_arm64.s

    	CSEL	LT, R3, R1, R6    // R6 is min(R1, R3)
    
    	CBZ	R6, samebytes
    	BIC	$0xf, R6, R10
    	CBZ	R10, small        // length < 16
    	ADD	R0, R10           // end of chunk16
    	// length >= 16
    chunk16_loop:
    	LDP.P	16(R0), (R4, R8)
    	LDP.P	16(R2), (R5, R9)
    	CMP	R4, R5
    	BNE	cmp
    	CMP	R8, R9
    	BNE	cmpnext
    	CMP	R10, R0
    	BNE	chunk16_loop
    	AND	$0xf, R6, R6
    	CBZ	R6, samebytes
    	SUBS	$8, R6
    	BLT	tail
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_amd64.go

    	AF_DECnet                         = 0xc
    	AF_DLI                            = 0xd
    	AF_E164                           = 0x1c
    	AF_ECMA                           = 0x8
    	AF_HYLINK                         = 0xf
    	AF_IEEE80211                      = 0x25
    	AF_IMPLINK                        = 0x3
    	AF_INET                           = 0x2
    	AF_INET6                          = 0x1e
    	AF_IPX                            = 0x17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
Back to top