Searched defs:ia (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/tests/
H A DTestSize.cpp60 SkISize ia; local
61 ia.set(ix, iy);
63 REPORTER_ASSERT(reporter, a.toRound() == ia);
/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h115 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon13802
/external/qemu/
H A Doslib-win32.c84 int inet_aton(const char *cp, struct in_addr *ia) argument
90 ia->s_addr = addr;
/external/chromium/net/base/
H A Dssl_cipher_suite_names.cc300 static int CipherSuiteCmp(const void* ia, const void* ib) { argument
301 const CipherSuite* a = static_cast<const CipherSuite*>(ia);
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-abi-examples.cpp32 int ia; member in struct:Test1::A
/external/icu4c/layout/
H A DIndicRearrangementProcessor.cpp69 le_int32 ia, ib, ic, id, ix, x; local
79 ia = glyphStorage.getCharIndex(firstGlyph, success);
90 glyphStorage.setCharIndex(lastGlyph, ia, success);
111 ia = glyphStorage.getCharIndex(firstGlyph, success);
118 glyphStorage.setCharIndex(lastGlyph, ia, success);
124 ia = glyphStorage.getCharIndex(firstGlyph, success);
138 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
145 ia = glyphStorage.getCharIndex(firstGlyph, success);
160 glyphStorage.setCharIndex(lastGlyph, ia, success);
209 ia
[all...]
/external/doclava/res/assets/templates/assets/
H A Dprettify.js20 m;++v){var w=b[v].match(Qa);if(w&&w[2]===n)if(w[1]===ra){if(--q===0)break a}else++q}if(v<m){g.push(d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.length}}return{source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,mc).match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/)}function ia(a,b,c,d){if(b){var g={source:b,b:a};c(g);d.push.apply(d,g.c)}}function K(a,b){var c={},d;(function(){for(var m=a.concat(b), function
22 h.substring(0,5))&&!(e&&e[1])){p=z;h=oc}p||(j[k]=h)}var x=v;v+=k.length;if(p){var B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(0,E),i,q);ia(n+x+E,B,Ra(D,B),q);ia(n+x+A,k.substring(A),i,q)}else q.push(n+x,h)}m.c=q};return i}function C(a){var b=[],c=[];if(a.tripleQuotedStrings)b.push([U,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,r,pc]);
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestSerialization.java83 int[] ia; field in class:TestSerialization.TestSerializationMessage
107 ia = new int[]{ 456, 678, 999 };
134 System.out.println(Arrays.toString(cm.ia));
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp197 int ia, ib; local
206 ia = strlen(a);
208 if (ia == 0 || ib == 0) {
213 ia--;
218 while (ia >= 0 && ib >=0) {
222 ca = a[ia];
225 ia--;
242 ia--; ib--; matched++;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
273 if (matchIntlPrefix(a, ia
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h68 ia, enumerator in enum:llvm::ARM_AM::AMSubMode
77 case ARM_AM::ia: return "ia";
/external/qemu/slirp/
H A Dip_input.c506 register struct in_ifaddr *ia; local
550 ia = (struct in_ifaddr *)
552 if (ia == 0) {
580 if ((ia = (INA)ifa_ifwithdstaddr((SA)&ipaddr)) == 0)
581 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
583 ia = ip_rtaddr(ipaddr.sin_addr);
584 if (ia == 0) {
590 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr),
616 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0 &&
617 (ia
[all...]
/external/qemu/slirp-android/
H A Dip_input.c506 register struct in_ifaddr *ia; local
550 ia = (struct in_ifaddr *)
552 if (ia == 0) {
580 if ((ia = (INA)ifa_ifwithdstaddr((SA)&ipaddr)) == 0)
581 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
583 ia = ip_rtaddr(ipaddr.sin_addr);
584 if (ia == 0) {
590 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr),
616 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0 &&
617 (ia
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c101 int ia; local
119 asm volatile ("fistl %0" : "=m" (ia) : "t" (a));
124 printf("(int)a = %d\n", ia);
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c91 int ia; local
109 asm volatile ("fistl %0" : "=m" (ia) : "t" (a));
114 printf("(int)a = %d\n", ia);
/external/clang/test/Sema/
H A Dms_class_layout.cpp103 virtual void ia() = 0;
109 virtual void ia(){} function in class:ICh
/external/e2fsprogs/e2fsck/
H A Dpass1b.c107 intptr_t ia, ib; local
109 ia = (intptr_t)a;
112 return (ia-ib);
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c621 int ia; local
639 asm volatile ("fistl %0" : "=m" (ia) : "t" (a));
644 printf("(int)a = %d\n", ia);
H A Dtest-i386.c583 int ia; local
601 asm volatile ("fistl %0" : "=m" (ia) : "t" (a));
606 printf("(int)a = %d\n", ia);
/external/libxml2/
H A Dnanohttp.c1035 struct in_addr ia; local
1162 if ((unsigned int) h->h_length > sizeof(ia)) {
1166 memcpy (&ia, h->h_addr_list[i], h->h_length);
1168 sockin.sin_addr = ia;
/external/tcpdump/
H A Dprint-dhcp6.c328 struct dhcp6_ia ia; local
602 if (optlen < sizeof(ia) - 4) {
606 memcpy(&ia, (u_char *)dh6o, sizeof(ia));
607 ia.dh6opt_ia_iaid = ntohl(ia.dh6opt_ia_iaid);
608 ia.dh6opt_ia_t1 = ntohl(ia.dh6opt_ia_t1);
609 ia.dh6opt_ia_t2 = ntohl(ia
[all...]
/external/dbus/bus/
H A Dconfig-parser.c2964 DBusList *ia; local
2967 ia = a;
2970 while (ia != NULL && ib != NULL)
2972 if (elements_equal (ia->data, ib->data))
2974 ia = _dbus_list_get_next_link (&a, ia);
2978 return ia == NULL && ib == NULL;
2985 DBusList *ia; local
2988 ia = a;
2991 while (ia !
[all...]
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1089 int ia = ((const CvSampleResponsePair*)a)->index; local
1092 return ra < rb ? -1 : ra > rb ? 1 : ia - ib;
/external/v8/src/arm/
H A Dconstants-arm.h333 ia = (0|4|0) << 21, // Increment after. enumerator in enum:v8::internal::BlockAddrMode
/external/valgrind/main/helgrind/
H A Dlibhb_core.c2136 UInt ia, ib, useda, usedb; local
2156 ia = ib = 0;
2164 tl_assert(ia >= 0 && ia <= useda);
2167 if (ia == useda && ib == usedb) {
2171 } else if (ia == useda && ib != usedb) {
2179 } else if (ia != useda && ib == usedb) {
2181 ScalarTS* tmpa = &a->ts[ia];
2185 ia++;
2189 ScalarTS* tmpa = &a->ts[ia];
2239 Word ia, ib, useda, usedb; local
[all...]
/external/v8/src/
H A Dobjects.cc6784 static inline bool CompareStringContents(IteratorA* ia, IteratorB* ib) { argument
6785 // General slow case check. We know that the ia and ib iterators
6787 while (ia->has_more()) {
6788 uint32_t ca = ia->GetNext();
6842 IteratorA* ia,
6848 return CompareStringContents(ia, &ib);
6851 return CompareStringContents(ia, &ib);
6855 return CompareStringContents(ia,
6841 CompareStringContentsPartial(Isolate* isolate, IteratorA* ia, String* b) argument

Completed in 549 milliseconds

12