/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
TailoredSet.java | 237 String bp = null; // Base prefix. local 252 if (bp == null) { 255 bp = be.chars.toString(); 258 bp = none; 261 if (tp == none && bp == none) { 264 int cmp = tp.compareTo(bp); 272 // bp occurs in the base but not in the tailoring. 274 addPrefix(baseData, bp, c, be.value); 276 bp = null; 283 tp = bp = null [all...] |
/external/icu/icu4c/source/i18n/ |
collationsets.cpp | 220 const UnicodeString *bp = NULL; // Base prefix. local 232 if(bp == NULL) { 234 bp = &basePrefixes.getString(); 236 bp = &none; 239 if(tp == &none && bp == &none) { break; } 240 int32_t cmp = tp->compare(*bp); 246 // bp occurs in the base but not in the tailoring. 247 addPrefix(baseData, *bp, c, (uint32_t)basePrefixes.getValue()); 248 bp = NULL; 254 bp = NULL [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
TailoredSet.java | 235 String bp = null; // Base prefix. local 250 if (bp == null) { 253 bp = be.chars.toString(); 256 bp = none; 259 if (tp == none && bp == none) { 262 int cmp = tp.compareTo(bp); 270 // bp occurs in the base but not in the tailoring. 272 addPrefix(baseData, bp, c, be.value); 274 bp = null; 281 tp = bp = null [all...] |
/external/libchrome/crypto/ |
curve25519-donna.c | 577 limb bp[10], x[10], z[10], zmone[10]; local 586 fexpand(bp, basepoint); 587 cmult(x, z, e, bp);
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/ |
bDNA.cpp | 286 char *bp; local 294 bp = strchr(name, '['); 295 if (!bp) { 299 while (++bp < name+len-1) { 300 const char c = *bp; 317 bp = strchr(bp, '['); 318 if (!bp) { 322 while (++bp < name+len-1) { 323 const char c = *bp; [all...] |
/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/libunwind/src/ia64/ |
unwind_decoder.h | 92 unsigned char *bp = *dpp; local 96 byte = *bp++; 102 *dpp = bp;
|
/external/libvorbis/lib/ |
block.c | 546 long bp=_ve_envelope_search(v); local 547 if(bp==-1){ 557 v->nW=bp;
|
/external/ltrace/ |
breakpoints.c | 63 breakpoint_on_hit(struct breakpoint *bp, struct process *proc) 65 assert(bp != NULL); 66 if (bp->cbs != NULL && bp->cbs->on_hit != NULL) 67 (bp->cbs->on_hit)(bp, proc); 71 breakpoint_on_continue(struct breakpoint *bp, struct process *proc) 73 assert(bp != NULL); 74 if (bp->cbs != NULL && bp->cbs->on_continue != NULL 258 struct breakpoint *bp = malloc(sizeof *bp); local 278 struct breakpoint *bp = malloc(sizeof *bp); local 341 struct breakpoint *bp = NULL; local [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.cpp | 32 CBindPair &bp = folder.BindPairs[i];
local 34 bp.InIndex = mixerBp.InIndex;
35 bp.OutIndex = mixerBp.OutIndex;
|
/external/opencv3/3rdparty/libtiff/ |
tif_predict.c | 49 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s); 580 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) 589 (*sp->encodepfunc)(tif, bp, cc); 590 return (*sp->encoderow)(tif, bp, cc, s); 600 unsigned char* bp; local 620 bp = working_copy; 626 (*sp->encodepfunc)(tif, bp, rowsize); 628 bp += rowsize;
|
/external/pdfium/third_party/lcms2-2.6/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 [all...] |
/external/pdfium/third_party/libtiff/ |
tif_predict.c | 51 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s); 610 PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) 619 (*sp->encodepfunc)(tif, bp, cc); 620 return (*sp->encoderow)(tif, bp, cc, s); 630 unsigned char* bp; local 650 bp = working_copy; 656 (*sp->encodepfunc)(tif, bp, rowsize); 658 bp += rowsize;
|
/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++) {
|
/external/tcpdump/ |
print-ntp.c | 207 register const struct ntpdata *bp; local 210 bp = (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/toybox/toys/pending/ |
dd.c | 57 unsigned char *buff, *bp; member in struct:io 165 in.bp = out.bp = in.buff; 187 if ((n = read(in.fd, in.bp, in.sz)) < 0) { 206 out.bp = out.buff; 208 nw = writeall(out.fd, out.bp, ((all)? out.count : out.sz)); 214 out.bp += nw; 218 if (out.count) memmove(out.buff, out.bp, out.count); //move remainder to front 241 in.bp = in.buff + in.count; 242 if (toys.optflags & C_SYNC) memset(in.bp, 0, in.sz) [all...] |
/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/cpp/ |
Allocation.cpp | 506 android::sp<IGraphicBufferProducer> bp = v; local 509 return new Surface(bp, true);;
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 71 const uchar *bp = (const uchar *)cp->mLUT->mHal.drvState.lod[0].mallocPtr; local 91 bp, stride_y, stride_z, 109 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 | 287 unsigned char *bp = (unsigned char *)&ze->extra[0]; local 288 len = (bp[0] | (bp[1] << 8));
|
/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
|