Home
last modified time | relevance | path

Searched defs:s_type (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dva_struct2.c55 ffi_type s_type; in main() local
Dva_struct1.c53 ffi_type s_type; in main() local
Dva_struct3.c57 ffi_type s_type; in main() local
Dcls_struct_va1.c51 ffi_type s_type; in main() local
Dva_1.c86 ffi_type s_type; in main() local
/external/libffi/testsuite/libffi.call/
Dva_struct3.c57 ffi_type s_type; in main() local
Dva_struct2.c55 ffi_type s_type; in main() local
Dva_struct1.c53 ffi_type s_type; in main() local
Dcls_struct_va1.c51 ffi_type s_type; in main() local
Dva_1.c86 ffi_type s_type; in main() local
/external/libffi/testsuite/libffi.closures/
Dcls_struct_va1.c51 ffi_type s_type; in main() local
/external/mesa3d/src/compiler/glsl/
Dir_reader.cpp393 s_expression *s_type; in read_declaration() local
711 s_expression *s_type; in read_expression() local
939 s_expression *s_type = NULL; in read_texture() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c622 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled() local
844 struct lp_type s_type; in lp_build_depth_stencil_test() local
Dlp_state_fs.c761 struct lp_type s_type = zs_type; in generate_fs_loop() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc168 const std::string s_type = absl::StrCat("FLT", s_count); in GenerateConvolutionConstantCode() local
/external/rust/crates/nix/src/sys/socket/
Dsockopt.rs673 let s_type = getsockopt(s, super::SockType).unwrap(); in is_socket_type_dgram() localVariable