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

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio_error.c 35 {ERR_PACK(ERR_LIB_BIO, BIO_F_mem_write, 0), "mem_write"},
bio_mem.c 161 static int mem_write(BIO *bio, const char *in, int inl) { function
169 OPENSSL_PUT_ERROR(BIO, mem_write, BIO_R_WRITE_TO_READ_ONLY_BIO);
189 return mem_write(bp, str, strlen(str));
294 BIO_TYPE_MEM, "memory buffer", mem_write, mem_read, mem_puts,
  /external/openssl/crypto/bio/
bss_mem.c 64 static int mem_write(BIO *h, const char *buf, int num);
75 mem_write,
169 static int mem_write(BIO *b, const char *in, int inl) function
315 ret=mem_write(bp,str,n);
bio_err.c 103 {ERR_FUNC(BIO_F_MEM_WRITE), "MEM_WRITE"},
  /external/qemu/include/hw/android/goldfish/
device.h 35 CPUWriteMemoryFunc **mem_write,
  /external/qemu/hw/android/goldfish/
device.c 101 CPUWriteMemoryFunc **mem_write,
106 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque);
  /external/oprofile/events/mips/loongson2/
events 28 event:0x19 counters:1 um:zero minimum:5000 name:MEM_WRITE : Write to memory
  /external/qemu/include/exec/
cpu-common.h 99 CPUWriteMemoryFunc * const *mem_write,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ws2san.h 35 #define MEM_WRITE 2
  /external/qemu/
exec.c 97 CPUWriteMemoryFunc **mem_write[TARGET_PAGE_SIZE][4]; member in struct:subpage_t
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 414 static int SDLCALL mem_write(SDL_RWops *context, const void *ptr, int size, int num) function
557 rwops->write = mem_write;
  /prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a     [all...]
libSDL.a     [all...]
  /prebuilts/tools/windows/sdl/libs/
libSDL.a     [all...]

Completed in 463 milliseconds