Home
last modified time | relevance | path

Searched refs:current_gp (Results 1 – 2 of 2) sorted by relevance

/third_party/libunwind/src/ia64/
DGtables.c459 current_gp (void) in current_gp() function
548 di->gp = current_gp(); in callback()
/third_party/libsnd/src/
Dogg_opus.c1601 uint64_t target_gp, current_gp ; in ogg_opus_seek() local
1614 current_gp = oopus->pkt_pos - (uint64_t) (oopus->len * oopus->sr_factor) ; in ogg_opus_seek()
1623 if (target_gp < current_gp || target_gp - current_gp > OGG_OPUS_PREROLL) in ogg_opus_seek()