/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 2134 cl_int result = getInfo(name, ¶m); in getInfo() local 2136 *err = result; in getInfo() 2250 cl_int result = getInfo(name, ¶m); in getInfo() local 2252 *err = result; in getInfo() 2392 * Wraps clGetPlatformIDs(), returning the first result. 2421 * Wraps clGetPlatformIDs(), returning the first result. 2772 cl_int result = getInfo(name, ¶m); in getInfo() local 2774 *err = result; in getInfo() 2908 cl_int result = getInfo(name, ¶m); in getInfo() local 2910 *err = result; in getInfo() 2931 cl_int result = getProfilingInfo(name, ¶m); getProfilingInfo() local 3117 cl_int result = getInfo(name, ¶m); getInfo() local 3353 Buffer result; createSubBuffer() local 3649 cl_int result = getImageInfo(name, ¶m); getImageInfo() local 4753 cl_int result = getInfo(name, ¶m); getInfo() local 4945 cl_int result = getInfo(name, ¶m); getInfo() local 4967 cl_int result = getArgInfo(argIndex, name, ¶m); getArgInfo() local 4991 cl_int result = getWorkGroupInfo(device, name, ¶m); getWorkGroupInfo() local 5341 cl_int result = getInfo(name, ¶m); getInfo() local 5364 cl_int result = getBuildInfo(device, name, ¶m); getBuildInfo() local 5485 cl_int result = getInfo(CL_PROGRAM_BINARIES, &binaries); getInfo() local 5709 cl_int result = getInfo(name, ¶m); getInfo() local 6189 void * result = ::clEnqueueMapBuffer( enqueueMapBuffer() local 6220 void * result = ::clEnqueueMapImage( enqueueMapImage() local 6779 void * result = ::clEnqueueMapBuffer( enqueueMapBuffer() local [all...] |
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 1283 _restartResult = restart; // remember the restart result so we return the correct error code no matter what the user chooses to do in the UI. in OnApplyComplete() 2621 BOOL result; in WillElevate() local 2623 return SUCCEEDED(BalConditionEvaluate(&WILL_ELEVATE_CONDITION, _engine, &result, nullptr)) && result; in WillElevate() 2658 BOOL result = FALSE; in IsCrtInstalled() local 2662 result = TRUE; in IsCrtInstalled() 2666 _crtInstalledToken = result ? 1 : 0; in IsCrtInstalled() 2667 return result; in IsCrtInstalled() 2672 BOOL result = FALSE; in EvaluateConditions() local 2677 hr = BalConditionEvaluate(pCondition, _engine, &result, in EvaluateConditions() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendTests.cpp | 1132 // Compare result with reference image in verifyImage() 1139 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release()); in verifyImage() 1149 result->getAccess(), in verifyImage() 1164 result->getAccess(), in verifyImage() 1178 result->getAccess(), in verifyImage() 1578 // Compare result with reference image in verifyImage() 1585 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release()); in verifyImage() 1602 result->getAccess(), in verifyImage() 1617 result->getAccess(), in verifyImage() 1631 result in verifyImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 169 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() local 171 return result; in getVkBuffer() 270 const tcu::Vec2 result = a * alpha + b * (1.0f - alpha); in mixVec2() local 272 return result; in mixVec2() 277 const tcu::Vec2 result = tcu::Vec2(deFloatMix(a.x(), b.x(), alpha), deFloatMix(a.y(), b.y(), beta)); in mixCoordsVec2() local 279 return result; in mixCoordsVec2() 427 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\n" in initPrograms() 481 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\n" in initPrograms() 591 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\n" in initPrograms() 635 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\ in initPrograms() 1512 const std::string result = getShaderBodyText() local 1539 const std::string result = getShaderBodyText() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | dhcpd.c | 859 int fd, result = -1; in send_packet6() local 894 result = sendto(fd, &packet, sizeof(dhcp6_raw_t)-padding, in send_packet6() 897 dbg("sendto %d\n", result); in send_packet6() 899 if (result < 0) dbg("PACKET send error\n"); in send_packet6() 900 return result; in send_packet6() 909 int fd, result = -1; in send_packet() local 947 result = sendto(fd, &packet, sizeof(dhcp_raw_t) - padding, 0, in send_packet() 950 dbg("sendto %d\n", result); in send_packet() 952 if (result < 0) dbg("PACKET send error\n"); in send_packet() 953 return result; in send_packet() [all...] |
/third_party/python/Objects/ |
H A D | memoryobject.c | 1123 get_native_fmtchar(char *result, const char *fmt) in get_native_fmtchar() argument 1143 *result = fmt[0]; in get_native_fmtchar() 1292 /* Cast a 1-D array to a new shape. The result array will be C-contiguous. 1293 If the result array does not have exactly the same byte length as the 1302 assert(Py_SIZE(mv) == 3*(ndim==0?1:ndim)); /* ndim of result array */ in cast_to_ND() 1353 All casts must result in views that will have the exact byte 2848 goto result; /* Py_NotImplemented */ in memory_richcompare() 2853 goto result; in memory_richcompare() 2860 goto result; in memory_richcompare() 2867 goto result; /* Py_NotImplemente in memory_richcompare() [all...] |
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 731 let mut result = if is_struct { in deserialize_seq() variables 745 result = quote! { in deserialize_seq() 746 _serde::__private::Into::<#this_type #ty_generics>::into(#result) in deserialize_seq() 767 _serde::__private::Ok(#result) in deserialize_seq() 876 let mut result = quote!(#type_path(__field0)); in deserialize_newtype_struct() variables 880 result = quote! { in deserialize_newtype_struct() 881 _serde::__private::Into::<#this_type #ty_generics>::into(#result) in deserialize_newtype_struct() 892 _serde::__private::Ok(#result) in deserialize_newtype_struct() 2623 let result = fields_names.iter().map(|(field, name)| { in deserialize_map() 2647 let mut result in deserialize_map() variables [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendTests.cpp | 1134 // Compare result with reference image in verifyImage() 1141 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release()); in verifyImage() 1151 result->getAccess(), in verifyImage() 1166 result->getAccess(), in verifyImage() 1180 result->getAccess(), in verifyImage() 1580 // Compare result with reference image in verifyImage() 1587 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release()); in verifyImage() 1604 result->getAccess(), in verifyImage() 1619 result->getAccess(), in verifyImage() 1633 result in verifyImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 169 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() local 171 return result; in getVkBuffer() 270 const tcu::Vec2 result = a * alpha + b * (1.0f - alpha); in mixVec2() local 272 return result; in mixVec2() 277 const tcu::Vec2 result = tcu::Vec2(deFloatMix(a.x(), b.x(), alpha), deFloatMix(a.y(), b.y(), beta)); in mixCoordsVec2() local 279 return result; in mixCoordsVec2() 420 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\n" in initPrograms() 474 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\n" in initPrograms() 584 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\n" in initPrograms() 624 << "layout(set = 0, binding = 0, r32i) uniform iimage3D result;\ in initPrograms() 1492 const std::string result = getShaderBodyText() local 1519 const std::string result = getShaderBodyText() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 2483 struct phy_info_arg result = { in nl80211_get_hw_feature_data() local 2504 if (send_and_recv_msgs(drv, msg, phy_info_handler, &result, in nl80211_get_hw_feature_data() 2508 nl80211_set_regulatory_flags(drv, &result); in nl80211_get_hw_feature_data() 2509 if (result.failed) { in nl80211_get_hw_feature_data() 2512 for (i = 0; result.modes && i < *num_modes; i++) { in nl80211_get_hw_feature_data() 2513 os_free(result.modes[i].channels); in nl80211_get_hw_feature_data() 2514 os_free(result.modes[i].rates); in nl80211_get_hw_feature_data() 2516 os_free(result.modes); in nl80211_get_hw_feature_data() 2521 *dfs_domain = result.dfs_domain; in nl80211_get_hw_feature_data() 2523 modes = wpa_driver_nl80211_postprocess_modes(result in nl80211_get_hw_feature_data() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 43 #include "src/wasm/wasm-result.h" 1035 i::Handle<i::String> result = i::MessageHandler::GetMessage(isolate, message); variable 1036 result = i::String::Flatten(isolate, result); // For performance. 1039 result->ToCString(i::DISALLOW_NULLS, i::FAST_STRING_TRAVERSAL, &length); 1083 ownvec<Frame> result = ownvec<Frame>::make_uninitialized(num_frames); in trace() local 1085 result[i] = in trace() 1088 return result; in trace() 1891 bool result = in set() local 1893 DCHECK(result); in set() 1989 i::Handle<i::Object> result = global() variable 2031 int result = i::WasmTableObject::Grow(isolate, table, global() variable [all...] |
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 90 # are tainted, all the others become tainted too as a result of 462 my $result = $templ->fill_in(@_); 464 $result; 655 # Print result text instead of returning it 709 The result of filling in this template is a string, which might look 725 template into the example result, and prints it out: 741 my $result = $template->fill_in(HASH => \%vars); 743 if (defined $result) { print $result } 778 front of a brace) escapes its special meaning. The result o [all...] |
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 90 # are tainted, all the others become tainted too as a result of 462 my $result = $templ->fill_in(@_); 464 $result; 655 # Print result text instead of returning it 709 The result of filling in this template is a string, which might look 725 template into the example result, and prints it out: 741 my $result = $template->fill_in(HASH => \%vars); 743 if (defined $result) { print $result } 778 front of a brace) escapes its special meaning. The result o [all...] |
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi.h | 56 int32_t (*sum)(struct HdfDeviceObject *device, int32_t x0, int32_t x1, int32_t *result);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/ |
H A D | ipp_node.h | 44 void DeliverAlgoProductBuffer(std::shared_ptr<IBuffer>& result);
|
/third_party/curl/tests/libtest/ |
H A D | lib1515.c | 99 res = msg->data.result; in do_one_request()
|
H A D | lib1565.c | 129 res = message->data.result; in test()
|
/third_party/alsa-utils/bat/ |
H A D | common.h | 77 * If DELTA_RATE is too high, BAT may not be able to recognize negative result; 87 * will be more time-consuming, and the result will be more accurate. */ 196 float result[LATENCY_TEST_NUMBER]; member
|
/third_party/icu/icu4c/source/i18n/ |
H A D | units_data.h | 65 * @param result Receives the set of conversion rates. 68 void U_I18N_API getAllConversionRates(MaybeStackVector<ConversionRateInfo> &result, UErrorCode &status); 197 * result set.
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.h | 404 const UnicodeString& result,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | utrans.h | 175 * Any non-NULL result from this function should later be closed with 207 * the result is the Transliterator "B-A", if such a transliterator is 208 * registered with the system. Otherwise the result is NULL and a 209 * failing UErrorCode is set. Any non-NULL result from this function 223 * Create a copy of a transliterator. Any non-NULL result from this 291 * @param adoptedTrans a transliterator, typically the result of 396 * after new text has been inserted, e.g. as a result of a keyboard 418 * insert new text into the buffer. As a result, it only performs 446 * result is longer than textCapacity, it is truncated. The actual 447 * length of the result i [all...] |
/third_party/alsa-lib/include/ |
H A D | global.h | 135 int snd_user_file(const char *file, char **result);
|
/third_party/icu/tools/colprobe/ |
H A D | line.h | 64 UnicodeString strengthIndent(UColAttributeValue strength, int indentSize, UnicodeString &result);
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | chariter.h | 621 * referred to by "result". 622 * @param result Receives a copy of the text under iteration. 625 virtual void getText(UnicodeString& result) = 0;
|
H A D | ucharstriebuilder.h | 81 * This method passes ownership of the builder's internal result array to the new trie object. 110 * @param result A UnicodeString which will be set to the char16_t-serialized 116 * @return result 119 UnicodeString &buildUnicodeString(UStringTrieBuildOption buildOption, UnicodeString &result,
|