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

  /external/v8/src/
utils.h 128 static T Max(T a, T b) {
426 inline Vector<char> MutableCStrVector(char* data, int max) {
428 return Vector<char>(data, (length < max) ? length : max);
  /external/svox/pico/lib/
picopam.c 334 #define Max 66 /*offset to max syllable duration (uint 16,pauses)*/
    [all...]

Completed in 362 milliseconds