OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_cmp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c
75
static int
sym_cmp
(const void *_s1, const void *_s2) {
function
257
qsort(ctx.syms, ctx.syms_len, sizeof(ctx.syms[0]),
sym_cmp
);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c
75
static int
sym_cmp
(const void *_s1, const void *_s2) {
function
264
qsort(ctx.syms, ctx.syms_len, sizeof(ctx.syms[0]),
sym_cmp
);
Completed in 112 milliseconds