Home
last modified time | relevance | path

Searched +defs:a +defs:s (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dpar_iter.rs25 let a = vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; in sdv_par_iter_test() localVariable
39 let s = a.iter().copied().collect::<HashSet<i32>>(); in sdv_par_iter_test() localVariable
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp180 …ON_CALL(*this, ASN1_TIME_normalize).WillByDefault([this](ASN1_TIME *s) { return __real_ASN1_TIME_n… in SetMockFunDefaultBehaviorPartTwo()
257 ON_CALL(*this, BN_bin2bn).WillByDefault([this](const unsigned char *s, int len, BIGNUM *ret) { in SetMockFunDefaultBehaviorPartThree()
311 …ON_CALL(*this, OBJ_txt2nid).WillByDefault([this](const char *s) { return __real_OBJ_txt2nid(s); }); in SetMockFunDefaultBehaviorPartFour()
418 int __wrap_i2d_X509(X509 *a, unsigned char **out) in __wrap_i2d_X509()
518 int __wrap_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp) in __wrap_i2d_PUBKEY()
628 BIGNUM *__wrap_BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in __wrap_BN_bin2bn()
638 int __wrap_ASN1_TIME_normalize(ASN1_TIME *s) in __wrap_ASN1_TIME_normalize()
688 long __wrap_ASN1_INTEGER_get(const ASN1_INTEGER *a) in __wrap_ASN1_INTEGER_get()
748 int __wrap_X509_verify(X509 *a, EVP_PKEY *r) in __wrap_X509_verify()
788 int __wrap_i2d_X509_CRL(X509_CRL *a, unsigned char **out) in __wrap_i2d_X509_CRL()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dutils.h37 #define UTILS_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
38 #define UTILS_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
43 #define FILLP_UTILS_S2US(s) ((s) * 1000000) argument
82 __inline static FILLP_BOOL UtilsIpv6AddrMatch(FILLP_CONST struct sockaddr_in6 *a, FILLP_CONST struc… in UtilsIpv6AddrMatch()
93 #define UTILS_ADDR_FAMILY_MATCH(a, b) (((struct sockaddr_in *)(void *)(a))->sin_family == \ argument
96 #define UTILS_ADDR_PORT_MATCH(a, b) (((struct sockaddr_in *)(void *)(a))->sin_port == \ argument
99 #define UTILS_IPV4_ADDR_MATCH(a, b) ((a)->sin_addr.s_addr == (b)->sin_addr.s_addr && \ argument
102 #define UTILS_IPV6_ADDR_MATCH(a, b) (UTILS_ADDR_PORT_MATCH((a), (b)) && \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h133 explicit basic_string(const StringT& a, allocator& alloc) : allocator_(alloc) in basic_string()
148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string()
557 basic_string& push_back(value_type a) in push_back()
573 basic_string& append(size_type count, value_type a) in append()
595 basic_string& append(const_pointer const a) in append()
676 int compare(CharT const* const s) const in compare()
681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare()
686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare()
746 bool starts_with(const CharT* s) const in starts_with()
762 bool ends_with(const CharT* s) const in ends_with()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB()
86 void Brush::SetColor(const Color4f& cf, std::shared_ptr<ColorSpace> s) in SetColor()
92 void Brush::SetAlpha(uint32_t a) in SetAlpha()
97 void Brush::SetAlphaF(scalar a) in SetAlphaF()
H A Dpaint.cpp152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB()
157 void Paint::SetColor(const Color4f& cf, std::shared_ptr<ColorSpace> s) in SetColor()
163 void Paint::SetAlpha(uint32_t a) in SetAlpha()
168 void Paint::SetAlphaF(scalar a) in SetAlphaF()
H A Dpen.cpp57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB()
77 void Pen::SetColor(const Color4f& cf, std::shared_ptr<ColorSpace> s) in SetColor()
92 void Pen::SetAlpha(uint32_t a) in SetAlpha()
97 void Pen::SetAlphaF(scalar a) in SetAlphaF()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h40 #define SECOND_TO_HOUR(s) ((s) / 3600) argument
43 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a[0]))) argument
/ohos5.0/foundation/arkui/advanced_ui_component/interface/toolbar/
H A Dtoolbar.js27 let s; variable
29 let a = i < REFLECT_MAX_COUNT ? t : null === r ? r = Object.getOwnPropertyDescriptor(t, o) : r; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dcolor_fill.h89 #define COLOR_FILL_BLEND(d, dm, s, sm, a) … argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h443 T a = angle; in Rotate() local
445 T s = sin(a); in Rotate() local
462 T a = angle; in Rotate() local
464 T s = sin(a); in Rotate() local
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h457 T a = angle; in Rotate() local
459 T s = sin(a); in Rotate() local
476 T a = angle; in Rotate() local
478 T s = sin(a); in Rotate() local
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp43 static inline double MaxValue(double a, double b, double c) in MaxValue()
48 static inline double MinValue(double a, double b, double c) in MinValue()
55 double s; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c53 int a, b; in hex2byte() local
234 static int HdiRsnIdToCipher(const uint8_t *s) in HdiRsnIdToCipher()
248 static int HdiRsnIdToCipherSuite(const uint8_t *s) in HdiRsnIdToCipherSuite()
283 static int HdiKeyMgmtToAuthMgmt(const uint8_t *s) in HdiKeyMgmtToAuthMgmt()
297 static int HdiRsnKeyMgmtToAuthMgmt(const uint8_t *s) in HdiRsnKeyMgmtToAuthMgmt()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c71 BIGNUM *OpensslBnDup(const BIGNUM *a) in OpensslBnDup()
79 void OpensslBnClear(BIGNUM *a) in OpensslBnClear()
84 void OpensslBnClearFree(BIGNUM *a) in OpensslBnClearFree()
91 void OpensslBnFree(BIGNUM *a) in OpensslBnFree()
106 BIGNUM *OpensslBin2Bn(const unsigned char *s, int len, BIGNUM *ret) in OpensslBin2Bn()
114 BIGNUM *OpensslLeBin2Bn(const unsigned char *s, int len, BIGNUM *ret) in OpensslLeBin2Bn()
153 int OpensslBnNumBytes(const BIGNUM *a) in OpensslBnNumBytes()
177 int OpensslBnNumBits(const BIGNUM *a) in OpensslBnNumBits()
994 int OpensslDsaGenerateKey(DSA *a) in OpensslDsaGenerateKey()
1042 EVP_PKEY *OpensslEvpPkeyDup(EVP_PKEY *a) in OpensslEvpPkeyDup()
[all …]
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h195 auto s = dfsStack.top(); in DfsBuildCycleInfo() local
253 DfsAction a = DfsVisitChildren(dfsStack, state); in RunDfsFromVertex() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c35 void OpensslBnClear(BIGNUM *a) in OpensslBnClear()
40 void OpensslBnClearFree(BIGNUM *a) in OpensslBnClearFree()
50 void OpensslBnFree(BIGNUM *a) in OpensslBnFree()
55 BIGNUM *OpensslBin2Bn(const unsigned char *s, int len, BIGNUM *ret) in OpensslBin2Bn()
60 BIGNUM *OpensslLeBin2Bn(const unsigned char *s, int len, BIGNUM *ret) in OpensslLeBin2Bn()
85 int OpensslBnNumBytes(const BIGNUM *a) in OpensslBnNumBytes()
95 unsigned int OpensslBnGetWord(const BIGNUM *a) in OpensslBnGetWord()
100 int OpensslBnNumBits(const BIGNUM *a) in OpensslBnNumBits()
626 int OpensslDsaGenerateKey(DSA *a) in OpensslDsaGenerateKey()
656 EVP_PKEY *OpensslEvpPkeyDup(EVP_PKEY *a) in OpensslEvpPkeyDup()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp91 std::string s = str; in DataAnonymize() local
136 std::string s = str; in SsidAnonymize() local
164 std::string s = str; in PassWordAnonymize() local
487 int a = Hex2num(*hex++); in Hex2byte() local
501 int a; in HexString2Byte() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h46 #define MATH_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
50 #define MATH_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
58 #define MATH_MINUS(a, b) ((a) < (b) ? ((b) - (a)) : ((a) - (b))) argument
66 #define MATH_FLT_EQUAL(a, b) (MATH_ABS((a) - (b)) <= UI_FLT_EPSILON) argument
567 T s = static_cast<T>(Sin(angle)); in Rotate() local
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp183 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue()
271 std::string s = jsonStr; in WriteJsonValueToFile() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c204 static void ConvertFrom16BitToFloat(unsigned n, const int16_t *a, float *b) in ConvertFrom16BitToFloat()
211 static void ConvertFrom24BitToFloat(unsigned n, const uint8_t *a, float *b) in ConvertFrom24BitToFloat()
214 int32_t s = Read24Bit(a) << BIT_8; in ConvertFrom24BitToFloat() local
221 static void ConvertFrom32BitToFloat(unsigned n, const int32_t *a, float *b) in ConvertFrom32BitToFloat()
239 static void ConvertFromFloatTo16Bit(unsigned n, const float *a, int16_t *b) in ConvertFromFloatTo16Bit()
248 static void ConvertFromFloatTo24Bit(unsigned n, const float *a, uint8_t *b) in ConvertFromFloatTo24Bit()
258 static void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit()
1705 pa_sink *s; in CheckOnlyPrimarySpeakerPaLoading() local
2015 static void UnsetSinkVolume(pa_sink *s) in UnsetSinkVolume()
2445 pa_sink *s = u->sink; in ProcessRenderUseTimingOffload() local
[all …]
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c82 static inline size_t Min(size_t a, size_t b) in Min()
87 static inline size_t Max(size_t a, size_t b) in Max()
316 static bool AppendStr(StringHolder *holder, const char *s) in AppendStr()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs138 pub fn from_slice<'a, T>(slice: &'a [u8]) -> Result<T, Error> in from_slice()
140 T: Deserialize<'a>, in from_slice()
173 pub fn from_str<'a, T>(str: &'a str) -> Result<T, Error> in from_str()
175 T: Deserialize<'a>, in from_str()
1145 let s = r#"{"Struct":{"a":1}}"#.as_bytes(); in ut_deserialize_enum() localVariable
1149 let s = r#"{"Reference":"reference"}"#.as_bytes(); in ut_deserialize_enum() localVariable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16se strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=requ… constant
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp28 float Dot(const float* a, const float* b) in Dot()
38 void Combine(float* out, const float* a, const float* b, double scaleA, double scaleB) in Combine()
597 double r, s, t, x, y, z, w; in DecomposeTransform() local

12