HomeSort by relevance Sort by last modified time
    Searched full:ndst (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c 36 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1, .is_arith = 1 },
37 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1, .is_arith = 1 },
38 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1, .is_arith = 1 },
39 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1, .is_arith = 1 },
40 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1, .is_arith = 1 },
41 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1, .is_arith = 1 },
42 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1, .is_arith = 1 },
43 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 },
45 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1, .is_arith = 1 },
46 [BRW_OPCODE_MAC] = { .name = "mac", .nsrc = 2, .ndst = 1, .is_arith = 1 }
    [all...]
brw_disasm.c 38 int ndst; member in struct:__anon19599
40 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 },
41 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1 },
42 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1 },
43 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1 },
44 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1 },
45 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1 },
46 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1 },
47 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 },
49 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1 }
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 189 func Decode(dst, src []byte, flush bool) (ndst, nsrc int, err error) {
193 if len(dst)-ndst < 4 {
210 dst[ndst] = byte(v >> 24)
211 dst[ndst+1] = byte(v >> 16)
212 dst[ndst+2] = byte(v >> 8)
213 dst[ndst+3] = byte(v)
214 ndst += 4
236 dst[ndst] = byte(v >> 24)
238 ndst++
275 var nn, nsrc, ndst in
    [all...]
ascii85_test.go 109 ndst, nsrc, err := Decode(dbuf, []byte(p.encoded), true)
112 testEqual(t, "Decode(%q) = ndst %v, want %v", p.encoded, ndst, len(p.decoded))
113 testEqual(t, "Decode(%q) = %q, want %q", p.encoded, string(dbuf[0:ndst]), p.decoded)
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 189 func Decode(dst, src []byte, flush bool) (ndst, nsrc int, err error) {
193 if len(dst)-ndst < 4 {
210 dst[ndst] = byte(v >> 24)
211 dst[ndst+1] = byte(v >> 16)
212 dst[ndst+2] = byte(v >> 8)
213 dst[ndst+3] = byte(v)
214 ndst += 4
236 dst[ndst] = byte(v >> 24)
238 ndst++
275 var nn, nsrc, ndst in
    [all...]
ascii85_test.go 109 ndst, nsrc, err := Decode(dbuf, []byte(p.encoded), true)
112 testEqual(t, "Decode(%q) = ndst %v, want %v", p.encoded, ndst, len(p.decoded))
113 testEqual(t, "Decode(%q) = %q, want %q", p.encoded, string(dbuf[0:ndst]), p.decoded)
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 20 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_dragonfly.go 28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_freebsd.go 28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_openbsd.go 25 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_netbsd.go 26 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
sys_dragonfly_amd64.s 302 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_freebsd_amd64.s 292 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_netbsd_amd64.s 333 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_openbsd_amd64.s 323 MOVQ ndst+40(FP), R9 // arg 6 - newlen
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 20 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_dragonfly.go 28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_freebsd.go 28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_openbsd.go 25 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
os_netbsd.go 26 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
sys_dragonfly_amd64.s 302 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_freebsd_amd64.s 292 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_netbsd_amd64.s 333 MOVQ ndst+40(FP), R9 // arg 6 - newlen
  /external/opencv3/modules/core/test/ocl/
test_channels.cpp 311 int nsrc = randomInt(1, 5), ndst = randomInt(1, 5); local
323 if (ndst >= 2)
326 if (ndst >= 3)
329 if (ndst >= 4)
336 for (int i = 0; i < ndst; ++i)
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 72 err.append("\ndst must be defined");
80 err.append("\ndst exists but is not directory: '" + dstPath + "'");

Completed in 392 milliseconds

1 2