/external/quake/quake/src/QW/client/ |
r_bsp.c | 297 // draw if we've reached a non-solid leaf, done if all that's left is a 298 // solid leaf, and continue down the tree if it's not a leaf 301 // we're done with this branch if the node or leaf isn't in the PVS 501 // if a leaf node, draw stuff 518 // deal with model fragments in this leaf 525 r_currentkey++; // all bmodels in a leaf share the same key
|
gl_model.h | 161 // common with leaf
189 // leaf specific
195 int key; // BSP sequence number for leaf's contents
434 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
|
model.h | 141 // common with leaf 169 // leaf specific 175 int key; // BSP sequence number for leaf's contents 400 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
|
render.h | 30 struct mleaf_s *leaf; member in struct:efrag_s 53 // found in an active leaf
|
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 297 // draw if we've reached a non-solid leaf, done if all that's left is a
298 // solid leaf, and continue down the tree if it's not a leaf
301 // we're done with this branch if the node or leaf isn't in the PVS
501 // if a leaf node, draw stuff
518 // deal with model fragments in this leaf
525 r_currentkey++; // all bmodels in a leaf share the same key
|
bspfile.h | 87 int visleafs; // not including the solid leaf 0
211 // leaf 0 is the generic CONTENTS_SOLID leaf, used for all solid areas
|
gl_model.h | 157 // common with leaf 185 // leaf specific 191 int key; // BSP sequence number for leaf's contents 428 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
|
model.h | 130 // common with leaf 158 // leaf specific 164 int key; // BSP sequence number for leaf's contents 380 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
|
render.h | 32 struct mleaf_s *leaf;
member in struct:efrag_s 60 // found in an active leaf
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 77 # without leaf qdisc were not updated 98 # - added initial support for SFQ as leaf qdisc 113 # - added options PARENT, LEAF, ISOLATED and BOUNDED. This allows 248 # attached. You might want to use LEAF=none for the parent class as 254 # LEAF=none|tbf|sfq optional, default "tbf" 256 # Tells the script to attach specified leaf queueing discipline to CBQ 261 # bounded), you must set LEAF to "none" or "sfq". 264 # several hosts in the same class, you might want to specify LEAF=sfq to 265 # attach SFQ as leaf queueing discipline to that class. 273 # Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class wil [all...] |
/bionic/libm/alpha/ |
s_copysign.S | 42 LEAF(copysign, 2)
|
s_copysignf.S | 42 LEAF(copysignf, 2)
|
/external/iproute2/man/man8/ |
tc.8 | 203 .B leaf qdisc 207 contain classes, but each class can have only one leaf qdisc. 229 If classification did not succeed, packets are enqueued to the leaf qdisc 320 A qdisc can be removed by specifying its handle, which may also be 'root'. All subclasses and their leaf qdiscs
|
tc-htb.8 | 60 instruction refers us to. If the class found is a barren leaf-node (without 61 children), we enqueue the packet there. If it is not yet a leaf node, we do
|
/external/quake/quake/src/QW/server/ |
world.h | 46 int axis; // -1 = leaf node
|
sv_send.c | 259 mleaf_t *leaf; local 264 leaf = Mod_PointInLeaf (origin, sv.worldmodel); 265 if (!leaf) 268 leafnum = leaf - sv.worldmodel->leafs; 277 mask = sv.pvs; // leaf 0 is everything; 310 leaf = Mod_PointInLeaf (client->edict->v.origin, sv.worldmodel); 311 if (leaf) 314 leafnum = leaf - sv.worldmodel->leafs - 1;
|
/external/webkit/WebCore/dom/ |
Node.h | 223 * Returns the next leaf node. 225 * Using this function delivers leaf nodes as if the whole DOM tree were a linear chain of its leaf nodes. 226 * @return next leaf node or 0 if there are no more. 231 * Returns the previous leaf node. 233 * Using this function delivers leaf nodes as if the whole DOM tree were a linear chain of its leaf nodes. 234 * @return previous leaf node or 0 if there are no more. 375 * Finds previous or next editable leaf node.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 82 * @param osName The leaf name, without the extension, of an existing icon in the 95 * @param osName The leaf name, without the extension, of an existing icon in the 123 * @param osName The leaf name, without the extension, of an existing icon in the 136 * @param osName The leaf name, without the extension, of an existing icon in the
|
/external/e2fsprogs/lib/ext2fs/ |
ext3_extents.h | 23 * with AGRESSIVE_TEST defined capacity of index/leaf blocks 85 * level. leaf or next index could bet here */
|
/frameworks/base/core/java/android/content/ |
ContentService.java | 532 // If this is the leaf node add the observer 584 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, 598 if (leaf || (!leaf && entry.notifyForDescendents)) { 609 // This is the leaf node, notify all observers
|
/build/tools/atree/ |
files.cpp | 23 path_append(const string& base, const string& leaf) 26 if (base.length() > 0 && leaf.length() > 0) { 29 full += leaf;
|
/external/junit/src/junit/swingui/ |
TestTreeModel.java | 121 * Tests if the test is a leaf.
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_file.c | 237 /* find the last /, and store the offset to the leaf prefix in 242 /* Root "/" is a leaf */ 282 /* We stored the offset of the leaf part of the prefix (if any) 294 * leaf name.
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 202 AaptGroup(const String8& leaf, const String8& path) 203 : mLeaf(leaf), mPath(path) { } 235 AaptDir(const String8& leaf, const String8& path) 236 : mLeaf(leaf), mPath(path) { }
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
SamplingProfiler.java | 330 sb.append(" leaf: ").append(in.readShort()).append('\n'); 333 sb.append(" leaf: ").append(in.readShort()).append('\n');
|