Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for XER (0.07 sec)

  1. src/encoding/asn1/asn1.go

    //
    // See also “A Layman's Guide to a Subset of ASN.1, BER, and DER,”
    // http://luca.ntop.org/Teaching/Appunti/asn1.html.
    package asn1
    
    // ASN.1 is a syntax for specifying abstract objects and BER, DER, PER, XER etc
    // are different encoding formats for those objects. Here, we'll be dealing
    // with DER, the Distinguished Encoding Rules. DER is used in X.509 because
    // it's fast to parse and, unlike BER, has a unique encoding for every object.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 31.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    		reg: regInfo{
    			inputs: []inputInfo{
    				{1, 9223372036854775808}, // XER
    				{0, 1073733630},          // SP SB R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27 R28 R29
    			},
    			clobbers: 9223372036854775808, // XER
    			outputs: []outputInfo{
    				{1, 9223372036854775808}, // XER
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_Reg_6_10, ap_Reg_11_15, ap_Reg_16_20, ap_Reg_21_25}},
    	{MCRXRX, 0xfc0007fe00000000, 0x7c00048000000000, 0x7ff80100000000, // Move to CR from XER Extended X-form (mcrxrx BF)
    		[6]*argField{ap_CondRegField_6_8}},
    	{MFVSRLD, 0xfc0007fe00000000, 0x7c00026600000000, 0xf80000000000, // Move From VSR Lower Doubleword X-form (mfvsrld RA,XS)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="application/vnd.ms-cab-compressed" />
      </mime-type>
    
      <mime-type type="application/parityfec"/>
      <mime-type type="application/patch-ops-error+xml">
        <glob pattern="*.xer"/>
      </mime-type>
    
      <mime-type type="application/pdf">
        <alias type="application/x-pdf"/>
        <acronym>PDF</acronym>
        <_comment>Portable Document Format</_comment>
    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