Searched refs:mem3 (Results 1 - 17 of 17) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c17103 /************** Begin file mem3.c ********************************************/
17167 ** We often identify a chunk by its index in mem3.aPool[]. When
17175 ** Pointers to the head of the list are stored in mem3.aiSmall[]
17176 ** for smaller chunks and mem3.aiHash[] for larger chunks.
17190 u32 next; /* Index in mem3.aPool[] of next free chunk */
17191 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
17198 ** into a single structure named "mem3". This is to keep the
17241 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
17243 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17103 /************** Begin file mem3.c ********************************************/
17167 ** We often identify a chunk by its index in mem3.aPool[]. When
17175 ** Pointers to the head of the list are stored in mem3.aiSmall[]
17176 ** for smaller chunks and mem3.aiHash[] for larger chunks.
17190 u32 next; /* Index in mem3.aPool[] of next free chunk */
17191 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
17198 ** into a single structure named "mem3". This is to keep the
17241 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
17243 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]
/external/libopus/celt/
H A Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; local
122 mem3=mem[3];
130 sum = MAC16_16(sum,num3,mem3);
132 mem4 = mem3;
133 mem3 = mem2;
142 mem[3]=mem3;
/external/clang/test/SemaCXX/
H A Ddefault2.cpp60 int mem3(int i);
79 int Y::mem3(int i = b) { return i; } // OK; use X::b function in class:Y
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; local
122 mem3=mem[3];
130 sum = MAC16_16(sum,num3,mem3);
132 mem4 = mem3;
133 mem3 = mem2;
142 mem[3]=mem3;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15109 /************** Begin file mem3.c ********************************************/
15173 ** We often identify a chunk by its index in mem3.aPool[]. When
15181 ** Pointers to the head of the list are stored in mem3.aiSmall[]
15182 ** for smaller chunks and mem3.aiHash[] for larger chunks.
15196 u32 next; /* Index in mem3.aPool[] of next free chunk */
15197 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
15204 ** into a single structure named "mem3". This is to keep the
15247 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
15249 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.in172 main.lo malloc.lo mem0.lo mem1.lo mem2.lo mem3.lo mem5.lo \
228 $(TOP)/src/mem3.c \
630 mem3.lo: $(TOP)/src/mem3.c $(HDR)
631 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mem3.c
H A DMakefile.vxworks205 main.o malloc.o mem0.o mem1.o mem2.o mem3.o mem5.o \
253 $(TOP)/src/mem3.c \
H A Dmain.mk60 main.o malloc.o mem0.o mem1.o mem2.o mem3.o mem5.o \
115 $(TOP)/src/mem3.c \
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem3.c65 ** We often identify a chunk by its index in mem3.aPool[]. When
73 ** Pointers to the head of the list are stored in mem3.aiSmall[]
74 ** for smaller chunks and mem3.aiHash[] for larger chunks.
88 u32 next; /* Index in mem3.aPool[] of next free chunk */
89 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
96 ** into a single structure named "mem3". This is to keep the
139 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
141 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
144 ** Unlink the chunk at mem3
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl571 ifcapable memdebug||mem5||(mem3&&debug) {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl224 mem3.c
/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.h47 * int32_t (*mem3)(struct ist* b);
56 int32_t (*mem3)(struct ist* b); member in struct:ifaceFoo_1_0
H A Dinterface.idl24 * int32_t (*mem3)(struct ist* b);
33 int32_t mem3([out] ist b);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc905 ExpectedMemoryInfo mem3 = GetExpectedMemory(kPaddedString3Size); local
917 kString3Size, mem3.id, mem3.offset);
1155 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1174 GL_ARRAY_BUFFER, kEmuOffset2, kSize2, mem3.id, mem3.offset);
1239 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1258 GL_ARRAY_BUFFER, kEmuOffset2, kSize2, mem3.id, mem3.offset);
1350 ExpectedMemoryInfo mem3 local
1440 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
2416 ExpectedMemoryInfo mem3 = GetExpectedMemory(half_size); local
[all...]
H A Dmapped_memory_unittest.cc202 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
203 ASSERT_TRUE(mem3 != NULL);
204 EXPECT_NE(mem2, mem3);
208 manager_->Free(mem3);
304 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
307 ASSERT_TRUE(mem3);
317 manager_->Free(mem3);
392 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
393 ASSERT_TRUE(mem3);
402 manager_->Free(mem3);
448 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
[all...]
/external/chromium_org/base/memory/
H A Dref_counted_memory_unittest.cc77 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3); local
79 EXPECT_FALSE(mem1->Equals(mem3));
80 EXPECT_FALSE(mem2->Equals(mem3));

Completed in 3465 milliseconds