HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 251 - 275 of 289) sorted by null

<<1112

  /external/chromium/third_party/icu/source/tools/genpname/
preparse.pl 740 for my $bp (keys %{$va->{'binprop'}}) {
741 $h->{'binprop'}->{$bp} = $va->{'binprop'}->{$bp};
    [all...]
  /external/icu4c/tools/genpname/
preparse.pl 740 for my $bp (keys %{$va->{'binprop'}}) {
741 $h->{'binprop'}->{$bp} = $va->{'binprop'}->{$bp};
    [all...]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 577 MimeBodyPart bp = new MimeBodyPart(body, contentType); local
579 bp.addHeader(MimeHeader.HEADER_ANDROID_BODY_QUOTED_PART, quotedPartTag);
581 mp.addBodyPart(bp);
    [all...]
  /external/v8/test/cctest/
test-debug.cc 473 int bp = SetBreakPoint(fun, position); local
490 ClearBreakPoint(bp);
1055 int bp = SetBreakPoint(foo, 0); local
1088 int bp = SetBreakPoint(foo, 0); local
1121 int bp = SetBreakPoint(foo, 0); local
1164 int bp = SetBreakPoint(foo, 0); local
2087 int bp = SetBreakPoint(foo, 0); local
2148 int bp = SetBreakPoint(foo, foo_break_position); local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslcon.c 1987 unsigned char *bp; local
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 218 mov bp,scan_start
237 ; bp = scan_start
263 cmp bp,word ptr[edx+eax]
358 cmp bp,word ptr[edx+eax]
421 cmp bp,word ptr[edi+eax]
  /external/openssl/crypto/bn/
bn_lcl.h 485 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
bn.h 769 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
770 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
bn.h 769 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
770 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
    [all...]
x509v3.h 560 int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION* a);
  /external/openssl/ssl/
ssl.h     [all...]
  /external/v8/src/
platform-macos.cc 589 sample.fp = reinterpret_cast<Address>(state.REGISTER_FIELD(bp));
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 743 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
744 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 1654 VocBlockType *bp; local
    [all...]
  /external/ping/
ping.c 136 char *bp = outpack+8; local
154 bp[jj + kk] = pat[jj];
159 printf("%02x", bp[jj] & 0xFF);
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 134 static int ciequal(const char * ap, const char * bp);
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 3789 mp_digit *ap = DIGITS(a) + ix, *bp = DIGITS(b) + ix; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 134 static int ciequal(const char * ap, const char * bp);
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 573 char *bp;
576 yylval.num = strtol(yytext, &bp, 10);
  /external/webkit/WebCore/editing/
visible_units.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 134 #define BP bp
135 #define EBP bp
196 #define BP %bp
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 581 ; arg2 = bp
655 ; arg2 = bp
    [all...]
pa-risc2W.s 570 ; arg2 = bp
644 ; arg2 = bp
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 560 int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION* a);

Completed in 304 milliseconds

<<1112