HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 226 - 250 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/x64/
disasm-x64.cc     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1152 unsigned char *bp = buf; local
1165 bp = malloc(len);
1166 if (bp == NULL) {
1172 eth = (struct l2_ethhdr *) bp;
1178 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1180 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1182 if (bp != buf)
1183 free(bp);
    [all...]
driver_madwifi.c 1074 unsigned char *bp = buf; local
1087 bp = malloc(len);
1088 if (bp == NULL) {
1094 eth = (struct l2_ethhdr *) bp;
1100 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1102 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1104 if (bp != buf)
1105 free(bp);
    [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/icu4c/i18n/
rbnf.cpp 972 char* bp = buffer; local
974 bp = (char *)uprv_malloc(cap);
975 if (bp == NULL) {
980 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
981 Locale retLocale(bp);
982 if (bp != buffer) {
983 uprv_free(bp);
    [all...]
  /external/qemu/
exec.c 1437 CPUBreakpoint *bp; local
1464 CPUBreakpoint *bp; local
1494 CPUBreakpoint *bp, *next; local
1740 CPUBreakpoint *bp; local
    [all...]
  /external/openssl/crypto/bn/asm/
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/apps/
s_server.c 209 static void print_stats(BIO *bp,SSL_CTX *ctx);
510 static int ebcdic_gets(BIO *bp, char *buf, int size);
511 static int ebcdic_puts(BIO *bp, const char *str);
626 static int ebcdic_gets(BIO *bp, char *buf, int size)
629 if (bp->next_bio == NULL) return(0);
630 /* return(BIO_gets(bp->next_bio,buf,size));*/
633 ret = ebcdic_read(bp,&buf[i],1);
647 static int ebcdic_puts(BIO *bp, const char *str)
649 if (bp->next_bio == NULL) return(0);
650 return ebcdic_write(bp, str, strlen(str))
    [all...]
apps.c 2127 char *sp = subject, *bp = buf; local
    [all...]
  /bionic/libc/stdio/
vfprintf.c 1232 char *digits, *bp, *rve; local
1254 bp = digits + ndigits;
1258 bp += *decpt;
1261 rve = bp;
1262 while (rve < bp)
  /external/openssl/crypto/bio/
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/include/openssl/
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);
pkcs7.h 288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
289 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
  /external/dhcpcd/
net.c 151 unsigned char *bp = buffer; local
177 if (bp)
178 *bp++ = (unsigned char)strtol(c, NULL, 16);
  /external/openssl/crypto/bn/
bn_lib.c 659 BN_ULONG t1,t2,*ap,*bp; local
667 bp=b->d;
671 t2= bp[i];
  /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;
print-lwres.c 298 lwres_print(register const u_char *bp, u_int length)
307 np = (const struct lwres_lwpacket *)bp;
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 430 MimeBodyPart bp = new MimeBodyPart(body, contentType); local
432 bp.addHeader(MimeHeader.HEADER_ANDROID_BODY_QUOTED_PART, quotedPartTag);
434 mp.addBodyPart(bp);
  /external/openssl/crypto/pkcs7/
pkcs7.h 288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
289 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
  /external/openssl/ssl/
bio_ssl.c 511 static int ssl_puts(BIO *bp, const char *str)
516 ret=BIO_write(bp,str,n);
  /external/e2fsprogs/e2fsck/
super.c 104 blk_t *bp; local
112 for (i = 0, bp = (blk_t *) pb->buf;
113 i < limit; i++, bp++)
114 if (*bp)
  /external/grub/netboot/
etherboot.h 327 struct bootp_t bp; member in struct:bootpip_t

Completed in 6947 milliseconds

1 2 3 4 5 6 7 8 91011>>