Searched refs:bufferB (Results 1 – 1 of 1) sorted by relevance
112 void* bufferB; in DiffUtility() local120 bufferB = (void*)((u32)BigBuffer + ALLOC_MEMSIZE/2); in DiffUtility()152 if ( diffSize != read(fidB, bufferB, diffSize) ) in DiffUtility()160 if (memcmp(bufferA, bufferB, diffSize)) in DiffUtility()163 free(bufferB); in DiffUtility()