Home
last modified time | relevance | path

Searched defs:initial_value (Results 1 - 25 of 42) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Deventfd_read.c27 unsigned int initial_value = 2; in eventfd_read_0100() local
67 unsigned int initial_value = 2; in eventfd_read_0300() local
H A Deventfd_write.c28 unsigned int initial_value = 0; in eventfd_write_0100() local
77 unsigned int initial_value = 2; in eventfd_write_0300() local
/third_party/gn/src/base/
H A Datomic_ref_count.h18 explicit constexpr AtomicRefCount(int initial_value) in AtomicRefCount() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_dummy.c27 vk_sync_dummy_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_dummy_init() argument
H A Dvk_sync_binary.c37 vk_sync_binary_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_binary_init() argument
H A Dvk_sync.c81 vk_sync_init(struct vk_device *device, struct vk_sync *sync, const struct vk_sync_type *type, enum vk_sync_flags flags, uint64_t initial_value) vk_sync_init() argument
110 vk_sync_create(struct vk_device *device, const struct vk_sync_type *type, enum vk_sync_flags flags, uint64_t initial_value, struct vk_sync **sync_out) vk_sync_create() argument
H A Dvk_drm_syncobj.c45 vk_drm_syncobj_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_drm_syncobj_init() argument
H A Dvk_sync_timeline.c57 vk_sync_timeline_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_timeline_init() argument
H A Dvk_semaphore.c107 get_semaphore_type(const void *pNext, uint64_t *initial_value) in get_semaphore_type() argument
131 uint64_t initial_value = 0; in vk_common_CreateSemaphore() local
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h133 set_new_value(initial_value); variable
159 std::string initial_value; variable
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c35 lvp_pipe_sync_init(UNUSED struct vk_device *vk_device, struct vk_sync *vk_sync, uint64_t initial_value) lvp_pipe_sync_init() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_bo_sync.c36 anv_bo_sync_init(struct vk_device *vk_device, struct vk_sync *vk_sync, uint64_t initial_value) anv_bo_sync_init() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c39 dzn_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) dzn_sync_init() argument
/third_party/node/deps/v8/src/objects/
H A Dembedder-data-slot-inl.h34 void EmbedderDataSlot::Initialize(Object initial_value) { in Initialize() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.c42 pvr_srv_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) pvr_srv_sync_init() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp242 uint64_t initial_value = constant_val + step_value * num_iterations; in FindSuitableStepAndInitialValueConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp242 uint64_t initial_value = constant_val + step_value * num_iterations; in FindSuitableStepAndInitialValueConstants() local
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp242 uint64_t initial_value = constant_val + step_value * num_iterations; in FindSuitableStepAndInitialValueConstants() local
/third_party/libbpf/src/
H A Dskel_internal.h42 __aligned_u64 initial_value; member
/third_party/node/deps/v8/src/base/
H A Dvector.h310 explicit EmbeddedVector(const T& initial_value) : Vector<T>(buffer_, kSize) { in EmbeddedVector() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp65 init(const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth, glw::GLubyte initial_value) init() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc697 int initial_value = 1; in TEST() local
725 int initial_value = 1; in TEST() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c67 unsigned int rc_init_swizzle(unsigned int initial_value, unsigned int channels) in rc_init_swizzle() argument
/third_party/ffmpeg/libavfilter/
H A Daf_dynaudnorm.c474 const double initial_value = s->alt_boundary_mode ? gain.max_gain : fmin(1.0, gain.max_gain); in update_gain_history() local
491 double initial_value = s->alt_boundary_mode ? cqueue_peek(s->gain_history_original[channel], 0) : 1.0; in update_gain_history() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c435 tu_timeline_sync_init(struct vk_device *vk_device, struct vk_sync *vk_sync, uint64_t initial_value) tu_timeline_sync_init() argument

Completed in 18 milliseconds

12