HomeSort by relevance Sort by last modified time
    Searched refs:md5_uint32 (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/lib/
md5.h 38 typedef uint32_t md5_uint32; typedef
44 md5_uint32 A;
45 md5_uint32 B;
46 md5_uint32 C;
47 md5_uint32 D;
49 md5_uint32 total[2];
50 md5_uint32 buflen;
51 char buffer[128] __attribute__ ((__aligned__ (__alignof__ (md5_uint32))));
md5.c 71 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
72 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
73 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
74 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
100 md5_uint32 bytes = ctx->buflen;
245 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
247 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
301 md5_uint32 correct_words[16];
302 const md5_uint32 *words = buffer;
303 size_t nwords = len / sizeof (md5_uint32);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
md5.h 41 typedef u_int32_t md5_uint32; typedef
46 typedef uint32_t md5_uint32; typedef
61 typedef unsigned int md5_uint32; typedef
64 typedef unsigned short md5_uint32; typedef
67 typedef unsigned long md5_uint32; typedef
87 md5_uint32 A;
88 md5_uint32 B;
89 md5_uint32 C;
90 md5_uint32 D;
92 md5_uint32 total[2]
    [all...]

Completed in 532 milliseconds