/external/e2fsprogs/lib/ext2fs/ |
punch.c | 112 blk_t *bp = inode->i_block; local 140 retval = ind_punch(fs, inode, block_buf, bp, level, 151 bp += num;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
TailoredSet.java | 240 String bp = null; // Base prefix. local 255 if (bp == null) { 258 bp = be.chars.toString(); 261 bp = none; 264 if (Utility.sameObjects(tp, none) && Utility.sameObjects(bp, none)) { 267 int cmp = tp.compareTo(bp); 275 // bp occurs in the base but not in the tailoring. 277 addPrefix(baseData, bp, c, be.value); 279 bp = null; 286 tp = bp = null [all...] |
/external/icu/icu4c/source/i18n/ |
collationsets.cpp | 222 const UnicodeString *bp = NULL; // Base prefix. local 234 if(bp == NULL) { 236 bp = &basePrefixes.getString(); 238 bp = &none; 241 if(tp == &none && bp == &none) { break; } 242 int32_t cmp = tp->compare(*bp); 248 // bp occurs in the base but not in the tailoring. 249 addPrefix(baseData, *bp, c, (uint32_t)basePrefixes.getValue()); 250 bp = NULL; 256 bp = NULL [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
TailoredSet.java | 238 String bp = null; // Base prefix. local 253 if (bp == null) { 256 bp = be.chars.toString(); 259 bp = none; 262 if (Utility.sameObjects(tp, none) && Utility.sameObjects(bp, none)) { 265 int cmp = tp.compareTo(bp); 273 // bp occurs in the base but not in the tailoring. 275 addPrefix(baseData, bp, c, be.value); 277 bp = null; 284 tp = bp = null [all...] |
/external/libmtp/examples/ |
sendtr.c | 64 char *cp, *bp; local 80 bp = buffer; 81 while ( bp != cp ) { 82 if ( *bp != ' ' && *bp != '\t' ) return bp; 83 bp++; 86 if (! required) return bp;
|
/external/libunwind/src/ia64/ |
unwind_decoder.h | 92 unsigned char *bp = *dpp; local 96 byte = *bp++; 102 *dpp = bp;
|
/external/one-true-awk/ |
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...] |
/external/pdfium/third_party/lcms/src/ |
cmsgmt.c | 429 cmsTACestimator* bp = (cmsTACestimator*) Cargo;
local 436 cmsDoTransform(bp->hRoundTrip, In, RoundTrip, 1);
439 for (Sum=0, i=0; i < bp ->nOutputChans; i++)
443 if (Sum > bp ->MaxTAC) {
445 bp ->MaxTAC = Sum;
447 for (i=0; i < bp ->nOutputChans; i++) {
448 bp ->MaxInput[i] = In[i];
461 cmsTACestimator bp;
local 475 bp.nOutputChans = T_CHANNELS(dwFormatter);
476 bp.MaxTAC = 0; // Initial TAC is 0 [all...] |
/external/pdfium/third_party/libtiff/ |
tif_predict.c | 51 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s); 683 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) 692 if( !(*sp->encodepfunc)(tif, bp, cc) ) 694 return (*sp->encoderow)(tif, bp, cc, s); 704 unsigned char* bp; local 724 bp = working_copy; 736 (*sp->encodepfunc)(tif, bp, rowsize); 738 bp += rowsize;
|
/external/syslinux/com32/gpllib/ |
cpuid.c | 428 unsigned long *bp = (unsigned long *)base; local 431 // printf("Scan SMP from %p for %ld bytes.\n", bp,length); 438 mpf = (struct intel_mp_floating *)bp; 439 if ((*bp == SMP_MAGIC_IDENT) && 441 !mpf_checksum((unsigned char *)bp, 16) && 446 bp += 4;
|
/external/syslinux/com32/gpllib/dmi/ |
dmi.c | 462 char *bp = (char *)dm->data; local 468 bp += dm->length; 469 while (s > 1 && *bp) { 470 bp += strlen(bp); 471 bp++; 475 if (!*bp) 479 len = strlen(bp); 481 if (bp[i] < 32 || bp[i] == 127 [all...] |
/external/syslinux/core/fs/pxe/ |
bios.c | 395 struct bootp_t *bp; local 398 bp = lmalloc(dhcp_max_packet); 399 if (!bp) { 416 pkt_len = pxe_get_cached_info(1, bp, dhcp_max_packet); 417 parse_dhcp(bp, pkt_len); 434 pkt_len = pxe_get_cached_info(2, bp, dhcp_max_packet); 435 parse_dhcp(bp, pkt_len); 441 MAC_len = bp->hardlen > 16 ? 0 : bp->hardlen; 442 MAC_type = bp->hardware [all...] |
/external/syslinux/gpxe/src/arch/i386/include/ |
registers.h | 21 * %dx, %si, %di, %bp or %sp. 72 uint16_t bp; member in union:i386_regs::__anon37778
|
/external/tcpdump/ |
print-ntp.c | 207 register const struct ntpdata *bp; local 210 bp = (const struct ntpdata *)cp; 212 ND_TCHECK(bp->status); 214 version = (int)(bp->status & VERSIONMASK) >> 3; 217 mode = bp->status & MODEMASK; 229 leapind = bp->status & LEAPMASK; 234 ND_TCHECK(bp->stratum); 236 bp->stratum, 237 tok2str(ntp_stratum_values, (bp->stratum >=2 && bp->stratum<=15) ? "secondary reference" : "reserved", bp->stratum))) [all...] |
/external/tensorflow/tensorflow/core/framework/ |
attr_value_util.cc | 431 TensorProto bp; local 432 bt.AsProtoTensorContent(&bp); 436 SerializeToStringDeterministic(bp, &b_str);
|
/external/xmlrpcpp/src/ |
XmlRpcServerConnection.cpp | 82 char *bp = 0; // Start of body local 86 for (char *cp = hp; (bp == 0) && (cp < ep); ++cp) { 92 bp = cp + 4; 94 bp = cp + 2; 98 if (bp == 0) { 125 _request = bp;
|
/external/zopfli/src/zopflipng/ |
zopflipng_lib.cc | 47 unsigned char bp = 0; local 59 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize); 60 bp = 0; 63 in, insize, &bp, &out2, &outsize2); 76 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 64 const uchar *bp = (const uchar *)cp->mLUT->mHal.drvState.lod[0].mallocPtr; local 84 bp, stride_y, stride_z, 102 const uchar *bp2 = bp + (coord1.x * 4) + (coord1.y * stride_y) + (coord1.z * stride_z);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bitplane.c | 477 vc1_Bitplane bp; local 478 vc1_Bitplane *bpp = &bp; 613 /* At this point bp contains the information we need for the bit-plane */ 621 if(bp.imode != VC1_BITPLANE_RAW_MODE) 623 pInfo->picLayerHeader.FORWARDMB.invert = bp.invert; 624 pInfo->picLayerHeader.FORWARDMB.imode = bp.imode; 627 parser->bp_forwardmb[i] = bp.databits[i]; 639 if(bp.imode != VC1_BITPLANE_RAW_MODE) 641 pInfo->picLayerHeader.ACPRED.invert = bp.invert; 642 pInfo->picLayerHeader.ACPRED.imode = bp.imode [all...] |
/libcore/ojluni/src/main/native/ |
java_util_zip_ZipFile.c | 283 unsigned char *bp = (unsigned char *)&ze->extra[0]; local 284 len = (bp[0] | (bp[1] << 8));
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
MimeUtility.java | 381 BodyPart bp = mp.getBodyPart(i); local 383 if (foundHtml && bp.isMimeType("text/plain")) { 386 collectParts(bp, viewables, attachments);
|
/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);
|
/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 | 195 // bp returns the blockRecord associated with the blockProfile bucket b. 196 func (b *bucket) bp() *blockRecord { func 198 throw("bad use of bucket.bp") 425 b.bp().count++ 426 b.bp().cycles += cycles 642 bp := b.bp() 644 r.Count = bp.count 645 r.Cycles = bp.cycles 677 bp := b.bp( [all...] |