Searched defs:padd (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/metadata/ |
D | data_storage.h | 244 static inline void data_node_print_(struct data_node *self, unsigned int padd) in data_node_print_() 288 static inline void data_fprintf(FILE *f, unsigned int padd, const char *fmt, ...) in data_fprintf() 301 static inline void data_fprintf_esc(FILE *f, unsigned int padd, const char *str) in data_fprintf_esc() 334 static inline void data_to_json_(struct data_node *self, FILE *f, unsigned int padd, int do_padd) in data_to_json_() 371 static inline void data_to_json(struct data_node *self, FILE *f, unsigned int padd) in data_to_json()
|
/third_party/toybox/toys/posix/ |
D | tar.c | 84 prefix[155], padd[12]; member
|
/third_party/ffmpeg/libavcodec/ |
D | cfhdenc.c | 706 int count = 0, padd = 0; in cfhd_encode_frame() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.cpp | 613 void AssemblerX8632::padd(Type Ty, XmmRegister dst, XmmRegister src) { in padd() function in Ice::X8632::AssemblerX8632 627 void AssemblerX8632::padd(Type Ty, XmmRegister dst, const AsmAddress &src) { in padd() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 647 void AssemblerX8664::padd(Type Ty, XmmRegister dst, XmmRegister src) { in padd() function in Ice::X8664::AssemblerX8664 662 void AssemblerX8664::padd(Type Ty, XmmRegister dst, const AsmAddress &src) { in padd() function in Ice::X8664::AssemblerX8664
|