Home
last modified time | relevance | path

Searched refs:SET_ADD (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h159 #define SET_ADD 146 macro
/external/python/cpython3/Include/
Dopcode.h124 #define SET_ADD 146 macro
/external/cronet/third_party/icu/source/common/
Dunames.cpp1200 #define SET_ADD(set, c) ((set)[(uint8_t)c>>5]|=((uint32_t)1<<((uint8_t)c&0x1f))) macro
1209 SET_ADD(set, c); in calcStringSetLength()
1307 SET_ADD(set, c); in calcNameSetLength()
1318 SET_ADD(set, c); in calcNameSetLength()
1428 SET_ADD(gNameSet, extChars[i]); in calcNameSetsLengths()
/external/icu/icu4c/source/common/
Dunames.cpp1200 #define SET_ADD(set, c) ((set)[(uint8_t)c>>5]|=((uint32_t)1<<((uint8_t)c&0x1f))) macro
1209 SET_ADD(set, c); in calcStringSetLength()
1307 SET_ADD(set, c); in calcNameSetLength()
1318 SET_ADD(set, c); in calcNameSetLength()
1428 SET_ADD(gNameSet, extChars[i]); in calcNameSetsLengths()
/external/python/cpython3/Doc/library/
Ddis.rst636 .. opcode:: SET_ADD (i)
655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
/external/python/cpython3/Python/
Dcompile.c982 case SET_ADD: in stack_effect()
3825 if (add == SET_ADD) { in starunpack_helper()
3962 SET_ADD, SET_UPDATE, 0); in compiler_set()
4670 ADDOP_I(c, SET_ADD, depth + 1); in compiler_sync_comprehension_generator()
4768 ADDOP_I(c, SET_ADD, depth + 1); in compiler_async_comprehension_generator()
Dceval.c2190 case TARGET(SET_ADD): { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dcompile.c706 case SET_ADD: in opcode_stack_effect()
2718 ADDOP_I(c, SET_ADD, gen_index + 1); in compiler_comprehension_generator()
Dceval.c1632 TARGET(SET_ADD) in PyEval_EvalFrameEx()