Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for f90400 (0.18 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/appendixa_test.go

    			decoded: int64(-1000),
    		},
    		{
    			example: hex("f90000"),
    			decoded: 0.0,
    		},
    		{
    			example: hex("f98000"),
    			decoded: math.Copysign(0, -1),
    		},
    		{
    			example: hex("f93c00"),
    			decoded: 1.0,
    		},
    		{
    			example: hex("fb3ff199999999999a"),
    			decoded: 1.1,
    		},
    		{
    			example: hex("f93e00"),
    			decoded: 1.5,
    		},
    		{
    			example: hex("f97bff"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 18:59:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/image/png/testdata/pngsuite/ftp0n2c08.sng

    7f7f7f 7f7f7f 7f7f7f 7f7f7f 7f7f7f f2f2f2 c4c4c4 959595 727272 6f6b6b 774444 871e1e 950101 9f0000 910000 800000 720c0c 612d2d 530e0e 500000 590000 850000 920606 7a6666 a0a0a0 cfcfcf f8f8f8 7f7f7f 7f7f7f 7f7f7f 7f7f7f 7f7f7f 
    7f7f7f 7f7f7f f7f7f7 cacaca 9a9a9a 767676 737373 7c5d5d 872e2e 930707 9e0000 a90000 b00000 c90000 cf0000 b90000 a20101 8c1919 852a2a 7f1313 810000 960000 8f0000 6b5353 6e6e6e 737373 767676 9b9b9b c4c4c4 eeeeee 7f7f7f 7f7f7f 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 27 22:27:41 UTC 2016
    - 7.2K bytes
    - Viewed (0)
  3. src/debug/pe/pe.go

    	IMAGE_FILE_LARGE_ADDRESS_AWARE     = 0x0020
    	IMAGE_FILE_BYTES_REVERSED_LO       = 0x0080
    	IMAGE_FILE_32BIT_MACHINE           = 0x0100
    	IMAGE_FILE_DEBUG_STRIPPED          = 0x0200
    	IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 0x0400
    	IMAGE_FILE_NET_RUN_FROM_SWAP       = 0x0800
    	IMAGE_FILE_SYSTEM                  = 0x1000
    	IMAGE_FILE_DLL                     = 0x2000
    	IMAGE_FILE_UP_SYSTEM_ONLY          = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 01:21:43 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  4. src/math/floor_386.s

    	RET
    
    // func archFloor(x float64) float64
    TEXT ·archFloor(SB),NOSPLIT,$0
    	FMOVD   x+0(FP), F0  // F0=x
    	FSTCW   -2(SP)       // save old Control Word
    	MOVW    -2(SP), AX
    	ANDW    $0xf3ff, AX
    	ORW     $0x0400, AX  // Rounding Control set to -Inf
    	MOVW    AX, -4(SP)   // store new Control Word
    	FLDCW   -4(SP)       // load new Control Word
    	FRNDINT              // F0=Floor(x)
    	FLDCW   -2(SP)       // load old Control Word
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 15:48:19 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  5. src/main/java/jcifs/SmbPipeResource.java

         */
    
        public static final int PIPE_TYPE_TRANSACT = 0x0200;
    
        /**
         * Pipe is used for DCE
         */
        public static final int PIPE_TYPE_DCE_TRANSACT = 0x0200 | 0x0400;
    
        /**
         * Pipe should use it's own exclusive transport connection
         */
        public static final int PIPE_TYPE_UNSHARED = 0x800;
    
    
        /**
         * @return the type of the pipe
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.1K bytes
    - Viewed (0)
  6. test/escape5.go

    			copy(sink3, a)
    		}
    	}
    }
    
    // Issue 29000: unnamed parameter is not handled correctly
    
    var sink4 interface{}
    var alwaysFalse = false
    
    func f29000(_ int, x interface{}) { // ERROR "leaking param: x"
    	sink4 = x
    	if alwaysFalse {
    		g29000()
    	}
    }
    
    func g29000() {
    	x := 1
    	f29000(2, x) // ERROR "x escapes to heap"
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:50:24 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. src/internal/poll/fd_posix.go

    }
    
    // ignoringEINTR makes a function call and repeats it if it returns
    // an EINTR error. This appears to be required even though we install all
    // signal handlers with SA_RESTART: see #22838, #38033, #38836, #40846.
    // Also #20400 and #36644 are issues in which a signal handler is
    // installed without setting SA_RESTART. None of these are the common case,
    // but there are enough of them that it seems that we can't avoid
    // an EINTR loop.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 07 23:34:17 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	SO_SNDTIMEO                     = 0x1005
    	SO_TYPE                         = 0x1008
    	SO_UNSET                        = 0x0400
    	SO_USELOOPBACK                  = 0x0040
    	SO_USE_IFBUFS                   = 0x0400
    	S_ISUID                         = 0x0800
    	S_ISGID                         = 0x0400
    	S_ISVTX                         = 0x0200
    	S_IRUSR                         = 0x0100
    	S_IWUSR                         = 0x0080
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Server-TLSv12-Resume

    00000020  30 06 b7 7b 17 a9 79 30  2a d8 57 20 c5 5c ed 86  |0..{..y0*.W .\..|
    00000030  15 f4 3b c8 d2 5f 7a 80  2a 6a cd 40 c2 da 6f a8  |..;.._z.*j.@..o.|
    00000040  cd d7 e7 bf 48 bd fb a1  e9 4b 9b a9 00 04 00 2f  |....H....K...../|
    00000050  00 ff 01 00 00 b9 00 23  00 79 00 00 00 00 00 00  |.......#.y......|
    00000060  00 00 00 00 00 00 00 00  00 00 94 6f 2d b0 ac 51  |...........o-..Q|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  10. maven-embedder/src/test/java/org/apache/maven/cli/transfer/FileSizeFormatTest.java

            assertEquals("0 GB", format.format(_1000_bytes, ScaleUnit.GIGABYTE));
    
            long _49_kilobytes = 49L * 1000L;
            assertEquals("49 kB", format.format(_49_kilobytes));
            assertEquals("49000 B", format.format(_49_kilobytes, ScaleUnit.BYTE));
            assertEquals("49 kB", format.format(_49_kilobytes, ScaleUnit.KILOBYTE));
            assertEquals("0 MB", format.format(_49_kilobytes, ScaleUnit.MEGABYTE));
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 21:48:41 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top