Searched refs:mp_const_false (Results 1 – 25 of 30) sorted by relevance
12
152 if (arg == mp_const_false) { in mp_obj_is_true()206 mp_obj_t local_true = (op == MP_BINARY_OP_NOT_EQUAL) ? mp_const_false : mp_const_true; in mp_obj_equal_not_equal()207 mp_obj_t local_false = (op == MP_BINARY_OP_NOT_EQUAL) ? mp_const_true : mp_const_false; in mp_obj_equal_not_equal()294 if (arg == mp_const_false) { in mp_obj_get_int()320 if (arg == mp_const_false) { in mp_obj_get_int_maybe()338 if (arg == mp_const_false) { in mp_obj_get_float_maybe()375 if (arg == mp_const_false) { in mp_obj_get_complex_maybe()
33 #define BOOL_VALUE(o) ((o) == mp_const_false ? 0 : 1)68 return mp_const_false; in bool_make_new()
162 return mp_const_false; in dict_binary_op()165 return e1 == NULL && e2 == NULL ? mp_const_true : mp_const_false; in dict_binary_op()172 return mp_const_false; in dict_binary_op()180 return mp_const_false; in dict_binary_op()186 return mp_const_false; in dict_binary_op()
282 return mp_const_false; in set_isdisjoint()309 out = mp_const_false; in set_issubset_internal()316 out = mp_const_false; in set_issubset_internal()355 return mp_const_false; in set_equal()
44 #undef mp_const_false100 #define mp_const_false ((mp_obj_t)mp_fun_table.const_false) macro
297 #define MP_ROM_FALSE mp_const_false675 #define mp_const_false MP_OBJ_NEW_IMMEDIATE_OBJ(1) macro679 #define mp_const_false (MP_OBJ_FROM_PTR(&mp_const_false_obj)) macro711 #define mp_obj_is_bool(o) ((o) == mp_const_false || (o) == mp_const_true)723 return x ? mp_const_true : mp_const_false; in mp_obj_new_bool()
314 return mp_const_false; in array_binary_op()327 return mp_const_false; in array_binary_op()339 return mp_const_false; in array_binary_op()
227 return mp_const_false; in MATH_FUN_2()234 return mp_const_false; in MATH_FUN_2()
257 mp_const_false,
102 return mp_const_false; in mp_builtin_all()118 return mp_const_false; in mp_builtin_any()132 return mp_const_false; in mp_builtin_callable()
773 return mp_const_false; in str_startswith()788 return mp_const_false; in str_endswith()1846 return mp_const_false; // default to False for empty str in str_uni_istype()1852 return mp_const_false; in str_uni_istype()1862 return mp_const_false; in str_uni_istype()1868 return mp_const_false; in str_uni_istype()
75 return mp_const_false; in thread_lock_acquire()
146 return mp_const_false; in list_binary_op()345 args.reverse.u_bool ? mp_const_false : mp_const_true); in mp_obj_list_sort()
375 if (rhs_in == mp_const_false) { in mp_obj_int_binary_op_extra_cases()
344 return mp_const_false; in mp_binary_op()357 return mp_const_false; in mp_binary_op()612 return mp_const_false; in mp_binary_op()
423 if (i == mod_len && fromtuple == mp_const_false && stat != MP_IMPORT_STAT_DIR) { in mp_builtin___import__()
752 return mp_const_false; in mod_os_file_read()774 return mp_const_false; in mod_os_file_write()797 return mp_const_false; in mod_os_file_seek()813 return mp_const_false; in mod_os_file_tell()826 return mp_const_false; in mod_os_file_rewind()839 return mp_const_false; in mod_os_file_getpos()857 return mp_const_false; in mod_os_file_setpos()
734 return mp_const_false; in mod_os_file_read()756 return mp_const_false; in mod_os_file_write()778 return mp_const_false; in mod_os_file_seek()794 return mp_const_false; in mod_os_file_tell()807 return mp_const_false; in mod_os_file_rewind()820 return mp_const_false; in mod_os_file_getpos()838 return mp_const_false; in mod_os_file_setpos()
68 dest[2] = (arg == 0 ? mp_const_false : mp_const_true); in pinbase_ioctl()
39 #define TASK_STATE_DONE_WAS_WAITED_ON (mp_const_false)187 return mp_const_false; in task_cancel()
62 …nary_op(MP_BINARY_OP_LESS, heap->items[child_pos], heap->items[child_pos + 1]) == mp_const_false) { in uheapq_heap_siftup()
247 dest[2] = mp_const_false; in websocket_write()
188 next = mp_const_false; in mod_ujson_load()
520 return mp_const_false; in linkkit_init()532 return mp_const_false; in linkkit_init()
Completed in 41 milliseconds