HomeSort by: relevance | last modified time | path
    Searched defs:a_word (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
softfloat.c 244 uint32_t part_word, a_word; local
251 a_word = a[index - word_incr];
252 m_out[index] = part_word | a_word >> (neg_dist & 31);
254 part_word = a_word << dist;
322 uint32_t part_word, a_word; local
329 a_word = a[index + word_incr];
330 m_out[index] = a_word << (neg_dist & 31) | part_word;
332 part_word = a_word >> dist;
355 uint64_t part_word, a_word; local
360 a_word = a[index]
616 uint32_t a_word, word; local
648 uint32_t a_word, b_word; local
    [all...]
  /src/external/gpl2/gmake/dist/
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 43 milliseconds