Home
last modified time | relevance | path

Searched refs:f_source (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Dis_straight_line_drawing.hpp168 vertex_t f_source(source(f, g)); in is_straight_line_drawing() local
173 drawing[f_source].x, drawing[f_source].y, in is_straight_line_drawing()
184 vertex_t f_source(source(f, g)); in is_straight_line_drawing() local
189 drawing[f_source].x, drawing[f_source].y, in is_straight_line_drawing()
/third_party/mbedtls/include/mbedtls/
Dentropy.h109 mbedtls_entropy_f_source_ptr MBEDTLS_PRIVATE(f_source); /**< The entropy source callback */
181 mbedtls_entropy_f_source_ptr f_source, void *p_source,
/third_party/mbedtls/library/
Dentropy.c114 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source() argument
131 ctx->source[idx].f_source = f_source; in mbedtls_entropy_add_source()
249 if( ( ret = ctx->source[i].f_source( ctx->source[i].p_source, in entropy_gather_internal()
/third_party/pulseaudio/src/pulsecore/
Dsource.c2923 pa_format_info *f_source, *f_in; in pa_source_check_formats() local
2933 PA_IDXSET_FOREACH(f_source, source_formats, i) { in pa_source_check_formats()
2935 if (pa_format_info_is_compatible(f_source, f_in)) in pa_source_check_formats()