Home
last modified time | relevance | path

Searched refs:INT16_MAX (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/flex/src/
H A Dflexint.h46 #ifndef INT16_MAX
47 #define INT16_MAX (32767) macro
H A Dgen.c213 ((tblend + numecs + 1) >= INT16_MAX in mkctbl()
1303 out_str_dec ((tblend >= INT16_MAX || long_align) ? in gentabs()
1309 (tblend >= INT16_MAX in gentabs()
1360 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1366 (total_states >= INT16_MAX in gentabs()
1392 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1398 (total_states >= INT16_MAX in gentabs()
1429 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1435 (total_states >= INT16_MAX in gentabs()
1559 (total_table_size >= INT16_MAX || long_align) ? in make_tables()
H A Dtables.c446 else if (max <= INT16_MAX) in min_int_size()
/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h46 # ifndef INT16_MAX
48 # define INT16_MAX __MAXINT__(int16_t) macro
/freebsd/sys/riscv/include/
H A D_stdint.h65 #define INT16_MAX 0x7fff macro
87 #define INT_LEAST16_MAX INT16_MAX
/freebsd/sys/arm/include/
H A D_stdint.h67 #define INT16_MAX 0x7fff macro
89 #define INT_LEAST16_MAX INT16_MAX
/freebsd/sys/arm64/include/
H A D_stdint.h69 #define INT16_MAX 0x7fff macro
91 #define INT_LEAST16_MAX INT16_MAX
/freebsd/sys/x86/include/
H A D_stdint.h77 #define INT16_MAX 0x7fff macro
106 #define INT_LEAST16_MAX INT16_MAX
/freebsd/sys/powerpc/include/
H A D_stdint.h90 #define INT16_MAX 0x7fff macro
112 #define INT_LEAST16_MAX INT16_MAX
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlimits.h38 #define S16_MAX INT16_MAX
/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c484 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MAX)); in ATF_TC_BODY()
486 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT16_MAX + 1)); in ATF_TC_BODY()
576 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MAX)); in ATF_TC_BODY()
609 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT16_MAX)); in ATF_TC_BODY()
653 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT16_MAX)); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp116 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h790 #define INT16_MAX INT16_C(32767) macro
797 # define __INT_LEAST16_MAX INT16_MAX
803 # define __INT_LEAST8_MAX INT16_MAX
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint24 INT16_MAX
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h49 #define INT16_MAX (32767) macro
/freebsd/crypto/openssl/test/
H A Dparams_test.c589 { "short", "0x7fff", INT16_MAX, 1, 2 },
590 { "short", "32767", INT16_MAX, 1, 2 },
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h138 assert(static_cast<int16_t>(RE.SectionID) <= INT16_MAX && "Relocation overflow"); in resolveRelocation()
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c71 #ifndef INT16_MAX
72 #define INT16_MAX (32767) macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c71 #ifndef INT16_MAX
72 #define INT16_MAX (32767) macro
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c72 #ifndef INT16_MAX
73 #define INT16_MAX (32767) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h339 assert(LScale < INT16_MAX && "scale too large"); in getSum()
340 assert(RScale < INT16_MAX && "scale too large"); in getSum()
/freebsd/contrib/libucl/tests/
H A Dtest_msgpack.c220 ucl_array_append (res, ucl_object_fromint (-(cur % INT16_MAX))); in ucl_test_integer()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h260 #define EV_INT16_MAX INT16_MAX
/freebsd/contrib/libevent/include/event2/
H A Dutil.h260 #define EV_INT16_MAX INT16_MAX
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c829 type_max = (uint64_t)INT16_MAX; in bhnd_nvram_parse_int()

12