Searched refs:tail (Results 1 – 11 of 11) sorted by relevance
407 #define tail ((xfs_dir2_block_tail_t *)dirbuf) in first_dentry() macro408 filepos = xfs.dirbsize - sizeof(*tail); in first_dentry()409 xfs_read (ffi, dirbuf, sizeof(*tail)); in first_dentry()410 xfs.dirmax = le32 (tail->count) - le32 (tail->stale); in first_dentry()411 #undef tail in first_dentry()
215 # the 'exec tail' line above.223 # the 'exec tail' line above.
97 # the 'exec tail' line above.
108 # the 'exec tail' line above.
109 # the 'exec tail' line above.
102 # the 'exec tail' line above.
144 awk '{print $4}' | uniq -c | tail -1 | awk '{print $1}'`
56 as one may wants to remove value associated to a key. This function is not tail-recursive. *)
234 * except it is tail recursive, whereas [List.concat] isn't.
1881 struct cr3_value_struct *head, **tail; member1893 struct interval_list *head, **tail; member2479 *P.interval.list.tail = p; in interval_list_add()2482 P.interval.list.tail = &p->next; in interval_list_add()3939 *P.cr3.tail = p; in cr3_switch()3942 P.cr3.tail = &p->gnext; in cr3_switch()
6483 OCAMLLIB=`$OCAMLC -where 2>/dev/null || $OCAMLC -v|tail -1|cut -d ' ' -f 4`
Completed in 50 milliseconds