Searched refs:UINT8_MAX (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/flex/
H A Dflexint.h52 #ifndef UINT8_MAX
53 #define UINT8_MAX (255U) macro
/freebsd-10.0-release/lib/clang/include/llvm/Support/
H A DDataTypes.h83 #define UINT8_MAX 255 macro
/freebsd-10.0-release/sys/arm/include/
H A D_stdint.h72 #define UINT8_MAX 0xff macro
94 #define UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/sys/ia64/include/
H A D_stdint.h72 #define UINT8_MAX 0xff macro
94 #define UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/sys/sparc64/include/
H A D_stdint.h72 #define UINT8_MAX 0xff macro
94 #define UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/sys/mips/include/
H A D_stdint.h96 #define UINT8_MAX 0xff macro
118 #define UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/sys/powerpc/include/
H A D_stdint.h95 #define UINT8_MAX 0xff macro
117 #define UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/sys/x86/include/
H A D_stdint.h80 #define UINT8_MAX 0xff macro
111 #define UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/usr.bin/csup/
H A Drcstokenizer.h80 #ifndef UINT8_MAX
81 #define UINT8_MAX (255U) macro
H A Dlex.rcs.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in108 #ifndef UINT8_MAX
109 # define UINT8_MAX 255
/freebsd-10.0-release/usr.sbin/bluetooth/btpand/
H A Dserver.c77 server_avail = UINT8_MAX - (count - 1) * UINT8_MAX / server_limit;
78 log_info("Service Availability: %d/%d", server_avail, UINT8_MAX);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c245 if (max > UINT8_MAX)
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h83 GetOpcode8 (uint8_t invalid_opcode = UINT8_MAX) const
H A DRegisterValue.h164 GetAsUInt8 (uint8_t fail_value = UINT8_MAX, bool *success_ptr = NULL) const argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp594 const uint8_t signo = response.GetHexU8 (UINT8_MAX);
2246 case eBreakpointSoftware: if (!m_supports_z0) return UINT8_MAX; break;
2247 case eBreakpointHardware: if (!m_supports_z1) return UINT8_MAX; break;
2248 case eWatchpointWrite: if (!m_supports_z2) return UINT8_MAX; break;
2249 case eWatchpointRead: if (!m_supports_z3) return UINT8_MAX; break;
2250 case eWatchpointReadWrite: if (!m_supports_z4) return UINT8_MAX; break;
2283 return UINT8_MAX;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h638 # define UINT8_MAX UINT8_C(255) macro
641 # define __UINT_LEAST8_MAX UINT8_MAX
/freebsd-10.0-release/sys/vm/
H A Dvm_map.h339 #define VM_FAULT_READ_AHEAD_MAX min(atop(MAXPHYS) - 1, UINT8_MAX)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c592 if (dtp->dt_conf.dtc_difversion > UINT8_MAX ||
593 dtp->dt_conf.dtc_difintregs > UINT8_MAX ||
594 dtp->dt_conf.dtc_diftupregs > UINT8_MAX)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp1706 if (octal_value <= UINT8_MAX)
1729 if (hex_value <= UINT8_MAX)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp481 value.GetScalar() = (int8_t)(reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT8_MAX);
483 value.GetScalar() = (uint8_t)(reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT8_MAX);
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dlex.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dlex.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/freebsd-10.0-release/lib/libbluetooth/
H A Dhci.c100 plen > UINT8_MAX) {

Completed in 184 milliseconds

12