Searched refs:Locality (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/doc/py_tutorials/py_feature2d/py_brief/ |
D | py_brief.markdown | 20 methods like PCA, LDA etc. Even other methods like hashing using LSH (Locality Sensitive Hashing) is 82 2. LSH (Locality Sensitive Hasing) at wikipedia.
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 83 localityName = Locality Name (eg, city)
|
D | openssl.cnf | 94 localityName = Locality Name (eg, city)
|
/external/tpm2/ |
D | Android.mk | 104 Locality.c \
|
D | Makefile | 84 SOURCES += Locality.c
|
D | part4.txt | 556 …9.9 Locality.c ...............................................................................… 1037 …C.8.6. Locality Functions ....................................................................… 12394 13 {0, 0x10, 0x1C}, // PCR 17, Locality 4 12395 14 {0, 0x10, 0x1C}, // PCR 18, Locality 3 12396 15 {0, 0x10, 0x0C}, // PCR 19, Locality 2 12397 16 {0, 0x14, 0x0E}, // PCR 20, Locality 1 17310 9.9 Locality.c 36722 C.8.6. Locality Functions 36877 From LocalityPlat.c Locality of current command 37167 12 // {BYTE Locality, UINT32 InBufferSize, BYTE[InBufferSize] InBuffer} ->
|
/external/curl/tests/ |
D | stunnel.pem | 30 localityName = "3. Locality Name (eg, city) "
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 663 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local 667 Locality = (E->getNumArgs() > 2) ? EmitScalarExpr(E->getArg(2)) : in EmitBuiltinExpr() 671 return RValue::get(Builder.CreateCall(F, {Address, RW, Locality, Data})); in EmitBuiltinExpr() 3581 Value *Locality = llvm::ConstantInt::get(Int32Ty, 3); in EmitARMBuiltinExpr() local 3584 return Builder.CreateCall(F, {Address, RW, Locality, IsData}); in EmitARMBuiltinExpr() 4344 Value *Locality = nullptr; in EmitAArch64BuiltinExpr() local 4347 Locality = llvm::ConstantInt::get(Int32Ty, in EmitAArch64BuiltinExpr() 4351 Locality = llvm::ConstantInt::get(Int32Ty, 0); in EmitAArch64BuiltinExpr() 4357 return Builder.CreateCall(F, {Address, RW, Locality, IsData}); in EmitAArch64BuiltinExpr() 6246 Value *Locality = Ops[1]; in EmitX86BuiltinExpr() local [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1794 unsigned Locality = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerPREFETCH() local 1797 bool IsStream = !Locality; in LowerPREFETCH() 1799 if (Locality) { in LowerPREFETCH() 1801 assert(Locality <= 3 && "Prefetch locality out-of-range"); in LowerPREFETCH() 1805 Locality = 3 - Locality; in LowerPREFETCH() 1811 (Locality << 1) | // Cache level bits in LowerPREFETCH()
|
/external/tpm2/generator/ |
D | raw_structures.txt | 256 TPMA_LOCALITY (Locality Attribute) ................................................................… 8799 TPMA_LOCALITY (Locality Attribute) 8824 Locality values of 5 through 31 are not selectable.
|
D | raw_structures_fixed.txt | 256 TPMA_LOCALITY (Locality Attribute) ................................................................… 8814 TPMA_LOCALITY (Locality Attribute) 8839 Locality values of 5 through 31 are not selectable.
|