Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_main.c1550 Addr aNext; in set_address_range_perms() local
1629 aNext = start_of_this_sm(a) + SM_SIZE; in set_address_range_perms()
1630 len_to_next_secmap = aNext - a; in set_address_range_perms()
1663 a = aNext; in set_address_range_perms()
/external/sqlite/dist/
Dsqlite3.c78475 u8 *aNext; /* Pointer to buffer to copy data from */
78479 rc = vdbePmaReadBlob(p, nCopy, &aNext);
78481 assert( aNext!=p->aAlloc );
78482 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);
126964 static const unsigned char aNext[124] = {
127032 for(i=((int)aHash[h])-1; i>=0; i=((int)aNext[i])-1){
/external/sqlite/dist/orig/
Dsqlite3.c78457 u8 *aNext; /* Pointer to buffer to copy data from */
78461 rc = vdbePmaReadBlob(p, nCopy, &aNext);
78463 assert( aNext!=p->aAlloc );
78464 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);
126946 static const unsigned char aNext[124] = {
127014 for(i=((int)aHash[h])-1; i>=0; i=((int)aNext[i])-1){