Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 827f (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/gfni_avx512f.s

    	VGF2P8AFFINEQB $82, -7(DI)(R8*4), X28, K1, X15     // 62339d01cebc87f9ffffff52
    	VGF2P8AFFINEQB $82, X22, X21, K1, X0               // 62b3d501cec652
    	VGF2P8AFFINEQB $82, X7, X21, K1, X0                // 62f3d501cec752
    	VGF2P8AFFINEQB $82, X19, X21, K1, X0               // 62b3d501cec352
    	VGF2P8AFFINEQB $82, 17(SP)(BP*2), X21, K1, X0      // 62f3d501ce846c1100000052
    	VGF2P8AFFINEQB $82, -7(DI)(R8*4), X21, K1, X0      // 62b3d501ce8487f9ffffff52
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 22.6K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            request.setInputData(mockInputData);
            request.setOutputData(mockOutputData);
    
            int size = request.size();
    
            // Base size 120 + 100 + 50 = 270, aligned to 8 = 272
            assertEquals(272, size);
            verify(mockInputData).size();
            verify(mockOutputData).size();
        }
    
        @Test
        @DisplayName("Test writeBytesWireFormat without data")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

        }
    
        /**
         * Gets the DCE/RPC syntax identifier for the DFS interface
         * @return the syntax identifier string
         */
        public static String getSyntax() {
            return "4fc742e0-4a10-11cf-8273-00aa004ae673:3.0";
        }
    
        /**
         * DFS volume flavor indicating standalone DFS
         */
        public static final int DFS_VOLUME_FLAVOR_STANDALONE = 0x100;
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

        }
    
        /**
         * Gets the DCE/RPC syntax identifier for the DFS interface
         * @return the syntax identifier string
         */
        public static String getSyntax() {
            return "4fc742e0-4a10-11cf-8273-00aa004ae673:3.0";
        }
    
        /**
         * DFS volume flavor indicating standalone DFS
         */
        public static final int DFS_VOLUME_FLAVOR_STANDALONE = 0x100;
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  5. src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java

        private NdrBuffer mockNdrBuffer;
    
        @BeforeEach
        void setUp() {
            mockNdrBuffer = mock(NdrBuffer.class);
        }
    
        @Test
        void testGetSyntax() {
            assertEquals("4fc742e0-4a10-11cf-8273-00aa004ae673:3.0", netdfs.getSyntax());
        }
    
        @Test
        void testDfsInfo1_EncodeDecode() throws NdrException {
            netdfs.DfsInfo1 info1 = new netdfs.DfsInfo1();
            info1.entry_path = "test_path";
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 30.9K bytes
    - Viewed (0)
Back to top