HomeSort by relevance Sort by last modified time
    Searched defs:bp (Results 126 - 150 of 401) sorted by null

1 2 3 4 56 7 8 91011>>

  /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 397 BodyPart bp = mp.getBodyPart(i); local
399 if (foundHtml && bp.isMimeType("text/plain")) {
402 collectParts(bp, viewables, attachments);
  /packages/services/Telephony/src/com/android/phone/common/mail/internet/
MimeUtility.java 396 BodyPart bp = mp.getBodyPart(i); local
398 if (foundHtml && bp.isMimeType("text/plain")) {
401 collectParts(bp, viewables, attachments);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext32.h 59 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext32.h 59 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext32.h 59 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 132 // bp returns the blockRecord associated with the blockProfile bucket b.
133 func (b *bucket) bp() *blockRecord { func
135 throw("bad use of bucket.bp")
309 b.bp().count++
310 b.bp().cycles += cycles
474 bp := b.bp()
476 r.Count = int64(bp.count)
477 r.Cycles = int64(bp.cycles)
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 132 // bp returns the blockRecord associated with the blockProfile bucket b.
133 func (b *bucket) bp() *blockRecord { func
135 throw("bad use of bucket.bp")
309 b.bp().count++
310 b.bp().cycles += cycles
474 bp := b.bp()
476 r.Count = int64(bp.count)
477 r.Cycles = int64(bp.cycles)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
sigcontext32.h 75 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
sigcontext32.h 75 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
sigcontext32.h 75 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
sigcontext32.h 75 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
sigcontext32.h 75 unsigned int bp; member in struct:sigcontext_ia32
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
sigcontext32.h 75 unsigned int bp; member in struct:sigcontext_ia32
  /bionic/libc/dns/nameser/
ns_name.c 222 u_char *label, *bp, *eom; local
227 bp = dst;
229 label = bp++;
239 &label, &bp, eom))
245 label = bp++;
279 c = (int)(bp - label - 1);
292 if (bp >= eom) {
296 *bp++ = '\0';
298 if ((bp - dst) > MAXCDNAME) {
303 *dstlen = (bp - dst)
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 894 unsigned char bp = 0; local
902 ZopfliDeflate(&options, 2, true, (const unsigned char*)data, size, &bp,
932 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
EigenDecompositionImpl.java 300 final double[] bp = new double[m]; local
306 bp[j] += s * vData[j];
310 return bp;
342 final double[] bp = new double[m]; local
348 bp[j] += s * vData[j];
352 return new ArrayRealVector(bp, false);
387 final double[][] bp = new double[m][nColB]; local
398 bp[j][k] += s * vData[j];
403 return MatrixUtils.createRealMatrix(bp);
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 217 /// pc/bp are used to unwind the stack trace.
219 uptr bp; member in struct:__ubsan::ReportOptions
232 ReportOptions Opts = {unrecoverable_handler, pc, bp}
  /external/e2fsprogs/e2fsck/
super.c 106 blk_t *bp; local
114 for (i = 0, bp = (blk_t *) pb->buf;
115 i < limit; i++, bp++)
116 if (*bp)
  /external/e2fsprogs/lib/ext2fs/
blkmap64_rb.c 160 static void rb_free_extent(struct ext2fs_rb_private *bp,
163 if (bp->wcursor == ext)
164 bp->wcursor = NULL;
165 if (bp->rcursor == ext)
166 bp->rcursor = NULL;
167 if (bp->rcursor_next == ext)
168 bp->rcursor_next = NULL;
174 struct ext2fs_rb_private *bp; local
177 retval = ext2fs_get_mem(sizeof (struct ext2fs_rb_private), &bp);
181 bp->root = RB_ROOT
222 struct ext2fs_rb_private *bp; local
300 struct ext2fs_rb_private *bp; local
571 struct ext2fs_rb_private *bp; local
581 struct ext2fs_rb_private *bp; local
596 struct ext2fs_rb_private *bp; local
607 struct ext2fs_rb_private *bp; local
618 struct ext2fs_rb_private *bp; local
632 struct ext2fs_rb_private *bp; local
686 struct ext2fs_rb_private *bp; local
731 struct ext2fs_rb_private *bp; local
794 struct ext2fs_rb_private *bp; local
807 struct ext2fs_rb_private *bp; local
    [all...]
  /external/fdlibm/
e_pow.c 68 bp[] = {1.0, 1.5,}, variable
224 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
225 v = one/(ax+bp[k]);
229 /* t_h=ax+bp[k] High */
232 t_l = ax - (t_h-bp[k]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestExtended.java 384 int bp; local
397 for (bp = t.bi.first(); bp != BreakIterator.DONE; bp = t.bi.next()) {
398 if (prevBP == bp) {
400 errln("Forward Iteration, no forward progress. Break Pos=" + bp +
401 " File line,col=" + t.srcLine[bp] + ", " + t.srcCol[bp]);
407 for (i=prevBP+1; i<bp; i++) {
415 if (t.expectedBreaks[bp] == 0)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestExtended.java 380 int bp; local
393 for (bp = t.bi.first(); bp != BreakIterator.DONE; bp = t.bi.next()) {
394 if (prevBP == bp) {
396 errln("Forward Iteration, no forward progress. Break Pos=" + bp +
397 " File line,col=" + t.srcLine[bp] + ", " + t.srcCol[bp]);
403 for (i=prevBP+1; i<bp; i++) {
411 if (t.expectedBreaks[bp] == 0)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.cpp 349 btVector3 bp = p - b; local
350 btScalar d3 = ab.dot(bp);
351 btScalar d4 = ac.dot(bp);
  /external/libpcap/
pcap-dlpi.c 187 u_char *bp; local
233 bp = p->buffer + p->offset;
235 bp = p->bp;
237 return (pcap_process_pkts(p, callback, user, cnt, bp, cc));
    [all...]

Completed in 1239 milliseconds

1 2 3 4 56 7 8 91011>>