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

12

/xsrc/external/mit/libXdmcp/dist/test/
H A DArray.c52 TestAllocOversize(ARRAY16, UINT8_MAX + 1);
53 TestAllocOversize(ARRAY32, UINT8_MAX + 1);
54 TestAllocOversize(ARRAYofARRAY8, UINT8_MAX + 1);
/xsrc/external/mit/libXdmcp/dist/
H A DArray.c85 if ((length > UINT8_MAX) || (length < 0))
102 if ((length > UINT8_MAX) || (length < 0))
119 if ((length > UINT8_MAX) || (length < 0))
179 if ((length > UINT8_MAX) || (length < 0))
199 if ((length > UINT8_MAX) || (length < 0))
215 if ((length > UINT8_MAX) || (length < 0))
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dint_min_max.cpp68 EXPECT_EQ(UINT8_MAX, u_uintN_max(8));
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_io.c185 return UINT8_MAX;
/xsrc/external/mit/xgc/dist/
H A Dlex.c76 #ifndef UINT8_MAX
77 #define UINT8_MAX (255U) macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c76 #ifndef UINT8_MAX
77 #define UINT8_MAX (255U) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c77 #ifndef UINT8_MAX
78 #define UINT8_MAX (255U) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.c2003 memset(&screen->heap_map, UINT8_MAX, sizeof(screen->heap_map));
2008 assert(screen->heap_map[i] == UINT8_MAX);
2015 if (screen->heap_map[i] == UINT8_MAX) {
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_create_stdint_h.m4640 # define UINT8_MAX (255)
657 # define UINT_LEAST8_MAX UINT8_MAX
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_mi_builder.h205 assert(b->gpr_refs[gpr] < UINT8_MAX);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader_info.c541 info->min_push_constant_used = UINT8_MAX;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h1882 #define ANV_DESCRIPTOR_SET_DESCRIPTORS (UINT8_MAX - 3)
1883 #define ANV_DESCRIPTOR_SET_NUM_WORK_GROUPS (UINT8_MAX - 2)
1884 #define ANV_DESCRIPTOR_SET_SHADER_CONSTANTS (UINT8_MAX - 1)
1885 #define ANV_DESCRIPTOR_SET_COLOR_ATTACHMENTS UINT8_MAX
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Dgfx7_cmd_buffer.c146 return UINT8_MAX;
H A Danv_private.h2201 #define ANV_DESCRIPTOR_SET_NULL (UINT8_MAX - 5)
2202 #define ANV_DESCRIPTOR_SET_PUSH_CONSTANTS (UINT8_MAX - 4)
2203 #define ANV_DESCRIPTOR_SET_DESCRIPTORS (UINT8_MAX - 3)
2204 #define ANV_DESCRIPTOR_SET_NUM_WORK_GROUPS (UINT8_MAX - 2)
2205 #define ANV_DESCRIPTOR_SET_SHADER_CONSTANTS (UINT8_MAX - 1)
2206 #define ANV_DESCRIPTOR_SET_COLOR_ATTACHMENTS UINT8_MAX
H A Dgfx8_cmd_buffer.c810 return UINT8_MAX;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c316 #ifndef UINT8_MAX
317 #define UINT8_MAX (255U) macro
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c316 #ifndef UINT8_MAX
317 #define UINT8_MAX (255U) macro
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c316 #ifndef UINT8_MAX
317 #define UINT8_MAX (255U) macro
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_args.c141 if (args->shader_info->min_push_constant_used == UINT8_MAX)
H A Dradv_shader_info.c593 info->min_push_constant_used = UINT8_MAX;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_utils.c1066 const uint8_t one = normalized ? UINT8_MAX : 1;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp415 case V_008F0C_BUF_DATA_FORMAT_8_8_8_8: max = uscaled ? 0x437f0000u : UINT8_MAX; break;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp316 #ifndef UINT8_MAX
317 #define UINT8_MAX (255U) macro

Completed in 94 milliseconds

12