HomeSort by relevance Sort by last modified time
    Searched defs:MAX (Results 176 - 200 of 417) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libusb/libusb/
libusbi.h 157 #ifndef MAX
158 #define MAX(a, b) ((a) > (b) ? (a) : (b))
    [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c 1128 #define MAX(a, b) ((a) < (b) ? (b) : (a))
1134 size_t new_size = MAX(old_size * 2, AUB_READ_BUFFER_SIZE);
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 55 int max; member in struct:server
369 #ifndef MAX
370 #define MAX(a, b) ((a) > (b) ? (a) : (b))
  /external/ppp/pppd/
pppd.h 79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
80 #define MAXARGS 1 /* max # args to a command */
81 #define MAXNAMELEN 256 /* max length of hostname or name for auth */
82 #define MAXSECRETLEN 256 /* max length of password or secret */
315 extern int maxfail; /* Max # of unsuccessful connection attempts */
319 extern int max_data_rate; /* max bytes/sec through charshunt */
334 3 - max(in,out) */
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 59 MAX = 'max'
    [all...]
  /external/python/cpython2/Objects/
floatobject.c 13 #undef MAX
15 #define MAX(x, y) ((x) < (y) ? (y) : (x))
78 {"max", "DBL_MAX -- maximum representable finite float"},
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 51 MAX = 'max'
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 66 #ifndef MAX
67 #define MAX(x,y) ((x)>(y)?(x):(y))
223 int olduse, res, min, max; local
230 max = a->used;
234 max = b->used;
239 if (c->alloc < max + 1) {
240 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
247 c->used = max + 1;
280 if (min != max) {
281 for (; i < max; i++)
310 int olduse, res, min, max; local
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 483 image->outlineAlpha = std::max(
872 #define MAX(a,b) ((a)>(b)?(a):(b))
940 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
941 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
942 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
945 printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n",
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.h 112 #define MAX(a, b) ((a) > (b) ? (a) : (b))
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 54 #define MAX(x,y) (((x) > (y)) ? (x) : (y))
66 #define MAX_SUPPORTED_SLICES_PER_FRAME 28 /* Max supported slices with 32 output buffers */
73 /*max mb per frame, max mb per sec, max bitrate, level, profile, dpbmbs*/
98 /*max mb per frame, max mb per sec, max bitrate, level, profile, dpbmbs*/
160 /*max mb per frame, max mb per sec, max bitrate, level, profile, dpbmbs*
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 57 MAX = 'max'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 57 MAX = 'max'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 57 MAX = 'max'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 57 MAX = 'max'
    [all...]
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 74 MAX = LowPowerMicAccessRelease
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 42 #ifndef MAX
43 #define MAX(x, y) ((x) < (y) ? (y) : (x))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 101 #undef MAX
102 #define MAX(x, y) ((x) < (y) ? (y) : (x))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 42 #undef MAX
43 #define MAX(x, y) ((x) < (y) ? (y) : (x))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 96 #undef MAX
97 #define MAX(x, y) ((x) < (y) ? (y) : (x))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 42 #ifndef MAX
43 #define MAX(x, y) ((x) < (y) ? (y) : (x))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 868 #define MAX(a, b) \
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 136 const int MAX = 5;
137 } // global max number of sampling types
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 43 #define MAX(a,b) ((a)>(b) ? (a):(b))
364 "error tag %d too large (max %d)\n",
463 rtpct = MIN(MAX(geom.rtblocks * 100 /
994 down1 = MAX(newname1.len, 3 + name2->len) <=
995 MAX(3 + name1->len, newname2.len);
1213 down1 = MAX(newname1.len, 3 + name2->len) <=
1214 MAX(3 + name1->len, newname2.len);
    [all...]
  /external/libevent/
event.c     [all...]

Completed in 2097 milliseconds

1 2 3 4 5 6 78 91011>>