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

1 23 4 5 6 7

  /bionic/libm/src/
e_pow.c 65 bp[] = {1.0, 1.5,}, variable
220 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
221 v = one/(ax+bp[k]);
225 /* t_h=ax+bp[k] High */
228 t_l = ax - (t_h-bp[k]);
e_powf.c 24 bp[] = {1.0, 1.5,}, variable
162 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
163 v = one/(ax+bp[k]);
168 /* t_h=ax+bp[k] High */
171 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/dbus/dbus/
dbus-string-util.c 50 const unsigned char *bp; local
62 bp = (const unsigned char*) c_str;
66 if (*ap != *bp)
70 ++bp;
74 _dbus_assert (*bp == '\0');
  /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);
net.c 167 unsigned char *bp = buffer; local
193 if (bp)
194 *bp++ = (unsigned char)strtol(c, NULL, 16);
  /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:__anon13158::__anon13160
  /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++) {
  /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/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java 453 BodyPart bp = mp.getBodyPart(i); local
455 if (foundHtml && bp.isMimeType("text/plain")) {
458 collectParts(bp, viewables, attachments);
  /bionic/libc/netbsd/
gethnamaddr.c 179 char *bp, **ap, **hap, *ep; local
211 bp = rs->hostbuf;
219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
220 if ((n < 0) || !(*name_ok)(bp)) {
230 n = strlen(bp) + 1; /* for the \0 */
235 rs->host.h_name = bp;
236 bp += n;
249 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
522 char *bp, *ep; local
    [all...]

Completed in 1616 milliseconds

1 23 4 5 6 7