Searched refs:input64 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | lintsup.c | 46 return (input64(argc, argv, prog, ofile, odp)); in input32() 57 input64(int argc, char **argv, const char *prog, const char *ofile, in input64() function
|
H A D | _elfwrap.h | 89 extern int input64(int, char **, const char *, const char *, ObjDesc_t *);
|
H A D | main.c | 153 if (input64(argc, argv, prog, ofile, &odesc) == 1) in main()
|
H A D | elfwrap.c | 48 #define input input64
|
/titanic_44/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 189 uint64_t X0[40], input64[8]; in SHA1Update() local 286 bcopy(&input[i], input64, 64); in SHA1Update() 288 (uint32_t *)input64, in SHA1Update()
|