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

1 2 3

  /frameworks/rs/
rsScriptC_Lib.cpp 146 ObjectBase **odst = (ObjectBase **)dst; local
148 ALOGE("rsrClearObject %p,%p", odst, *odst);
150 if (odst[0]) {
151 CHECK_OBJ(odst[0]);
152 odst[0]->decSysRef();
154 *odst = nullptr;
180 ObjectBase **odst = (ObjectBase **)dst; local
182 ALOGE("rsrSetObject (base) %p,%p %p", dst, *odst, src);
184 SetObjectRef(rsc, odst[0], src)
194 ObjectBase **odst = (ObjectBase **)dst; local
    [all...]
  /bionic/libc/dns/nameser/
ns_ttl.c 51 char *odst = dst; local
86 for (p = odst; (ch = *p) != '\0'; p++)
91 _DIAGASSERT(__type_fit(int, dst - odst));
92 return (int)(dst - odst);
  /bionic/libc/upstream-openbsd/lib/libc/string/
strlcat.c 32 const char *odst = dst; local
40 dlen = dst - odst;
  /external/c-ares/
inet_net_pton.c 82 const unsigned char *odst = dst; local
141 ISDIGIT(src[0]) && dst > odst) {
161 if (dst == odst)
165 if (*odst >= 240) /* Class E */
167 else if (*odst >= 224) /* Class D */
169 else if (*odst >= 192) /* Class C */
171 else if (*odst >= 128) /* Class B */
176 if (bits < ((dst - odst) * 8))
177 bits = aresx_sztosi(dst - odst) * 8;
182 if (bits == 8 && *odst == 224
237 unsigned char *odst = dst; local
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
cgen.go 16 func blockcopy(n, ns *gc.Node, osrc, odst, w int64) {
56 if osrc < odst && odst < osrc+w {
118 if w < 4 || c <= 1 || (odst < osrc && osrc < odst+w) {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
cgen.go 16 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
46 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
47 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
54 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
cgen.go 13 func blockcopy(n, ns *gc.Node, osrc, odst, w int64) {
53 if osrc < odst && odst < osrc+w {
115 if w < 4 || c <= 1 || (odst < osrc && osrc < odst+w) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
cgen.go 13 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
43 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
44 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
51 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
cgen.go 16 func blockcopy(n, ns *gc.Node, osrc, odst, w int64) {
56 if osrc < odst && odst < osrc+w {
118 if w < 4 || c <= 1 || (odst < osrc && osrc < odst+w) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
cgen.go 16 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
46 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
47 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
54 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
cgen.go 13 func blockcopy(n, ns *gc.Node, osrc, odst, w int64) {
53 if osrc < odst && odst < osrc+w {
115 if w < 4 || c <= 1 || (odst < osrc && osrc < odst+w) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
cgen.go 13 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
43 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
44 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
51 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
cgen.go 59 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
86 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
87 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
93 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
cgen.go 56 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
83 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
84 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
90 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
cgen.go 59 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
86 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
87 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
93 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
cgen.go 56 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
83 if osrc%int64(align) != 0 || odst%int64(align) != 0 {
84 gc.Fatal("sgen: unaligned offset src %d or dst %d (align %d)", osrc, odst, align)
90 if osrc < odst && int64(odst) < int64(osrc)+w {
  /external/tcpdump/
print-mobile.c 55 uint32_t odst; member in struct:mobile_ip
94 ND_PRINT((ndo, "> %s ", ipaddr_string(ndo, &mob->odst)));
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
cgen.go 16 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
50 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
cgen.go 54 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
91 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
cgen.go 13 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
47 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
cgen.go 51 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
88 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
cgen.go 16 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
50 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
cgen.go 54 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
91 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
cgen.go 13 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
47 if osrc < odst && int64(odst) < int64(osrc)+w {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
cgen.go 51 func blockcopy(n, res *gc.Node, osrc, odst, w int64) {
88 if osrc < odst && int64(odst) < int64(osrc)+w {

Completed in 541 milliseconds

1 2 3