/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/ |
H A D | intf_object_provider.h | 19 #include <meta/base/namespace.h> 20 #include <meta/base/types.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_default_acceleration_structure_staging.h | 19 #include <base/containers/string.h> 20 #include <base/util/uid.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/ |
H A D | gpu_query_manager.cpp | 20 #include <base/containers/string.h> 21 #include <base/containers/string_view.h>
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_bitmap.h | 18 #include <base/containers/vector.h> 22 #include <meta/base/meta_types.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_node_post_process_util.h | 21 #include <base/containers/vector.h> 22 #include <base/util/uid.h>
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_function.h | 21 #include <meta/base/namespace.h> 22 #include <meta/base/types.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine_factory.cpp | 18 #include <base/containers/string_view.h> 19 #include <base/util/uid.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_api_impl.h | 22 #include <base/containers/array_view.h> 23 #include <base/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | system_graph_loader.h | 19 #include <base/containers/string_view.h> 20 #include <base/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | dispatcher_task_queue.h | 22 #include <base/containers/string_view.h> 23 #include <base/containers/vector.h>
|
/third_party/elfutils/tests/ |
H A D | dwfl-report-elf-align.c | 47 error (1, 0, "dwfl-report-elf-align shlib.so base funcaddr funcname"); in main() 53 uintptr_t base = strtoull (argv[2], &endptr, 0); in main() local 56 Dwfl_Module *mod = dwfl_report_elf (dwfl, argv[1], argv[1], -1, base, false); in main()
|
/third_party/gn/src/gn/ |
H A D | function_read_file.cc | 5 #include "base/files/file_util.h" 61 base::FilePath file_path = in RunReadFile() 69 if (!base::ReadFileToString(file_path, &file_contents)) { in RunReadFile()
|
/third_party/glfw/src/ |
H A D | posix_poll.c | 45 const uint64_t base = _glfwPlatformGetTimerValue(); in _glfwPollPOSIX() local 63 *timeout -= (_glfwPlatformGetTimerValue() - base) / in _glfwPollPOSIX()
|
/third_party/cups/ |
H A D | config.h | 55 # define strtoll(nptr, endptr, base) strtol((nptr), (endptr), (base))
|
/third_party/gn/src/util/ |
H A D | worker_pool.cc | 7 #include "base/command_line.h" 8 #include "base/strings/string_number_conversions.h" 16 base::CommandLine::ForCurrentProcess()->GetSwitchValueString( in GetThreadCount() 21 if (!thread_count.empty() && base::StringToInt(thread_count, &result) && in GetThreadCount()
|
/third_party/json/include/nlohmann/detail/iterators/ |
H A D | json_reverse_iterator.hpp | 28 @tparam Base the base iterator type to reverse. Valid types are @ref 57 /// create reverse iterator from base class 117 auto it = --this->base(); in key() 124 auto it = --this->base(); in value()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer_sp.h | 49 struct fd_submit base; member 97 struct fd_ringbuffer base; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_buffer.c | 36 bool persistent_coherent = trans->base.usage & (PIPE_MAP_PERSISTENT | in virgl_buffer_transfer_unmap() 39 if ((trans->base.usage & PIPE_MAP_WRITE) && !persistent_coherent) { in virgl_buffer_transfer_unmap()
|
/third_party/musl/src/signal/mipsn32/ |
H A D | sigsetjmp.s | 18 # save base of got so that we can use it later 29 ld $3, 176($4) # Restore base of got
|
/third_party/musl/src/signal/mips64/ |
H A D | sigsetjmp.s | 18 # save base of got so that we can use it later 29 ld $3, 176($4) # Restore base of got
|
/third_party/musl/src/hook/linux/ |
H A D | musl_malloc.h | 58 int __libc_malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg);
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | libc.h | 48 void (*load_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum); 49 void (*unload_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_malloc.h | 43 int __libc_malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg);
|
/third_party/musl/src/internal/ |
H A D | libc.h | 34 void (*load_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum); 35 void (*unload_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_vs_visitor.cpp | 101 : vec4_visitor(compiler, log_data, &key->base.tex, &vs_prog_data->base, in vec4_vs_visitor()
|