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

  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 169 # define FOLD(c) ((flags & FNM_CASEFOLD) ? tolower (c) : (c))
171 # define FOLD(c) ((flags & FNM_CASEFOLD) && ISUPPER (c) ? tolower (c) : (c))
176 c = FOLD (c);
198 c = FOLD (c);
200 if (FOLD ((unsigned char) *n) != c)
273 c = FOLD (c);
275 if (FOLD ((unsigned char) *n) == c
320 unsigned char fn = FOLD ((unsigned char) *n);
326 c = FOLD ((unsigned char) *p);
397 if (FOLD (c) == fn
    [all...]
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 38 #define FOLD N /* how many iterations of folding to do */
180 /* relies on FOLD == N == 17! */
230 /* also fold in the length of the key */
257 /* also fold in the length of the key */

Completed in 371 milliseconds