Home
last modified time | relevance | path

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

/external/bc/include/
Dnum.h386 typedef size_t (*BcNumBinaryOpReq)(const BcNum* a, const BcNum* b, typedef
/external/toybox/toys/pending/
Dbc.c168 typedef size_t (*BcNumBinaryOpReq)(BcNum*, BcNum*, size_t); typedef