HomeSort by relevance Sort by last modified time
    Searched full:_max (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK);
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4 204 [dnl Determine whether the various *_MIN, *_MAX macros are usable
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js     [all...]
  /external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff 274 > #define stdmax(x,y) _max(x,y)
345 > entry->streams = _max(entry->streams, index + 1);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 934 DFA<dfa.decisionNumber>_max, DFA<dfa.decisionNumber>_accept, DFA<dfa.decisionNumber>_special,
954 private const DFA<dfa.decisionNumber>_max:Array =
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1017 const static unichar <name>dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] = {
1043 max = <name>dfa<dfa.decisionNumber>_max;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 974 DFA<dfa.decisionNumber>_max:
997 this.max = <grammar.recognizerName>.DFA<dfa.decisionNumber>_max;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 983 Readonly my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMax; separator=", "> ]);
1013 $self->max($DFA<dfa.decisionNumber>_max);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 811 // Make sure we can take the address of _MIN, _MAX and _ARRAYSIZE.
821 // Make sure we can use _MIN, _MAX and _ARRAYSIZE as switch cases.
    [all...]
  /external/bison/data/
c.m4 167 [b4_int_type($1_min, $1_max)])
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 587 size_t new_buffer_length = _max(((seek_position_ + bytes) | 0xFF) + 1,
win32socketserver.cc 785 for (size_t max_messages_to_process = _max<size_t>(1, message_queue_->size());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 96 return talk_base::_max(MINIMUM_RTT, talk_base::_min(MAXIMUM_RTT, 2 * rtt));
relayport.cc 750 int delay = 100 * talk_base::_max(1 << count_, 2);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 259 /* Infrastructure for defining missing _MAX and _MIN macros. Note that
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 267 /* Infrastructure for defining missing _MAX and _MIN macros. Note that
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 267 /* Infrastructure for defining missing _MAX and _MIN macros. Note that
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 267 /* Infrastructure for defining missing _MAX and _MIN macros. Note that
  /external/icu4c/i18n/
decimfmt.cpp 241 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]

Completed in 2374 milliseconds

12 3