Searched refs:type (Results 1 – 5 of 5) sorted by relevance
256 type = (enum rt_object_class_type)(type & ~RT_Object_Class_Static); in rt_object_get_information()259 if (_object_container[index].type == type) return &_object_container[index]; in rt_object_get_information()318 information = rt_object_get_information(type); in rt_object_get_pointers()372 information = rt_object_get_information(type); in rt_object_init()396 object->type = type | RT_Object_Class_Static; in rt_object_init()460 object->type = RT_Object_Class_Null; in rt_object_detach()492 information = rt_object_get_information(type); in rt_object_allocate()508 object->type = type; in rt_object_allocate()582 object->type = RT_Object_Class_Null; in rt_object_delete()604 if (object->type & RT_Object_Class_Static) in rt_object_is_systemobject()[all …]
173 rt_uint32_t type: 2 ; /**< page type */ member516 kup->type = PAGE_TYPE_LARGE; in rt_slab_alloc()613 kup->type = PAGE_TYPE_SMALL; in rt_slab_alloc()690 if (kup->type == PAGE_TYPE_LARGE) in rt_slab_realloc()702 else if (kup->type == PAGE_TYPE_SMALL) in rt_slab_realloc()762 if (kup->type == PAGE_TYPE_LARGE) in rt_slab_free()842 kup->type = PAGE_TYPE_FREE; in rt_slab_free()
38 LOCAL_CFLAGS += ' -Wreturn-type -Wcomment -Wswitch' # code style warning
17 For the data type like, `rt_uint8/int8_t, rt_uint16/int16_t, rt_uint32/int32_t`,
72 int type) in print_number() argument90 if (type & LEFT) in print_number()92 type &= ~ZEROPAD; in print_number()95 c = (type & ZEROPAD) ? '0' : ' '; in print_number()99 if (type & SIGN) in print_number()130 if (type & PLUS) in print_number()134 else if (type & SPACE) in print_number()141 if (type & SPECIAL) in print_number()170 if (!(type & (ZEROPAD | LEFT))) in print_number()198 if (type & SPECIAL) in print_number()[all …]
Completed in 9 milliseconds