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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 647 const char *irp_format = local
655 line = nasm_malloc(strlen(irp_format) - 4 + strlen(data[0])
657 sprintf(line, irp_format, data[0], data[1]);
702 const char *irp_format = local
710 line = nasm_malloc(strlen(irp_format) - 2 + len2 + 1);
711 sprintf(line,irp_format,q);
    [all...]

Completed in 160 milliseconds