Home
last modified time | relevance | path

Searched refs:ufs (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/internal/
Dcef_string_wrappers.h64 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free()
65 return cef_string_userfree_wide_free(ufs); in userfree_free()
162 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free()
163 return cef_string_userfree_utf8_free(ufs); in userfree_free()
245 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free()
246 return cef_string_userfree_utf16_free(ufs); in userfree_free()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c293 struct lima_fs_uncompiled_shader *ufs, in lima_fs_compile_shader() argument
297 nir_shader *nir = nir_shader_clone(fs, ufs->base.ir.nir); in lima_fs_compile_shader()
344 struct lima_fs_uncompiled_shader *ufs, in lima_get_compiled_fs() argument
368 if (!lima_fs_compile_shader(ctx, key, ufs, fs)) in lima_get_compiled_fs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1666 } ufs; member
1705 swapStruct(x.ufs.fs64); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1731 } ufs; member
1770 swapStruct(x.ufs.fs64); in swapStruct()
/third_party/python/Doc/tutorial/
Dmodules.rst295 >>> sys.path.append('/ufs/guido/lib/python')