HomeSort by relevance Sort by last modified time
    Searched full:block2 (Results 1 - 12 of 12) sorted by null

  /external/qemu/android/utils/
system.c 59 void* block2; local
65 block2 = realloc(block, size);
66 if (block2 != NULL)
67 return block2;
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 239 // at addresses block1 and block2. Returns true or false
243 const char* block2) {
244 return CompareWholeWordValues<1>(block1, block2) &&
246 block2 + sizeof(uword_t));
270 inline bool BlockCompareWordsInline(const char* block1, const char* block2) {
272 return CompareWholeWordValues<kWordsPerBlock>(block1, block2);
275 bool BlockHash::BlockCompareWords(const char* block1, const char* block2) {
276 return BlockCompareWordsInline(block1, block2);
279 inline bool BlockContentsMatchInline(const char* block1, const char* block2) {
283 if (*block1 != *block2) {
    [all...]
blockhash_test.cc 45 static bool BlockContentsMatch(const char* block1, const char* block2) {
46 return BlockHash::BlockContentsMatch(block1, block2);
330 const char* block2 = compare_buffer_2_;
332 if (!BlockHash::BlockCompareWords(block1, block2)) {
336 block2 += kBlockSize;
348 const char* block2 = compare_buffer_2_;
350 if (!BlockHash::BlockContentsMatch(block1, block2)) {
354 block2 += kBlockSize;
    [all...]
blockhash.h 374 // the block beginning at block2; false otherwise.
375 static bool BlockContentsMatch(const char* block1, const char* block2);
390 static bool BlockCompareWords(const char* block1, const char* block2);
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 256 * @param block2 {@code non-null;} the other block to compare
261 BasicBlock block2) {
263 TypeList catches2 = block2.getExceptionHandlerTypes();
270 IntList succ2 = block2.getSuccessors();
274 int primary2 = block2.getPrimarySuccessor();
293 * It should be the case that block2's primary is at the
  /external/freetype/src/base/
ftutil.c 149 FT_Pointer block2; local
154 block2 = memory->realloc( memory, cur_size, new_size, block );
155 if ( block2 == NULL )
158 block = block2;
  /external/qemu/
shaper.c 254 //fprintf(stderr, "NETSHAPER: block2 for %.2fms\n", (shaper->block_until - now)*1.0 );
  /external/tremolo/Tremolo/
mdctLARM.s 644 @ block2
781 @ block2
897 @ block2
mdctARM.s 651 @ block2
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 889 * Block2 is CJK_COMPAT_USED
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 413 milliseconds