Searched defs:transp (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c366 const LCHAR* transp; local
379 transp = transcription;
380 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp));
398 transp = nextWord(transp);
399 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp));
404 transp = nextWord(transp);
405 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp));
426 if (atok->first_next_arc==ARC_TOKEN_NULL && *transp
[all...]
/external/kernel-headers/original/linux/
H A Dfb.h230 struct fb_bitfield transp; /* transparency */ member in struct:fb_var_screeninfo
261 __u16 *transp; /* transparency, can be NULL */ member in struct:fb_cmap
464 __u16 __user *transp; /* transparency, can be NULL */ member in struct:fb_cmap_user
585 unsigned blue, unsigned transp, struct fb_info *info);
969 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);

Completed in 35 milliseconds