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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c190 static int best_match; /* Output only best matches. */ variable
336 if (best_match)
367 if (best_match)
376 if (best_match == 1 && best_cost == 0)
389 if (best_match)
391 if (best_match == 1)
453 if (count_matches && !best_match && !be_silent)
567 best_match = 1;
788 else if (best_match)
810 best_match
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_mm.h122 int best_match);
129 int best_match);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_mm.c311 unsigned alignment, int best_match)
327 if (!best_match)
345 int best_match)
365 if (!best_match)
475 * immediatly following drm_mm_search_free with best_match = 0 will then return
309 drm_mm_search_free(const struct drm_mm *mm, unsigned long size, unsigned alignment, int best_match) argument
340 drm_mm_search_free_in_range(const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long start, unsigned long end, int best_match) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c841 int best_match = 0; local
853 if (ret > best_match)
855 if (best_match == 0)

Completed in 116 milliseconds