Searched refs:lie (Results 1 – 25 of 80) sorted by relevance
1234
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 119 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 122 : lie(entry, slot) {} 127 assert(!lie.getPointer()->isPoisoned() && 130 return lie.getPointer(); 139 return static_cast<Slot>(lie.getInt()); 150 SlotIndex() : lie(nullptr, 0) {} 153 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { 154 assert(lie.getPointer() != nullptr && 161 return lie.getPointer(); 175 return lie == other.lie; [all …]
|
/external/clang/test/Misc/ |
D | warn-in-system-header.h | 4 #warning the cake is a lie
|
/external/clang/test/Index/ |
D | codecompletion-chained.cpp | 12 void lie();
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.h | 51 boolean lie; member
|
D | i915_screen.c | 218 return is->debug.lie ? 1 : 0; in i915_get_param()
|
D | i915_debug.c | 59 is->debug.lie = debug_get_option_i915_lie(); in i915_debug_init()
|
/external/e2fsprogs/tests/f_preen/ |
D | expect.1 | 4 may lie only with the primary block group descriptors, and
|
/external/icu/icu4c/source/data/region/ |
D | cs.txt | 55 AU{"Austrálie"} 73 BR{"Brazílie"} 157 IT{"Itálie"}
|
/external/e2fsprogs/tests/f_illibitmap/ |
D | expect.1 | 5 may lie only with the primary block group descriptors, and
|
/external/e2fsprogs/tests/f_illbbitmap/ |
D | expect.1 | 5 may lie only with the primary block group descriptors, and
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | CartoonEdge.frag | 47 // Does this pixel lie on an edge?
|
D | CartoonEdge15.frag | 49 // Does this pixel lie on an edge?
|
/external/clang/test/SemaObjC/ |
D | invalid-code.m | 27 [Cake lie]; // expected-error {{undeclared}}
|
/external/e2fsprogs/tests/f_illitable/ |
D | expect.1 | 5 may lie only with the primary block group descriptors, and
|
/external/icu/icu4c/source/data/lang/ |
D | lv.txt | 352 ne{"nepāliešu"} 425 scn{"sicīliešu"} 726 hant{"Tradicionālie ķīniešu cipari"} 727 hantfin{"Tradicionālie ķīniešu cipari finanšu dokumentiem"} 742 taml{"Tamilu tradicionālie cipari"}
|
/external/ceres-solver/docs/source/ |
D | features.rst | 35 - **Local Parameterization** In many cases, some parameters lie on a
|
/external/bison/build-aux/ |
D | useless-if-before-free | 8 # The definition above must lie within the first 8 lines in order
|
D | gitlog-to-changelog | 7 # The definition above must lie within the first 8 lines in order
|
D | announce-gen | 7 # The definition above must lie within the first 8 lines in order
|
/external/bison/ |
D | THANKS | 67 Lie Yan lie.yan@kaust.edu.sa
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 93 // the file cannot lie outside the output directory). "/" must be used as
|
/external/nanopb-c/generator/proto/ |
D | plugin.proto | 91 // the file cannot lie outside the output directory). "/" must be used as
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_Bopomofo.txt | 497 lie }$pTone ↔ ㄌㄧㄝ }$zTone; 498 lie → ㄌㄧㄝ˙;
|
/external/strace/ |
D | gitlog-to-changelog | 7 # The definition above must lie within the first 8 lines in order
|
/external/zlib/src/ |
D | make_vms.com | 675 $! The headers might lie about the capabilities of the RTL
|
1234