Home
last modified time | relevance | path

Searched defs:symtable (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h25 struct symtable { struct
28 struct _symtable_entry *st_cur; /* current symbol table entry */ argument
29 struct _symtable_entry *st_top; /* symbol table entry for module */ argument
44 typedef struct _symtable_entry { argument
/third_party/python/Lib/
Dsymtable.py12 def symtable(code, filename, compile_type): function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dfse_encoder.cc257 std::vector<uint16_t> symtable(table_size); in FSEEncode() local