Home
last modified time | relevance | path

Searched refs:p_source (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dentropy.h138 void * p_source; /**< The callback data pointer */ member
204 mbedtls_entropy_f_source_ptr f_source, void *p_source,
/third_party/mbedtls/library/
Dentropy.c174 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source() argument
192 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source()
307 if( ( ret = ctx->source[i].f_source( ctx->source[i].p_source, in entropy_gather_internal()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c405 create_shader(const char *p_source, GLenum shader_type) in create_shader() argument
413 glShaderSource(shader, 1, (const char**)&p_source, NULL); in create_shader()