HomeSort by relevance Sort by last modified time
    Searched defs:UL (Results 1 - 25 of 35) sorted by null

1 2

  /external/dropbear/libtomcrypt/demos/
multi.c 24 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL, 0);
30 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL);
40 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL);
46 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.cpp 147 random <<= 32UL;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOptionCode.java 22 * Update Leases Option [http://files.dns-sd.org/draft-sekar-dns-ul.txt]
24 UL("UL", 2),
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
146 #define UL pSrcAboveLeft[0]
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
220 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
221 pTmp[4] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2);
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
240 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
241 pTmp[3] = (OMX_U8)((UL + U0 + 1)>>1);
242 pTmp[4] = (OMX_U8)((UL + 2*U0 + U1 + 2)>>2);
263 pTmp[1] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2)
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
memory.h 22 #define UL(x) (x##UL)
25 #define UL(x) (x)
36 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /external/kernel-headers/original/asm-arm/
memory.h 18 * by prepending the UL suffix only with actual C code compilation.
21 #define UL(x) (x##UL)
23 #define UL(x) (x)
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/
md5.c 97 #define UL(x) x##U
99 #define UL(x) x
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(4249261313)); /* 8 *
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
memory.h 16 #define UL(x) (x##UL)
18 #define UL(x) (x)
30 #define TASK_UNMAPPED_BASE UL(0x00000000)

Completed in 1005 milliseconds

1 2