Searched defs:mem0 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; local
119 mem0=mem[0];
127 sum = MAC16_16(sum,num0,mem0);
135 mem1 = mem0;
136 mem0 = x[i];
139 mem[0]=mem0;
H A Dcelt_encoder.c232 opus_val32 mem0,mem1; local
259 mem0=0;
266 y = ADD32(mem0, x);
268 mem0 = mem1 + y - SHL32(x,1);
271 mem0 = mem1 + y - 2*x;
296 mem0=0;
305 tmp[i] = mem0 + PSHR32(x2-mem0,4);
307 tmp[i] = mem0 + MULT16_16_P15(QCONST16(.0625f,15),x2-mem0);
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c50 ** The alarm callback and its arguments. The mem0.mutex lock will
74 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable in typeref:struct:Mem0Global
76 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
101 sqlite3_mutex_enter(mem0.mutex);
102 mem0.alarmCallback = xCallback;
103 mem0.alarmArg = pArg;
104 mem0.alarmThreshold = iThreshold;
106 mem0.nearlyFull = (iThreshold>0 && iThreshold<=nUsed);
107 sqlite3_mutex_leave(mem0
[all...]
/external/libopus/celt/
H A Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; local
119 mem0=mem[0];
127 sum = MAC16_16(sum,num0,mem0);
135 mem1 = mem0;
136 mem0 = x[i];
139 mem[0]=mem0;
H A Dcelt_encoder.c232 opus_val32 mem0,mem1; local
259 mem0=0;
266 y = ADD32(mem0, x);
268 mem0 = mem1 + y - SHL32(x,1);
271 mem0 = mem1 + y - 2*x;
296 mem0=0;
305 tmp[i] = mem0 + PSHR32(x2-mem0,4);
307 tmp[i] = mem0 + MULT16_16_P15(QCONST16(.0625f,15),x2-mem0);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14367 /************** Begin file mem0.c ********************************************/
14427 /************** End of mem0.c ************************************************/
17755 ** The alarm callback and its arguments. The mem0.mutex lock will
17779 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable in typeref:struct:Mem0Global
17781 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
17806 sqlite3_mutex_enter(mem0.mutex);
17807 mem0.alarmCallback = xCallback;
17808 mem0.alarmArg = pArg;
17809 mem0
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16215 /************** Begin file mem0.c ********************************************/
16275 /************** End of mem0.c ************************************************/
19793 ** The alarm callback and its arguments. The mem0.mutex lock will
19817 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
19819 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
19844 sqlite3_mutex_enter(mem0.mutex);
19845 mem0.alarmCallback = xCallback;
19846 mem0.alarmArg = pArg;
19847 mem0
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16215 /************** Begin file mem0.c ********************************************/
16275 /************** End of mem0.c ************************************************/
19793 ** The alarm callback and its arguments. The mem0.mutex lock will
19817 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
19819 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
19844 sqlite3_mutex_enter(mem0.mutex);
19845 mem0.alarmCallback = xCallback;
19846 mem0.alarmArg = pArg;
19847 mem0
[all...]

Completed in 863 milliseconds