/external/mesa3d/src/glsl/ |
ir_function_detect_recursion.cpp | 28 * Consider the (possibly disjoint) graph of function calls in a shader. If a
|
/external/valgrind/main/docs/internals/ |
segments-seginfos.txt | 122 etc., and assumes that the intervals are a disjoint cover of any
|
s390-opcodes.csv | 436 lmd,"load multiple disjoint","not implemented", [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
context.rst | 170 with a disjoint memory range. 259 used to draw disjoint primitive strips. For example, several separate
|
/external/mesa3d/src/gallium/docs/source/ |
context.rst | 170 with a disjoint memory range. 259 used to draw disjoint primitive strips. For example, several separate
|
/external/pixman/pixman/ |
pixman-combine-float.c | 908 /* Disjoint, unified */ 970 /* Disjoint CA */
|
pixman-combine32.c | 1191 /* All of the disjoint/conjoint composing functions 1198 * Disjoint Conjoint [all...] |
/external/srec/portable/src/ |
pmemory.c | 562 The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer shall be returned. If the size of the space requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer. 728 The order and contiguity of storage allocated by successive calls to realloc() is unspecified. The pointer returned if the allocation succeeds is suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation will yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer is returned.
|
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 131 * An interval is a list of disjoint live ranges where an instruction is live.
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 313 // There are 4 disjoint cases => return values {false,true}:
|
/external/chromium_org/media/filters/ |
source_buffer_stream.h | 334 // List of disjoint buffered ranges, ordered by start time.
|
/external/chromium_org/skia/ext/ |
platform_canvas_unittest.cc | 223 // Test that intersecting disjoint clip rectangles sets an empty clip region
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_set.h | 50 // REQUIRES: If disjoint_sorted_files, files[] contains disjoint ranges
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_defines.h | 582 boolean disjoint; member in struct:pipe_query_data_timestamp_disjoint
|
/external/chromium_org/v8/src/ |
lithium-allocator.h | 38 // different lithium instructions are disjoint.
|
/external/llvm/include/llvm/ADT/ |
SmallBitVector.h | 413 // Intersection, union, disjoint union.
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 78 /// WARNING: Case ranges should be disjoint!
|
/external/mesa3d/src/gallium/include/pipe/ |
p_defines.h | 582 boolean disjoint; member in struct:pipe_query_data_timestamp_disjoint
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 482 // The value is encoded into disjoint bit positions in the destination 509 // The value is encoded into disjoint bit positions in the destination [all...] |
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 142 // then we know that they have disjoint lifetimes and that we can merge them. 172 // because their scopes are not disjoint. We could make this smarter by
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 1211 List<IntervalSet> disjoint = makeEdgeSetsDisjoint(edges); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFA.java | 904 * 3. alts i and j have disjoint lookahead if no sem preds [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 886 * of set2. It answers the question, 'Is set1 a disjoint set of set2?' [all...] |
/external/icu/icu4c/source/common/unicode/ |
uset.h | 890 * of set2. It answers the question, 'Is set1 a disjoint set of set2?' [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/ |
SwipableOverlayView.java | 263 // The direction and speed of the Android-given velocity feels completely disjoint
|