OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:md5_uint32
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/
md5.h
45
typedef u_int32_t
md5_uint32
;
typedef
50
typedef uint32_t
md5_uint32
;
typedef
65
typedef unsigned int
md5_uint32
;
typedef
68
typedef unsigned short
md5_uint32
;
typedef
71
typedef unsigned long
md5_uint32
;
typedef
91
md5_uint32
A;
92
md5_uint32
B;
93
md5_uint32
C;
94
md5_uint32
D;
96
md5_uint32
total[2]
[
all
...]
/src/external/gpl3/binutils.old/dist/include/
md5.h
45
typedef u_int32_t
md5_uint32
;
typedef
50
typedef uint32_t
md5_uint32
;
typedef
65
typedef unsigned int
md5_uint32
;
typedef
68
typedef unsigned short
md5_uint32
;
typedef
71
typedef unsigned long
md5_uint32
;
typedef
91
md5_uint32
A;
92
md5_uint32
B;
93
md5_uint32
C;
94
md5_uint32
D;
96
md5_uint32
total[2]
[
all
...]
/src/external/gpl3/gcc.old/dist/include/
md5.h
45
typedef u_int32_t
md5_uint32
;
typedef
50
typedef uint32_t
md5_uint32
;
typedef
65
typedef unsigned int
md5_uint32
;
typedef
68
typedef unsigned short
md5_uint32
;
typedef
71
typedef unsigned long
md5_uint32
;
typedef
91
md5_uint32
A;
92
md5_uint32
B;
93
md5_uint32
C;
94
md5_uint32
D;
96
md5_uint32
total[2]
[
all
...]
/src/external/gpl3/gcc/dist/include/
md5.h
45
typedef u_int32_t
md5_uint32
;
typedef
50
typedef uint32_t
md5_uint32
;
typedef
65
typedef unsigned int
md5_uint32
;
typedef
68
typedef unsigned short
md5_uint32
;
typedef
71
typedef unsigned long
md5_uint32
;
typedef
91
md5_uint32
A;
92
md5_uint32
B;
93
md5_uint32
C;
94
md5_uint32
D;
96
md5_uint32
total[2]
[
all
...]
/src/external/gpl3/gdb/dist/include/
md5.h
45
typedef u_int32_t
md5_uint32
;
typedef
50
typedef uint32_t
md5_uint32
;
typedef
65
typedef unsigned int
md5_uint32
;
typedef
68
typedef unsigned short
md5_uint32
;
typedef
71
typedef unsigned long
md5_uint32
;
typedef
91
md5_uint32
A;
92
md5_uint32
B;
93
md5_uint32
C;
94
md5_uint32
D;
96
md5_uint32
total[2]
[
all
...]
/src/external/gpl3/gdb.old/dist/include/
md5.h
45
typedef u_int32_t
md5_uint32
;
typedef
50
typedef uint32_t
md5_uint32
;
typedef
65
typedef unsigned int
md5_uint32
;
typedef
68
typedef unsigned short
md5_uint32
;
typedef
71
typedef unsigned long
md5_uint32
;
typedef
91
md5_uint32
A;
92
md5_uint32
B;
93
md5_uint32
C;
94
md5_uint32
D;
96
md5_uint32
total[2]
[
all
...]
/src/external/gpl3/binutils/dist/libiberty/
md5.c
67
ctx->A = (
md5_uint32
) 0x67452301;
68
ctx->B = (
md5_uint32
) 0xefcdab89;
69
ctx->C = (
md5_uint32
) 0x98badcfe;
70
ctx->D = (
md5_uint32
) 0x10325476;
84
md5_uint32
buffer[4];
105
md5_uint32
bytes = ctx->buflen;
106
md5_uint32
swap_bytes;
238
# define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (
md5_uint32
) != 0)
240
# define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (
md5_uint32
) != 0)
283
md5_uint32
correct_words[16]
[
all
...]
/src/external/gpl3/binutils.old/dist/libiberty/
md5.c
67
ctx->A = (
md5_uint32
) 0x67452301;
68
ctx->B = (
md5_uint32
) 0xefcdab89;
69
ctx->C = (
md5_uint32
) 0x98badcfe;
70
ctx->D = (
md5_uint32
) 0x10325476;
84
md5_uint32
buffer[4];
105
md5_uint32
bytes = ctx->buflen;
106
md5_uint32
swap_bytes;
238
# define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (
md5_uint32
) != 0)
240
# define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (
md5_uint32
) != 0)
283
md5_uint32
correct_words[16]
[
all
...]
/src/external/gpl3/gcc.old/dist/libiberty/
md5.c
67
ctx->A = (
md5_uint32
) 0x67452301;
68
ctx->B = (
md5_uint32
) 0xefcdab89;
69
ctx->C = (
md5_uint32
) 0x98badcfe;
70
ctx->D = (
md5_uint32
) 0x10325476;
84
md5_uint32
buffer[4];
105
md5_uint32
bytes = ctx->buflen;
106
md5_uint32
swap_bytes;
238
# define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (
md5_uint32
) != 0)
240
# define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (
md5_uint32
) != 0)
283
md5_uint32
correct_words[16]
[
all
...]
/src/external/gpl3/gcc/dist/libiberty/
md5.c
67
ctx->A = (
md5_uint32
) 0x67452301;
68
ctx->B = (
md5_uint32
) 0xefcdab89;
69
ctx->C = (
md5_uint32
) 0x98badcfe;
70
ctx->D = (
md5_uint32
) 0x10325476;
84
md5_uint32
buffer[4];
105
md5_uint32
bytes = ctx->buflen;
106
md5_uint32
swap_bytes;
238
# define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (
md5_uint32
) != 0)
240
# define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (
md5_uint32
) != 0)
283
md5_uint32
correct_words[16]
[
all
...]
/src/external/gpl3/gdb/dist/libiberty/
md5.c
67
ctx->A = (
md5_uint32
) 0x67452301;
68
ctx->B = (
md5_uint32
) 0xefcdab89;
69
ctx->C = (
md5_uint32
) 0x98badcfe;
70
ctx->D = (
md5_uint32
) 0x10325476;
84
md5_uint32
buffer[4];
105
md5_uint32
bytes = ctx->buflen;
106
md5_uint32
swap_bytes;
238
# define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (
md5_uint32
) != 0)
240
# define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (
md5_uint32
) != 0)
283
md5_uint32
correct_words[16]
[
all
...]
/src/external/gpl3/gdb.old/dist/libiberty/
md5.c
67
ctx->A = (
md5_uint32
) 0x67452301;
68
ctx->B = (
md5_uint32
) 0xefcdab89;
69
ctx->C = (
md5_uint32
) 0x98badcfe;
70
ctx->D = (
md5_uint32
) 0x10325476;
84
md5_uint32
buffer[4];
105
md5_uint32
bytes = ctx->buflen;
106
md5_uint32
swap_bytes;
238
# define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (
md5_uint32
) != 0)
240
# define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (
md5_uint32
) != 0)
283
md5_uint32
correct_words[16]
[
all
...]
/src/external/gpl2/xcvs/dist/lib/
md5.h
67
typedef uint32_t
md5_uint32
;
typedef
72
md5_uint32
A;
73
md5_uint32
B;
74
md5_uint32
C;
75
md5_uint32
D;
77
md5_uint32
total[2];
78
md5_uint32
buflen;
79
char buffer[128] __attribute__ ((__aligned__ (__alignof__ (
md5_uint32
))));
md5.c
94
((
md5_uint32
*) resbuf)[0] = SWAP (ctx->A);
95
((
md5_uint32
*) resbuf)[1] = SWAP (ctx->B);
96
((
md5_uint32
*) resbuf)[2] = SWAP (ctx->C);
97
((
md5_uint32
*) resbuf)[3] = SWAP (ctx->D);
111
md5_uint32
bytes = ctx->buflen;
123
*(
md5_uint32
*) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
124
*(
md5_uint32
*) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
251
# define UNALIGNED_P(p) (((size_t) p) % alignof (
md5_uint32
) != 0)
301
md5_uint32
correct_words[16];
302
const
md5_uint32
*words = buffer
[
all
...]
Completed in 67 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026