HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 501 - 525 of 993) sorted by null

<<21222324252627282930>>

  /system/bt/embdrv/g722/
g722_decode.cc 137 band->bp[i] = __ssat16(wd2 + wd3);
147 bi = band->b[i] = band->bp[i];
g722_encode.cc 131 band->bp[i] = saturate(wd2 + wd3);
141 bi = band->b[i] = band->bp[i];
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
relax1-rn.d 52 40018: 44370000 bp \$55,40018 <l4>
relax1.d 45 40034: 4437ffff bp \$55,80030 <l3>
  /build/soong/java/
java_test.go 68 func testContext(config android.Config, bp string,
105 bp += fmt.Sprintf(`
115 bp += `
130 bp += fmt.Sprintf(`
138 "Android.bp": []byte(bp),
193 _, errs := ctx.ParseFileList(".", []string{"Android.bp"})
199 func testJava(t *testing.T, bp string) *android.TestContext {
202 ctx := testContext(config, bp, nil)
440 bp := moduleType + `
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 875 BinderProxy bp = wr.get(); local
967 BinderProxy bp = weakRef.get(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
opcode.s 434 inc %bp
442 dec %bp
450 push %bp
458 pop %bp
483 xchg %ax,%bp
504 mov $0x9090,%bp
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 117 // check the BP links during traceback.
496 // | caller's BP (*) | (*) if framepointer_enabled && varp < sp
674 print(" saved bp\n")
679 bp := *(*uintptr)(unsafe.Pointer(frame.varp))
680 if bp != 0 && (bp < adjinfo.old.lo || bp >= adjinfo.old.hi) {
682 print("bp=", hex(bp), " min=", hex(adjinfo.old.lo), " max=", hex(adjinfo.old.hi), "\n")
721 bp := gp.sched.b
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 117 // check the BP links during traceback.
496 // | caller's BP (*) | (*) if framepointer_enabled && varp < sp
674 print(" saved bp\n")
679 bp := *(*uintptr)(unsafe.Pointer(frame.varp))
680 if bp != 0 && (bp < adjinfo.old.lo || bp >= adjinfo.old.hi) {
682 print("bp=", hex(bp), " min=", hex(adjinfo.old.lo), " max=", hex(adjinfo.old.hi), "\n")
721 bp := gp.sched.b
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 296 const byte * bp; local
311 bp = bytes;
315 i = (bp[0] << 16) | (bp[1] << 8) | bp[2];
320 bp += 3;
326 *cp++ = 0x21 + ((*bp >> 2) & 0x3F);
327 *cp++ = 0x21 + ((*bp << 4) & 0x3F);
331 i = (bp[0] << 8) | bp[1]
    [all...]
  /prebuilts/go/darwin-x86/src/log/
log.go 79 bp := len(b) - 1
83 b[bp] = byte('0' + i - q*10)
84 bp--
88 b[bp] = byte('0' + i)
89 *buf = append(*buf, b[bp:]...)
  /prebuilts/go/linux-x86/src/log/
log.go 79 bp := len(b) - 1
83 b[bp] = byte('0' + i - q*10)
84 bp--
88 b[bp] = byte('0' + i)
89 *buf = append(*buf, b[bp:]...)
  /external/libpcap/
pcap-linux.c 1686 u_char *bp; local
4638 unsigned char *bp; local
    [all...]
pcap-dlpi.c 181 u_char *bp; local
236 bp = (u_char *)p->buffer + p->offset;
238 bp = p->bp;
240 return (pcap_process_pkts(p, callback, user, cnt, bp, cc));
    [all...]
  /external/libpng/
pngrtran.c 2302 png_bytep bp = row; local
2317 png_bytep bp = row; local
2335 png_bytep bp = row; local
2353 png_bytep bp = row; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrtran.c 2299 png_bytep bp = row; local
2314 png_bytep bp = row; local
2332 png_bytep bp = row; local
2350 png_bytep bp = row; local
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 647 _dnsPacket_bprintQName(DnsPacket* packet, char* bp, char* bend)
663 return bp;
673 bp = _bprint_c(bp, bend, '.');
675 bp = _bprint_b(bp, bend, (const char*)p, c);
682 bp = _bprint_s(bp, bend, "<MALFORMED>");
683 return bp;
    [all...]
  /external/lzma/C/
7zArcIn.c 548 CSzBond *bp = f->Bonds + i; local
550 RINOK(SzReadNumber32(sd, &bp->InIndex));
551 if (bp->InIndex >= numInStreams || streamUsed[bp->InIndex])
553 streamUsed[bp->InIndex] = True;
555 RINOK(SzReadNumber32(sd, &bp->OutIndex));
556 if (bp->OutIndex >= numCoders || coderUsed[bp->OutIndex])
558 coderUsed[bp->OutIndex] = True;
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h 731 OPENSSL_EXPORT int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
732 OPENSSL_EXPORT int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
733 OPENSSL_EXPORT int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
734 OPENSSL_EXPORT int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
836 OPENSSL_EXPORT int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 777 uptr bp;
782 SignalContext(void *context, uptr addr, uptr pc, uptr sp, uptr bp,
788 bp(bp),
799 void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp);
  /external/oj-libjdwp/src/share/back/
VirtualMachineImpl.c 442 /* zap our BP info */
836 char *bp; local
847 bp = gdata->property_sun_boot_class_path;
848 if ( bp == NULL ) {
849 bp = "";
853 writePaths(out, bp);
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 1009 char *bp; local
1025 bp = buf;
1032 *bp++ = c;
1035 *bp = 0;
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 396 bp := copy(b, s[0])
398 bp += copy(b[bp:], sep)
399 bp += copy(b[bp:], v)
467 bp := copy(nb, b)
468 for bp < len(nb) {
469 copy(nb[bp:], nb[:bp])
470 bp *=
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings.go 436 bp := copy(b, a[0])
438 bp += copy(b[bp:], sep)
439 bp += copy(b[bp:], s)
544 bp := copy(b, s)
545 for bp < len(b) {
546 copy(b[bp:], b[:bp])
547 bp *=
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 396 bp := copy(b, s[0])
398 bp += copy(b[bp:], sep)
399 bp += copy(b[bp:], v)
467 bp := copy(nb, b)
468 for bp < len(nb) {
469 copy(nb[bp:], nb[:bp])
470 bp *=
    [all...]

Completed in 1108 milliseconds

<<21222324252627282930>>