Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for t_ushort (0.15 sec)

  1. src/cmd/cgo/internal/test/test.go

    	if d[0] != 'c' {
    		t.Errorf("&d[0] failed: got %c, want %c", d[0], 'c')
    	}
    }
    
    // issue 31093
    // No runtime test; just make sure it compiles.
    
    func Issue31093() {
    	C.issue31093F(C.ushort(0))
    }
    
    // issue 32579
    
    func test32579(t *testing.T) {
    	var s [1]C.struct_S32579
    	C.memset(unsafe.Pointer(&s[0].data[0]), 1, 1)
    	if s[0].data[0] != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. test-site/activator-launch-1.3.2.jar

    byte byteValue(); public abstract short shortValue(); public abstract int intValue(); public abstract long longValue(); public abstract float floatValue(); public abstract double doubleValue(); public abstract byte toByte(); public abstract short toShort(); public abstract int toInt(); public abstract long toLong(); public abstract float toFloat(); public abstract double toDouble(); public abstract boolean isValidByte(); public abstract boolean isValidShort(); public abstract boolean isValidInt();...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top