Home
last modified time | relevance | path

Searched refs:result (Results 6176 - 6200 of 10825) sorted by relevance

1...<<241242243244245246247248249250>>...433

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.h324 uint32 result; in PhysicalSize() local
325 if (!SafeUint32Add(fLogicalSize, 64u, &result)) in PhysicalSize()
330 return result; in PhysicalSize()
/third_party/protobuf/php/ext/google/protobuf/
H A Dnames.c117 bool result; in is_reserved() local
126 result = is_reserved_name(lower); in is_reserved()
128 return result; in is_reserved()
/third_party/python/Python/
H A Dcondvar.h194 int result = _PyCOND_WAIT_MS(cv, cs, INFINITE); in PyCOND_WAIT() local
195 return result >= 0 ? 0 : result; in PyCOND_WAIT()
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js330 const /** !Array<T> */ result = [];
335 result.push(valueFunction(bufferDecoder, bufferDecoder.cursor()));
337 return result;
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dmetadata_test.cc72 const bool result = atu::RunProtoCompiler(filename, cpp_out, &cli, file); in CaptureMetadata() local
74 if (!result) { in CaptureMetadata()
75 return result; in CaptureMetadata()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Draw_logging.cc97 bool result = true; in VADoRawLog() local
99 result = false; in VADoRawLog()
108 return result; in VADoRawLog()
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs144 let res = Errno::result(unsafe { libc::inotify_init1(flags.bits()) }); in init()
163 Errno::result(res).map(|wd| WatchDescriptor { wd }) in add_watch()
182 Errno::result(res).map(drop) in rm_watch()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_dead_block.cpp186 protobufs::Transformation result; in ToMessage() local
187 *result.mutable_add_dead_block() = message_; in ToMessage()
188 return result; in ToMessage()
H A Dtransformation_add_opphi_synonym.cpp164 protobufs::Transformation result; in ToMessage() local
165 *result.mutable_add_opphi_synonym() = message_; in ToMessage()
166 return result; in ToMessage()
H A Dtransformation_add_relaxed_decoration.cpp62 protobufs::Transformation result; in ToMessage() local
63 *result.mutable_add_relaxed_decoration() = message_; in ToMessage()
64 return result; in ToMessage()
H A Dtransformation_function_call.cpp44 // The result id must be fresh in IsApplicable()
160 // Update the module's bound to reflect the fresh id for the result of the in Apply()
183 protobufs::Transformation result; in ToMessage() local
184 *result.mutable_function_call() = message_; in ToMessage()
185 return result; in ToMessage()
H A Dtransformation_mutate_pointer.cpp52 // |insert_before_inst|. We are only using OpLoad here since the result does in IsApplicable()
62 // Check that |pointer_id| is a result id of a valid pointer instruction. in IsApplicable()
139 protobufs::Transformation result; in ToMessage() local
140 *result.mutable_mutate_pointer() = message_; in ToMessage()
141 return result; in ToMessage()
146 // |inst| must have both result id and type id and it may not cause undefined in IsValidPointerInstruction()
H A Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp59 // The struct type for holding the intermediate result must exist in the in IsApplicable()
98 // Determine the opcode of the new instruction that computes the result into a in Apply()
120 // Get the type of struct type id holding the intermediate result based on the in Apply()
134 // Insert the new instruction that computes the result into a struct before in Apply()
149 // the operation. This is the original result. in Apply()
192 // Both type ids of the operands and the result type ids must be equal. in IsInstructionSuitable()
225 protobufs::Transformation result; in ToMessage() local
226 *result.mutable_replace_add_sub_mul_with_carrying_extended() = message_; in ToMessage()
227 return result; in ToMessage()
H A Dtransformation_replace_branch_from_dead_block_with_exit.cpp134 protobufs::Transformation result; in ToMessage() local
135 *result.mutable_replace_branch_from_dead_block_with_exit() = message_; in ToMessage()
136 return result; in ToMessage()
H A Dtransformation_replace_copy_object_with_store_load.cpp160 protobufs::Transformation result; in ToMessage() local
161 *result.mutable_replace_copy_object_with_store_load() = message_; in ToMessage()
162 return result; in ToMessage()
H A Dtransformation_replace_opselect_with_conditional_branch.cpp199 protobufs::Transformation result; in ToMessage() local
200 *result.mutable_replace_opselect_with_conditional_branch() = message_; in ToMessage()
201 return result; in ToMessage()
H A Dtransformation_replace_parameter_with_global.cpp194 protobufs::Transformation result; in ToMessage() local
195 *result.mutable_replace_parameter_with_global() = message_; in ToMessage()
196 return result; in ToMessage()
H A Dtransformation_set_loop_control.cpp181 protobufs::Transformation result; in ToMessage() local
182 *result.mutable_set_loop_control() = message_; in ToMessage()
183 return result; in ToMessage()
H A Dtransformation_set_memory_operands_mask.cpp127 protobufs::Transformation result; in ToMessage() local
128 *result.mutable_set_memory_operands_mask() = message_; in ToMessage()
129 return result; in ToMessage()
H A Dtransformation_wrap_early_terminator_in_function.cpp80 // result id to use in an OpReturnValue instruction. in IsApplicable()
149 protobufs::Transformation result; in ToMessage() local
150 *result.mutable_wrap_early_terminator_in_function() = message_; in ToMessage()
151 return result; in ToMessage()
H A Dtransformation_wrap_vector_synonym.cpp58 // It must be possible to make a synonym of the result id of the scalar in IsApplicable()
90 // A suitable vector for the result type of the new vector instruction must in IsApplicable()
92 // type matches the result type of the scalar instruction. in IsApplicable()
163 protobufs::Transformation result; in ToMessage() local
164 *result.mutable_wrap_vector_synonym() = message_; in ToMessage()
165 return result; in ToMessage()
/third_party/spirv-tools/source/reduce/
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp35 std::vector<std::unique_ptr<ReductionOpportunity>> result; in GetAvailableOpportunities() local
147 result.push_back(MakeUnique<RemoveStructMemberReductionOpportunity>( in GetAvailableOpportunities()
151 return result; in GetAvailableOpportunities()
/third_party/spirv-tools/test/fuzz/
H A Dequivalence_relation_test.cpp40 std::vector<uint32_t> result; in ToUIntVector() local
42 result.push_back(*pointer); in ToUIntVector()
44 return result; in ToUIntVector()
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3TestPackage.cpp89 tcu::TestCase::IterateResult result; in iterate() local
98 result = testCase->iterate(); in iterate()
104 return result; in iterate()
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2TestPackage.cpp91 tcu::TestCase::IterateResult result; in iterate() local
100 result = testCase->iterate(); in iterate()
106 return result; in iterate()

Completed in 15 milliseconds

1...<<241242243244245246247248249250>>...433