Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c1554 Addr aNext; in set_address_range_perms() local
1633 aNext = start_of_this_sm(a) + SM_SIZE; in set_address_range_perms()
1634 len_to_next_secmap = aNext - a; in set_address_range_perms()
1667 a = aNext; in set_address_range_perms()
/external/sqlite/dist/
Dsqlite3.c75273 u8 *aNext; /* Pointer to buffer to copy data from */
75277 rc = vdbeSorterIterRead(db, p, nCopy, &aNext);
75279 assert( aNext!=p->aAlloc );
75280 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);
121193 static const unsigned char aNext[124] = {
121261 for(i=((int)aHash[h])-1; i>=0; i=((int)aNext[i])-1){
/external/sqlite/dist/orig/
Dsqlite3.c75253 u8 *aNext; /* Pointer to buffer to copy data from */
75257 rc = vdbeSorterIterRead(db, p, nCopy, &aNext);
75259 assert( aNext!=p->aAlloc );
75260 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);
121173 static const unsigned char aNext[124] = {
121241 for(i=((int)aHash[h])-1; i>=0; i=((int)aNext[i])-1){
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c106206 static const unsigned char aNext[121] = {
106274 for(i=((int)aHash[h])-1; i>=0; i=((int)aNext[i])-1){