/external/icu4c/layout/ |
HangulLayoutEngine.cpp | 134 le_int32 sIndex = syllable - HSYL_FIRST; 136 if (sIndex < 0 || sIndex >= HSYL_COUNT) { 140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT); 141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT; 142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
|
/external/grub/stage2/ |
fsys_jfs.c | 39 int sindex; member in struct:jfs_info 137 if (jfs.sindex < jfs.slastindex) { 138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]]; 143 if (jfs.sindex < jfs.slastindex) { 144 return &de[(int)stbl[jfs.sindex++]]; 149 jfs.sindex = 1; 165 jfs.sindex = 0;
|
/external/iptables/extensions/ |
libxt_string.c | 93 int i=0, slen, sindex=0, schar; local 130 info->pattern[sindex] = s[i+1]; 152 info->pattern[sindex] = (char) schar; 158 info->pattern[sindex] = s[i]; 161 if (sindex > XT_STRING_MAX_PATTERN_SIZE) 163 sindex++; 165 info->patlen = sindex;
|
/external/bluetooth/glib/glib/ |
gunidecomp.c | 134 gint SIndex = s - SBase; 137 if (SIndex < 0 || SIndex >= SCount) 145 gunichar L = LBase + SIndex / NCount; 146 gunichar V = VBase + (SIndex % NCount) / TCount; 147 gunichar T = TBase + SIndex % TCount; 268 gint SIndex = a - SBase; 279 else if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) == [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 57 { INDEX, "sindex", "sindex" },
|
proto.h | 168 extern Cell *sindex(Node **, int);
|
run.c | 779 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ function [all...] |
/external/tcpdump/ |
print-smb.c | 71 int sindex; local 73 for (sindex = 0; list[sindex].name; sindex++) 74 if (list[sindex].id == id) 75 return(&list[sindex]); 83 int sindex; local 85 for (sindex = 0; list[sindex].name; sindex++ [all...] |
/external/emma/core/java12/com/vladium/util/args/ |
OptsParser.java | 474 int sindex = Integer.MAX_VALUE; local 479 if ((index > 0) && (index < sindex)) 482 sindex = index; 488 nv [0] = name.substring (0, sindex); 489 nv [1] = name.substring (sindex + 1); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | 108 void MergeLDR_STR(MachineBasicBlock &MBB, unsigned SIndex, unsigned Base, 438 ARMLoadStoreOpt::MergeLDR_STR(MachineBasicBlock &MBB, unsigned SIndex, 444 int Offset = MemOps[SIndex].Offset; 446 unsigned insertAfter = SIndex; 447 MachineBasicBlock::iterator Loc = MemOps[SIndex].MBBI; 474 for (unsigned i = SIndex+1, e = MemOps.size(); i != e; ++i) { 492 MergeOpsUpdate(MBB, MemOps, SIndex, i, insertAfter, SOffset, 504 MergeOpsUpdate(MBB, MemOps, SIndex, MemOps.size(), insertAfter, SOffset, [all...] |
/external/webkit/Source/WebKit/gtk/tests/ |
testwebresource.c | 155 char* uri = g_strdup_printf("%sindex.html", base_uri);
|
/external/skia/gpu/src/ |
GrGpu.cpp | 592 int sIndex = startIndex; 593 setupGeometry(&sVertex, &sIndex, vertexCount, indexCount); 595 this->onDrawIndexed(type, sVertex, sIndex,
|
/external/icu4c/test/cintltst/ |
trie2test.c | 279 int32_t i, length, sIndex, countValues; 304 sIndex=(int32_t)(p-s); 305 U16_NEXT(s, sIndex, length, c2); 329 sIndex=(int32_t)(p-s); 330 U16_PREV(s, 0, sIndex, c2); [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayport.cc | 131 void SetServerIndex(size_t sindex) { server_index_ = sindex; }
|
/external/icu4c/i18n/ |
ucol.cpp | [all...] |
/ndk/sources/host-tools/make-3.81/ |
ChangeLog | [all...] |
/external/icu4c/common/ |
uresbund.c | [all...] |