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

1 2 3 4 5 6 7 891011>>

  /external/v8/test/mjsunit/
debug-changebreakpoint.js 102 bp = Debug.setBreakPoint(g, 0, 0);
103 assertEquals(1, bp);
  /external/grub/netboot/
tulip.c 881 unsigned char *bp = leaf->leafdata; local
    [all...]
  /external/openssl/crypto/bio/
bss_acpt.c 455 static int acpt_puts(BIO *bp, const char *str)
460 ret=acpt_write(bp,str,n);
bio.h 578 int BIO_gets(BIO *bp,char *buf, int size);
580 int BIO_puts(BIO *bp,const char *buf);
582 long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg);
584 char * BIO_ptr_ctrl(BIO *bp,int cmd,long larg);
585 long BIO_int_ctrl(BIO *bp,int cmd,long larg,int iarg);
bss_conn.c 627 static int conn_puts(BIO *bp, const char *str)
632 ret=conn_write(bp,str,n);
  /external/openssl/crypto/bn/asm/
x86-mont.pl 45 $rp="edi"; $bp="edi"; # overlapping variables!!!
91 &mov ("ecx",&DWP(2*4,"esi"));# const BN_ULONG *bp
125 &mov ($bp,$_bp);
131 &movd ($mul0,&DWP(0,$bp)); # bp[0]
135 &pmuludq($mul1,$mul0); # ap[0]*bp[0]
153 &pmuludq($acc0,$mul0); # ap[j]*bp[0]
161 &paddq ($car1,$acc0); # +=ap[j]*bp[0];
171 &pmuludq($acc0,$mul0); # ap[num-1]*bp[0]
178 &paddq ($car1,$acc0); # +=ap[num-1]*bp[0]
    [all...]
sparcv8.S 351 * BN_ULONG bn_add_words(rp,ap,bp,n)
352 * BN_ULONG *rp,*ap,*bp;
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
440 * BN_ULONG *rp,*ap,*bp;
537 #define bp(I) [%i2+4*I] define
567 ld bp(0),b_0
569 ld bp(1),b_1
592 ld bp(2),b_2
597 ld bp(3),b_3
645 ld bp(4),b_
    [all...]
sparcv8plus.S 468 * BN_ULONG bn_add_words(rp,ap,bp,n)
469 * BN_ULONG *rp,*ap,*bp;
546 * BN_ULONG bn_sub_words(rp,ap,bp,n)
547 * BN_ULONG *rp,*ap,*bp;
644 #define bp(I) [%i2+4*I] define
676 lduw bp(0),b_0 !=
677 lduw bp(1),b_1
702 lduw bp(2),b_2 !=
707 lduw bp(3),b_3
752 lduw bp(4),b_4 !
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 847 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num)
857 if (ap==bp) return bn_sqr_mont(rp,ap,np,n0p,num);
864 ml = bp[0];
882 ml = bp[i];
941 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)
986 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num)
998 c0 = bn_mul_add_words(tp,ap,num,bp[i]);
1025 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_lib.c 659 BN_ULONG t1,t2,*ap,*bp; local
667 bp=b->d;
671 t2= bp[i];
  /external/openssl/crypto/pkcs12/
pkcs12.h 259 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
261 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
  /external/openssl/include/openssl/
pkcs12.h 259 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
261 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
bio.h 578 int BIO_gets(BIO *bp,char *buf, int size);
580 int BIO_puts(BIO *bp,const char *buf);
582 long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg);
584 char * BIO_ptr_ctrl(BIO *bp,int cmd,long larg);
585 long BIO_int_ctrl(BIO *bp,int cmd,long larg,int iarg);
  /external/v8/src/x64/
disasm-x64.cc     [all...]
  /external/libpcap/
pcap-linux.c 463 u_char *bp; local
494 bp = handle->buffer + handle->offset;
510 handle->fd, bp + offset,
588 hdrp = (struct sll_header *)bp;
673 if (bpf_filter(handle->fcode.bf_insns, bp,
737 callback(userdata, &pcap_header, bp);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp 970 char* bp = buffer; local
972 bp = (char *)uprv_malloc(cap);
973 if (bp == NULL) {
978 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
979 Locale retLocale(bp);
980 if (bp != buffer) {
981 uprv_free(bp);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 970 char* bp = buffer; local
972 bp = (char *)uprv_malloc(cap);
973 if (bp == NULL) {
978 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
979 Locale retLocale(bp);
980 if (bp != buffer) {
981 uprv_free(bp);
    [all...]
  /external/qemu/
exec.c 1429 CPUBreakpoint *bp; local
1456 CPUBreakpoint *bp; local
1486 CPUBreakpoint *bp, *next; local
1723 CPUBreakpoint *bp; local
    [all...]
  /external/openssl/apps/
s_server.c 209 static void print_stats(BIO *bp,SSL_CTX *ctx);
507 static int ebcdic_gets(BIO *bp, char *buf, int size);
508 static int ebcdic_puts(BIO *bp, const char *str);
623 static int ebcdic_gets(BIO *bp, char *buf, int size)
626 if (bp->next_bio == NULL) return(0);
627 /* return(BIO_gets(bp->next_bio,buf,size));*/
630 ret = ebcdic_read(bp,&buf[i],1);
644 static int ebcdic_puts(BIO *bp, const char *str)
646 if (bp->next_bio == NULL) return(0);
647 return ebcdic_write(bp, str, strlen(str))
    [all...]
apps.c 2120 char *sp = subject, *bp = buf; local
    [all...]
  /bionic/libc/stdio/
vfprintf.c 1221 char *digits, *bp, *rve; local
1244 bp = digits + ndigits;
1248 bp += *decpt;
1251 rve = bp;
1252 while (rve < bp)
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 368 MimeBodyPart bp = new MimeBodyPart( local
370 bp.setHeader(MimeHeader.HEADER_CONTENT_TYPE, "image/jpg" + name);
371 bp.setHeader(MimeHeader.HEADER_CONTENT_TRANSFER_ENCODING, "base64");
372 bp.setHeader(MimeHeader.HEADER_CONTENT_DISPOSITION, "attachment" + filename);
373 mpBuilder.addBodyPart(bp);
    [all...]
  /external/dhcpcd/
net.c 146 unsigned char *bp = buffer; local
172 if (bp)
173 *bp++ = (unsigned char)strtol(c, NULL, 16);
  /external/tcpdump/
print-ospf.c     [all...]
print-udp.c 420 udp_print(register const u_char *bp, u_int length,
426 register const u_char *ep = bp + length;
434 up = (struct udphdr *)bp;

Completed in 715 milliseconds

1 2 3 4 5 6 7 891011>>