Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c2338 Token *t, *tt, *param_start, *macro_start, *last, **tptr, *origline; in do_directive() local
3346 macro_start = NULL; in do_directive()
3359 t->next = macro_start; in do_directive()
3360 macro_start = t; in do_directive()
3379 free_tlist(macro_start); in do_directive()
3409 smac->expansion = macro_start; in do_directive()
3496 macro_start = nasm_malloc(sizeof(*macro_start)); in do_directive()
3497 macro_start->next = NULL; in do_directive()
3498 make_tok_num(macro_start, in do_directive()
3500 macro_start->mac = NULL; in do_directive()
[all …]
/external/chromium_org/ui/gl/
Dgenerate_bindings.py1861 macro_start = re.compile(r'^#(if|ifdef|ifndef).*')
1868 if macro_start.match(line):