HomeSort by relevance Sort by last modified time
    Searched full:shmem (Results 1 - 25 of 48) sorted by null

1 2

  /external/grub/netboot/
i82586.c 294 unsigned short *shmem = (short *)mem_start; local
296 cmd = (status = shmem[iSCB_STATUS>>1]) & 0xf000;
307 shmem[iSCB_CMD>>1] = cmd;
321 unsigned short *shmem = (short *)mem_start; local
353 shmem[iSCB_STATUS>>1] == 0)
358 shmem[iSCB_STATUS>>1], shmem[iSCB_CMD>>1]);
371 shmem[iSCB_STATUS>>1], shmem[iSCB_CMD>>1]);
383 unsigned short *shmem = (short *)mem_start + rx_head local
446 unsigned short *shmem = (short *)mem_start + TX_BUF_START; local
483 unsigned short *shmem = (short *)mem_start; local
589 unsigned short shmem[10]; local
738 unsigned short shmem[10]; local
    [all...]
README.netboot 96 --enable-3c503-shmem
  /external/chromium/base/
shared_memory_posix.cc 94 // Chromium mostly only uses the unique/private shmem as specified by
96 // TODO(jrg): there is no way to "clean up" all unused named shmem if
115 // It doesn't make sense to have a open-existing private piece of shmem
172 // Our current implementation of shmem is with mmap()ing of files.
280 // For the given shmem named |mem_name|, return a filename to mmap()
294 *path = temp_dir.AppendASCII("com.google.chrome.shmem." + mem_name);
shared_memory_unittest.cc 223 // On POSIX we have a problem when 2 threads try to create the shmem
227 // intentionally don't clean up its shmem before running with
328 // On POSIX it is especially important we test shmem across processes,
  /external/chromium_org/base/memory/
shared_memory_posix.cc 113 // Chromium mostly only uses the unique/private shmem as specified by
115 // TODO(jrg): there is no way to "clean up" all unused named shmem if
136 // It doesn't make sense to have a open-existing private piece of shmem
231 // Our current implementation of shmem is with mmap()ing of files.
359 // For the given shmem named |mem_name|, return a filename to mmap()
382 *path = temp_dir.AppendASCII(name_base + ".shmem." + mem_name);
shared_memory_unittest.cc 259 // On POSIX we have a problem when 2 threads try to create the shmem
263 // intentionally don't clean up its shmem before running with
490 // On POSIX it is especially important we test shmem across processes,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 552 int sh_lo, sh_hi, sh, ssh, shMem;
730 shMem=WebRtcSpl_NormW32(maskdata->CorrBufLoQQ[n]);
732 if (sh<=shMem) {
735 } else if ((sh-shMem)<7){
736 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufLoQQ as much as possible
737 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(WEBRTC_SPL_LSHIFT_W16(alpha, (sh-shMem)), tmp); // Shift alpha the number of times required to get tmp in QdomLO
739 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
741 tmpCorr = WEBRTC_SPL_RSHIFT_W32(corrloQQ[n], sh-shMem-6);
744 newQdomLO = QdomLO-(sh-shMem-6);
776 shMem=WebRtcSpl_NormW32(maskdata->CorrBufHiQQ[n])
    [all...]
  /external/chromium_org/ppapi/proxy/
raw_var_data.h 79 // for testing purposes where we need to transmit small buffers using shmem
204 // Host shmem handle. Valid for |type_| == ARRAY_BUFFER_SHMEM_HOST.
206 // Plugin shmem handle. Valid for |type_| == ARRAY_BUFFER_SHMEM_PLUGIN.
plugin_array_buffer_var.cc 95 base::SharedMemoryHandle tmp_handle = plugin_handle.shmem();
ppb_buffer_proxy.cc 89 return AddProxyResource(result, shm_handle.shmem(), size);
serialized_handle.h 56 const base::SharedMemoryHandle& shmem() const { function in class:ppapi::proxy::SerializedHandle
ppb_audio_proxy.cc 332 base::SharedMemory temp_mem(handle.shmem(), false);
341 enter.resource()->pp_instance(), handle.shmem(),
raw_var_data_unittest.cc 103 // TODO(raymes): add tests for shmem type array buffers.
resource_message_params.cc 103 *handle = serialized.shmem();
  /external/stressapptest/src/
os.h 259 bool use_hugepages_; // Use hugepage shmem?
260 bool use_posix_shm_; // Use 4k page shmem?
262 int shmid_; // Handle to shmem
  /external/chromium_org/base/process/
process_metrics_linux.cc 414 shmem(0),
459 // Chrome OS has a tweaked kernel that allows us to query Shmem, which is
464 if (meminfo_fields[i] == "Shmem:") {
465 StringToInt(meminfo_fields[i+1], &meminfo->shmem);
process_metrics.h 238 int shmem; member in struct:base::SystemMemoryInfoKB
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
replace-includes 12 -#include "system/shmem.h"
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 114 // callback could be supported with a separate process using shmem or
206 // callback could be supported with a separate process using shmem or
  /system/extras/procrank/
procrank.c 75 "Shmem:",
115 printf("RAM: %ldK total, %ldK free, %ldK buffers, %ldK cached, %ldK shmem, %ldK slab\n",
  /external/chromium_org/content/common/mac/
font_loader.mm 139 DLOG(ERROR) << "Failed to create shmem area for " << font_name;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.h 35 // the constructor-argument loop (the media thread), and shmem-related calls go
  /external/chromium_org/ppapi/api/dev/
ppb_testing_dev.idl 135 * for testing purposes where we need to transmit small buffers using shmem
  /external/libpcap/
pcap-dos.h 150 DWORD rmem_start; /* shmem "recv" start */
  /external/chromium_org/ppapi/c/dev/
ppb_testing_dev.h 141 * for testing purposes where we need to transmit small buffers using shmem

Completed in 2008 milliseconds

1 2