Searched refs:fb2 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c161 static Word StackBlock__cmp ( const StackBlock* fb1, const StackBlock* fb2 )
165 tl_assert(StackBlock__sane(fb2));
172 if (fb1->base < fb2->base) return -1;
173 if (fb1->base > fb2->base) return 1;
175 if (fb1->szB < fb2->szB) return -1;
176 if (fb1->szB > fb2->szB) return 1;
178 if (fb1->spRel < fb2->spRel) return -1;
179 if (fb1->spRel > fb2->spRel) return 1;
181 if (fb1->isVec < fb2->isVec) return -1;
182 if (fb1->isVec > fb2
213 StackBlock *fb1, *fb2; local
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducmstate.c918 compareFallbacks(const void *context, const void *fb1, const void *fb2) { argument
919 return ((const _MBCSToUFallback *)fb1)->offset-((const _MBCSToUFallback *)fb2)->offset;
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c918 compareFallbacks(const void *context, const void *fb1, const void *fb2) { argument
919 return ((const _MBCSToUFallback *)fb1)->offset-((const _MBCSToUFallback *)fb2)->offset;
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids12166 0fb2 Juan-Chern Industrial Co., Ltd
15301 2fb2 Fujitsu, Ltd

Completed in 172 milliseconds