Searched defs:pseudo (Results 1 - 8 of 8) 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
38 #include "pseudo.h"
48 struct pseudo *pseudo = NULL; variable in typeref:struct:pseudo
72 * Add pseudo device target to the set of pseudo devices. Pseudo_dev
73 * describes the pseudo device attributes.
75 struct pseudo *add_pseudo(struct pseudo *pseudo, struc argument
188 pseudo_subdir(char *filename, struct pseudo *pseudo) argument
203 pseudo_readdir(struct pseudo *pseudo) argument
494 dump_pseudo(struct pseudo *pseudo, char *string) argument
[all...]
H A Dmksquashfs.c72 #include "pseudo.h"
322 void dir_scan2(struct dir_info *dir, struct pseudo *pseudo);
2229 * Update inode file size now that the size of the dynamic pseudo file
3061 struct inode_info *lookup_inode3(struct stat *buf, int pseudo, int id, argument
3091 inode->pseudo_file = pseudo;
3124 static inline struct inode_info *lookup_inode2(struct stat *buf, int pseudo, int id) argument
3126 return lookup_inode3(buf, pseudo, id, NULL, 0);
3306 * Process most actions and any pseudo files
3638 * This processes most actions and any pseudo file
3664 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/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUNopFiller.cpp58 pseudo = 1, // this does not get executed enumerator in enum:__anon20051::SPUNopFiller::__anon20052
87 if (next_optype != pseudo )
110 if( this_optype != pseudo )
145 case 0: retval = pseudo; break;
148 default: retval= pseudo;
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c51 char pseudo[STR_CAPACITY] = { 0 }; variable
98 char *p = pseudo;
122 return pseudo;
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c245 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ local
329 pseudo.hdr.p_ip6_src = pkt.hdr.ip6_src;
330 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst;
331 pseudo.hdr.p_ip6_plen = htons(query_size);
332 pseudo.hdr.p_ip6_zero1 = 0;
333 pseudo.hdr.p_ip6_zero2 = 0;
334 pseudo.hdr.p_ip6_nxt = IPPROTO_ICMPV6;
335 memcpy(pseudo.payload, query_p, query_size);
338 query_p->cksum = calc_checksum((u_int16_t *) (&pseudo),
365 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ local
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.h201 unsigned int pseudo : 1; member in struct:nv50_ir::Target::OpInfo

Completed in 383 milliseconds