| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | aesp8-ppc.pl | 700 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 D | item.hpp | 40 typedef Key key_; typedef 64 typedef void_ key_; typedef 106 typedef Key key_; 126 typedef void_ key_;
|
| H A D | at_impl.hpp | 43 typedef aux::type_wrapper<Key> key_; typedef 46 , BOOST_MPL_AUX_STATIC_CAST(key_*, 0)
|
| H A D | erase_key_impl.hpp | 41 is_same< Key,typename Map::key_ >
|
| H A D | map0.hpp | 58 typedef void_ key_; typedef
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | debugfs_key.c | 17 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 D | parsing_context.hpp | 57 …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 D | symbol_instance.cpp | 25 const std::u16string& key_, in SymbolInstance() argument 39 key(key_) { in SymbolInstance()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | imu_service.cpp | 72 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 D | imu_service.h | 80 std::string key_; variable
|
| /OK3568_Linux_fs/buildroot/package/ibrcommon/ |
| H A D | 0002-ibrcommon-added-openssl-1.1-compatibility-264.patch | 36 : 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 D | brcm,bcm-keypad.txt | 95 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 D | utility.hpp | 747 int key_; member in cv::TLSDataContainer
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | utility.hpp | 747 int key_; member in cv::TLSDataContainer
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | utility.hpp | 747 int key_; member in cv::TLSDataContainer
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | actions.c | 80 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument 88 *key = *key_; in clone_key()
|