Home
last modified time | relevance | path

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

/plan9/sys/src/ape/lib/ap/stdio/
H A Dfconv.h187 Bigint { struct
188 struct Bigint *next; argument
193 typedef struct Bigint Bigint; argument
/plan9/sys/src/libstdio/
H A Ddtoa.c68 typedef struct Bigint Bigint; typedef
71 struct Bigint { struct
72 Bigint *next; argument
82 static Bigint *freelist[Kmax+1]; argument