HomeSort by relevance Sort by last modified time
    Searched defs:mmaps (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.h 38 uptr mmaps; member in struct:__asan::AsanStats
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 53 vpx_codec_mmap_t mmaps[NELEMENTS(vp8_mem_req_segs)-1]; member in struct:vpx_codec_alg_priv
96 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++)
97 ctx->priv->alg_priv->mmaps[i].id = vp8_mem_req_segs[i].id;
99 ctx->priv->alg_priv->mmaps[0] = *mmap;
182 for (i = NELEMENTS(ctx->mmaps) - 1; i >= 0; i--)
184 if (ctx->mmaps[i].dtor)
185 ctx->mmaps[i].dtor(&ctx->mmaps[i]);
397 for (i = 1; !res && i < NELEMENTS(ctx->mmaps); i++)
403 ctx->mmaps[i].id = vp8_mem_req_segs[i].id
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 43 vpx_codec_mmap_t mmaps[NELEMENTS(vp9_mem_req_segs) - 1]; member in struct:vpx_codec_alg_priv
83 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++)
84 ctx->priv->alg_priv->mmaps[i].id = vp9_mem_req_segs[i].id;
86 ctx->priv->alg_priv->mmaps[0] = *mmap;
135 for (i = NELEMENTS(ctx->mmaps) - 1; i >= 0; i--) {
136 if (ctx->mmaps[i].dtor)
137 ctx->mmaps[i].dtor(&ctx->mmaps[i]);
256 for (i = 1; !res && i < NELEMENTS(ctx->mmaps); i++) {
261 ctx->mmaps[i].id = vp9_mem_req_segs[i].id
    [all...]
  /external/linux-tools-perf/util/
session.c 1017 char *buf, *mmaps[8]; local
1041 memset(mmaps, 0, sizeof(mmaps));
1058 mmaps[map_idx] = buf;
1059 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1);
1065 if (mmaps[map_idx]) {
1066 munmap(mmaps[map_idx], mmap_size);
1067 mmaps[map_idx] = NULL;
    [all...]

Completed in 410 milliseconds