Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Zhuang (0.32 sec)

  1. api/go1.11.txt

    pkg debug/elf, const EM_FR30 Machine
    pkg debug/elf, const EM_FT32 = 222
    pkg debug/elf, const EM_FT32 Machine
    pkg debug/elf, const EM_FX66 = 66
    pkg debug/elf, const EM_FX66 Machine
    pkg debug/elf, const EM_HUANY = 81
    pkg debug/elf, const EM_HUANY Machine
    pkg debug/elf, const EM_INTEL205 = 205
    pkg debug/elf, const EM_INTEL205 Machine
    pkg debug/elf, const EM_INTEL206 = 206
    pkg debug/elf, const EM_INTEL206 Machine
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  2. misc/cgo/gmp/gmp.go

    allocated by C.  The most important consideration is not to
    constrain future implementations, so the rule is that Go code can
    hand a Go pointer to C code but must separately arrange for
    Go to hang on to a reference to the pointer until C is done with it.
    */
    package gmp
    
    /*
    #cgo LDFLAGS: -lgmp
    #include <gmp.h>
    #include <stdlib.h>
    
    // gmp 5.0.0+ changed the type of the 3rd argument to mp_bitcnt_t,
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Viewed (0)
  3. misc/go_android_exec/main.go

    	// and wait for our os.Stderr (and os.Stdout) to close as a result.
    	// However, if the os.Stderr (or os.Stdout) file descriptors are
    	// passed on, the hanging adb subprocess will hold them open and
    	// go test will hang forever.
    	//
    	// Avoid that by wrapping stderr, breaking the short circuit and
    	// forcing cmd.Run to use another pipe and goroutine to pass
    	// along stderr from adb.
    	cmd.Stderr = struct{ io.Writer }{os.Stderr}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
Back to top