Searched defs:UL (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtomcrypt/demos/
H A Dmulti.c24 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL, 0); local
30 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
40 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL); local
46 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NUL local
52 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
62 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL); local
68 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL); local
74 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
90 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL); local
96 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
[all...]
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOptionCode.java24 UL("UL", 2), enum constant in enum:DNSOptionCode
/external/kernel-headers/original/asm-arm/
H A Dmemory.h18 * by prepending the UL suffix only with actual C code compilation.
21 #define UL(x) (x##UL) macro
23 #define UL(x) (x) macro
37 #define TASK_SIZE UL(0xbf000000)
38 #define TASK_UNMAPPED_BASE UL(0x40000000)
44 #define TASK_SIZE_26 UL(0x04000000)
50 #define PAGE_OFFSET UL(0xc0000000)
89 #define TASK_UNMAPPED_BASE UL(0x00000000)
/external/ppp/pppd/
H A Dmd5.c97 #define UL(x) x##U macro
99 #define UL(x) x macro
214 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
215 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
216 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
217 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
218 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
219 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
220 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
221 FF ( b, c, d, a, in[ 7], S14, UL(424926131
[all...]
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp339 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : argument
340 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
/external/clang/lib/AST/
H A DDeclCXX.cpp1957 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL, argument
1961 return new (C) UsingDecl(DC, UL, QualifierLoc, NameInfo, IsTypeNameArg);
/external/clang/include/clang/AST/
H A DDeclCXX.h2657 UsingDecl(DeclContext *DC, SourceLocation UL, argument
2661 UsingLocation(UL), QualifierLoc(QualifierLoc),

Completed in 467 milliseconds