Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for MB (2.16 sec)

  1. src/cmd/asm/internal/arch/arch.go

    	}
    
    	// special operands for DMB/DSB instructions
    	register["MB_SY"] = arm.REG_MB_SY
    	register["MB_ST"] = arm.REG_MB_ST
    	register["MB_ISH"] = arm.REG_MB_ISH
    	register["MB_ISHST"] = arm.REG_MB_ISHST
    	register["MB_NSH"] = arm.REG_MB_NSH
    	register["MB_NSHST"] = arm.REG_MB_NSHST
    	register["MB_OSH"] = arm.REG_MB_OSH
    	register["MB_OSHST"] = arm.REG_MB_OSHST
    
    	instructions := make(map[string]obj.As)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  2. src/archive/zip/reader_test.go

    //		if _, err = io.Copy(wf, r); err != nil {
    //			log.Fatal(err)
    //		}
    //		if err := w.Close(); err != nil {
    //			log.Fatal(err)
    //		}
    //		return buf.Bytes()
    //	}
    //
    // The 4 GB of zeros compresses to 4 MB, which compresses to 20 kB,
    // which compresses to 1252 bytes (in the hex dump below).
    //
    // It's here in hex for the same reason as rZipBytes above: to avoid
    // problems with on-disk virus scanners or other zip processors.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), const DNS_TYPE_LOC ideal-int
    pkg syscall (windows-386), const DNS_TYPE_MAILA ideal-int
    pkg syscall (windows-386), const DNS_TYPE_MAILB ideal-int
    pkg syscall (windows-386), const DNS_TYPE_MB ideal-int
    pkg syscall (windows-386), const DNS_TYPE_MD ideal-int
    pkg syscall (windows-386), const DNS_TYPE_MF ideal-int
    pkg syscall (windows-386), const DNS_TYPE_MG ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_LOC = 29
    pkg syscall (windows-386), const DNS_TYPE_MAILA = 254
    pkg syscall (windows-386), const DNS_TYPE_MAILB = 253
    pkg syscall (windows-386), const DNS_TYPE_MB = 7
    pkg syscall (windows-386), const DNS_TYPE_MD = 3
    pkg syscall (windows-386), const DNS_TYPE_MF = 4
    pkg syscall (windows-386), const DNS_TYPE_MG = 8
    pkg syscall (windows-386), const DNS_TYPE_MINFO = 14
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top