Searched refs:f_source (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/graph/ |
D | is_straight_line_drawing.hpp | 168 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/ |
D | entropy.h | 109 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/ |
D | entropy.c | 114 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/ |
D | source.c | 2923 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()
|