Home
last modified time | relevance | path

Searched refs:mybuf (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.c307 /*@only@*/ /*@null@*/ unsigned char *mybuf = NULL; in yasm_bc_tobytes() local
329 mybuf = yasm_xmalloc(bc->len*bc->mult_int); in yasm_bc_tobytes()
330 destbuf = mybuf; in yasm_bc_tobytes()
349 return mybuf; in yasm_bc_tobytes()
/external/oprofile/module/
Doprofile.c208 struct op_note * mybuf; in oprof_note_read() local
217 mybuf = vmalloc(max); in oprof_note_read()
218 if (!mybuf) in oprof_note_read()
228 memcpy(mybuf, note_buffer, count); in oprof_note_read()
234 if (count && copy_to_user(buf, mybuf, count)) in oprof_note_read()
237 vfree(mybuf); in oprof_note_read()