/external/icu/icu4c/source/data/translit/ |
D | lt_Title.txt | 11 [: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 → ;
|
D | lt_Lower.txt | 19 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;
|
D | lt_Upper.txt | 12 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
|
D | el_Upper.txt | 14 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u03…
|
D | az_Title.txt | 17 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | tr_Title.txt | 17 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | az_Lower.txt | 17 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | tr_Lower.txt | 17 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 49 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/ |
D | StratifiedSets.h | 48 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/ |
D | StratifiedSets.h | 48 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/ |
D | reconintra4x4.c | 51 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/ |
D | encodeintra.c | 51 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/ |
D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
/external/llvm/test/Verifier/ |
D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
/external/llvm-project/clang/test/Analysis/ |
D | enum-cast-out-of-range.c | 24 enum En_t Above = (enum En_t)(5); // expected-warning {{not in the valid range}} in unscopedUnspecifiedCStyle() local
|
/external/fonttools/Tests/mtiLib/data/mti/ |
D | gposkernset.txt | 10 % Below are the class definitions. Above are the exceptions.
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 162 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()
|
D | decodeframe.c | 170 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/ |
D | ISSUE_TEMPLATE.md | 4 Above all else: do not describe your problem, **SHOW** your problem.
|
/external/bcc/tools/ |
D | cachetop_example.txt | 38 Above shows the run of `find /` on a newly booted system.
|
/external/starlark-go/starlark/ |
D | int.go | 136 return math.MinInt64, big.Above 150 return 0, big.Above
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffbarcode.cpp | 104 case XFA_AttributeValue::Above: in TextLocFromAttribute()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | mhlo-fusion.mlir | 65 // Above two ops should not be fused since reduce op can not be
|
/external/llvm-project/lldb/docs/use/ |
D | troubleshooting.rst | 77 Above we can see that "/tmp/a.out" does have a compile unit, and
|