Home
last modified time | relevance | path

Searched refs:whereto (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/tests/amdgpu/
H A Dsecurity_tests.c215 * @whereto: one of AMDGPU_GEM_DOMAIN_xyz
219 * descibed by @whereto.
225 uint64_t whereto, in amdgpu_bo_move()
232 .value = whereto, in amdgpu_bo_move()
223 amdgpu_bo_move(struct command_ctx *ctx, struct amdgpu_bo *bo, uint64_t whereto, int secure) amdgpu_bo_move() argument
/third_party/curl/lib/
H A Dmprintf.c1188 int curl_mfprintf(FILE *whereto, const char *format, ...) in curl_mfprintf() argument
1193 retcode = formatf(whereto, fputc_wrapper, format, ap_save); in curl_mfprintf()
1210 int curl_mvfprintf(FILE *whereto, const char *format, va_list ap_save) in curl_mvfprintf() argument
1212 return formatf(whereto, fputc_wrapper, format, ap_save); in curl_mvfprintf()

Completed in 4 milliseconds