Searched refs:lsh (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | lsh_index.h | 114 lsh::LshTable<ElementType>& table = tables_[i]; in buildIndex() 115 table = lsh::LshTable<ElementType>(feature_size_, key_size_); in buildIndex() 243 void fill_xor_mask(lsh::BucketKey key, int lowest_index, unsigned int level, in fill_xor_mask() 244 std::vector<lsh::BucketKey>& xor_masks) in fill_xor_mask() 250 lsh::BucketKey new_key = key | (1 << index); in fill_xor_mask() 270 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors() 271 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() 274 std::vector<lsh::BucketKey>::const_iterator xor_mask = xor_masks_.begin(); in getNeighbors() 275 std::vector<lsh::BucketKey>::const_iterator xor_mask_end = xor_masks_.end(); in getNeighbors() 278 const lsh::Bucket* bucket = table->getBucketFromKey(sub_key); in getNeighbors() [all …]
|
| H A D | lsh_table.h | 62 namespace lsh 174 BucketKey key = (lsh::BucketKey)getKey(feature); in add() 453 stats.bucket_sizes_.push_back((lsh::FeatureIndex)pbucket->size()); in getStats() 461 stats.bucket_sizes_.push_back((lsh::FeatureIndex)x->second.size()); in getStats()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
| H A D | nv50.c | 45 u32 lsh = line & 0x0f; in nv50_gpio_reset() local 53 nvkm_mask(device, reg, 0x00010001 << lsh, val << lsh); in nv50_gpio_reset()
|
| /OK3568_Linux_fs/kernel/tools/bpf/ |
| H A D | bpf_exp.y | 111 | lsh 424 lsh
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_common.c | 11526 struct dot11_llc_snap_header *lsh; in BCMFASTPATH() local 11545 lsh = (struct dot11_llc_snap_header *)&neh[1]; in BCMFASTPATH() 11546 lsh->dsap = 0xaa; in BCMFASTPATH() 11547 lsh->ssap = 0xaa; in BCMFASTPATH() 11548 lsh->ctl = 0x03; in BCMFASTPATH() 11551 lsh->oui[0] = 0x00; in BCMFASTPATH() 11552 lsh->oui[1] = 0x00; in BCMFASTPATH() 11554 lsh->oui[2] = 0xf8; in BCMFASTPATH() 11556 lsh->oui[2] = 0x00; in BCMFASTPATH() 11557 lsh->type = hton16(ether_type); in BCMFASTPATH() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_common.c | 11531 struct dot11_llc_snap_header *lsh; in BCMFASTPATH() local 11550 lsh = (struct dot11_llc_snap_header *)&neh[1]; in BCMFASTPATH() 11551 lsh->dsap = 0xaa; in BCMFASTPATH() 11552 lsh->ssap = 0xaa; in BCMFASTPATH() 11553 lsh->ctl = 0x03; in BCMFASTPATH() 11556 lsh->oui[0] = 0x00; in BCMFASTPATH() 11557 lsh->oui[1] = 0x00; in BCMFASTPATH() 11559 lsh->oui[2] = 0xf8; in BCMFASTPATH() 11561 lsh->oui[2] = 0x00; in BCMFASTPATH() 11562 lsh->type = hton16(ether_type); in BCMFASTPATH() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | filter.rst | 247 lsh 0, 4 A << <x>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 29433 -- Scheme Procedure: value-lsh a b 48922 'lsh' (0x09): A B => A<<B 49271 'ext N' is equivalent to 'const8 S-N lsh const8 S-N rsh_signed', 57365 * value-lsh: Arithmetic In Guile. (line 37)
|
| H A D | as.info | 9723 'lsh %d, (%s|imm32)'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 29433 -- Scheme Procedure: value-lsh a b 48922 'lsh' (0x09): A B => A<<B 49271 'ext N' is equivalent to 'const8 S-N lsh const8 S-N rsh_signed', 57365 * value-lsh: Arithmetic In Guile. (line 37)
|
| H A D | as.info | 9723 'lsh %d, (%s|imm32)'
|