HomeSort by relevance Sort by last modified time
    Searched refs:MAX (Results 476 - 500 of 878) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 79 IntersectionBase = MAX (Base, Descriptor->BaseAddress);
222 IntersectionBase = MAX (Base, Descriptor->BaseAddress);
767 // Allocate the resource node with max alignment at first
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c     [all...]
  /external/adhd/cras/src/tests/
cras_test_client.c 32 static const size_t MAX_IODEVS = 10; /* Max devices to print out. */
33 static const size_t MAX_IONODES = 20; /* Max ionodes to print out. */
34 static const size_t MAX_ATTACHED_CLIENTS = 10; /* Max clients to print out. */
774 pselect(MAX(tty, pipefd[0]) + 1,
830 volume_scaler = MAX(volume_scaler - 0.1, 0.0);
862 printf("Volume: %zu%s Min dB: %ld Max dB: %ld\n"
863 "Capture: %ld%s Min dB: %ld Max dB: %ld\n",
    [all...]
  /external/elfutils/libelf/
elf32_updatefile.c 121 char *fill_start = MAX (shdr_end, scn_start);
221 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
elf_begin.c 292 elf->state.elf32.scns.max = scnmax;
556 unsigned char header[MAX (sizeof (Elf64_Ehdr), SARMAG)];
561 MIN (MAX (sizeof (Elf64_Ehdr), SARMAG),
1038 result->state.elf32.scns.max = NSCNSALLOC;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 822 c->buffer->max_len = MAX (c->buffer->len * HB_BUFFER_MAX_LEN_FACTOR,
827 c->buffer->max_ops = MAX (c->buffer->len * HB_BUFFER_MAX_OPS_FACTOR,
hb-private.hh 232 #undef MAX
234 static inline Type MAX (const Type &a, const Type &b) { return a > b ? a : b; }
498 int min = 0, max = (int) this->len - 1; local
499 while (min <= max)
501 int mid = (min + max) / 2;
504 max = mid - 1;
513 if (max < 0 || (max < (int) this->len && this->array[max].cmp (x) > 0))
514 max++
    [all...]
  /external/libavc/decoder/
ih264d_parse_headers.c     [all...]
  /external/lz4/tests/
frametest.c 102 #define MAX(a,b) ( (a) > (b) ? (a) : (b) )
106 return clock() - clockStart; /* works even if overflow; max span ~ 30 mn */
631 BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBufferSize); /* when flushes are possible, can't guarantee a max compressed size */
671 unsigned const maxBits = MAX(3, suggestedBits);
    [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/opencv/cv/src/
cvcorner.cpp 292 max_dy = MAX( max_dy, aperture_size + block_size );
597 max_dy = MAX( max_dy, aperture_size );
  /external/opencv/cvaux/include/
cvvidsurv.hpp 678 /* Return max border: */
694 CvRect r = cvRect( MAX(r1.x, r2.x), MAX(r1.y, r2.y), 0, 0 );
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 122 <EXPRESSION>"MAX" { return token::MAX; }
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 96 #define PKTQ_LEN_DEFAULT 128 /* Max 128 packets */
106 uint16 max; /* maximum number of queued packets */ member in struct:pktq_prec
146 uint16 max; /* total max packets */ \
287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
288 #define pktq_pmax(pq, prec) ((pq)->q[prec].max)
290 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
291 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
318 #define pktq_max(pq) ((int)(pq)->max)
319 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len)
    [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 66 #ifndef MAX
67 #define MAX(a, b) ((a) > (b) ? (a) : (b))
258 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1);
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKLocalDateTime.java 169 MAX_DATE_TIME = LocalDateTime.MAX;
178 TemporalAccessor[] array = {TEST_2007_07_15_12_30_40_987654321, LocalDateTime.MAX, LocalDateTime.MIN, };
255 check(LocalDateTime.MAX, Year.MAX_VALUE, 12, 31, 23, 59, 59, 999999999);
769 ZoneOffset.UTC, LocalDateTime.MAX},
781 LocalDateTime.ofInstant(Instant.MAX, OFFSET_PONE) ;
    [all...]
TCKLocalTime.java 161 TemporalAccessor[] array = {TEST_12_30_40_987654321, LocalTime.MIN, LocalTime.MAX, LocalTime.MIDNIGHT, LocalTime.NOON};
229 check(LocalTime.MAX, 23, 59, 59, 999999999);
292 Clock clock = Clock.fixed(Instant.MAX, ZoneOffset.UTC);
730 {LocalTime.of(23, 5, 20, 1000), LocalTime.MAX, LocalTime.of(23, 5, 20, 1000), null},
734 {LocalTime.MAX, LocalTime.of(23, 5, 20, 1000), LocalTime.of(23, 59, 59, 999999999), null},
    [all...]
  /prebuilts/build-tools/common/bison/
yacc.c 115 # b4_int_type(MIN, MAX)
118 # MIN to MAX (included). Overwrite the version from c.m4, which
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar 
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
vector.d 52 80: 06 c4 01 0c R6 = MAX \(R0, R1\) \(V\);
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 337 "error tag %d too large (max %d)\n",
436 rtpct = MIN(MAX(geom.rtblocks * 100 /
967 down1 = MAX(newname1.len, 3 + name2->len) <=
968 MAX(3 + name1->len, newname2.len);
1188 down1 = MAX(newname1.len, 3 + name2->len) <=
1189 MAX(3 + name1->len, newname2.len);
    [all...]
  /external/eigen/blas/testing/
cblat3.f 134 INTRINSIC MAX, MIN
246 AB( I, J ) = MAX( I - J + 1, 0 )
454 INTRINSIC MAX
635 ERRMAX = MAX( ERRMAX, ERR )
739 INTRINSIC MAX
    [all...]
zblat3.f 136 INTRINSIC MAX, MIN
248 AB( I, J ) = MAX( I - J + 1, 0 )
456 INTRINSIC MAX
637 ERRMAX = MAX( ERRMAX, ERR )
741 INTRINSIC MAX
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 320 new_size = MAX( written_len + len, new_size );
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
rx-parse.y 158 %token MACHI MACLH MACLO MAX MIN MOV MOVCO MOVLI MOVU MSBHI MSBLH MSBLO MUL
626 | MAX { sub_op = 4; } op_dp20_rim
922 /* sbb, neg, adc, abs, max, min, div, divu, tst, not, xor, stz, stnz, emul, emulu */
932 /* neg, adc, abs, max, min, div, divu, tst, not, xor, stz, stnz, emul, emulu */
    [all...]

Completed in 2477 milliseconds

<<11121314151617181920>>