Searched defs:pseudo (Results 1 - 5 of 5) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dpseudo.h24 * pseudo.h
40 struct pseudo *pseudo; member in struct:pseudo_entry
44 struct pseudo { struct
52 extern struct pseudo *pseudo_subdir(char *, struct pseudo *);
53 extern struct pseudo_entry *pseudo_readdir(struct pseudo *);
56 extern struct pseudo *get_pseudo();
H A Dpseudo.c22 * pseudo.c
37 #include "pseudo.h"
47 struct pseudo *pseudo = NULL; variable in typeref:struct:pseudo
71 * Add pseudo device target to the set of pseudo devices. Pseudo_dev
72 * describes the pseudo device attributes.
74 struct pseudo *add_pseudo(struct pseudo *pseudo, struc argument
187 pseudo_subdir(char *filename, struct pseudo *pseudo) argument
202 pseudo_readdir(struct pseudo *pseudo) argument
493 dump_pseudo(struct pseudo *pseudo, char *string) argument
[all...]
H A Dmksquashfs.c68 #include "pseudo.h"
306 void dir_scan2(struct dir_info *dir, struct pseudo *pseudo);
2124 * Update inode file size now that the size of the dynamic pseudo file
2949 struct inode_info *lookup_inode3(struct stat *buf, int pseudo, int id, argument
2979 inode->pseudo_file = pseudo;
3003 struct inode_info *lookup_inode2(struct stat *buf, int pseudo, int id) argument
3005 return lookup_inode3(buf, pseudo, id, NULL, 0);
3174 * Process most actions and any pseudo files
3506 * This processes most actions and any pseudo file
3532 dir_scan2(struct dir_info *dir, struct pseudo *pseudo) argument
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_cwrs32.c93 int pseudo; local
95 for(pseudo=1;pseudo<41;pseudo++)
104 k=get_pulses(pseudo);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h155 unsigned int pseudo : 1; member in struct:nv50_ir::Target::OpInfo

Completed in 184 milliseconds