/bootable/recovery/minzip/ |
Hash.h | 154 int lim = pIter->pHashTable->tableSize; local 155 for ( ; i < lim; i++) {
|
/dalvik/vm/ |
Hash.h | 189 int lim = pIter->pHashTable->tableSize; local 190 for ( ; i < lim; i++) {
|
Init.cpp | 919 int lim = atoi(argv[i] + 15); local 920 if (lim < 200 || (lim % 100) != 0) { 925 gDvm.jniGrefLimit = lim; [all...] |
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-reuse.ll | 162 %lim = add i32 %x, %n 163 %cmp.ph = icmp ult i32 %x, %lim 179 %cmp = icmp ult i32 %inc, %lim
|
no-iv-rewrite.ll | 296 define i32 @isomorphic(i32 %init, i32 %step, i32 %lim) nounwind { 314 %cmp = icmp ne i32 %ii.next, %lim
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
CompactQuaternionArray.java | 41 * @author Lim, YongHoon
|
CompactArray.java | 40 * @author Lim, YongHoon
|
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
ASCIIMathPHP-2.0.cfg.php | 139 'lim' => array( 'input'=>'lim','tag'=>'mo', 'output'=>'lim', 'underover'=>TRUE), 140 'Lim' => array( 'input'=>'Lim','tag'=>'mo', 'output'=>'Lim', 'underover'=>TRUE), /* 2005-06-11 wes */
|
/external/libpcap/ |
gencode.h | 27 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University 40 * This product includes software developed by Yen Yen Lim and
|
CREDITS | 102 Yen Yen Lim
|
/external/dropbear/ |
dbutil.c | 698 struct rlimit lim; local 699 lim.rlim_cur = lim.rlim_max = 0; 700 setrlimit(RLIMIT_CORE, &lim);
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapTextPage.java | 48 * @author Lim, YongHoon
|
/external/openssh/ |
ssh-keyscan.c | 126 fdlim_set(int lim) 132 if (lim <= 0) 137 rlfd.rlim_cur = lim; 141 setdtablesize(lim);
|
/external/tcpdump/ |
print-domain.c | 92 const u_char *bitp, *lim; local 100 lim = cp + 1 + slen; 104 for (bitp = cp + 1, b = bitlen; bitp < lim && b > 7; b -= 8, bitp++) { 118 return lim;
|
CREDITS | 145 Yen Yen Lim
|
/external/valgrind/main/coregrind/m_ume/ |
macho.c | 325 struct vki_rlimit lim; local 326 int err = VG_(getrlimit)(VKI_RLIMIT_STACK, &lim); 328 else return lim.rlim_cur;
|
/external/bison/src/ |
scan-gram.l | 747 char const *lim = token + size; 751 for (p = token; p < lim; p++) 796 char const *lim = buf + bytes_read; 803 if (r == lim) 815 if (r == lim) [all...] |
/external/aac/libAACenc/src/ |
noisedet.cpp | 104 low and high Lim
|
/packages/apps/Email/res/values-lt/ |
uploader.xml | 7 <string name="picasa_default_destination" msgid="2052406684123992574">"Momentini? ?k?lim? albumas"</string>
|
/packages/apps/Bluetooth/res/values-lt/ |
strings.xml | 96 <string name="status_canceled" msgid="6664490318773098285">"Perk?lim? at?auk? naudotojas."</string>
|
/external/mdnsresponder/mDNSCore/ |
DNSCommon.c | 486 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; local 489 while (*cstr && ptr < lim) *ptr++ = (mDNSu8)*cstr++; // Copy the data 507 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local 508 while (*cstr && ptr < lim) // While more characters, and space to put them... 512 while (*cstr && *cstr != '.' && ptr < lim) // While we have characters in the label... 564 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local 569 if (ptr + 1 + src[0] > lim) return(mDNSNULL); 663 const mDNSu8 *const lim = &hostlabel->c[1] + MAX_DOMAIN_LABEL; local 670 if (ptr < lim) [all...] |
/external/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 402 static int CopyLabels(char *dst, const char *lim, const char **srcp, int labels) 408 if (!*src || dst >= lim) return -1; 410 if (!*src || dst >= lim) return -1; [all...] |
/external/jpeg/ |
jmemdos.c | 229 * 3. Expanded memory, accessed per the LIM/EMS 4.0 specification.
|
/external/qemu/distrib/jpeg-6b/ |
jmemdos.c | 229 * 3. Expanded memory, accessed per the LIM/EMS 4.0 specification.
|