T 363 lib/common/md5.c #define OP(a, b, c, d, s, T) \ T 366 lib/common/md5.c a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ T 409 lib/common/md5.c #define OP(f, a, b, c, d, k, s, T) \ T 412 lib/common/md5.c a += f (b, c, d) + correct_words[k] + T; \ T 363 lib/gnu/md5.c #define OP(a, b, c, d, s, T) \ T 366 lib/gnu/md5.c a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ T 409 lib/gnu/md5.c #define OP(f, a, b, c, d, k, s, T) \ T 412 lib/gnu/md5.c a += f (b, c, d) + correct_words[k] + T; \ T 37 maint/gnulib/lib/gc-pbkdf2.c char T[GC_MAX_DIGEST_SIZE]; T 67 maint/gnulib/lib/gc-pbkdf2.c memset (T, 0, hLen); T 90 maint/gnulib/lib/gc-pbkdf2.c T[k] ^= U[k]; T 93 maint/gnulib/lib/gc-pbkdf2.c memcpy (DK + (i - 1) * hLen, T, i == l ? r : hLen); T 34 maint/gnulib/lib/gl_list.hh template <class T> class gl_List; T 32 maint/gnulib/lib/gl_oset.hh template <class T> class gl_OSet; T 32 maint/gnulib/lib/gl_set.hh template <class T> class gl_Set; T 265 maint/gnulib/lib/md5.c #define OP(a, b, c, d, s, T) \ T 268 maint/gnulib/lib/md5.c a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ T 311 maint/gnulib/lib/md5.c #define OP(f, a, b, c, d, k, s, T) \ T 314 maint/gnulib/lib/md5.c a += f (b, c, d) + correct_words[k] + T; \ T 71 maint/gnulib/lib/mini-gmp.c #define GMP_NEG_CAST(T,x) (-((T)((x) + 1) - 1)) T 294 maint/gnulib/lib/sm3.c #define R(i,A,B,C,D,E,F,G,H,T,W1,W2) \ T 299 maint/gnulib/lib/sm3.c ss1 = rol(rol(A,12) + E + T,7); \ T 308 maint/gnulib/lib/sm3.c #define R1(A,B,C,D,E,F,G,H,T,W1,W2) R(1,A,B,C,D,E,F,G,H,T,W1,W2) T 309 maint/gnulib/lib/sm3.c #define R2(A,B,C,D,E,F,G,H,T,W1,W2) R(2,A,B,C,D,E,F,G,H,T,W1,W2) T 330 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 0), W1( 0), W1( 4) ); T 331 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 1), W1( 1), W1( 5) ); T 332 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T( 2), W1( 2), W1( 6) ); T 333 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T( 3), W1( 3), W1( 7) ); T 334 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 4), W1( 4), W1( 8) ); T 335 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 5), W1( 5), W1( 9) ); T 336 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T( 6), W1( 6), W1(10) ); T 337 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T( 7), W1( 7), W1(11) ); T 338 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 8), W1( 8), W1(12) ); T 339 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 9), W1( 9), W1(13) ); T 340 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T(10), W1(10), W1(14) ); T 341 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T(11), W1(11), W1(15) ); T 342 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T(12), W1(12), W2(16) ); T 343 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T(13), W1(13), W2(17) ); T 344 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T(14), W1(14), W2(18) ); T 345 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T(15), W1(15), W2(19) ); T 346 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(16), W1(16), W2(20) ); T 347 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(17), W1(17), W2(21) ); T 348 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(18), W1(18), W2(22) ); T 349 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(19), W1(19), W2(23) ); T 350 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(20), W1(20), W2(24) ); T 351 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(21), W1(21), W2(25) ); T 352 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(22), W1(22), W2(26) ); T 353 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(23), W1(23), W2(27) ); T 354 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(24), W1(24), W2(28) ); T 355 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(25), W1(25), W2(29) ); T 356 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(26), W1(26), W2(30) ); T 357 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(27), W1(27), W2(31) ); T 358 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(28), W1(28), W2(32) ); T 359 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(29), W1(29), W2(33) ); T 360 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(30), W1(30), W2(34) ); T 361 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(31), W1(31), W2(35) ); T 362 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(32), W1(32), W2(36) ); T 363 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(33), W1(33), W2(37) ); T 364 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(34), W1(34), W2(38) ); T 365 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(35), W1(35), W2(39) ); T 366 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(36), W1(36), W2(40) ); T 367 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(37), W1(37), W2(41) ); T 368 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(38), W1(38), W2(42) ); T 369 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(39), W1(39), W2(43) ); T 370 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(40), W1(40), W2(44) ); T 371 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(41), W1(41), W2(45) ); T 372 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(42), W1(42), W2(46) ); T 373 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(43), W1(43), W2(47) ); T 374 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(44), W1(44), W2(48) ); T 375 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(45), W1(45), W2(49) ); T 376 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(46), W1(46), W2(50) ); T 377 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(47), W1(47), W2(51) ); T 378 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(48), W1(48), W2(52) ); T 379 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(49), W1(49), W2(53) ); T 380 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(50), W1(50), W2(54) ); T 381 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(51), W1(51), W2(55) ); T 382 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(52), W1(52), W2(56) ); T 383 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(53), W1(53), W2(57) ); T 384 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(54), W1(54), W2(58) ); T 385 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(55), W1(55), W2(59) ); T 386 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(56), W1(56), W2(60) ); T 387 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(57), W1(57), W2(61) ); T 388 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(58), W1(58), W2(62) ); T 389 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(59), W1(59), W2(63) ); T 390 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(60), W1(60), W2(64) ); T 391 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(61), W1(61), W2(65) ); T 392 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(62), W1(62), W2(66) ); T 393 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(63), W1(63), W2(67) ); T 168 maint/gnulib/lib/xalloc.h template <typename T> inline T * T 169 maint/gnulib/lib/xalloc.h xrealloc (T *p, size_t s) T 171 maint/gnulib/lib/xalloc.h return (T *) xrealloc ((void *) p, s); T 174 maint/gnulib/lib/xalloc.h template <typename T> inline T * T 175 maint/gnulib/lib/xalloc.h xreallocarray (T *p, size_t n, size_t s) T 177 maint/gnulib/lib/xalloc.h return (T *) xreallocarray ((void *) p, n, s); T 181 maint/gnulib/lib/xalloc.h template <typename T> inline T * T 182 maint/gnulib/lib/xalloc.h xnrealloc (T *p, size_t n, size_t s) T 187 maint/gnulib/lib/xalloc.h template <typename T> inline T * T 188 maint/gnulib/lib/xalloc.h x2realloc (T *p, size_t *pn) T 190 maint/gnulib/lib/xalloc.h return (T *) x2realloc ((void *) p, pn); T 193 maint/gnulib/lib/xalloc.h template <typename T> inline T * T 194 maint/gnulib/lib/xalloc.h x2nrealloc (T *p, size_t *pn, size_t s) T 196 maint/gnulib/lib/xalloc.h return (T *) x2nrealloc ((void *) p, pn, s); T 199 maint/gnulib/lib/xalloc.h template <typename T> inline T * T 200 maint/gnulib/lib/xalloc.h xmemdup (T const *p, size_t s) T 202 maint/gnulib/lib/xalloc.h return (T *) xmemdup ((void const *) p, s); T 31 maint/gnulib/tests/test-inttostr.c #define IS_TIGHT(T) (_GL_SIGNED_TYPE_OR_EXPR (T) == TYPE_SIGNED (T)) T 40 maint/gnulib/tests/test-inttostr.c #define CK(T, Fn) \ T 44 maint/gnulib/tests/test-inttostr.c char *buf = malloc (INT_BUFSIZE_BOUND (T)); \ T 49 maint/gnulib/tests/test-inttostr.c ((TYPE_SIGNED (T) \ T 50 maint/gnulib/tests/test-inttostr.c ? snprintf (ref, sizeof ref, "%jd", (intmax_t) TYPE_MINIMUM (T)) \ T 51 maint/gnulib/tests/test-inttostr.c : snprintf (ref, sizeof ref, "%ju", (uintmax_t) TYPE_MINIMUM (T))) \ T 53 maint/gnulib/tests/test-inttostr.c ASSERT (STREQ ((p = Fn (TYPE_MINIMUM (T), buf)), ref)); \ T 55 maint/gnulib/tests/test-inttostr.c ASSERT (! TYPE_SIGNED (T) || (p == buf && *p == '-')); \ T 57 maint/gnulib/tests/test-inttostr.c ((TYPE_SIGNED (T) \ T 58 maint/gnulib/tests/test-inttostr.c ? snprintf (ref, sizeof ref, "%jd", (intmax_t) TYPE_MAXIMUM (T)) \ T 59 maint/gnulib/tests/test-inttostr.c : snprintf (ref, sizeof ref, "%ju", (uintmax_t) TYPE_MAXIMUM (T))) \ T 61 maint/gnulib/tests/test-inttostr.c ASSERT (STREQ ((p = Fn (TYPE_MAXIMUM (T), buf)), ref)); \ T 63 maint/gnulib/tests/test-inttostr.c ASSERT (! IS_TIGHT (T) || TYPE_SIGNED (T) \ T 46 maint/gnulib/tests/test-nstrftime.c static struct posixtm_test const T[] = T 60 maint/gnulib/tests/test-nstrftime.c for (i = 0; T[i].fmt; i++) T 63 maint/gnulib/tests/test-nstrftime.c time_t t = T[i].in; T 69 maint/gnulib/tests/test-nstrftime.c n = nstrftime (buf, sizeof buf, T[i].fmt, tm, 0, T[i].in_ns); T 73 maint/gnulib/tests/test-nstrftime.c printf ("nstrftime failed with format %s\n", T[i].fmt); T 76 maint/gnulib/tests/test-nstrftime.c if (! STREQ (buf, T[i].exp)) T 80 maint/gnulib/tests/test-nstrftime.c T[i].fmt, buf, T[i].exp); T 43 maint/gnulib/tests/test-posixtm.c static struct posixtm_test const T[] = T 130 maint/gnulib/tests/test-posixtm.c for (i = 0; T[i].in; i++) T 138 maint/gnulib/tests/test-posixtm.c if (T[i].t_expected < 0 && ! TYPE_SIGNED (time_t)) T 141 maint/gnulib/tests/test-posixtm.c "but your time_t is unsigned\n", T[i].in); T 145 maint/gnulib/tests/test-posixtm.c if (! (TYPE_MINIMUM (time_t) <= T[i].t_expected T 146 maint/gnulib/tests/test-posixtm.c && T[i].t_expected <= TYPE_MAXIMUM (time_t))) T 149 maint/gnulib/tests/test-posixtm.c T[i].in); T 153 maint/gnulib/tests/test-posixtm.c t_exp = T[i].t_expected; T 158 maint/gnulib/tests/test-posixtm.c if (8 <= strlen (T[i].in) T 159 maint/gnulib/tests/test-posixtm.c && (T[i].in[8] == '.' || T[i].in[8] == '\0')) T 162 maint/gnulib/tests/test-posixtm.c stpcpy (stpcpy (tmp_buf, curr_year_str), T[i].in); T 163 maint/gnulib/tests/test-posixtm.c ASSERT (posixtime (&t_exp, tmp_buf, T[i].syntax_bits)); T 166 maint/gnulib/tests/test-posixtm.c ok = posixtime (&t_out, T[i].in, T[i].syntax_bits); T 167 maint/gnulib/tests/test-posixtm.c if (ok != !!T[i].valid) T 170 maint/gnulib/tests/test-posixtm.c T[i].in, !!ok, T[i].valid); T 181 maint/gnulib/tests/test-posixtm.c T[i].in, (long) t_out, (long) t_exp); T 46 maint/gnulib/tests/test-userspec.c static struct test T[] = T 117 maint/gnulib/tests/test-userspec.c j = ARRAY_CARDINALITY (T) - 2; T 118 maint/gnulib/tests/test-userspec.c assert (T[j].in == NULL); T 119 maint/gnulib/tests/test-userspec.c assert (T[j+1].in == NULL); T 128 maint/gnulib/tests/test-userspec.c T[j].in = t; T 131 maint/gnulib/tests/test-userspec.c T[j].uid = uid; T 132 maint/gnulib/tests/test-userspec.c T[j].gid = gr->gr_gid; T 133 maint/gnulib/tests/test-userspec.c T[j].user_name = xstrdup (pw->pw_name); T 134 maint/gnulib/tests/test-userspec.c T[j].group_name = xstrdup (gr->gr_name); T 135 maint/gnulib/tests/test-userspec.c T[j].result = NULL; T 140 maint/gnulib/tests/test-userspec.c for (i = 0; T[i].in; i++) T 146 maint/gnulib/tests/test-userspec.c char const *diag = parse_user_spec (T[i].in, &uid, &gid, T 150 maint/gnulib/tests/test-userspec.c if (!same_diag (diag, T[i].result)) T 153 maint/gnulib/tests/test-userspec.c T[i].in, maybe_null (diag), maybe_null (T[i].result)); T 161 maint/gnulib/tests/test-userspec.c if (uid != T[i].uid || gid != T[i].gid) T 165 maint/gnulib/tests/test-userspec.c T[i].in, T 166 maint/gnulib/tests/test-userspec.c (unsigned long int) T[i].uid, T 167 maint/gnulib/tests/test-userspec.c (unsigned long int) T[i].gid, T 173 maint/gnulib/tests/test-userspec.c if (!T[i].result) T 179 maint/gnulib/tests/test-userspec.c "-%s\n+%s\n", T[i].in, T[i].result, diag); T 50 maint/gnulib/tests/unigbrk/test-uc-gbrk-prop.c CASE(T) T 46 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c CASE(T) T 44 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c CASE(T)