Home
last modified time | relevance | path

Searched refs:key_ (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daesp8-ppc.pl700 my $key_="r11";
761 addi $key_,$sp,$FRAME+15
768 stvx v24,$x00,$key_ # off-load round[1]
771 stvx v25,$x10,$key_ # off-load round[2]
772 addi $key_,$key_,0x20
778 stvx v24,$x00,$key_ # off-load round[3]
781 stvx v25,$x10,$key_ # off-load round[4]
782 addi $key_,$sp,$FRAME+15 # rewind $key_
792 lvx v24,$x00,$key_ # pre-load round[1]
794 lvx v25,$x10,$key_ # pre-load round[2]
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Ditem.hpp40 typedef Key key_; typedef
64 typedef void_ key_; typedef
106 typedef Key key_;
126 typedef void_ key_;
H A Dat_impl.hpp43 typedef aux::type_wrapper<Key> key_; typedef
46 , BOOST_MPL_AUX_STATIC_CAST(key_*, 0)
H A Derase_key_impl.hpp41 is_same< Key,typename Map::key_ >
H A Dmap0.hpp58 typedef void_ key_; typedef
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs_key.c17 static ssize_t key_##name##_read(struct file *file, \
29 static const struct file_operations key_ ##name## _ops = { \
30 .read = key_##name##_read, \
36 static const struct file_operations key_ ##name## _ops = { \
37 .read = key_##name##_read, \
38 .write = key_##name##_write, \
52 static const struct file_operations key_ ##name## _ops = { \
322 key, &key_##name##_ops);
325 key, &key_##name##_ops);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp57 …ParsingContext(std::string key_) : key(std::move(key_)), errors(std::make_shared<std::vector<Parsi… in ParsingContext() argument
140 ParsingContext(std::string key_, in ParsingContext() argument
144 : key(std::move(key_)), in ParsingContext()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp25 const std::u16string& key_, in SymbolInstance() argument
39 key(key_) { in SymbolInstance()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.cpp72 key_ = std::string(sensors_list.key_list[0]); in Init()
82 const char* c = key_.c_str(); in Init()
135 handle_ = intf_.createHandle(ctx_, type_, key_.c_str(), 200, 7); in Init()
H A Dimu_service.h80 std::string key_; variable
/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0002-ibrcommon-added-openssl-1.1-compatibility-264.patch36 : HashStream(EVP_MAX_MD_SIZE, BUFF_SIZE), key_(key), key_size_(key_size)
39 - HMAC_Init_ex(&ctx_, key_, key_size_, EVP_sha1(), NULL);
41 + HMAC_Init_ex(ctx_, key_, key_size_, EVP_sha1(), NULL);
68 const unsigned char * const key_;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dbrcm,bcm-keypad.txt95 MATRIX_KEY(0x04, 0x01, KEY_KPASTERISK) /* key_* */
97 MATRIX_KEY(0x04, 0x03, KEY_GRAVE) /* key_# */
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dutility.hpp747 int key_; member in cv::TLSDataContainer
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dutility.hpp747 int key_; member in cv::TLSDataContainer
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dutility.hpp747 int key_; member in cv::TLSDataContainer
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c80 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument
88 *key = *key_; in clone_key()