HomeSort by relevance Sort by last modified time
    Searched defs:bp (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /external/tcpdump/
print-bootp.c 66 register const struct bootp *bp; local
70 bp = (const struct bootp *)cp;
71 TCHECK(bp->bp_op);
74 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op));
76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
77 TCHECK2(bp->bp_chaddr[0], 6);
78 printf(" from %s", etheraddr_string(bp->bp_chaddr));
86 TCHECK(bp->bp_secs)
    [all...]
  /external/valgrind/main/callgrind/
bb.c 291 BB *bb, *bp; local
300 /* bb points at the current bb under consideration, and bp is the
302 bp = NULL;
305 bp = bb;
322 if (bp == NULL) {
328 bp->next = bb->next;
  /frameworks/rs/
rsMesh.cpp 235 const uint8_t *bp = (const uint8_t *)rsc->mHal.funcs.allocation.lock1D( local
237 posPtr = (float*)(bp + offset);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
43 bp=b/a;
44 bp2=bp*bp;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
57 bp_through3=bp/3.0;
76 bp_through3=bp/3.0;
83 bp_through3=bp/3.0;
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
43 bp=b/a;
44 bp2=bp*bp;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
57 bp_through3=bp/3.0;
76 bp_through3=bp/3.0;
83 bp_through3=bp/3.0;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
43 bp=b/a;
44 bp2=bp*bp;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
57 bp_through3=bp/3.0;
76 bp_through3=bp/3.0;
83 bp_through3=bp/3.0;
  /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);
  /bionic/libc/netbsd/nameser/
ns_name.c 208 u_char *label, *bp, *eom; local
213 bp = dst;
215 label = bp++;
225 &label, &bp, eom))
231 label = bp++;
265 c = (bp - label - 1);
278 if (bp >= eom) {
282 *bp++ = '\0';
284 if ((bp - dst) > MAXCDNAME) {
294 label = bp++
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 64 bp[] = {1.0, 1.5,}, variable
222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
223 v = one/(ax+bp[k]);
227 /* t_h=ax+bp[k] High */
230 t_l = ax - (t_h-bp[k]);
e_powf.c 23 bp[] = {1.0, 1.5,}, variable
164 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
165 v = one/(ax+bp[k]);
170 /* t_h=ax+bp[k] High */
173 t_l = ax - (t_h-bp[k]);
  /external/clang/test/Sema/
init.c 56 static short *bp = &b; // expected-error {{initializer element is not a compile-time constant}} local
58 return bp;
  /external/dhcpcd/
if-bsd.c 206 char *bp = rtm.buffer; local
212 memcpy(bp, &(_su), l); \
213 bp += l; \
268 rtm.hdr.rtm_msglen = l = bp - (char *)&rtm;
showlease.c 199 uint8_t *bp = NULL; local
211 if (!bp)
212 bp = dhcp_opt_buffer;
213 memcpy(bp, op, ol);
214 bp += ol;
254 if (bp) {
255 memcpy(bp, op, ol);
  /external/libmtp/examples/
sendtr.c 66 char *cp, *bp; local
82 bp = buffer;
83 while ( bp != cp ) {
84 if ( *bp != ' ' && *bp != '\t' ) return bp;
85 bp++;
88 if (! required) return bp;
  /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/quake/quake/src/WinQuake/
dosisms.h 45 unsigned short bp, bp_hi; member in struct:__anon14418::__anon14420
  /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);

Completed in 2121 milliseconds

1 23 4 5 6 7 8