Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 79 for 0xff000000 (0.03 sec)

  1. src/test/java/jcifs/dcerpc/DcerpcErrorTest.java

            assertTrue((DcerpcError.DCERPC_FAULT_UNK_IF & 0xFF000000) == 0x1C000000, "DCERPC_FAULT_UNK_IF should be in 0x1C range");
            assertTrue((DcerpcError.DCERPC_FAULT_PROTO_ERROR & 0xFF000000) == 0x1C000000, "DCERPC_FAULT_PROTO_ERROR should be in 0x1C range");
        }
    
        @Test
        @DisplayName("Should verify DcerpcException uses fault codes correctly")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/armerror.s

    	MOVB	g, CPSR            // ERROR "illegal combination"
    	MOVH	g, CPSR            // ERROR "illegal combination"
    	MOVB	$0xff000000, CPSR  // ERROR "illegal combination"
    	MOVH	$0xff000000, CPSR  // ERROR "illegal combination"
    	MOVB	$0xff000000, FPSR  // ERROR "illegal combination"
    	MOVH	$0xff000000, FPSR  // ERROR "illegal combination"
    	MOVB	$0xffffff00, CPSR  // ERROR "illegal combination"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/MIEName.java

            i += len;
            this.oid = ASN1ObjectIdentifier.getInstance(bo);
    
            // NAME_LEN
            if (buf.length < i + NAME_LEN_SIZE) {
                throw new IllegalArgumentException();
            }
            len = 0xff000000 & buf[i++] << 24;
            len |= 0x00ff0000 & buf[i++] << 16;
            len |= 0x0000ff00 & buf[i++] << 8;
            len |= 0x000000ff & buf[i++];
    
            // NAME
            if (buf.length < i + len) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm.s

    // immediate decomposition
    	ADD	$0xff0000ff, R0, R1 // ADD $4278190335, R0, R1 // ff1080e2ff1481e2
    	EOR	$0xff0000ff, R0, R1 // EOR $4278190335, R0, R1 // ff1020e2ff1421e2
    	ORR	$0xff0000ff, R0, R1 // ORR $4278190335, R0, R1 // ff1080e3ff1481e3
    	SUB	$0xff0000ff, R0, R1 // SUB $4278190335, R0, R1 // ff1040e2ff1441e2
    	BIC	$0xff0000ff, R0, R1 // BIC $4278190335, R0, R1 // ff10c0e3ff14c1e3
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/util/DES.java

                0x00080000, 0x02000100, 0x40080100, 0x42000100, 0x42080000, 0x00080100, 0x40000000, 0x02000000, 0x40080000, 0x40080000,
                0x00000000, 0x40000100, 0x42080100, 0x42080100, 0x02000100, 0x42080000, 0x40000100, 0x00000000, 0x42000000, 0x02080100,
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 22.7K bytes
    - Viewed (0)
  6. src/test/java/jcifs/ACETest.java

                assertEquals(0x10000000, ACE.GENERIC_ALL, "GENERIC_ALL should be 0x10000000");
                assertEquals(0x20000000, ACE.GENERIC_EXECUTE, "GENERIC_EXECUTE should be 0x20000000");
                assertEquals(0x40000000, ACE.GENERIC_WRITE, "GENERIC_WRITE should be 0x40000000");
                assertEquals(0x80000000, ACE.GENERIC_READ, "GENERIC_READ should be 0x80000000");
            }
        }
    
        @Nested
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 24.4K bytes
    - Viewed (0)
  7. src/test/java/jcifs/ntlmssp/NtlmFlagsTest.java

            assertEquals(0x02000000, NtlmFlags.NTLMSSP_NEGOTIATE_VERSION, "NTLMSSP_NEGOTIATE_VERSION should be 0x02000000");
        }
    
        @Test
        void testNtlmNegotiate128() {
            assertEquals(0x20000000, NtlmFlags.NTLMSSP_NEGOTIATE_128, "NTLMSSP_NEGOTIATE_128 should be 0x20000000");
        }
    
        @Test
        void testNtlmNegotiateKeyExch() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  8. src/test/java/jcifs/internal/dtyp/ACETest.java

                0x00040000, // WRITE_DAC
                0x00080000, // WRITE_OWNER
                0x00100000, // SYNCHRONIZE
                0x10000000, // GENERIC_ALL
                0x20000000, // GENERIC_EXECUTE
                0x40000000, // GENERIC_WRITE
                0x80000000 // GENERIC_READ (as int will be negative)
        })
        void testVariousAccessMaskValues(int accessMask) {
            ace.access = accessMask;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.6K bytes
    - Viewed (0)
  9. src/main/java/jcifs/ntlmssp/NtlmFlags.java

         */
        int NTLMSSP_NEGOTIATE_VERSION = 0x2000000;
    
        /**
         * Indicates that 128-bit encryption is supported.
         */
        int NTLMSSP_NEGOTIATE_128 = 0x20000000;
    
        /**
         * Request explicit key exchange
         */
        int NTLMSSP_NEGOTIATE_KEY_EXCH = 0x40000000;
    
        /**
         * Indicates that 56-bit encryption is supported.
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  10. src/test/java/jcifs/SmbConstantsTest.java

            assertEquals(0x00100000, SmbConstants.SYNCHRONIZE);
            assertEquals(0x10000000, SmbConstants.GENERIC_ALL);
            assertEquals(0x20000000, SmbConstants.GENERIC_EXECUTE);
            assertEquals(0x40000000, SmbConstants.GENERIC_WRITE);
            assertEquals(0x80000000, SmbConstants.GENERIC_READ);
        }
    
        @Test
        @DisplayName("Should define share access constants")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.3K bytes
    - Viewed (0)
Back to top