Home
last modified time | relevance | path

Searched refs:pbegin (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
Dregcomp.c66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member
201 p->pbegin[i] = 0; in llvm_regcomp()
319 p->pbegin[subno] = HERE(); in p_ere_exp()
532 p->pbegin[subno] = HERE(); in p_simp_re()
562 assert(p->pbegin[i] != 0); in p_simp_re()
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1349 if (p->pbegin[i] >= pos) { in doinsert()
1350 p->pbegin[i]++; in doinsert()
/external/sqlite/dist/
Dsqlite3.c50627 int addr, pbegin, hdr;
50657 while( (pbegin = get2byte(&data[addr]))<start && pbegin>0 ){
50658 if( pbegin<addr+4 ){
50661 addr = pbegin;
50663 if( pbegin>iLast ){
50666 assert( pbegin>addr || pbegin==0 );
50668 put2byte(&data[start], pbegin);
50674 while( (pbegin = get2byte(&data[addr]))>0 ){
50676 assert( pbegin>addr );
50677 assert( pbegin <= (int)pPage->pBt->usableSize-4 );
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c50616 int addr, pbegin, hdr;
50646 while( (pbegin = get2byte(&data[addr]))<start && pbegin>0 ){
50647 if( pbegin<addr+4 ){
50650 addr = pbegin;
50652 if( pbegin>iLast ){
50655 assert( pbegin>addr || pbegin==0 );
50657 put2byte(&data[start], pbegin);
50663 while( (pbegin = get2byte(&data[addr]))>0 ){
50665 assert( pbegin>addr );
50666 assert( pbegin <= (int)pPage->pBt->usableSize-4 );
[all …]