Searched refs:mem0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-key-defs.h114 uint64_t mem0 : 1; /**< MEM - 0 bist status. */ member in struct:cvmx_key_bist_reg::cvmx_key_bist_reg_s
116 uint64_t mem0 : 1;
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c15562 /************** Begin file mem0.c ********************************************/
15622 /************** End of mem0.c ************************************************/
18815 ** The alarm callback and its arguments. The mem0.mutex lock will
18839 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable in typeref:struct:Mem0Global
18841 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
18866 sqlite3_mutex_enter(mem0.mutex);
18867 mem0.alarmCallback = xCallback;
18868 mem0.alarmArg = pArg;
18869 mem0
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14757 /************** Begin file mem0.c ********************************************/
14817 /************** End of mem0.c ************************************************/
18147 ** The alarm callback and its arguments. The mem0.mutex lock will
18171 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable in typeref:struct:Mem0Global
18173 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
18198 sqlite3_mutex_enter(mem0.mutex);
18199 mem0.alarmCallback = xCallback;
18200 mem0.alarmArg = pArg;
18201 mem0
[all...]

Completed in 547 milliseconds