Home
last modified time | relevance | path

Searched refs:st_int (Results 1 – 4 of 4) sorted by relevance

/external/libffi/src/alpha/
Dosf.S103 jmp $31, ($1), $st_int
110 $st_int:
/external/llvm-project/clang/test/SemaCXX/
Dsizeless-1.cpp445 s_template<int> st_int; in cxx_only() local
/external/python/cpython2/Modules/
D_struct.c68 typedef struct { char c; int x; } st_int; typedef
75 #define INT_ALIGN (sizeof(st_int) - sizeof(int))
/external/python/cpython3/Modules/
D_struct.c73 typedef struct { char c; int x; } st_int; typedef
82 #define INT_ALIGN (sizeof(st_int) - sizeof(int))