HomeSort by: relevance | last modified time | path
    Searched refs:Item (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 70 POINTER Item;
104 // Current item being formatted
105 struct _pitem *Item;
981 PRINT_ITEM *Item;
984 // Get the length of the item
985 Item = ps->Item;
986 Item->Item.Index = 0;
987 while (Item->Item.Index < Item->FieldWidth)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 28 template<class Item>
40 void push_back(Item *x) {
53 void push_front(Item *x) {
73 void extract(Item *prev, Item *x) {
84 Item *front() { return first_; }
85 const Item *front() const { return first_; }
86 Item *back() { return last_; }
87 const Item *back() const { return last_; }
89 void append_front(IntrusiveList<Item> *l)
    [all...]
  /src/lib/libc/net/
nsparser.y 111 : Item
112 | Srclist Item
115 Item
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 1069 // Width of non-volatile storage item in bytes. 0, 1, 2 or 4
1443 // NvData item list. Only items in this list will be updated.
1449 // Data item to write into above storage address.
1456 } Item[MAX_EEPROM_LEN];

Completed in 62 milliseconds