Home
last modified time | relevance | path

Searched refs:mem_base (Results 1 – 5 of 5) sorted by relevance

/third_party/libxml2/
Dtestapi.c1303 int mem_base; in test_UTF8ToHtml() local
1318 mem_base = xmlMemBlocks(); in test_UTF8ToHtml()
1332 if (mem_base != xmlMemBlocks()) { in test_UTF8ToHtml()
1334 xmlMemBlocks() - mem_base); in test_UTF8ToHtml()
1368 int mem_base; in test_htmlAttrAllowed() local
1380 mem_base = xmlMemBlocks(); in test_htmlAttrAllowed()
1392 if (mem_base != xmlMemBlocks()) { in test_htmlAttrAllowed()
1394 xmlMemBlocks() - mem_base); in test_htmlAttrAllowed()
1426 int mem_base; in test_htmlAutoCloseTag() local
1438 mem_base = xmlMemBlocks(); in test_htmlAutoCloseTag()
[all …]
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c81 uint32_t mem_base; member
229 sim_bo->sim_vaddr = sim_state.mem + sim_bo->block->ofs - sim_state.mem_base; in v3d_create_simulator_bo()
845 sim_state.mem_base = in v3d_simulator_init_global()
859 memset(sim_state.mem + b->ofs - sim_state.mem_base, 0xd0, 4096); in v3d_simulator_init_global()
906 sim_state.mem_base); in v3d_simulator_init()
/third_party/libdrm/tests/util/
Dpattern.c913 void *mem_base = mem; in fill_tiles_rgb16() local
931 make_pwetty(mem_base, width, height, stride, info->format); in fill_tiles_rgb16()
961 void *mem_base = mem; in fill_tiles_rgb32() local
980 make_pwetty(mem_base, width, height, stride, info->format); in fill_tiles_rgb32()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c5424 char *mem_base = (char *)(laddr(dso, dso->relro_start)); in map_gnu_relro() local
5435 if (memcmp(mem_base + start_offset, file_base + start_offset, PAGE_SIZE) == 0) { in map_gnu_relro()
5444 if (memcmp(mem_base + end_offset, file_base + end_offset, PAGE_SIZE) != 0) { in map_gnu_relro()
5455 mem_base + start_offset, map_length, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, map_offset); in map_gnu_relro()
/third_party/chromium/patch/
D0001-cve.patch120979 - test.write(" int mem_base;\n");
120980 + test.write(" int mem_base;\n");
121008 - test.write(" mem_base = xmlMemBlocks();\n");
121009 + test.write(" mem_base = xmlMemBlocks();\n");
121134 - test.write(""" if (mem_base != xmlMemBlocks()) {
121135 + test.write(""" if (mem_base != xmlMemBlocks()) {
121137 - xmlMemBlocks() - mem_base);
121139 +\t xmlMemBlocks() - mem_base);
129834 - int mem_base;
129836 - mem_base = xmlMemBlocks();
[all …]