HomeSort by: relevance | last modified time | path
    Searched refs:ITEM (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/gprofng/src/
DbeLinkList.h 24 template <typename ITEM> class DbeLinkList
28 DbeLinkList (ITEM _item)
30 item = _item;
36 ITEM
39 return item;
42 DbeLinkList<ITEM> *
49 set_next (DbeLinkList<ITEM> *p)
57 for (DbeLinkList<ITEM> *p = next; p;)
59 DbeLinkList<ITEM> *p1 = p->get_next ();
69 ITEM item member in class:DbeLinkList
    [all...]
DbeSyncMap.h 30 template <class ITEM> class DbeSyncMap : public DbeLock
36 ITEM *get (const char *nm, int64_t chksum);
37 ITEM *sync_create_item (const char *nm, int64_t chksum);
38 ITEM *get (const char *nm, const char *path, DbeFile *df);
39 ITEM *sync_create_item (const char *nm, const char *path, DbeFile *df);
42 Vector<ITEM *> *
51 DbeLinkList<ITEM *> **chunk;
52 Vector<ITEM *> *items;
61 template <class ITEM>
62 DbeSyncMap<ITEM>::DbeSyncMap (int _chunkSize
99 ITEM *item = dl->get_item (); local
120 ITEM *item = dl->get_item (); local
127 ITEM *item = dl->get_item (); local
134 ITEM *item = ITEM::create_item (nm, chksum); local
151 ITEM *item = dl->get_item (); local
170 ITEM *item = dl->get_item (); local
177 ITEM *item = dl->get_item (); local
184 ITEM *item = ITEM::create_item (nm, path, df); local
    [all...]
DbeCacheMap.h 36 template <typename Key_t, class ITEM>
37 class DbeCacheMap : public Map<Key_t, ITEM *>
54 put (Key_t key, ITEM *val)
61 ITEM *
67 return (ITEM *) NULL;
70 ITEM *
74 ITEM *v = table[ind].value;
75 table[ind].value = (ITEM *) NULL;
79 ITEM *
80 get (Key_t /* key */, typename Map<Key_t, ITEM *>::Relation /* rel */
    [all...]
vec.h 76 template <class ITEM> void
77 qsort (ITEM *, size_t, ExtCompareFunc, void *);
79 template <typename ITEM> class Vector
99 void append (const ITEM item);
100 void addAll (Vector<ITEM> *vec);
101 Vector<ITEM> *copy (); // Return a copy of "this".
103 ITEM
109 ITEM
122 // Return the first index in "this" that equals "item"
    [all...]
DbeArray.h 24 template <typename ITEM> class DbeArray
32 data = new ITEM[limit];
42 append (const ITEM &item)
45 ITEM *p = get (n);
46 *p = item;
50 ITEM *
53 return (index < count && index >= 0) ? data + index : (ITEM *) NULL;
86 ITEM *d = new ITEM[limit]
    [all...]
DbeApplication.h 35 template <class ITEM> class Vector;
DbeJarFile.h 28 template <class ITEM> class Vector;
DbeThread.h 26 template <class ITEM> class Vector;
gp-archive.h 29 template <class ITEM> class Vector;
CallStack.h 33 template <class ITEM> class Vector;
42 void append (CallStackNode *item);
43 void insert (int ind, CallStackNode *item);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeLinkList.h 24 template <typename ITEM> class DbeLinkList
28 DbeLinkList (ITEM _item)
30 item = _item;
36 ITEM
39 return item;
42 DbeLinkList<ITEM> *
49 set_next (DbeLinkList<ITEM> *p)
57 for (DbeLinkList<ITEM> *p = next; p;)
59 DbeLinkList<ITEM> *p1 = p->get_next ();
69 ITEM item member in class:DbeLinkList
    [all...]
DbeSyncMap.h 30 template <class ITEM> class DbeSyncMap : public DbeLock
36 ITEM *get (const char *nm, int64_t chksum);
37 ITEM *sync_create_item (const char *nm, int64_t chksum);
38 ITEM *get (const char *nm, const char *path, DbeFile *df);
39 ITEM *sync_create_item (const char *nm, const char *path, DbeFile *df);
42 Vector<ITEM *> *
51 DbeLinkList<ITEM *> **chunk;
52 Vector<ITEM *> *items;
61 template <class ITEM>
62 DbeSyncMap<ITEM>::DbeSyncMap (int _chunkSize
99 ITEM *item = dl->get_item (); local
120 ITEM *item = dl->get_item (); local
127 ITEM *item = dl->get_item (); local
134 ITEM *item = ITEM::create_item (nm, chksum); local
151 ITEM *item = dl->get_item (); local
170 ITEM *item = dl->get_item (); local
177 ITEM *item = dl->get_item (); local
184 ITEM *item = ITEM::create_item (nm, path, df); local
    [all...]
DbeCacheMap.h 36 template <typename Key_t, class ITEM>
37 class DbeCacheMap : public Map<Key_t, ITEM *>
54 put (Key_t key, ITEM *val)
61 ITEM *
67 return (ITEM *) NULL;
70 ITEM *
74 ITEM *v = table[ind].value;
75 table[ind].value = (ITEM *) NULL;
79 ITEM *
80 get (Key_t /* key */, typename Map<Key_t, ITEM *>::Relation /* rel */
    [all...]
vec.h 76 template <class ITEM> void
77 qsort (ITEM *, size_t, ExtCompareFunc, void *);
79 template <typename ITEM> class Vector
99 void append (const ITEM item);
100 void addAll (Vector<ITEM> *vec);
101 Vector<ITEM> *copy (); // Return a copy of "this".
103 ITEM
109 ITEM
122 // Return the first index in "this" that equals "item"
    [all...]
DbeArray.h 24 template <typename ITEM> class DbeArray
32 data = new ITEM[limit];
42 append (const ITEM &item)
45 ITEM *p = get (n);
46 *p = item;
50 ITEM *
53 return (index < count && index >= 0) ? data + index : (ITEM *) NULL;
86 ITEM *d = new ITEM[limit]
    [all...]
DbeApplication.h 35 template <class ITEM> class Vector;
DbeJarFile.h 28 template <class ITEM> class Vector;
DbeThread.h 26 template <class ITEM> class Vector;
gp-archive.h 29 template <class ITEM> class Vector;
  /src/lib/libmenu/
menu.h 78 typedef struct __item ITEM;
86 int visible; /* set if item is visible */
87 int selected; /* set if item has been selected */
88 int row; /* menu row this item is on */
89 int col; /* menu column this item is on */
91 MENU *parent; /* menu this item is bound to */
92 int index; /* index number for this item, if attached */
93 /* The following are the item's neighbours - makes menu
95 ITEM *left;
96 ITEM *right
    [all...]
userptr.c 39 /* the following is defined in item.c */
40 extern ITEM _menui_default_item;
43 * Set the item user pointer data
46 set_item_userptr(ITEM *param_item, char *userptr)
48 ITEM *item = (param_item != NULL) ? param_item : &_menui_default_item; local
50 item->userptr = userptr;
56 * Return the item user pointer
59 item_userptr(ITEM *item)
    [all...]
item.c 1 /* $NetBSD: item.c,v 1.12 2012/03/21 05:33:27 matt Exp $ */
30 __RCSID("$NetBSD: item.c,v 1.12 2012/03/21 05:33:27 matt Exp $");
40 /* keep default item options for setting in new_item */
41 ITEM _menui_default_item = {
42 {NULL, 0}, /* item name struct */
43 {NULL, 0}, /* item description struct */
45 0, /* is item visible? */
46 0, /* is item selected? */
47 0, /* row item is on */
48 0, /* column item is on *
251 ITEM *item = (param_item != NULL) ? param_item : &_menui_default_item; local
    [all...]
internals.h 44 void _menui_draw_item(MENU *menu, int item);
46 int _menui_goto_item(MENU *menu, ITEM *item, int new_top_row);
  /src/external/gpl3/gcc/dist/gcc/
dump-context.h 123 void emit_item (optinfo_item *item, dump_flags_t dump_kind);
175 : buffer_ptr (buffer_ptr_), item (item_) {}
177 optinfo_item *item; member in class:dump_pretty_printer::stashed_item
189 void stash_item (const char **buffer_ptr, optinfo_item *item);
193 void emit_item (optinfo_item *item, optinfo *dest);
260 /* Verify that ITEM has the expected values. */
264 const optinfo_item *item,
269 /* Verify that ITEM is a text item, with EXPECTED_TEXT. */
271 #define ASSERT_IS_TEXT(ITEM, EXPECTED_TEXT)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dump-context.h 123 void emit_item (optinfo_item *item, dump_flags_t dump_kind);
175 : buffer_ptr (buffer_ptr_), item (item_) {}
177 optinfo_item *item; member in class:dump_pretty_printer::stashed_item
189 void stash_item (const char **buffer_ptr, optinfo_item *item);
193 void emit_item (optinfo_item *item, optinfo *dest);
260 /* Verify that ITEM has the expected values. */
264 const optinfo_item *item,
269 /* Verify that ITEM is a text item, with EXPECTED_TEXT. */
271 #define ASSERT_IS_TEXT(ITEM, EXPECTED_TEXT)
    [all...]

Completed in 32 milliseconds

1 2 3