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

1 2 34 5 6 7 8 9

  /external/libpcap/
pcap-bpf.c 145 register u_char *bp, *ep; local
223 bp = p->buffer;
225 bp = p->bp;
230 #define bhp ((struct bpf_hdr *)bp)
231 ep = bp + cc;
235 while (bp < ep) {
252 p->bp = bp;
253 p->cc = ep - bp;
    [all...]
pcap-win32.c 108 register u_char *bp, *ep; local
133 bp = p->Packet->Buffer;
136 bp = p->bp;
141 #define bhp ((struct bpf_hdr *)bp)
142 ep = bp + cc;
160 p->bp = bp;
161 p->cc = ep - bp;
165 if (bp >= ep
    [all...]
  /external/libppp/src/
cbcp.c 199 struct mbuf *bp; local
201 bp = m_get(sizeof *head + data->length, MB_CBCPOUT);
202 head = (struct cbcp_header *)MBUF_CTOP(bp);
206 memcpy(MBUF_CTOP(bp) + sizeof *head, data, data->length);
207 log_DumpBp(LogDEBUG, "cbcp_Output", bp);
208 link_PushPacket(&cbcp->p->link, bp, cbcp->p->dl->bundle,
622 cbcp_Input(struct bundle *bundle __unused, struct link *l, struct mbuf *bp)
632 m_freem(bp);
636 bp = m_pullup(bp);
    [all...]
chap.c 105 struct mbuf *bp; local
111 bp = m_get(plen, MB_CHAPOUT);
112 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader));
114 memcpy(MBUF_CTOP(bp) + sizeof(struct fsmheader), ptr, count);
115 log_DumpBp(LogDEBUG, "ChapOutput", bp);
120 link_PushPacket(&physical->link, bp, physical->dl->bundle,
693 chap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp)
707 m_freem(bp);
714 m_freem(bp);
718 m_settype(bp, MB_CHAPIN)
    [all...]
lqr.c 88 lqr_RecvEcho(struct fsm *fp, struct mbuf *bp)
94 if (m_length(bp) >= sizeof lqr) {
95 m_freem(mbuf_Read(bp, &lqr, sizeof lqr));
96 bp = NULL;
122 m_length(bp), (long)sizeof(struct echolqr));
123 return bp;
141 struct mbuf *bp; local
146 bp = m_get(sizeof(struct lqrdata) + extra, MB_LQROUT);
147 bp->m_len -= extra;
148 bp->m_offset += extra
    [all...]
mbuf.c 78 m_length(struct mbuf *bp)
82 for (len = 0; bp; bp = bp->m_next)
83 len += bp->m_len;
107 struct mbuf *bp; local
126 bp = &(*mb)->u.m;
145 bp = &(*mb)->u.m;
153 memset(bp, '\0', sizeof(struct mbuf));
154 bp->m_size = size - sizeof *bp
347 struct mbuf *bp; local
400 bcopy(MBUF_CTOP(bp), bp + 1, bp->m_len); local
    [all...]
  /external/libvorbis/lib/
block.c 546 long bp=_ve_envelope_search(v); local
547 if(bp==-1){
557 v->nW=bp;
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 70 bp[] = {1.0, 1.5,}, variable
214 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
215 v = one/(ax+bp[k]);
219 /* t_h=ax+bp[k] High */
222 t_l = ax - (t_h-bp[k]);
  /external/qemu-pc-bios/vgabios/
vbe.c 248 push bp
249 mov bp, sp local
257 mov ax, 4[bp] ; xres
262 pop bp
    [all...]
  /external/regex-re2/re2/
nfa.cc 465 const char* bp = context.begin(); local
502 fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword);
onepass.cc 248 const char* bp = text.begin(); local
252 matchcap[0] = bp;
253 cap[0] = bp;
255 for (p = bp; p < ep; p++) {
  /frameworks/av/camera/
IProCameraUser.cpp 272 sp<IGraphicBufferProducer> bp = local
277 ret = createStream(width, height, format, bp, &streamId);
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 275 sp<IGraphicBufferProducer> bp; local
278 bp = interface_cast<IGraphicBufferProducer>(
281 ALOGV("%s: CREATE_STREAM: bp = %p, name = %s", __FUNCTION__,
282 bp.get(), String8(name).string());
284 ALOGV("%s: CREATE_STREAM: bp = unset, name = unset",
289 ret = createStream(width, height, format, bp);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 70 const uchar *bp = (const uchar *)cp->mLUT->mHal.drvState.lod[0].mallocPtr; local
96 rsdIntrinsic3DLUT_K(out, in, bp, stride_y, stride_z, len, neon_constants);
113 const uchar *bp2 = bp + (coord1.x * 4) + (coord1.y * stride_y) + (coord1.z * stride_z);
  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 570 char **bp; local
587 bp = breaks;
595 if ( bp >= btop )
602 *bp++ = p;
675 { *bp++ = "va_alist";
680 if ( bp == breaks + 1 ) /* sole argument */
683 writeblanks(bp[-1] - 1, p);
684 bp--;
689 *bp++ = p+1;
694 *bp = p
    [all...]
commands.c 147 char *bp;
215 bp = bar_value;
233 bcopy (c, bp, len);
234 bp += len;
235 *bp++ = FILE_LIST_SEPARATOR;
259 bp[bp > bar_value ? -1 : 0] = '\0';
146 char *bp; local
  /ndk/sources/host-tools/nawk-20071023/
lex.c 106 char *bp = buf; local
116 *bp++ = c;
119 if (bp-buf >= sz)
120 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
123 *bp++ = c;
125 *bp = 0;
130 *bp = 0;
136 if (bp-buf >= sz)
137 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok")
360 char *s, *bp; local
509 char *bp; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 433 BodyPart bp = mp.getBodyPart(i); local
435 if (foundHtml && bp.isMimeType("text/plain")) {
438 collectParts(bp, viewables, attachments);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c 640 BN_ULONG t1,t2,*ap,*bp; local
648 bp=b->d;
652 t2= bp[i];
bn_nist.c 405 const unsigned int *bp=(const unsigned int *)buf.ui; local
407 acc = rp[0]; acc += bp[3*2-6];
408 acc += bp[5*2-6]; rp[0] = (unsigned int)acc; acc >>= 32;
410 acc += rp[1]; acc += bp[3*2-5];
411 acc += bp[5*2-5]; rp[1] = (unsigned int)acc; acc >>= 32;
413 acc += rp[2]; acc += bp[3*2-6];
414 acc += bp[4*2-6];
415 acc += bp[5*2-6]; rp[2] = (unsigned int)acc; acc >>= 32;
417 acc += rp[3]; acc += bp[3*2-5];
418 acc += bp[4*2-5]
533 const unsigned int *bp=(const unsigned int *)buf; local
680 const unsigned int *bp=(const unsigned int *)buf.ui; local
884 const unsigned int *bp=(const unsigned int *)buf.ui; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf.h 95 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
96 int (*dump)(const CONF *conf, BIO *bp);
129 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,long *eline); variable
166 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 319 *bp=(const char *)b->addr; local
320 if (ap==bp) return 0;
321 else if (ap>bp) return 1;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
conf.h 95 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
96 int (*dump)(const CONF *conf, BIO *bp);
129 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,long *eline); variable
166 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 1476 unsigned char *buffer, *bp; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 93 int bx, si, di, bp; /* total multiplier for each reg */ member in struct:x86_checkea_reg16_data
103 /* in order: ax,cx,dx,bx,sp,bp,si,di */
109 reg16[5] = &data->bp;
120 /* only allow BX, SI, DI, BP */
497 /* for BP/EBP, there *must* be a displacement value, but we
    [all...]

Completed in 717 milliseconds

1 2 34 5 6 7 8 9