Searched refs:s_int (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | s_expression.h | 90 class s_int : public s_number 93 s_int(int x) : val(x) { } in s_int() function 159 s_pattern(s_int *&s) : p_int(&s), type(INT) { } in s_pattern() 170 s_int **p_int;
|
D | s_expression.cpp | 85 expr = new(ctx) s_int(i); in read_atom() 148 void s_int::print() in print() 185 case INT: if (expr->is_int()) *p_int = (s_int *) expr; break; in match()
|
D | ir_reader.cpp | 138 s_int *s_size; in read_type() 844 s_int *value = SX_AS_INT(expr); in read_constant() 1023 s_int *si_offset = SX_AS_INT(s_offset); in read_texture() 1037 s_int *proj_as_int = SX_AS_INT(s_proj); in read_texture()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_pep3118.py | 117 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable 129 s_int = s_long variable 151 (c_int, "<" + s_int, None, c_int),
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pep3118.py | 120 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable 132 s_int = s_long variable 154 (c_int, "<" + s_int, (), c_int),
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1592 typedef struct { char c; int x; } s_int; typedef 1605 #define INT_ALIGN (sizeof(s_int) - sizeof(int))
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1691 typedef struct { char c; int x; } s_int; typedef 1704 #define INT_ALIGN (sizeof(s_int) - sizeof(int))
|
/external/python/cpython2/Lib/test/ |
D | test_re.py | 825 def s_int(scanner, token): return int(token) function 830 (r"\d+", s_int),
|
/external/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 2018 // 4s/4s_int forms. 2035 // 4s/4s_int forms.
|
/external/python/cpython3/Lib/test/ |
D | test_re.py | 1227 def s_int(scanner, token): return int(token) function 1232 (r"\d+", s_int),
|