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

  /external/flac/libFLAC/
md5.c 279 FLAC__int32 a_word; local
383 a_word = signal[0][sample];
384 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
385 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
386 *buf_++ = (FLAC__byte)a_word;
392 a_word = signal[0][sample];
393 *buf_++ = (FLAC__byte)a_word; a_word >>= 8
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 886 struct a_word
888 struct a_word *next;
889 struct a_word *chain;
898 return_STRING_HASH_1 (((struct a_word const *) key)->str);
904 return_STRING_HASH_2 (((struct a_word const *) key)->str);
910 int result = ((struct a_word const *) x)->length - ((struct a_word const *) y)->length;
913 return_STRING_COMPARE (((struct a_word const *) x)->str,
914 ((struct a_word const *) y)->str);
929 struct a_word *wordhead
879 struct a_word struct
    [all...]

Completed in 403 milliseconds