Searched defs:sh_pipeline (Results 1 – 3 of 3) sorted by relevance
/external/toybox/android/linux/generated/ |
D | globals.h | 865 struct sh_pipeline { // pipeline segments: linked list of arg w/metadata struct 866 struct sh_pipeline *next, *prev, *end; 867 int count, here, type, lineno; 868 struct sh_arg { 871 } arg[1];
|
/external/toybox/android/device/generated/ |
D | globals.h | 865 struct sh_pipeline { // pipeline segments: linked list of arg w/metadata struct 866 struct sh_pipeline *next, *prev, *end; 867 int count, here, type, lineno; 868 struct sh_arg { 871 } arg[1];
|
/external/toybox/android/mac/generated/ |
D | globals.h | 865 struct sh_pipeline { // pipeline segments: linked list of arg w/metadata struct 866 struct sh_pipeline *next, *prev, *end; 867 int count, here, type, lineno; 868 struct sh_arg { 871 } arg[1];
|