Home
last modified time | relevance | path

Searched refs:lie (Results 1 – 25 of 81) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h119 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/
Dwarn-in-system-header.h4 #warning the cake is a lie
/external/clang/test/Index/
Dcodecompletion-chained.cpp12 void lie();
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.h51 boolean lie; member
Di915_screen.c218 return is->debug.lie ? 1 : 0; in i915_get_param()
Di915_debug.c59 is->debug.lie = debug_get_option_i915_lie(); in i915_debug_init()
/external/e2fsprogs/tests/f_preen/
Dexpect.14 may lie only with the primary block group descriptors, and
/external/icu/icu4c/source/data/region/
Dcs.txt55 AU{"Austrálie"}
73 BR{"Brazílie"}
157 IT{"Itálie"}
/external/e2fsprogs/tests/f_illibitmap/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/e2fsprogs/tests/f_illbbitmap/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/clang/test/SemaObjC/
Dinvalid-code.m27 [Cake lie]; // expected-error {{undeclared}}
/external/e2fsprogs/tests/f_illitable/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dreference.rst84 At the core of the RSA encryption method lie these functions. They
/external/icu/icu4c/source/data/lang/
Dlv.txt360 ne{"nepāliešu"}
433 scn{"sicīliešu"}
752 hant{"Tradicionālie ķīniešu cipari"}
753 hantfin{"Tradicionālie ķīniešu cipari finanšu dokumentiem"}
768 taml{"Tamilu tradicionālie cipari"}
/external/ceres-solver/docs/source/
Dfeatures.rst35 - **Local Parameterization** In many cases, some parameters lie on a
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
Dpy_canny.markdown55 …be edges and those below minVal are sure to be non-edges, so discarded. Those who lie between these
/external/bison/build-aux/
Duseless-if-before-free8 # The definition above must lie within the first 8 lines in order
Dgitlog-to-changelog7 # The definition above must lie within the first 8 lines in order
/external/bison/
DTHANKS67 Lie Yan lie.yan@kaust.edu.sa
/external/nanopb-c/generator/proto/
Dplugin.proto91 // the file cannot lie outside the output directory). "/" must be used as
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto93 // the file cannot lie outside the output directory). "/" must be used as
/external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/
Dpy_epipolar_geometry.markdown173 when all selected matches lie on the same plane. [Check this
/external/icu/icu4c/source/data/translit/
DLatin_Bopomofo.txt497 lie }$pTone ↔ ㄌㄧㄝ }$zTone;
498 lie → ㄌㄧㄝ˙;
/external/opencv3/doc/tutorials/ml/introduction_to_svm/
Dintroduction_to_svm.markdown29 to imagine. However, the same concepts apply to tasks where the examples to classify lie in a space
/external/strace/
Dgitlog-to-changelog7 # The definition above must lie within the first 8 lines in order

1234