HomeSort by relevance Sort by last modified time
    Searched defs:bp (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1578 unsigned char *bp = buf; local
    [all...]
driver_wext.c 2382 int ret = 0, i = 0, bp; local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 1223 uint16 bp = 1; \/\/ Begin position of real fixed lemmas. local
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1307 char *bp, *ep; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 629 register const struct ttinfo * bp = &sp->ttis[b]; local
630 result = ap->tt_gmtoff == bp->tt_gmtoff &&
631 ap->tt_isdst == bp->tt_isdst &&
632 ap->tt_ttisstd == bp->tt_ttisstd &&
633 ap->tt_ttisgmt == bp->tt_ttisgmt &&
635 &sp->chars[bp->tt_abbrind]) == 0;
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 836 const spdy_frame_proto_data *bp = (const spdy_frame_proto_data *)b; local
838 if (ap -> proto > bp -> proto)
840 else if (ap -> proto == bp -> proto)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 1955 unsigned char *bp; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 592 register const struct ttinfo * bp = &sp->ttis[b]; local
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
594 ap->tt_isdst == bp->tt_isdst &&
595 ap->tt_ttisstd == bp->tt_ttisstd &&
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
598 &sp->chars[bp->tt_abbrind]) == 0;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c 2129 char *sp = subject, *bp = buf; local
    [all...]
  /external/chromium_org/third_party/re2/re2/
dfa.cc 1325 const uint8* bp = BytePtr(params->text.begin()); \/\/ start of text local
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 343 constexpr const int *bp = &u.b; member in namespace:LValueToRValueUnion
344 constexpr int b = *bp; // expected-error {{constant expression}} expected-note {{read of member 'b' of union with active member 'a'}}
  /external/dropbear/libtommath/mtest/
mpi.c 3789 mp_digit *ap = DIGITS(a) + ix, *bp = DIGITS(b) + ix; local
    [all...]
  /external/grub/netboot/
etherboot.h 327 struct bootp_t bp; member in struct:bootpip_t
tulip.c 881 unsigned char *bp = leaf->leafdata; local
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 592 register const struct ttinfo * bp = &sp->ttis[b]; local
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
594 ap->tt_isdst == bp->tt_isdst &&
595 ap->tt_ttisstd == bp->tt_ttisstd &&
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
598 &sp->chars[bp->tt_abbrind]) == 0;
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 648 u_char *bp; local
652 bp = (unsigned char *) cert->v;
664 bp = (unsigned char *) name->v;
665 len = i2d_X509_NAME(x509->cert_info->subject, &bp);
799 u_char *bp = NULL; local
817 len = BIO_get_mem_data(bio, &bp);
821 memcpy(text, bp, len);
851 u_char *bp; local
853 bp = (unsigned char *) cert->v;
855 x509 = d2i_X509(NULL, (void *)&bp, cert->l)
891 u_char *bp; local
950 u_char *bp; local
1001 u_char *bp; local
1065 u_char *bp; local
1114 u_char *bp = (unsigned char *) privkey->v; local
    [all...]
ipsec_doi.c 1293 caddr_t bp; local
1323 bp = (caddr_t)(sab + 1);
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1462 caddr_t bp; local
1572 caddr_t bp; local
1700 caddr_t bp; local
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 1039 uchar *ap, *bp, *cp; local
    [all...]
  /external/openssl/apps/
apps.c 2129 char *sp = subject, *bp = buf; local
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 576 mov bp,si local
583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
679 biosfn_load_text_user_pat(GET_AL(),ES,BP,CX,DX,GET_BL(),GET_BH());
694 biosfn_load_gfx_8_8_chars(ES,BP);
697 biosfn_load_gfx_user_chars(ES,BP,CX,GET_BL(),GET_DL());
709 biosfn_get_font_info(GET_BH(),&ES,&BP,&CX,&DX);
739 biosfn_write_string(GET_AL(),GET_BH(),GET_BL(),CX,GET_DH(),GET_DL(),ES,BP);
3415 mov bp, sp local
3453 mov bp, sp local
3492 mov bp, sp local
3538 mov bp, sp local
3588 mov bp, sp local
3612 mov bp, sp local
3637 mov bp, sp local
3664 mov bp, sp local
3689 mov bp, sp local
3706 mov bp, sp local
3725 mov bp, sp local
3747 mov bp, sp local
    [all...]
  /external/regex-re2/re2/
dfa.cc 1323 const uint8* bp = BytePtr(params->text.begin()); \/\/ start of text local
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 969 user_mod.regs.ebp = sp; // bp set to sp
976 user_mod.regs.rbp = sp; // bp set to sp
1550 char *bp; local
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 478 sp<IGraphicBufferProducer> bp = v; local
481 jobject o = android_view_Surface_createFromIGraphicBufferProducer(_env, bp);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 2540 png_bytep bp = row; local
2555 png_bytep bp = row; local
2573 png_bytep bp = row; local
2591 png_bytep bp = row; local
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 863 MimeBodyPart bp = new MimeBodyPart(); local
865 parseBodyStructure(bs.getListOrEmpty(i), bp, Integer.toString(i + 1)); local
868 parseBodyStructure(bs.getListOrEmpty(i), bp, id + "." + (i + 1)); local
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 67 8 9