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

  /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,
file_util.h 279 // Like above but for shmem files. Only useful for POSIX.
  /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/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/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 73 "Shmem:",
113 printf("RAM: %ldK total, %ldK free, %ldK buffers, %ldK cached, %ldK shmem, %ldK slab\n",
  /external/libpcap/
pcap-dos.h 150 DWORD rmem_start; /* shmem "recv" start */
  /external/kernel-headers/original/linux/
swap.h 205 /* linux/mm/shmem.c */
  /external/sepolicy/
te_macros 85 # this domain when creating tmpfs / shmem / ashmem files.
  /external/grub/
configure.ac 554 AC_ARG_ENABLE(3c503-shmem,
555 [ --enable-3c503-shmem use 3c503 shared memory mode])
configure 906 --enable-3c503-shmem use 3c503 shared memory mode
    [all...]
ChangeLog     [all...]
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 1827 milliseconds