Searched defs:ptr (Results 1 – 6 of 6) sorted by relevance
49 # define ALIGNED_POINTER(ptr, type) true argument51 # define ALIGNED_POINTER(ptr, type) ((size_t) (ptr) % alignof (type) == 0) argument
32 char *ptr; member
274 char *ptr = line->buf.buffer; in xfields() local
497 ptr_align (void const *ptr, size_t alignment) in ptr_align()
1151 char *ptr = nullptr; in parse_human_number() local
1616 char *ptr = line->text, *lim = ptr + line->length - 1; in begfield() local1659 char *ptr = line->text, *lim = ptr + line->length - 1; in limfield() local1781 char *ptr = buf->buf + buf->used; in fillbuf() local