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

  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 51 const int32_t int_max = (1 << (7 + bd)) - 1; local
52 const int32_t int_min = -int_max - 1;
54 assert(input <= int_max);
  /system/bt/stack/include/
gap_api.h 143 uint16_t int_max; member in struct:__anon2394
  /system/bt/stack/btu/
btu_hcif.cc 1735 uint16_t int_min, int_max, latency, timeout; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 503 Fixed USHRT_MAX for sizeof(short)=sizeof(int) but INT_MAX > SHRT_MAX
958 Volatile int newi, int_max, two=2; local
2506 Volatile Integer newi, int_max, maxeri, int_min, minneri; local
    [all...]

Completed in 970 milliseconds