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

1 2 3 4 5 67 8 91011>>

  /external/libpcap/
pcap-win32.c 199 register u_char *bp, *ep; local
226 bp = p->Packet->Buffer;
229 bp = p->bp;
234 #define bhp ((struct bpf_hdr *)bp)
235 ep = bp + cc;
254 p->bp = bp;
255 p->cc = ep - bp;
259 if (bp >= ep
    [all...]
pcap-int.h 166 u_char *bp; member in struct:pcap
  /external/ltrace/
handle_event.c 60 static void callstack_push_symfunc(struct process *proc, struct breakpoint *bp);
796 callstack_push_symfunc(struct process *proc, struct breakpoint *bp)
801 proc->pid, bp->libsym->name);
812 elem->c_un.libfunc = bp->libsym;
815 if (breakpoint_get_return_bp(&rbp, bp, proc) == 0
842 struct breakpoint *bp local
844 if (bp != NULL) {
845 breakpoint_on_hit(bp, proc);
846 delete_breakpoint(proc, bp);
proc.c 239 destroy_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data)
241 breakpoint_destroy(bp);
242 free(bp);
340 struct breakpoint *bp = *bpp; local
345 || breakpoint_clone(clone, data->new_proc, bp) < 0) {
800 struct breakpoint *bp; local
801 if (DICT_FIND_VAL(proc->breakpoints, &bp_addr, &bp) == 0) {
815 assert(bp->libsym == NULL);
816 bp->libsym = libsym;
821 bp = malloc(sizeof(*bp))
    [all...]
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 78 Bitmap bp = BitmapFactory.decodeResource(mRes, id, options); local
80 Allocation.createFromBitmap(mRS, bp,
  /hardware/intel/bootstub/
bootstub.c 138 static void setup_boot_params(struct boot_params *bp, struct setup_header *sh)
140 bp->screen_info.orig_video_mode = 0;
141 bp->screen_info.orig_video_lines = 0;
142 bp->screen_info.orig_video_cols = 0;
143 bp->alt_mem_k = 128*1024; // hard coded 128M mem here, since SFI will override it
144 memcpy(&bp->hdr, sh, sizeof (struct setup_header));
145 bp->hdr.type_of_loader = 0xff; //bootstub is unknown bootloader for kernel :)
146 bp->hdr.hardware_subarch = X86_SUBARCH_MRST;
149 static u32 bzImage_setup(struct boot_params *bp, struct setup_header *sh)
169 bp->hdr.ramdisk_size = aosp->ramdisk_size
471 struct boot_params *bp = (struct boot_params *)BOOT_PARAMS_OFFSET; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 487 static size_t __format_float_scientific( __iostring& buf, const char *bp,
498 buf += *bp++;
511 while (*bp != 0 && precision--)
512 buf += *bp++;
550 static size_t __format_float_fixed( __iostring &buf, const char *bp,
554 if ( sign && (decpt > -precision) && (*bp != 0) )
562 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++;
574 while ( *bp != 0 && --precision >= 0 ) {
575 buf += (++decpt <= 0) ? '0' : *bp++
861 char * bp; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
tran.c 415 uschar *buf, *bp; local
419 for (bp = buf; (c = *s) != delim; s++) {
423 *bp++ = c;
427 *bp++ = '\\';
431 case '\\': *bp++ = '\\'; break;
432 case 'n': *bp++ = '\n'; break;
433 case 't': *bp++ = '\t'; break;
434 case 'b': *bp++ = '\b'; break;
435 case 'f': *bp++ = '\f'; break;
436 case 'r': *bp++ = '\r'; break
    [all...]
b.c 292 uschar *op, *bp; local
299 bp = buf;
303 } else if (c == '-' && i > 0 && bp[-1] != 0) {
305 c = bp[-1];
310 bp--;
315 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter1"))
317 *bp++ = ++c;
323 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter2")
772 uschar *bp; local
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.cpp 2624 db_Bucket_f **bp,*b; local
2644 db_Bucket_u **bp,*b; local
    [all...]
  /external/guice/core/test/com/google/inject/
CircularDependencyTest.java 73 @Inject Provider<B> bp;
75 return new AImpl(bp.get());
94 bind(B.class).toProvider(BP.class);
141 @Inject Provider<B> bp; field in class:CircularDependencyTest.AP
143 return new AImpl(bp.get());
149 @Inject Provider<B> bp; field in class:CircularDependencyTest.AutoAP
154 a = new AImpl(bp.get());
160 @ProvidedBy(BP.class)
182 static class BP implements Provider<B> {
184 @Inject BP(Provider<A> ap)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp 87 btBroadphaseProxy* bp = collisionObject->getBroadphaseHandle(); local
88 if (bp)
93 getBroadphase()->getOverlappingPairCache()->cleanProxyFromPairs(bp,m_dispatcher1);
94 getBroadphase()->destroyProxy(bp,m_dispatcher1);
166 btBroadphaseInterface* bp = (btBroadphaseInterface*)m_broadphasePairCache; local
171 bp->setAabb(colObj->getBroadphaseHandle(),minAabb,maxAabb, m_dispatcher1);
243 btBroadphaseProxy* bp = collisionObject->getBroadphaseHandle(); local
244 if (bp)
249 getBroadphase()->getOverlappingPairCache()->cleanProxyFromPairs(bp,m_dispatcher1);
250 getBroadphase()->destroyProxy(bp,m_dispatcher1)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 825 dl_plt_update_bp_on_hit(struct breakpoint *bp, struct process *proc)
828 proc->pid, breakpoint_name(bp), bp->addr);
849 breakpoint_turn_off(bp, proc);
940 jump_to_entry_point(struct process *proc, struct breakpoint *bp)
945 (uintptr_t)bp->libsym->arch.resolved_value;
950 ppc_plt_bp_continue(struct breakpoint *bp, struct process *proc)
955 if (bp->libsym == NULL) {
956 assert(bp->arch.irel_libsym != NULL);
957 bp->libsym = bp->arch.irel_libsym
1025 struct breakpoint *bp = data; local
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code)
338 #define GetNextCode(sp, bp, code) { \
339 nextdata = (nextdata<<8) | *(bp)++; \
342 nextdata = (nextdata<<8) | *(bp)++; \
365 unsigned char *bp; local
423 bp = (unsigned char *)tif->tif_rawcp;
433 NextCode(tif, sp, bp, code, GetNextCode);
443 NextCode(tif, sp, bp, code, GetNextCode);
542 tif->tif_rawcp = (uint8*) bp;
590 unsigned char *bp; local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c 695 GrayOnlyParams* bp = (GrayOnlyParams*) Cargo; local
702 Out[3] = cmsEvalToneCurve16(bp->KTone, In[3]);
707 bp ->cmyk2cmyk ->Eval16Fn(In, Out, bp ->cmyk2cmyk->Data);
721 GrayOnlyParams bp; local
740 memset(&bp, 0, sizeof(bp));
747 bp.cmyk2cmyk = DefaultICCintents(ContextID,
755 if (bp.cmyk2cmyk == NULL) goto Error;
758 bp.KTone = _cmsBuildKToneCurve(ContextID
827 PreserveKPlaneParams* bp = (PreserveKPlaneParams*) Cargo; local
913 PreserveKPlaneParams bp; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code)
340 #define GetNextCode(sp, bp, code) { \
341 nextdata = (nextdata<<8) | *(bp)++; \
344 nextdata = (nextdata<<8) | *(bp)++; \
367 unsigned char *bp; local
426 bp = (unsigned char *)tif->tif_rawcp;
436 NextCode(tif, sp, bp, code, GetNextCode);
447 NextCode(tif, sp, bp, code, GetNextCode);
547 tif->tif_rawcp = (uint8*) bp;
595 unsigned char *bp; local
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 814 const char* bp = (const char*)b.getPixels(); local
815 if (ap && bp) {
822 if (0 != memcmp(ap, bp, bytesToCompare)) {
826 bp += b.rowBytes();
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
lzoconf.h 393 typedef union { void *vp; lzo_bytep bp; lzo_uint u; lzo_uint32 u32; unsigned long l; } lzo_align_t; member in union:__anon26272
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 1009 char *bp; local
1025 bp = buf;
1032 *bp++ = c;
1035 *bp = 0;
    [all...]
  /external/zopfli/src/zopfli/
deflate.c 32 bp = bitpointer, always in range [0, 7].
34 Given the value of bp and the amount of bytes, the amount of bits represented
35 is not simply bytesize * 8 + bp because even representing one bit requires a
36 whole byte. It is: (bp == 0) ? (bytesize * 8) : ((bytesize - 1) * 8 + bp)
39 unsigned char* bp, unsigned char** out, size_t* outsize) {
40 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
41 (*out)[*outsize - 1] |= bit << *bp;
42 *bp = (*bp + 1) & 7
325 bp, out, outsize); local
329 bp, out, outsize); local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 362 size_t bp = 0, pos = 0; //bit pointer and byte pointer local
368 size_t bpstart = bp;
369 if(bp >> 3 >= in.size()) { error = 52; return; } //error, bit pointer will jump past memory
370 BFINAL = readBitFromStream(bp, &in[inpos]);
371 unsigned long BTYPE = readBitFromStream(bp, &in[inpos]); BTYPE += 2 * readBitFromStream(bp, &in[inpos]);
375 else if(BTYPE == 0) inflateNoCompression(out, &in[inpos], bp, pos, in.size());
376 else inflateHuffmanBlock(out, &in[inpos], bp, pos, in.size(), BTYPE);
378 zlibinfo->back().compressedbits = bp - bpstart;
394 unsigned long huffmanDecodeSymbol(const unsigned char* in, size_t& bp, const HuffmanTree& codetree, size_t inlength
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2624 db_Bucket_f **bp,*b; local
2644 db_Bucket_u **bp,*b; local
    [all...]
  /prebuilts/go/darwin-x86/test/
live.go 261 var bp *byte var
275 m2s["x"] = bp // ERROR "live at call to mapassign1: autotmp_[0-9]+$"
277 m2s["x"] = bp // ERROR "live at call to mapassign1: autotmp_[0-9]+$"
278 m2s["x"] = bp // ERROR "live at call to mapassign1: autotmp_[0-9]+$"
  /prebuilts/go/linux-x86/test/
live.go 261 var bp *byte var
275 m2s["x"] = bp // ERROR "live at call to mapassign1: autotmp_[0-9]+$"
277 m2s["x"] = bp // ERROR "live at call to mapassign1: autotmp_[0-9]+$"
278 m2s["x"] = bp // ERROR "live at call to mapassign1: autotmp_[0-9]+$"
  /toolchain/binutils/binutils-2.25/binutils/
unwind-ia64.c 571 const unsigned char *bp = *dpp; local
575 byte = *bp++;
584 *dpp = bp;

Completed in 2470 milliseconds

1 2 3 4 5 67 8 91011>>