Home
last modified time | relevance | path

Searched refs:Above (Results 1 – 25 of 57) sorted by relevance

123

/external/icu/icu4c/source/data/translit/
Dlt_Title.txt11 [:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
12 [:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
13 [:cased:] [:case-ignorable:]* {I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i …
19 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
Dlt_Lower.txt19 I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
20 J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
21 I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0328 \u0307;
Dlt_Upper.txt12 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
Del_Upper.txt14 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u03…
Daz_Title.txt17 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
Dtr_Title.txt17 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
Daz_Lower.txt17 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
Dtr_Lower.txt17 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
/external/llvm/lib/Analysis/
DStratifiedSets.h49 StratifiedIndex Above; member
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
63 void clearAbove() { Above = SetSentinel; } in clearAbove()
211 Link.Above = I; in setAbove()
233 return Link.Above; in getAbove()
291 auto &Above = linksAt(Link.Above); in finalizeSets() local
292 auto Iter = Remaps.find(Above.Number); in finalizeSets()
294 Link.Above = Iter->second; in finalizeSets()
320 Idx = Link->Above; in propagateAttrs()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DStratifiedSets.h48 StratifiedIndex Above; member
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
201 Link.Above = I; in setAbove()
223 return Link.Above; in getAbove()
281 auto &Above = linksAt(Link.Above); in finalizeSets() local
282 auto Iter = Remaps.find(Above.Number); in finalizeSets()
284 Link.Above = Iter->second; in finalizeSets()
310 Idx = Link->Above; in propagateAttrs()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h48 StratifiedIndex Above; member
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
201 Link.Above = I; in setAbove()
223 return Link.Above; in getAbove()
281 auto &Above = linksAt(Link.Above); in finalizeSets() local
282 auto Iter = Remaps.find(Above.Number); in finalizeSets()
284 Link.Above = Iter->second; in finalizeSets()
310 Idx = Link->Above; in propagateAttrs()
[all …]
/external/libvpx/libvpx/vp8/common/
Dreconintra4x4.c51 unsigned char *Above = Aboveb + 4; in vp8_intra4x4_predict() local
71 memcpy(Above, above, 8); in vp8_intra4x4_predict()
72 Above[-1] = top_left; in vp8_intra4x4_predict()
74 pred[b_mode](dst, dst_stride, Above, Left); in vp8_intra4x4_predict()
/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c51 unsigned char *Above = dst - dst_stride; in vp8_encode_intra4x4block() local
53 unsigned char top_left = Above[-1]; in vp8_encode_intra4x4block()
55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor, in vp8_encode_intra4x4block()
/external/llvm-project/llvm/test/Verifier/
Dfpmath.ll13 ; Above line is correct.
15 ; Above line is correct.
/external/llvm/test/Verifier/
Dfpmath.ll13 ; Above line is correct.
15 ; Above line is correct.
/external/llvm-project/clang/test/Analysis/
Denum-cast-out-of-range.c24 enum En_t Above = (enum En_t)(5); // expected-warning {{not in the valid range}} in unscopedUnspecifiedCStyle() local
/external/fonttools/Tests/mtiLib/data/mti/
Dgposkernset.txt10 % Below are the class definitions. Above are the exceptions.
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c162 unsigned char *Above; in mt_decode_macroblock() local
170 Above = xd->recon_above[0] + b->offset; in mt_decode_macroblock()
172 Above = dst - dst_stride; in mt_decode_macroblock()
186 top_left = Above[-1]; in mt_decode_macroblock()
189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in mt_decode_macroblock()
Ddecodeframe.c170 unsigned char *Above = dst - dst_stride; in decode_macroblock() local
173 unsigned char top_left = Above[-1]; in decode_macroblock()
175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in decode_macroblock()
/external/rust/crates/csv/
DISSUE_TEMPLATE.md4 Above all else: do not describe your problem, **SHOW** your problem.
/external/bcc/tools/
Dcachetop_example.txt38 Above shows the run of `find /` on a newly booted system.
/external/starlark-go/starlark/
Dint.go136 return math.MinInt64, big.Above
150 return 0, big.Above
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp104 case XFA_AttributeValue::Above: in TextLocFromAttribute()
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dmhlo-fusion.mlir65 // Above two ops should not be fused since reduce op can not be
/external/llvm-project/lldb/docs/use/
Dtroubleshooting.rst77 Above we can see that "/tmp/a.out" does have a compile unit, and

123