OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb1
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/exp-ptrcheck/
sg_main.c
161
static Word StackBlock__cmp ( StackBlock*
fb1
, StackBlock* fb2 )
164
tl_assert(StackBlock__sane(
fb1
));
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->isVec) return 1
213
StackBlock *
fb1
, *fb2;
local
[
all
...]
/external/icu4c/tools/toolutil/
ucmstate.c
[
all
...]
Completed in 41 milliseconds