HomeSort by relevance Sort by last modified time
    Searched full:leaf (Results 76 - 100 of 281) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gnode.h 108 * Returns %TRUE if a #GNode is a leaf node.
110 * Returns: %TRUE if the #GNode is a leaf node
  /external/grub/stage2/
jfs.h 113 #define BT_LEAF 0x02 /* leaf page */
302 * leaf node entry head/only segment
327 u8 slot; /* 1: slot within leaf page of entry */
328 u8 addr1; /* 1: upper 8 bits of leaf page address */
329 u32 addr2; /* 4: lower 32 bits of leaf page address -OR-
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 634 // Add node to insert as leaf of tree.
786 // If the node to remove is not a leaf node, we need to get a
787 // leaf node, or a node with a single leaf as its child, to put
790 // node in the greater subtree. We take the leaf node from the
  /external/quake/quake/src/QW/server/
sv_ents.c 46 // if this is a leaf, accumulate the pvs bits
345 // ignore if not touching a PV leaf
481 // ignore if not touching a PV leaf
progs.h 38 link_t area; // linked to a division node or leaf
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 395 const String8 leaf(entryName.getPathLeaf());
396 if (leaf.size() > 0) {
406 frame.name = leaf;
  /frameworks/base/cmds/runtime/
main_runtime.cpp 310 String8 leaf(path.getPathLeaf());
312 args.insertAt(leaf.string(), 0);
318 LOGE("*** fork of child %s failed: %s", leaf.string(), strerror(err));
  /external/grub/netboot/
tulip.c 841 struct medialeaf *leaf = &mtable->mleaf[i];
844 leaf->type = 0;
845 leaf->media = p[0] & 0x3f;
846 leaf->leafdata = p;
851 switch(leaf->type = p[1]) {
854 leaf->media = p[2] & 0x0f;
858 leaf->media = 11;
835 struct medialeaf *leaf = &mtable->mleaf[i]; local
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
trees-nary.sgml 233 @G_TRAVERSE_LEAVES: only leaf nodes should be visited. This name has been
235 @G_TRAVERSE_NON_LEAVES: only non-leaf nodes should be visited. This name
  /external/iproute2/tc/
q_htb.c 48 " prio priority of leaf; lower are served first {0}\n"
49 " quantum how much bytes to serve from leaf at once {use r2q}\n"
  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 1037 InlineBox* leaf = 0; local
1045 InlineBox* leaf = 0; local
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 206 // These are non-empty leaf node types.
212 // Lookahead marker node. It's a leaf, so no recursion on children.
219 // The node is not a leaf.
255 // These are non-empty leaf node types.
263 // The node is not a leaf.
301 // These are non-empty leaf node types.
309 // The node is not a leaf.
398 // get a list all leaf nodes
415 // Iteratate over all leaf nodes,
424 // Identify leaf nodes that correspond to overall rule match positions
    [all...]
  /external/openssl/crypto/bn/asm/
mips3.s 67 LEAF(bn_mul_add_words)
196 LEAF(bn_mul_words)
295 LEAF(bn_sqr_words)
382 LEAF(bn_add_words)
482 LEAF(bn_sub_words)
578 LEAF(bn_div_3_words)
623 LEAF(bn_div_words)
763 LEAF(bn_mul_comba8)
1391 LEAF(bn_mul_comba4)
1555 LEAF(bn_sqr_comba8
    [all...]
  /external/blktrace/
rbtree.h 29 order as a red leaf in the tree, then the support library function
  /external/dnsmasq/
doc.html 26 Smoothwall, IP-Cop, floppyfw, Firebox, LEAF, Freesco, fli4l,
  /external/iproute2/
README.iproute2+tc 49 weight should be proportional to rate for leaf classes
  /external/kernel-headers/original/linux/
rbtree.h 29 order as a red leaf in the tree, then the support library function
  /external/qemu/elff/
dwarf_die.h 76 /* Gets the leaf DIE object containing given address.
  /external/quake/quake/src/QW/client/
r_edge.c 359 // must be two bmodels in the same leaf; don't care, because they'll
378 // must be two bmodels in the same leaf; don't care which is really
489 // must be two bmodels in the same leaf; sort on 1/z
527 // must be two bmodels in the same leaf; sort on 1/z
  /external/quake/quake/src/WinQuake/
progs.h 38 link_t area; // linked to a division node or leaf
r_edge.cpp 359 // must be two bmodels in the same leaf; don't care, because they'll
378 // must be two bmodels in the same leaf; don't care which is really
489 // must be two bmodels in the same leaf; sort on 1/z
527 // must be two bmodels in the same leaf; sort on 1/z
  /external/webkit/WebCore/html/
HTMLTableRowElement.cpp 62 // This has the effect of demoting the form to a leaf and moving it safely out of the way.
HTMLTableSectionElement.cpp 59 // This has the effect of demoting the form to a leaf and moving it safely out of the way.
  /external/webkit/WebCore/platform/
Theme.h 48 // A method to obtain the baseline position adjustment for a "leaf" control. This will only be used if a baseline
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 64 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline

Completed in 116 milliseconds

1 2 34 5 6 7 8 91011>>