Home
last modified time | relevance | path

Searched refs:S2 (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/extmod/
A Ductypes_print.py16 S2 = uctypes.struct(0, desc2) variable
17 print(S2)
A Ductypes_le.py76 S2 = uctypes.struct(uctypes.addressof(data2), desc2, uctypes.LITTLE_ENDIAN) variable
79 S2.bf8 = 5
84 S2.bf32 = 5
A Ductypes_native_le.py85 S2 = uctypes.struct(uctypes.addressof(data2), desc2, uctypes.NATIVE) variable
88 S2.bf8 = 5
93 S2.bf32 = 5
A Ductypes_sizeof_native.py10 S2 = {"a": uctypes.UINT8 | 0} variable
11 assert uctypes.sizeof(S2) == 1
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A D__sin.c46 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
58 r = S2 + z*(S3 + z*S4) + z*w*(S5 + z*S6); in __sin()
/AliOS-Things-master/components/SDL2/src/libm/
A Dk_sin.c46 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
62 r = S2+z*(S3+z*(S4+z*(S5+z*S6))); in __kernel_sin()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dkf_sin.c34 S2 = 8.3333337680e-03f, /* 0x3c088889 */ variable
55 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/AliOS-Things-master/components/mqtt/example/
A Daiot_mqtt_sign.c198 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
213 temp2 = S2(a) + F0(a,b,c); \
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_sha256.c99 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
114 temp2 = S2(a) + F0(a,b,c); \
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_sha256.c102 #define S2(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
113 temp2 = S2(a) + F0(a, b, c); \
/AliOS-Things-master/components/mbedtls/library/
A Dsha512.c233 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_internal_sha512_process() macro
242 temp2 = S2(a) + F0(a,b,c); \ in mbedtls_internal_sha512_process()
A Dsha256.c181 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
196 temp2 = S2(a) + F0(a,b,c); \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c358 const VP8SegmentInfo* const S2) { in SegmentsAreEquivalent() argument
359 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_); in SegmentsAreEquivalent()
377 const VP8SegmentInfo* const S2 = &enc->dqm_[s2]; in SimplifySegments() local
378 if (SegmentsAreEquivalent(S1, S2)) { in SimplifySegments()
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_801.h225 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_802.h239 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_803.h240 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_804.h243 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_805.h237 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_807.h269 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_801.h225 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_802.h239 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_805.h237 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_803.h240 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_804.h240 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member
A Dcore_807.h269 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member

Completed in 75 milliseconds

12