Home
last modified time | relevance | path

Searched defs:news (Results 1 – 11 of 11) sorted by relevance

/third_party/littlefs/scripts/
Ddata.py159 def diff_entries(olds, news): argument
Dcode.py160 def diff_entries(olds, news): argument
Dstructs.py211 def diff_entries(olds, news): argument
Dcoverage.py171 def diff_entries(olds, news): argument
Dstack.py229 def diff_entries(olds, news): argument
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c456 GstEvent *news; in gst_identity_sink_event() local
/third_party/mksh/
Dlex.c1801 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i() local
Dhistrap.c966 unsigned char *base, *news; in writehistfile() local
Deval.c2069 char *news; in alt_expand() local
Dvar.c1551 struct tbl *prev, *curr, *news; in arraysearch() local
Dedit.c4900 struct edstate *news; in save_edstate() local
4913 restore_edstate(struct edstate *news, struct edstate *old) in restore_edstate()