Home
last modified time | relevance | path

Searched refs:left (Results 1 – 8 of 8) sorted by relevance

/lk-master/lib/heap/cmpctmalloc/
A Dcmpctmalloc.c216 return header->left == untag(NULL); in is_start_of_os_allocation()
222 free_area->header.left = tag_as_free(left); in create_free_area()
250 left = untag(left); in free_memory()
251 if (IS_PAGE_ALIGNED(left) && in free_memory()
254 free_to_os(left, size + ((header_t *)left)->size + sizeof(header_t)); in free_memory()
280 standalone->left = untag(left); in create_allocation_header()
286 int tag = (uintptr_t)right->left & 1; in FixLeftPointer()
771 header_t *left = header->left; in cmpct_free() local
772 if (left != NULL && is_tagged_as_free(left)) { in cmpct_free()
781 free_memory(left, left->left, left->size + size + right->size); in cmpct_free()
[all …]
/lk-master/external/platform/nrfx/doc/buildfiles/
A Dextra_stylesheet.css59 padding-left:0px;
131 text-align: left;
168 margin-left: 30px;
174 margin-left: 20px;
245 padding-left:22px;
252 padding-left:22px;
258 padding-left:22px;
264 padding-left:22px;
299 text-align: left;
315 text-align: left;
[all …]
/lk-master/external/lib/lwip/core/ipv4/
A Dip_frag.c680 u16_t left, cop; in ip_frag() local
718 left = p->tot_len - IP_HLEN; in ip_frag()
722 while (left) { in ip_frag()
723 last = (left <= mtu - IP_HLEN); in ip_frag()
732 cop = last ? left : nfb * 8; in ip_frag()
818 pbuf_realloc(rambuf, left + IP_HLEN); in ip_frag()
854 left -= cop; in ip_frag()
/lk-master/docs/
A Dtodo.md9 + arm arch_ops.h left over pre-armv6 stuff
/lk-master/external/lib/lwip/core/
A Dpbuf.c921 u16_t left; in pbuf_copy_partial() local
928 left = 0; in pbuf_copy_partial()
945 MEMCPY(&((char*)dataptr)[left], &((char*)p->payload)[offset], buf_copy_len); in pbuf_copy_partial()
947 left += buf_copy_len; in pbuf_copy_partial()
A Dtcp_out.c524 u16_t left = len - pos; in tcp_write() local
526 u16_t seglen = left > max_len ? max_len : left; in tcp_write()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/
A Dreadme.dox40 * Pressing the joystick in causes a left mouse click to happening over USB.
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile63 # left blank the current directory will be used.
122 # text. Otherwise, the brief description is used as-is. If left blank, the
152 # Stripping is only done if one of the specified strings matches the left-hand
154 # If left blank the directory from which doxygen is run is used as the path to
702 # tag is left empty.
819 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
878 # *.h) to filter out the source-files in the directories. If left blank all
1707 # If left blank no extra packages will be included.
1714 # chapter. If it is left blank doxygen will generate a standard header. See
1730 # chapter. If it is left blank doxygen will generate a standard footer. See
[all …]

Completed in 15 milliseconds