Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sr2 (0.02 sec)

  1. src/cmd/internal/obj/arm64/asm_arm64_test.go

    	out1 := `0x0008\s00008\s\(.*\)\tMOVD\t\$1,\sR1`
    	// If the output contains this pattern, the pc-offsite of "MOVD $2, R2" is 16 bytes aligned.
    	out2 := `0x0010\s00016\s\(.*\)\tMOVD\t\$2,\sR2`
    	var testCases = []struct {
    		name string
    		code []byte
    		out  string
    	}{
    		{"8-byte alignment", code1, out1},
    		{"16-byte alignment", code2, out2},
    	}
    
    	for _, test := range testCases {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:46:11 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.pef"/>
      </mime-type>
    
      <mime-type type="image/x-raw-sony">
        <_comment>Sony raw image</_comment>
        <glob pattern="*.arw"/>
        <glob pattern="*.srf"/>
        <glob pattern="*.sr2"/>
      </mime-type>
    
      <mime-type type="image/x-raw-sigma">
        <_comment>Sigma raw image</_comment>
        <glob pattern="*.x3f"/>
      </mime-type>
    
      <mime-type type="image/x-raw-epson">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top