HomeSort by relevance Sort by last modified time
    Searched full:shared_size (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/system/monitor/
tray_monitor.cc 88 base::string16 shared_size = ui::FormatBytes(total_shared_bytes); local
92 UTF16ToUTF8(shared_size).c_str());
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 46 bool SharedMemIPCServer::Init(void* shared_mem, uint32 shared_size,
49 if (shared_size < channel_size) {
58 shared_size -= offsetof(IPCControl, channels);
59 size_t channel_count = shared_size / (sizeof(ChannelControl) + channel_size);
sharedmem_ipc_server.h 52 bool Init(void* shared_mem, uint32 shared_size, uint32 channel_size);
  /external/chromium_org/third_party/sqlite/src/src/
os.h 192 ** SHARED_SIZE is the number of bytes available in the pool from which
206 ** the pages involved in locking therefore. SHARED_SIZE is selected so
227 #define SHARED_SIZE 510
os_win.c 486 && nNumberOfBytesToLockLow == (DWORD)SHARED_SIZE){
552 assert(nNumberOfBytesToUnlockLow == (DWORD)SHARED_SIZE);
560 assert(nNumberOfBytesToUnlockLow == (DWORD)SHARED_SIZE || nNumberOfBytesToUnlockLow == 1);
609 nNumberOfBytesToLockLow == (DWORD)SHARED_SIZE){
913 0, SHARED_SIZE, 0, &ovlp);
920 pFile->sharedLockByte = (short)((lk & 0x7fffffff)%(SHARED_SIZE - 1));
936 res = UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0);
1062 res = LockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0);
    [all...]
os_os2.c 265 LockArea.lRange = SHARED_SIZE;
285 UnlockArea.lRange = SHARED_SIZE;
408 LockArea.lRange = SHARED_SIZE;
517 UnlockArea.lRange = SHARED_SIZE;
    [all...]
os_unix.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 854 milliseconds