Searched refs:int8_t (Results 1 – 7 of 7) sorted by relevance
69 #ifndef int8_t70 typedef __int8 int8_t; typedef94 typedef int8_t int_least8_t;104 typedef int8_t int_fast8_t;133 #define INT8_MIN ((int8_t)_I8_MIN)
22 typedef int8_t zip_int8_t;
77 typedef signed char int8_t; /* Signed integer >= 8 bits */ typedef79 typedef int8 int8_t; /* Signed integer >= 8 bits */ typedef242 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0)
43 …PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t …
105 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes()
149 static const int8_t unhex[256] =
8972 # define INT8_TYPE int8_t
Completed in 556 milliseconds