Searched refs:visited (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRecordInput.java25 private VisitedObjects visited; field in class:RecordInput
52 visited = other.visited;
62 visited = other.visited;
104 /* For a negative format ID, lookup an already visited instance. */
107 if (visited != null) {
108 o = visited.getObject(offset);
115 /* Return a previously visited object. */
144 if (visited
[all...]
H A DRecordOutput.java25 private VisitedObjects visited; field in class:RecordOutput
49 * For an already visited instance, output a reference to it. The
50 * reference is the negation of the visited offset minus one.
52 if (visited != null) {
53 int offset = visited.getOffset(o);
88 * Remember that we visited this instance. Certain formats
92 if (visited == null) {
93 visited = new VisitedObjects();
97 int visitedIndex = visited.add(o, prohibitNestedRefs ?
107 visited
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dclock.c124 int entity_id, unsigned long *visited)
132 if (test_and_set_bit(entity_id, visited)) {
165 visited);
171 visited);
183 * The 'visited' bitfield is used internally to detect recursive loops.
189 DECLARE_BITMAP(visited, 256);
190 memset(visited, 0, sizeof(visited));
191 return __uac_clock_find_source(chip, entity_id, visited);
123 __uac_clock_find_source(struct snd_usb_audio *chip, int entity_id, unsigned long *visited) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_conv.c123 PyObject *visited, *key, *value; local
127 visited = PyDict_New();
173 /* Mark as visited */
175 PyDict_SetItemString(visited, conv[i].name,
180 visited. If it wasn't then the user has added some extra crap
186 if (!PyDict_GetItem(visited, key))
193 /* We must decrement the reference count here or the visited
196 Py_DECREF(visited);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhyperlink.h89 void SetVisited(bool visited = true) { m_visited=visited; }
148 // wxWindow::m_foregroundColour is used to render non-visited links
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.h48 struct symbol *visited; member in struct:symbol
H A Dgenksyms.c239 sym->visited = NULL;
553 if (!sym->visited) {
555 end = &sym->visited;
556 sym->visited = (struct symbol *)-1L;
784 visited_symbols = sym->visited;
785 sym->visited = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhyperlink.tex125 (i.e. the link has not been {\it visited}) and the mouse is not over the control.
133 (i.e. the link has not been {\it visited}) and the mouse is not over the control.
141 and the link has already been clicked before (i.e. the link has been {\it visited}).
149 and the link has already been clicked before (i.e. the link has been {\it visited}).
161 \func{void}{SetVisited}{\param{bool}{ visited = true}}
163 Marks the hyperlink as visited (see \helpref{SetVisitedColour}{wxhyperlinkctrlsetvisitedcolour}).
H A Dfilehist.tex4 list of most recently visited files as shown on a menu (usually the File menu).
H A Ddocmanag.tex54 which manages the history of recently-visited files on the File menu.
233 Use this menu for appending recently-visited document filenames, for convenient
H A Dtdocview.tex261 wxFileHistory encapsulates functionality to record the last few files visited, and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dbtfixup.c28 static int visited __initdata = 0;
82 if (!visited) {
83 visited++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-test.c19 bool *visited = symbol__priv(sym); local
20 *visited = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c2295 topo->visited = NULL; // Don't know how big it is yet
2425 if (topo->visited->isMember(topo->visited, node))
2459 // So far, no cycles have been found and we have not visited this node yet,
2466 // First flag that we have visited this node
2468 topo->visited->add(topo->visited, node);
2478 // that have not already been visited.
2504 // At this point we will have visited all the dependencies
2540 // Next we need an empty bitset to show whether we have visited
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h427 * visited in the stack, then it means there wasa cycle such as 9->8->1->9
457 * The set of visited nodes as determined by a set entry in
460 pANTLR3_BITSET visited; member in struct:ANTLR3_TOPO_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1534 int *visited; local
1537 MALLOC(visited, int, d->tindex);
1539 visited[i] = 0;
1553 if (visited[old.index])
1558 visited[old.index] = 1;
1591 free(visited);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Darp_tables.c382 int visited = e->comefrom & (1 << hook); local
397 visited) {
H A Dip_tables.c478 int visited = e->comefrom & (1 << hook); local
492 visited) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_tables.c474 int visited = e->comefrom & (1 << hook); local
488 unconditional(&e->ipv6)) || visited) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2026 visit along with the time you last visited them in a DB_HASH database.
2029 time the location was last visited stored as a 4 byte binary value.
2067 print "Last visited mox.perl.com on $date\n" ;
2070 print "Never visited mox.perl.com\n"

Completed in 513 milliseconds