Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c284 static struct symbol_op long_op = { variable
500 N("long", &long_op),
/third_party/python/Modules/
D_pickle.c2207 const char long_op = LONG; in save_long() local
2222 if (_Pickler_Write(self, &long_op, 1) < 0 || in save_long()