Searched refs:st_type (Results 1 – 9 of 9) sorted by relevance
/third_party/libbpf/src/ |
D | elf.c | 129 …iter_new(struct elf_sym_iter *iter,pelfio_t elf, const char *binary_path, int sh_type, int st_type) in elf_sym_iter_new() argument 145 iter->st_type = st_type; in elf_sym_iter_new() 204 if (GELF_ST_TYPE(sym->st_info) != iter->st_type) in elf_sym_iter_next() 218 if(((sym->st_info) & 0xf) != iter->st_type) { in elf_sym_iter_next()
|
D | libbpf_internal.h | 543 int st_type; member
|
/third_party/ffmpeg/libavformat/ |
D | rtsp.c | 422 char buf1[64], st_type[64]; in sdp_parse_line() local 478 get_word(st_type, sizeof(st_type), &p); in sdp_parse_line() 479 if (!strcmp(st_type, "audio")) { in sdp_parse_line() 481 } else if (!strcmp(st_type, "video")) { in sdp_parse_line() 483 } else if (!strcmp(st_type, "application")) { in sdp_parse_line() 485 } else if (!strcmp(st_type, "text")) { in sdp_parse_line()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector_test.cc | 1294 auto* st_type = MakeStorageTextureTypes(ast::TextureDimension::k2d, in TEST_F() local 1296 AddStorageTexture("st_var", st_type, 4, 0); in TEST_F() 2394 auto* st_type = MakeStorageTextureTypes(dim, format); in TEST_P() local 2395 AddStorageTexture("st_var", st_type, 0, 0); in TEST_P()
|
/third_party/node/deps/uv/src/unix/ |
D | aix.c | 431 if (statbuf.st_type == VDIR) in uv__path_is_a_directory()
|
/third_party/libuv/src/unix/ |
D | aix.c | 431 if (statbuf.st_type == VDIR) in uv__path_is_a_directory()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 2069 const struct glsl_type *st_type = glsl_struct_type(&field, 1, "struct", false); in TEST_F() local 2070 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(st_type, 4, 0), in TEST_F()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 253 pub st_type: u32,
|
/third_party/python/Doc/library/ |
D | os.rst | 2803 .. attribute:: st_type
|