Home
last modified time | relevance | path

Searched full:above (Results 1 – 25 of 13314) sorted by relevance

12345678910>>...533

/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c22 const uint8_t *above, const uint8_t *left) { in d207_predictor() argument
24 (void) above; in d207_predictor()
48 const uint8_t *above, const uint8_t *left) { in d207e_predictor() argument
50 (void) above; in d207e_predictor()
63 const uint8_t *above, const uint8_t *left) { in d63_predictor() argument
68 dst[c] = AVG2(above[c], above[c + 1]); in d63_predictor()
69 dst[stride + c] = AVG3(above[c], above[c + 1], above[c + 2]); in d63_predictor()
73 memset(dst + (r + 0) * stride + size, above[bs - 1], bs - size); in d63_predictor()
75 memset(dst + (r + 1) * stride + size, above[bs - 1], bs - size); in d63_predictor()
80 const uint8_t *above, const uint8_t *left) { in d63e_predictor() argument
[all …]
Dvpx_dsp_rtcd_defs.pl57 add_proto qw/void vpx_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
60 add_proto qw/void vpx_d207e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above
63 add_proto qw/void vpx_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, …
66 add_proto qw/void vpx_d45e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
69 add_proto qw/void vpx_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, …
72 add_proto qw/void vpx_d63e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
75 add_proto qw/void vpx_d63f_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
78 add_proto qw/void vpx_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co…
81 add_proto qw/void vpx_he_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c…
84 add_proto qw/void vpx_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
[all …]
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h57 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
60 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
63 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
66 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
69 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
72 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
75 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
76 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint…
79 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
82 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h57 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
60 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
63 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
66 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
69 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
72 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
75 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
76 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint…
79 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
82 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c22 const uint8_t *above, const uint8_t *left, in dc_4x4() argument
29 const uint8x8_t A = vld1_u8(above); // top row in dc_4x4()
63 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_neon() argument
64 dc_4x4(dst, stride, above, left, 1, 1); in vpx_dc_predictor_4x4_neon()
68 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_4x4_neon() argument
69 (void)above; in vpx_dc_left_predictor_4x4_neon()
74 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_4x4_neon() argument
76 dc_4x4(dst, stride, above, NULL, 1, 0); in vpx_dc_top_predictor_4x4_neon()
80 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_4x4_neon() argument
81 (void)above; in vpx_dc_128_predictor_4x4_neon()
[all …]
Dintrapred_neon_asm.asm30 ; const uint8_t *above,
34 ; r2 const uint8_t *above
47 ; const uint8_t *above,
51 ; r2 const uint8_t *above
68 ; const uint8_t *above,
72 ; r2 const uint8_t *above
97 ; const uint8_t *above,
101 ; r2 const uint8_t *above
130 ; const uint8_t *above,
134 ; r2 const uint8_t *above
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h49 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
52 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
55 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
58 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
61 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
64 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
67 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
70 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
73 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
76 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred_msa.c554 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_4x4_msa() argument
557 intra_predict_vert_4x4_msa(above, dst, y_stride); in vpx_v_predictor_4x4_msa()
561 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_8x8_msa() argument
564 intra_predict_vert_8x8_msa(above, dst, y_stride); in vpx_v_predictor_8x8_msa()
568 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_msa() argument
571 intra_predict_vert_16x16_msa(above, dst, y_stride); in vpx_v_predictor_16x16_msa()
575 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_msa() argument
578 intra_predict_vert_32x32_msa(above, dst, y_stride); in vpx_v_predictor_32x32_msa()
582 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_msa() argument
583 (void)above; in vpx_h_predictor_4x4_msa()
[all …]
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h49 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
52 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
55 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
58 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
61 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
64 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
67 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
70 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
73 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
76 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h49 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
52 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
55 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
58 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
61 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
64 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
67 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
70 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
73 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
76 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h49 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
52 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
55 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
58 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
61 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
64 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
67 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
70 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
73 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
76 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h57 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
60 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
63 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
66 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
69 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
72 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
75 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
78 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
81 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
84 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h63 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
66 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
69 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
72 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
75 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
81 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
84 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
87 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
88 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const u…
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h63 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
66 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
69 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
72 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
75 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
81 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
84 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
87 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
88 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const u…
[all …]
/external/icu/icu4c/source/common/unicode/
Dcaniter.h40 Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{CO…
42 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBIN…
44 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBININ…
46 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CE…
48 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT
50 …= {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CE…
52 …= {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT
54 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
56 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
58 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
[all …]
/external/llvm/lib/Analysis/
DStratifiedSets.h46 // they are merged down. So, if set A is above set B, and one decides to set an
59 // \brief The index for the set "above" current
60 StratifiedIndex Above; member
68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
71 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
74 void clearAbove() { Above = SetSentinel; } in clearAbove()
84 // above or below another. In CFL Alias Analysis, this gives us an indication
90 // Sets may also have attributes (as noted above). These attributes are
140 // This builder has a notion of some value A being above, below, or with some
142 // > The `A above B` relationship implies that there is a reference edge going
[all …]
/external/ipsec-tools/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
36 1. Redistributions of source code must retain the above copyright
38 2. Redistributions in binary form must reproduce the above copyright
65 1. Redistributions of source code must retain the above copyright
67 2. Redistributions in binary form must reproduce the above copyright
94 1. Redistributions of source code must retain the above copyright
96 2. Redistributions in binary form must reproduce the above copyright
122 1. Redistributions of source code must retain the above copyright
124 2. Redistributions in binary form must reproduce the above copyright
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
36 1. Redistributions of source code must retain the above copyright
38 2. Redistributions in binary form must reproduce the above copyright
65 1. Redistributions of source code must retain the above copyright
67 2. Redistributions in binary form must reproduce the above copyright
94 1. Redistributions of source code must retain the above copyright
96 2. Redistributions in binary form must reproduce the above copyright
122 1. Redistributions of source code must retain the above copyright
124 2. Redistributions in binary form must reproduce the above copyright
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dintrapred_sse2.asm27 cglobal dc_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
48 cglobal dc_left_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
68 cglobal dc_top_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
88 cglobal dc_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
117 cglobal dc_top_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
143 cglobal dc_left_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
169 cglobal dc_128_predictor_4x4, 4, 5, 3, dst, stride, above, left, goffset
183 cglobal dc_128_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
202 cglobal dc_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
235 cglobal dc_top_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
[all …]
/external/vixl/test/
Dtest-simulator-inputs-a64.h7 // * Redistributions of source code must retain the above copyright notice,
9 // * Redistributions in binary form must reproduce the above copyright notice,
51 0x3fe0000000000001, /* The value just above 0.5. */ \
54 0x3ff0000000000001, /* The value just above 1.0. */ \
258 0xc3dfffffffffffff, /* The value just above INT64_MIN. */ \
261 0x43e0000000000000, /* The value just above INT64_MAX. */ \
265 0x43f0000000000000, /* The value just above UINT64_MAX. */ \
269 0xc1e00000001fffff, /* The value just above INT32_MIN - 1.0. */ \
272 0xc1e00000000fffff, /* The value just above INT32_MIN - 0.5. */ \
275 0xc1dfffffffffffff, /* The value just above INT32_MIN. */ \
[all …]
/external/icu/icu4c/source/common/
Dcaniter.cpp26 Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{CO…
28 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBIN…
30 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBININ…
32 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CE…
34 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT
36 …= {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CE…
38 …= {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT
40 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
42 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
44 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java24 * Results for: {A WITH RING ABOVE}{d}{DOT ABOVE}{CEDILLA}
26 1: {A}{RING ABOVE}{d}{DOT ABOVE}{CEDILLA}
27 2: {A}{RING ABOVE}{d}{CEDILLA}{DOT ABOVE}
28 3: {A}{RING ABOVE}{d WITH DOT ABOVE}{CEDILLA}
29 4: {A}{RING ABOVE}{d WITH CEDILLA}{DOT ABOVE}
30 5: {A WITH RING ABOVE}{d}{DOT ABOVE}{CEDILLA}
31 6: {A WITH RING ABOVE}{d}{CEDILLA}{DOT ABOVE}
32 7: {A WITH RING ABOVE}{d WITH DOT ABOVE}{CEDILLA}
33 8: {A WITH RING ABOVE}{d WITH CEDILLA}{DOT ABOVE}
34 9: {ANGSTROM SIGN}{d}{DOT ABOVE}{CEDILLA}
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java23 * Results for: {A WITH RING ABOVE}{d}{DOT ABOVE}{CEDILLA}
25 1: {A}{RING ABOVE}{d}{DOT ABOVE}{CEDILLA}
26 2: {A}{RING ABOVE}{d}{CEDILLA}{DOT ABOVE}
27 3: {A}{RING ABOVE}{d WITH DOT ABOVE}{CEDILLA}
28 4: {A}{RING ABOVE}{d WITH CEDILLA}{DOT ABOVE}
29 5: {A WITH RING ABOVE}{d}{DOT ABOVE}{CEDILLA}
30 6: {A WITH RING ABOVE}{d}{CEDILLA}{DOT ABOVE}
31 7: {A WITH RING ABOVE}{d WITH DOT ABOVE}{CEDILLA}
32 8: {A WITH RING ABOVE}{d WITH CEDILLA}{DOT ABOVE}
33 9: {ANGSTROM SIGN}{d}{DOT ABOVE}{CEDILLA}
[all …]
/external/libvpx/libvpx/vp8/common/
Dreconintra4x4.c19 const uint8_t *above, const uint8_t *left);
37 void vp8_intra4x4_predict(unsigned char *above, in vp8_intra4x4_predict() argument
44 unsigned char Aboveb[12], *Above = Aboveb + 4; in vp8_intra4x4_predict() local
50 memcpy(Above, above, 8); in vp8_intra4x4_predict()
51 Above[-1] = top_left; in vp8_intra4x4_predict()
53 pred[b_mode](dst, dst_stride, Above, Left); in vp8_intra4x4_predict()
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_tempfile.py107 mode: optional string, see above
108 bufsize: optional int, see above
109 suffix: optional string, see above
110 prefix: optional string, see above
111 dir: optional string, see above
133 mode: optional string, see above
134 bufsize: optional int, see above
135 suffix: optional string, see above
136 prefix: optional string, see above
137 dir: optional string, see above
[all …]

12345678910>>...533