Searched refs:top (Results 1 - 25 of 1552) sorted by path

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_compact.c657 * to the top.
2248 db_indx_t indx, top; local
2261 for (indx = 0, top = NUM_ENT(pg); indx != top; indx++) {
H A Dbt_cursor.c342 * stack and we need the top of the stack.
603 db_indx_t indx, top; local
612 * Called with the top-level cursor that may reference an off-page
633 top = NUM_ENT(cp->page) - P_INDX;; indx += P_INDX) {
636 if (indx == top ||
660 top = NUM_ENT(cp->page) - O_INDX;; indx += O_INDX) {
663 if (indx == top)
1685 db_indx_t base, lim, top; local
1726 * Find the top and bottom of the duplicate set. Binary search
1729 for (base = top
[all...]
H A Dbt_recno.c1175 __ram_sread(dbc, top)
1177 db_recno_t top;
1211 while (recno < top) {
H A Dbt_rsearch.c69 db_indx_t adjust, deloffset, indx, top; local
198 for (indx = 0, top = NUM_ENT(h);;) {
200 if (++indx == top || total + bi->nrecs >= recno)
217 for (indx = 0, top = NUM_ENT(h);;) {
219 if (++indx == top || total + ri->nrecs >= recno)
400 db_indx_t indx, top; local
403 top = NUM_ENT(h);
408 for (indx = 0; indx < top; indx += P_INDX)
415 for (indx = 0; indx < top; indx += O_INDX)
420 for (indx = 0; indx < top; ind
[all...]
H A Dbt_split.c970 db_indx_t half, *inp, nbytes, off, splitp, top; local
1040 top = NUM_ENT(pp) - adjust;
1042 for (nbytes = 0, off = 0; off < top && nbytes < half; ++off)
H A Dbt_stat.c325 db_indx_t indx, *inp, top; local
331 top = NUM_ENT(h);
341 if (top == 0)
345 for (indx = 0; indx < top; indx += P_INDX) {
352 if (indx + P_INDX >= top ||
365 if (top == 0)
378 sp->bt_nkeys += top;
379 sp->bt_ndata += top;
381 for (indx = 0; indx < top; indx += O_INDX) {
392 sp->bt_ndata += top;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_reclaim.c118 db_indx_t indx, len, off, tlen, top; local
123 top = NUM_ENT(p);
132 for (indx = 0; indx < top; indx += P_INDX) {
161 for (indx = 0; indx < top; indx += O_INDX) {
174 for (indx = 0; indx < top; indx += O_INDX)
181 for (indx = 0; indx < top; indx += P_INDX) {
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DREADME220 There are two applications built on top of the code produced by
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_stat.c226 db_indx_t indx, len, off, tlen, top; local
255 top = NUM_ENT(pagep);
257 for (indx = 0; indx < top; indx += P_INDX) {
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c52 sl->top = NULL;
155 m = sl->top;
203 if(!sl->top) {
205 sl->topend = sl->bottomend = sl->top = sl->bottom =
207 assert(sl->top);
208 sl->top->next = (struct skiplistnode *) NULL;
209 sl->top->data = (struct skiplistnode *) NULL;
210 sl->top->prev =(struct skiplistnode *) NULL;
211 sl->top->up = (struct skiplistnode *) NULL;
212 sl->top
[all...]
H A Dskiplist.h40 struct skiplistnode *top; member in struct:_iskiplist
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm1258 applies to the top level.
1289 Test::More is built on top of Test::Builder which provides a single,
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb012.tcl209 set top "$txn $t"
210 lappend ret $top
212 set top "$t1 $t"
214 lappend ret $top
/macosx-10.9.5/CF-855.17/
H A DCFXMLParser.c44 void **top; member in struct:__CFXMLParser
149 /* Returns the top-most object returned by the createXMLStructure callback */
213 parser->top = parser->stack;
306 parser->top = parser->stack;
368 str = (report && *parser->top) ? CFStringCreateMutableWithExternalCharactersNoCopy(CFGetAllocator(parser), NULL, 0, 0, CFGetAllocator(parser)) : NULL;
427 if (!(parser->options & kCFXMLParserSkipMetaData) && *(parser->top)) {
434 INVOKE_CALLBACK4(parser->callBacks.addChild, parser, *parser->top, dtdStructure, parser->context.info);
469 parser->top --; // Remove dtdStructure from the stack
496 } else if (!(parser->options & kCFXMLParserSkipMetaData) && *(parser->top)) {
651 if (!(*parser->top) || (parse
[all...]
/macosx-10.9.5/CPANInternal-140/B-Hooks-EndOfScope/inc/Module/
H A DInstall.pm217 # ignore the prefix on extension modules built from top level.
273 my ($self, $path, $top) = @_;
290 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/inc/Module/
H A DInstall.pm217 # ignore the prefix on extension modules built from top level.
273 my ($self, $path, $top) = @_;
290 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/inc/Module/
H A DInstall.pm217 # ignore the prefix on extension modules built from top level.
273 my ($self, $path, $top) = @_;
290 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/inc/Module/
H A DInstall.pm217 # ignore the prefix on extension modules built from top level.
273 my ($self, $path, $top) = @_;
290 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/inc/Module/
H A DInstall.pm154 # ignore the prefix on extension modules built from top level.
209 my ($self, $path, $top) = @_;
226 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1355 It's usually wise to set up a "top level" class for your entire
3180 Class::DBI is built on top of L<Ima::DBI>, L<DBIx::ContextualFetch>,
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm1365 It's usually wise to set up a "top level" class for your entire
3020 Class::DBI is built on top of L<Ima::DBI>, L<Class::Accessor> and
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/
H A DInstall.pm195 # ignore the prefix on extension modules built from top level.
251 my ($self, $path, $top) = @_;
268 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-Inspector/inc/Module/
H A DInstall.pm138 # ignore the prefix on extension modules built from top level.
193 my ($self, $path, $top) = @_;
210 push @{$self->{extensions}}, &{$new}($pkg, _top => $top );
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm1190 in a hash of hashes, where each top level key is the name of one of
1247 different, the top-level keys of this multi-level initializer hash are
1260 top-level hash:
1301 correct class-specific initializer values will available at the top level of
/macosx-10.9.5/CPANInternal-140/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm32 # Return initializers, overriding general initializers from the top level
173 That is, the top-level entries would be replaced by any second-level
174 entries with the same key that appear in a top-level entry of the same name as
189 Thrown by C<extract_initializers_from()>. You specified a top-level key

Completed in 298 milliseconds

1234567891011>>