Home
last modified time | relevance | path

Searched refs:odest (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/panfrost/util/
Dnir_mod_helpers.c82 pan_has_dest_mod(nir_dest **odest, nir_op op) in pan_has_dest_mod() argument
88 nir_dest *dest = *odest; in pan_has_dest_mod()
126 *odest = &alu->dest.dest; in pan_has_dest_mod()
/external/libwebsockets/lib/misc/
Dlws-ring.c202 uint8_t *odest = dest; in lws_ring_consume() local
251 return (((uint8_t *)dest + n) - odest) / ring->element_len; in lws_ring_consume()
/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c84 uint8_t *odest = dest; in lws_mpint_rfc4251() local
116 return lws_ptr_diff(dest, odest); in lws_mpint_rfc4251()
/external/libwebsockets/lib/core/
Dlibwebsockets.c134 uint8_t *odest = dest; in lws_hex_to_byte_array() local
152 return lws_ptr_diff(dest, odest); in lws_hex_to_byte_array()