Searched defs:port_result (Results 1 - 2 of 2) sorted by relevance

/external/fec/
H A Ddtest.c59 long port_result; local
92 port_result = dotprod_port(dp_port,input+offset);
93 if(simd_result != port_result){
/external/curl/lib/
H A Durl.c5346 int *port_result)
5355 *port_result = -1;
5424 *port_result = port;
5438 int *port_result)
5490 result = parse_connect_to_host_port(data, ptr, host_result, port_result);
5343 parse_connect_to_host_port(struct Curl_easy *data, const char *host, char **hostname_result, int *port_result) argument
5434 parse_connect_to_string(struct Curl_easy *data, struct connectdata *conn, const char *conn_to_host, char **host_result, int *port_result) argument

Completed in 111 milliseconds