Searched refs:lie (Results 1 – 25 of 126) sorted by relevance
123456
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 118 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 121 : lie(entry, slot) {} 126 assert(!lie.getPointer()->isPoisoned() && 129 return lie.getPointer(); 138 return static_cast<Slot>(lie.getInt()); 149 SlotIndex() : lie(nullptr, 0) {} 152 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { 153 assert(lie.getPointer() != nullptr && 160 return lie.getPointer(); 174 return lie == other.lie; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 111 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 114 : lie(entry, slot) {} 119 assert(!lie.getPointer()->isPoisoned() && 122 return lie.getPointer(); 131 return static_cast<Slot>(lie.getInt()); 145 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { 146 assert(lie.getPointer() != nullptr && 153 return lie.getPointer(); 167 return lie == other.lie; 171 return lie != other.lie; [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SlotIndexes.h | 88 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 91 : lie(entry, slot) {} 95 return *lie.getPointer(); 104 return static_cast<Slot>(lie.getInt()); 108 void *ptrVal = v.lie.getOpaqueValue(); 128 SlotIndex() : lie(0, 0) {} 132 : lie(&li.entry(), unsigned(s)) { 133 assert(lie.getPointer() != 0 && 140 return lie.getPointer(); 154 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 | 343 return is->debug.lie ? 1 : 0; in i915_get_param()
|
/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 | 49 AU{"Austrálie"} 67 BR{"Brazílie"} 152 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/e2fsprogs/tests/f_boundscheck/ |
D | expect.2 | 7 may lie only with the primary block group descriptors, and
|
D | expect.1 | 7 may lie only with the primary block group descriptors, and
|
/external/clang/test/SemaObjC/ |
D | invalid-code.m | 27 [Cake lie]; // expected-error {{undeclared}}
|
/external/tensorflow/tensorflow/lite/tools/optimize/testdata/ |
D | README.md | 14 are all integers that lie in range[-127, 127]. The weights have been put in
|
/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 | 347 ne{"nepāliešu"} 420 scn{"sicīliešu"} 755 hant{"Tradicionālie ķīniešu cipari"} 756 hantfin{"Tradicionālie ķīniešu cipari finanšu dokumentiem"} 771 taml{"Tamilu tradicionālie cipari"}
|
/external/python/rsa/doc/ |
D | reference.rst | 87 At the core of the RSA encryption method lie these functions. They
|
/external/libcxx/cmake/ |
D | config-ix.cmake | 6 # NOTE(compnerd) this is technically a lie, there is msvcrt, but for now, lets
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 279 When true, a pixel sample is considered to lie inside of a triangle if it 293 When false, a pixel sample is considered to lie inside of a triangle if it
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | ru-t-zh-Latn-pinyin.txt | 186 lie ле
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | antarctica | 128 # She confirms that French Southern Territories and Terre Adélie bases 129 # don't observe daylight saving time, even if Terre Adélie supplies came
|
/external/python/cpython2/Doc/c-api/ |
D | datetime.rst | 128 number of microseconds and seconds lie in the ranges documented for
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 440.frag.out | 45 ERROR: 0:83: 'offset' : cannot lie in previous members 49 ERROR: 0:102: 'offset' : cannot lie in previous members
|
/external/python/cpython3/Doc/c-api/ |
D | datetime.rst | 111 resulting number of microseconds and seconds lie in the ranges documented for
|
123456