Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.c58 static struct action *empty_spec = NULL; variable
568 spec_list = &empty_spec; in parse_action()
1532 data = empty_spec[i].data; in eval_empty_actions()
1552 match = eval_expr_top(&empty_spec[i], &action_data); in eval_empty_actions()
3198 dump_action_list(empty_spec, empty_count); in dump_actions()
/external/v8/src/
Dfactory.cc2432 StaticFeedbackVectorSpec empty_spec; in NewSharedFunctionInfo() local
2434 FeedbackMetadata::New(isolate(), &empty_spec); in NewSharedFunctionInfo()