Home
last modified time | relevance | path

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

/third_party/openssl/util/
Dcheck-format-test-negatives.c389 struct s_type { struct
394 struct s_type struct
396 enum e_type {
399 enum e2_type {
/third_party/node/deps/openssl/openssl/util/
Dcheck-format-test-negatives.c389 struct s_type { struct
394 struct s_type struct
396 enum e_type {
399 enum e2_type {
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc271 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
353 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
399 auto* s_type = Structure("Outer", {Member("inner", ty.Of(alias))}); in TEST_F() local
444 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
493 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp393 s_expression *s_type; in read_declaration() local
711 s_expression *s_type; in read_expression() local
940 s_expression *s_type = NULL; in read_texture() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c623 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled() local
846 struct lp_type s_type; in lp_build_depth_stencil_test() local
Dlp_state_fs.c832 struct lp_type s_type = zs_type; in generate_fs_loop() local
/third_party/NuttX/include/nuttx/net/
Dnet.h190 uint8_t s_type; /* Protocol type: Only SOCK_STREAM or member
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs1397 let s_type = getsockopt(s, super::SockType).unwrap(); in is_socket_type_dgram() localVariable
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c28 #define VN_ADD_TO_PNEXT(elem, s_type, head) \ argument
34 #define VN_ADD_EXT_TO_PNEXT(ext, elem, s_type, head) \ argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h4534 struct file_system_type *s_type; member