Home
last modified time | relevance | path

Searched refs:bStart (Results 1 – 10 of 10) sorted by relevance

/external/bzip2/
Dbzip2recover.c296 MaybeUInt64 bStart [BZ_MAX_HANDLED_BLOCKS]; variable
363 bStart[currBlock] = 0; in main()
371 if (bitsRead >= bStart[currBlock] && in main()
372 (bitsRead - bStart[currBlock]) >= 40) { in main()
377 currBlock, bStart[currBlock], bEnd[currBlock] ); in main()
396 (bEnd[currBlock] - bStart[currBlock]) >= 130) { in main()
399 rbCtr+1, bStart[currBlock], bEnd[currBlock] ); in main()
400 rbStart[rbCtr] = bStart[currBlock]; in main()
408 bStart[currBlock] = bitsRead; in main()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp320 bool bStart = true; in Stroke() local
331 bStart = true; in Stroke()
334 GetPath(strokes, rtWidget, path, i, bStart, !bSameStyles); in Stroke()
336 bStart = !stroke->SameStyles(strokes[(i + 1) % 8], 0); in Stroke()
337 if (bStart) { in Stroke()
446 bool bStart, in GetPath() argument
576 if (bStart) { in GetPath()
Dcxfa_rectangle.h71 bool bStart,
/external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
DIBM437.java82 int bStart = bb.position(); in decodeLoop() local
85 for(i=bStart; i<bStart+rem; i++) { in decodeLoop()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java110 private int find(int[] aArr, int aStart, int aEnd, int[] bArr, int bStart, int bEnd) { in find() argument
114 for (int i = bStart; i <= bEndMinus; ++i) { in find()
/external/cldr/tools/java/org/unicode/cldr/util/
DDiffer.java129 private int find(T[] aArr, int aStart, int aEnd, T[] bArr, int bStart, int bEnd) { in find() argument
132 tryA: for (int i = bStart; i <= bEndMinus; ++i) { in find()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java496 protected void serializeDocType(DocumentType node, boolean bStart) in serializeDocType() argument
509 if (bStart) { in serializeDocType()
553 if (bStart) { in serializeDocType()
598 protected void serializeElement(Element node, boolean bStart) in serializeElement() argument
600 if (bStart) { in serializeElement()
1053 boolean bStart) in serializeEntityReference() argument
1055 if (bStart) { in serializeEntityReference()
/external/sqlite/dist/orig/
Dsqlite3.c148903 u8 bStart; /* True if iDocid is valid */
153939 pExpr->bStart = 1;
154001 assert( pLeft->bStart || pLeft->iDocid==pRight->iDocid );
154002 assert( pRight->bStart || pLeft->iDocid==pRight->iDocid );
154028 if( pRight->bStart==0 ){
154030 assert( *pRc!=SQLITE_OK || pRight->bStart );
154365 pExpr->bStart = 0;
154446 assert( pRoot->bStart );
/external/sqlite/dist/
Dsqlite3.c148919 u8 bStart; /* True if iDocid is valid */
153967 pExpr->bStart = 1;
154029 assert( pLeft->bStart || pLeft->iDocid==pRight->iDocid );
154030 assert( pRight->bStart || pLeft->iDocid==pRight->iDocid );
154056 if( pRight->bStart==0 ){
154058 assert( *pRc!=SQLITE_OK || pRight->bStart );
154393 pExpr->bStart = 0;
154474 assert( pRoot->bStart );
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...