I 761 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(B, I) // Burundi I 782 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(F, I) // Finland I 792 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, D) // Indonesia I 793 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, E) // Ireland I 794 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, L) // Israel I 795 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, N) // India I 796 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, Q) // Iraq I 797 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, R) // Iran I 798 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, S) // Iceland I 799 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, T) // Italy I 808 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(L, I) // Liechtenstein I 820 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(N, I) // Nicaragua I 841 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(S, I) // Slovenia I 881 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(F, I) I 889 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, I) // Ivory Coast I 898 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(I, P) // Clipperton Island ('IP' is an WinXP-ism; ISO I 923 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(I, T) I 972 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(G, I) // Gibraltar I 975 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(I, M) // Isle of Man I 976 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(I, O) // British Indian Ocean Territory I 993 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(V, I) // U.S. Virgin Islands I 999 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(A, I) // Anguilla I 1020 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(K, I) // Kiribati I 58 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) I 64 chrome/installer/mac/third_party/bsdiff/goobsdiff.c j=1;x=V[I[k]+h]; I 66 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[k+i]+h]<x) { I 67 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=V[I[k+i]+h]; I 70 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[k+i]+h]==x) { I 71 chrome/installer/mac/third_party/bsdiff/goobsdiff.c tmp=I[k+j];I[k+j]=I[k+i];I[k+i]=tmp; I 75 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(i=0;i<j;i++) V[I[k+i]]=k+j-1; I 76 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(j==1) I[k]=-1; I 81 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=V[I[start+len/2]+h]; I 84 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]<x) jj++; I 85 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]==x) kk++; I 91 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]<x) { I 93 chrome/installer/mac/third_party/bsdiff/goobsdiff.c } else if(V[I[i]+h]==x) { I 94 chrome/installer/mac/third_party/bsdiff/goobsdiff.c tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp; I 97 chrome/installer/mac/third_party/bsdiff/goobsdiff.c tmp=I[i];I[i]=I[kk+k];I[kk+k]=tmp; I 103 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[jj+j]+h]==x) { I 106 chrome/installer/mac/third_party/bsdiff/goobsdiff.c tmp=I[jj+j];I[jj+j]=I[kk+k];I[kk+k]=tmp; I 111 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(jj>start) split(I,V,start,jj-start,h); I 113 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(i=0;i<kk-jj;i++) V[I[jj+i]]=kk-1; I 114 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(jj==kk-1) I[jj]=-1; I 116 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(start+len>kk) split(I,V,kk,start+len-kk,h); I 119 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize) I 130 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(i=0;i<oldsize;i++) I[++buckets[old[i]]]=i; I 131 chrome/installer/mac/third_party/bsdiff/goobsdiff.c I[0]=oldsize; I 134 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(i=1;i<256;i++) if(buckets[i]==buckets[i-1]+1) I[buckets[i]]=-1; I 135 chrome/installer/mac/third_party/bsdiff/goobsdiff.c I[0]=-1; I 137 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(h=1;I[0]!=-(oldsize+1);h+=h) { I 140 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(I[i]<0) { I 141 chrome/installer/mac/third_party/bsdiff/goobsdiff.c len-=I[i]; I 142 chrome/installer/mac/third_party/bsdiff/goobsdiff.c i-=I[i]; I 144 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(len) I[i-len]=-len; I 145 chrome/installer/mac/third_party/bsdiff/goobsdiff.c len=V[I[i]]+1-i; I 146 chrome/installer/mac/third_party/bsdiff/goobsdiff.c split(I,V,i,len,h); I 151 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(len) I[i-len]=-len; I 154 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(i=0;i<oldsize+1;i++) I[V[i]]=i; I 167 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static off_t search(off_t *I,u_char *old,off_t oldsize, I 173 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=matchlen(old+I[st],oldsize-I[st],new,newsize); I 174 chrome/installer/mac/third_party/bsdiff/goobsdiff.c y=matchlen(old+I[en],oldsize-I[en],new,newsize); I 177 chrome/installer/mac/third_party/bsdiff/goobsdiff.c *pos=I[st]; I 180 chrome/installer/mac/third_party/bsdiff/goobsdiff.c *pos=I[en]; I 186 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(memcmp(old+I[x],new,MIN(oldsize-I[x],newsize))<0) { I 187 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return search(I,old,oldsize,new,newsize,x,en,pos); I 189 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return search(I,old,oldsize,new,newsize,st,x,pos); I 337 chrome/installer/mac/third_party/bsdiff/goobsdiff.c off_t *I,*V; I 360 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(((I=malloc((oldsize+1)*sizeof(off_t)))==NULL) || I 363 chrome/installer/mac/third_party/bsdiff/goobsdiff.c qsufsort(I,V,old,oldsize); I 422 chrome/installer/mac/third_party/bsdiff/goobsdiff.c len=search(I,old,oldsize,new+scan,newsize-scan, I 520 chrome/installer/mac/third_party/bsdiff/goobsdiff.c free(I); I 53 courgette/third_party/bsdiff_create.cc split(PagedArray<int>& I,PagedArray<int>& V,int start,int len,int h) I 59 courgette/third_party/bsdiff_create.cc j=1;x=V[I[k]+h]; I 61 courgette/third_party/bsdiff_create.cc if(V[I[k+i]+h]<x) { I 62 courgette/third_party/bsdiff_create.cc x=V[I[k+i]+h]; I 65 courgette/third_party/bsdiff_create.cc if(V[I[k+i]+h]==x) { I 66 courgette/third_party/bsdiff_create.cc tmp=I[k+j];I[k+j]=I[k+i];I[k+i]=tmp; I 70 courgette/third_party/bsdiff_create.cc for(i=0;i<j;i++) V[I[k+i]]=k+j-1; I 71 courgette/third_party/bsdiff_create.cc if(j==1) I[k]=-1; I 76 courgette/third_party/bsdiff_create.cc x=V[I[start+len/2]+h]; I 79 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]<x) jj++; I 80 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]==x) kk++; I 86 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]<x) { I 88 courgette/third_party/bsdiff_create.cc } else if(V[I[i]+h]==x) { I 89 courgette/third_party/bsdiff_create.cc tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp; I 92 courgette/third_party/bsdiff_create.cc tmp=I[i];I[i]=I[kk+k];I[kk+k]=tmp; I 98 courgette/third_party/bsdiff_create.cc if(V[I[jj+j]+h]==x) { I 101 courgette/third_party/bsdiff_create.cc tmp=I[jj+j];I[jj+j]=I[kk+k];I[kk+k]=tmp; I 106 courgette/third_party/bsdiff_create.cc if(jj>start) split(I,V,start,jj-start,h); I 108 courgette/third_party/bsdiff_create.cc for(i=0;i<kk-jj;i++) V[I[jj+i]]=kk-1; I 109 courgette/third_party/bsdiff_create.cc if(jj==kk-1) I[jj]=-1; I 111 courgette/third_party/bsdiff_create.cc if(start+len>kk) split(I,V,kk,start+len-kk,h); I 115 courgette/third_party/bsdiff_create.cc qsufsort(PagedArray<int>& I, PagedArray<int>& V,const unsigned char *old,int oldsize) I 126 courgette/third_party/bsdiff_create.cc for(i=0;i<oldsize;i++) I[++buckets[old[i]]]=i; I 127 courgette/third_party/bsdiff_create.cc I[0]=oldsize; I 130 courgette/third_party/bsdiff_create.cc for(i=1;i<256;i++) if(buckets[i]==buckets[i-1]+1) I[buckets[i]]=-1; I 131 courgette/third_party/bsdiff_create.cc I[0]=-1; I 133 courgette/third_party/bsdiff_create.cc for(h=1;I[0]!=-(oldsize+1);h+=h) { I 136 courgette/third_party/bsdiff_create.cc if(I[i]<0) { I 137 courgette/third_party/bsdiff_create.cc len-=I[i]; I 138 courgette/third_party/bsdiff_create.cc i-=I[i]; I 140 courgette/third_party/bsdiff_create.cc if(len) I[i-len]=-len; I 141 courgette/third_party/bsdiff_create.cc len=V[I[i]]+1-i; I 142 courgette/third_party/bsdiff_create.cc split(I,V,i,len,h); I 147 courgette/third_party/bsdiff_create.cc if(len) I[i-len]=-len; I 150 courgette/third_party/bsdiff_create.cc for(i=0;i<oldsize+1;i++) I[V[i]]=i; I 165 courgette/third_party/bsdiff_create.cc search(PagedArray<int>& I,const unsigned char *old,int oldsize, I 171 courgette/third_party/bsdiff_create.cc x=matchlen(old+I[st],oldsize-I[st],newbuf,newsize); I 172 courgette/third_party/bsdiff_create.cc y=matchlen(old+I[en],oldsize-I[en],newbuf,newsize); I 175 courgette/third_party/bsdiff_create.cc *pos=I[st]; I 178 courgette/third_party/bsdiff_create.cc *pos=I[en]; I 184 courgette/third_party/bsdiff_create.cc if(memcmp(old+I[x],newbuf,std::min(oldsize-I[x],newsize))<0) { I 185 courgette/third_party/bsdiff_create.cc return search(I,old,oldsize,newbuf,newsize,x,en,pos); I 187 courgette/third_party/bsdiff_create.cc return search(I,old,oldsize,newbuf,newsize,st,x,pos); I 223 courgette/third_party/bsdiff_create.cc PagedArray<int> I; I 226 courgette/third_party/bsdiff_create.cc if (!I.Allocate(oldsize + 1)) { I 239 courgette/third_party/bsdiff_create.cc qsufsort(I, V, old, oldsize); I 303 courgette/third_party/bsdiff_create.cc match_length = search(I, old, oldsize, I 423 courgette/third_party/bsdiff_create.cc I.clear(); I 61 net/spdy/hpack_input_stream.cc bool HpackInputStream::DecodeNextUint32(uint32* I) { I 68 net/spdy/hpack_input_stream.cc *I = 0; I 74 net/spdy/hpack_input_stream.cc *I = next_octet & next_marker; I 76 net/spdy/hpack_input_stream.cc bool has_more = (*I == next_marker); I 89 net/spdy/hpack_input_stream.cc *I += addend; I 42 net/spdy/hpack_input_stream.h bool DecodeNextUint32(uint32* I); I 67 net/spdy/hpack_input_stream.h bool DecodeNextUint32ForTest(uint32* I) { I 68 net/spdy/hpack_input_stream.h return DecodeNextUint32(I); I 51 net/spdy/hpack_input_stream_test.cc uint32 I; I 52 net/spdy/hpack_input_stream_test.cc EXPECT_TRUE(input_stream.DecodeNextUint32ForTest(&I)); I 53 net/spdy/hpack_input_stream_test.cc return I; I 63 net/spdy/hpack_input_stream_test.cc uint32 I; I 64 net/spdy/hpack_input_stream_test.cc EXPECT_FALSE(input_stream.DecodeNextUint32ForTest(&I)); I 72 net/spdy/hpack_output_stream.cc void HpackOutputStream::AppendUint32(uint32 I) { I 76 net/spdy/hpack_output_stream.cc if (I < max_first_byte) { I 77 net/spdy/hpack_output_stream.cc AppendBits(static_cast<uint8>(I), N); I 80 net/spdy/hpack_output_stream.cc I -= max_first_byte; I 81 net/spdy/hpack_output_stream.cc while ((I & ~0x7f) != 0) { I 82 net/spdy/hpack_output_stream.cc buffer_.append(1, (I & 0x7f) | 0x80); I 83 net/spdy/hpack_output_stream.cc I >>= 7; I 85 net/spdy/hpack_output_stream.cc AppendBits(static_cast<uint8>(I), 8); I 57 net/spdy/hpack_output_stream.h void AppendUint32ForTest(uint32 I) { I 58 net/spdy/hpack_output_stream.h AppendUint32(I); I 76 net/spdy/hpack_output_stream.h void AppendUint32(uint32 I); I 50 net/spdy/hpack_output_stream_test.cc string EncodeUint32(uint8 N, uint32 I) { I 55 net/spdy/hpack_output_stream_test.cc output_stream.AppendUint32ForTest(I); I 161 skia/ext/bitmap_platform_device_cairo.cc transform_(SkMatrix::I()) { // Want to load the config next time. I 178 skia/ext/bitmap_platform_device_mac.cc transform_(SkMatrix::I()) { I 174 skia/ext/bitmap_platform_device_win.cc transform_(SkMatrix::I()) { I 405 third_party/cld/base/commandlineflags.h #define DECLARE_int32(name) DECLARE_VARIABLE(int32,I, name) I 406 third_party/cld/base/commandlineflags.h #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(int32,I, name, val, txt) I 607 third_party/cld/base/logging.h #define CHECK_INDEX(I,A) CHECK(I < (sizeof(A)/sizeof(A[0]))) I 615 third_party/cld/base/logging.h #define QCHECK_INDEX(I,A) QCHECK(I < (sizeof(A)/sizeof(A[0]))) I 339 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1038 */ _(Vs,x), _(V,I), _(V,T), _(CM,x), _(CM,x), _(CM,x), _(CM,x), _(C,x), I 396 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17D0 */ _(x,x), _(V,T), _(V,I), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), I 467 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A60 */ _(V,I), _(M,R), _(M,T), _(M,R), _(M,R), _(M,T), _(M,T), _(M,T), I 685 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(Vs,x), _(V,I), _(x,x), I 714 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A38 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(V,I), I 766 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11130 */ _(M,T), _(M,B), _(M,B), _(V,I), _(V,T), _(x,x), _(x,x), _(x,x), I 308 third_party/libwebp/dsp/dec.c const int I = dst[-1 + 0 * BPS]; I 318 third_party/libwebp/dsp/dec.c DST(0, 2) = DST(1, 3) = AVG3(I, J, K); I 319 third_party/libwebp/dsp/dec.c DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J); I 320 third_party/libwebp/dsp/dec.c DST(0, 0) = DST(1, 1) = DST(2, 2) = DST(3, 3) = AVG3(A, X, I); I 345 third_party/libwebp/dsp/dec.c const int I = dst[-1 + 0 * BPS]; I 358 third_party/libwebp/dsp/dec.c DST(0, 3) = AVG3(K, J, I); I 359 third_party/libwebp/dsp/dec.c DST(0, 2) = AVG3(J, I, X); I 360 third_party/libwebp/dsp/dec.c DST(0, 1) = DST(1, 3) = AVG3(I, X, A); I 389 third_party/libwebp/dsp/dec.c const int I = dst[-1 + 0 * BPS]; I 393 third_party/libwebp/dsp/dec.c DST(0, 0) = AVG2(I, J); I 396 third_party/libwebp/dsp/dec.c DST(1, 0) = AVG3(I, J, K); I 404 third_party/libwebp/dsp/dec.c const int I = dst[-1 + 0 * BPS]; I 413 third_party/libwebp/dsp/dec.c DST(0, 0) = DST(2, 1) = AVG2(I, X); I 414 third_party/libwebp/dsp/dec.c DST(0, 1) = DST(2, 2) = AVG2(J, I); I 420 third_party/libwebp/dsp/dec.c DST(1, 0) = DST(3, 1) = AVG3(I, X, A); I 421 third_party/libwebp/dsp/dec.c DST(1, 1) = DST(3, 2) = AVG3(J, I, X); I 422 third_party/libwebp/dsp/dec.c DST(1, 2) = DST(3, 3) = AVG3(K, J, I); I 361 third_party/libwebp/dsp/enc.c const int I = top[-2]; I 365 third_party/libwebp/dsp/enc.c *(uint32_t*)(dst + 0 * BPS) = 0x01010101U * AVG3(X, I, J); I 366 third_party/libwebp/dsp/enc.c *(uint32_t*)(dst + 1 * BPS) = 0x01010101U * AVG3(I, J, K); I 380 third_party/libwebp/dsp/enc.c const int I = top[-2]; I 389 third_party/libwebp/dsp/enc.c DST(0, 2) = DST(1, 3) = AVG3(I, J, K); I 390 third_party/libwebp/dsp/enc.c DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J); I 391 third_party/libwebp/dsp/enc.c DST(0, 0) = DST(1, 1) = DST(2, 2) = DST(3, 3) = AVG3(A, X, I); I 417 third_party/libwebp/dsp/enc.c const int I = top[-2]; I 429 third_party/libwebp/dsp/enc.c DST(0, 3) = AVG3(K, J, I); I 430 third_party/libwebp/dsp/enc.c DST(0, 2) = AVG3(J, I, X); I 431 third_party/libwebp/dsp/enc.c DST(0, 1) = DST(1, 3) = AVG3(I, X, A); I 460 third_party/libwebp/dsp/enc.c const int I = top[-2]; I 464 third_party/libwebp/dsp/enc.c DST(0, 0) = AVG2(I, J); I 467 third_party/libwebp/dsp/enc.c DST(1, 0) = AVG3(I, J, K); I 476 third_party/libwebp/dsp/enc.c const int I = top[-2]; I 484 third_party/libwebp/dsp/enc.c DST(0, 0) = DST(2, 1) = AVG2(I, X); I 485 third_party/libwebp/dsp/enc.c DST(0, 1) = DST(2, 2) = AVG2(J, I); I 491 third_party/libwebp/dsp/enc.c DST(1, 0) = DST(3, 1) = AVG3(I, X, A); I 492 third_party/libwebp/dsp/enc.c DST(1, 1) = DST(3, 2) = AVG3(J, I, X); I 493 third_party/libwebp/dsp/enc.c DST(1, 2) = DST(3, 3) = AVG3(K, J, I); I 278 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_FALSE(is_enum<I>::value); I 9049 third_party/sqlite/amalgamation/sqlite3.c #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) I 9050 third_party/sqlite/amalgamation/sqlite3.c #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0) I 9051 third_party/sqlite/amalgamation/sqlite3.c #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P) I 9052 third_party/sqlite/amalgamation/sqlite3.c #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) I 11196 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) I 34214 third_party/sqlite/amalgamation/sqlite3.c #define SETBIT(V,I) V[I>>3] |= (1<<(I&7)) I 34215 third_party/sqlite/amalgamation/sqlite3.c #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) I 34216 third_party/sqlite/amalgamation/sqlite3.c #define TESTBIT(V,I) (V[I>>3]&(1<<(I&7)))!=0 I 43560 third_party/sqlite/amalgamation/sqlite3.c #define WAL_READ_LOCK(I) (3+(I)) I 47971 third_party/sqlite/amalgamation/sqlite3.c #define findCell(P,I) \ I 47972 third_party/sqlite/amalgamation/sqlite3.c ((P)->aData + ((P)->maskPage & get2byte(&(P)->aData[(P)->cellOffset+2*(I)]))) I 299 third_party/sqlite/src/src/bitvec.c #define SETBIT(V,I) V[I>>3] |= (1<<(I&7)) I 300 third_party/sqlite/src/src/bitvec.c #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) I 301 third_party/sqlite/src/src/bitvec.c #define TESTBIT(V,I) (V[I>>3]&(1<<(I&7)))!=0 I 852 third_party/sqlite/src/src/btree.c #define findCell(P,I) \ I 853 third_party/sqlite/src/src/btree.c ((P)->aData + ((P)->maskPage & get2byte(&(P)->aData[(P)->cellOffset+2*(I)]))) I 295 third_party/sqlite/src/src/parse.y ccons ::= PRIMARY KEY sortorder(Z) onconf(R) autoinc(I). I 296 third_party/sqlite/src/src/parse.y {sqlite3AddPrimaryKey(pParse,0,R,I,Z);} I 345 third_party/sqlite/src/src/parse.y tcons ::= PRIMARY KEY LP idxlist(X) autoinc(I) RP onconf(R). I 346 third_party/sqlite/src/src/parse.y {sqlite3AddPrimaryKey(pParse,X,R,I,0);} I 495 third_party/sqlite/src/src/parse.y seltablist(A) ::= stl_prefix(X) nm(Y) dbnm(D) as(Z) indexed_opt(I) on_opt(N) using_opt(U). { I 497 third_party/sqlite/src/src/parse.y sqlite3SrcListIndexedBy(pParse, A, &I); I 629 third_party/sqlite/src/src/parse.y cmd ::= DELETE FROM fullname(X) indexed_opt(I) where_opt(W) I 631 third_party/sqlite/src/src/parse.y sqlite3SrcListIndexedBy(pParse, X, &I); I 637 third_party/sqlite/src/src/parse.y cmd ::= DELETE FROM fullname(X) indexed_opt(I) where_opt(W). { I 638 third_party/sqlite/src/src/parse.y sqlite3SrcListIndexedBy(pParse, X, &I); I 652 third_party/sqlite/src/src/parse.y cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W) orderby_opt(O) limit_opt(L). { I 653 third_party/sqlite/src/src/parse.y sqlite3SrcListIndexedBy(pParse, X, &I); I 660 third_party/sqlite/src/src/parse.y cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W). { I 661 third_party/sqlite/src/src/parse.y sqlite3SrcListIndexedBy(pParse, X, &I); I 704 third_party/sqlite/src/src/sqliteInt.h #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) I 705 third_party/sqlite/src/src/sqliteInt.h #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0) I 706 third_party/sqlite/src/src/sqliteInt.h #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P) I 707 third_party/sqlite/src/src/sqliteInt.h #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) I 2851 third_party/sqlite/src/src/sqliteInt.h # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) I 280 third_party/sqlite/src/src/wal.c #define WAL_READ_LOCK(I) (3+(I))