Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.h34 struct nbinary { struct
35 int type;
36 union node *ch1;
37 union node *ch2;
136 struct nbinary nbinary; member