Home
last modified time | relevance | path

Searched defs:BcNumBinaryOpReq (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bc/include/
H A Dnum.h394 typedef size_t (*BcNumBinaryOpReq)(const BcNum* a, const BcNum* b, typedef
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c166 typedef size_t (*BcNumBinaryOpReq)(BcNum*, BcNum*, size_t); typedef