Searched refs:INT8_MIN (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dint_min_max.cpp44 EXPECT_EQ(INT8_MIN, u_intN_min(8));
/xsrc/external/mit/xgc/dist/
H A Dlex.c58 #ifndef INT8_MIN
59 #define INT8_MIN (-128) macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c58 #ifndef INT8_MIN
59 #define INT8_MIN (-128) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_create_stdint_h.m4629 # define INT8_MIN (-128)
646 # define INT_LEAST8_MIN INT8_MIN
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c298 #ifndef INT8_MIN
299 #define INT8_MIN (-128) macro
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c298 #ifndef INT8_MIN
299 #define INT8_MIN (-128) macro
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c298 #ifndef INT8_MIN
299 #define INT8_MIN (-128) macro
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp504 case imax8: return INT8_MIN;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp298 #ifndef INT8_MIN
299 #define INT8_MIN (-128) macro
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp298 #ifndef INT8_MIN
299 #define INT8_MIN (-128) macro
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c1614 assert(INT8_MIN <= value && value <= INT8_MAX);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c473 min_val = INT8_MIN;
H A Dlp_bld_nir_soa.c2086 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), INT8_MIN, 0);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3732 return LLVMConstInt(ctx->i8, INT8_MIN, 0);

Completed in 53 milliseconds