HomeSort by relevance Sort by last modified time
    Searched defs:copy_to (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 80 struct hostapd_sta_wpa_psk_short **copy_to; local
84 copy_to = psk;
86 while (copy_from && copy_to) {
87 *copy_to = os_zalloc(sizeof(struct hostapd_sta_wpa_psk_short));
88 if (*copy_to == NULL)
90 os_memcpy(*copy_to, copy_from,
93 copy_to = &((*copy_to)->next);
95 if (copy_to)
96 *copy_to = NULL
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 650 uint8_t *copy_from, *copy_to; local
653 copy_to = pd->dst.buf;
657 vp9_convolve_copy(copy_from, bw, copy_to, pd->dst.stride, NULL, 0, NULL, 0,
  /external/v8/src/arm64/
builtins-arm64.cc 1449 Register copy_to = x12; local
1489 Register copy_to = x12; local
    [all...]

Completed in 250 milliseconds