Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/external/v8/src/mips/
Dassembler-mips.h1132 void ld_b(MSARegister wd, const MemOperand& rs);
1133 void ld_h(MSARegister wd, const MemOperand& rs);
1134 void ld_w(MSARegister wd, const MemOperand& rs);
1135 void ld_d(MSARegister wd, const MemOperand& rs);
1136 void st_b(MSARegister wd, const MemOperand& rs);
1137 void st_h(MSARegister wd, const MemOperand& rs);
1138 void st_w(MSARegister wd, const MemOperand& rs);
1139 void st_d(MSARegister wd, const MemOperand& rs);
1141 void ldi_b(MSARegister wd, int32_t imm10);
1142 void ldi_h(MSARegister wd, int32_t imm10);
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h1204 void ld_b(MSARegister wd, const MemOperand& rs);
1205 void ld_h(MSARegister wd, const MemOperand& rs);
1206 void ld_w(MSARegister wd, const MemOperand& rs);
1207 void ld_d(MSARegister wd, const MemOperand& rs);
1208 void st_b(MSARegister wd, const MemOperand& rs);
1209 void st_h(MSARegister wd, const MemOperand& rs);
1210 void st_w(MSARegister wd, const MemOperand& rs);
1211 void st_d(MSARegister wd, const MemOperand& rs);
1213 void ldi_b(MSARegister wd, int32_t imm10);
1214 void ldi_h(MSARegister wd, int32_t imm10);
[all …]
/external/libhevc/common/
Dihevc_sao.c79 WORD32 wd, in ihevc_sao_band_offset_luma() argument
90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma()
92 pu1_src_top_left[0] = pu1_src_top[wd - 1]; in ihevc_sao_band_offset_luma()
93 for(col = 0; col < wd; col++) in ihevc_sao_band_offset_luma()
110 for(col = 0; col < wd; col++) in ihevc_sao_band_offset_luma()
133 WORD32 wd, in ihevc_sao_band_offset_chroma() argument
145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)]; in ihevc_sao_band_offset_chroma()
146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_chroma()
148 pu1_src_top_left[0] = pu1_src_top[wd - 2]; in ihevc_sao_band_offset_chroma()
149 pu1_src_top_left[1] = pu1_src_top[wd - 1]; in ihevc_sao_band_offset_chroma()
[all …]
Dihevc_inter_pred_filters.c114 WORD32 wd) in ihevc_inter_pred_luma_copy() argument
120 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_copy()
176 WORD32 wd) in ihevc_inter_pred_luma_horz() argument
183 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_horz()
249 WORD32 wd) in ihevc_inter_pred_luma_vert() argument
256 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_vert()
322 WORD32 wd) in ihevc_inter_pred_luma_copy_w16out() argument
328 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_copy_w16out()
388 WORD32 wd) in ihevc_inter_pred_luma_horz_w16out() argument
395 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_horz_w16out()
[all …]
Dihevc_padding.c92 WORD32 wd, in ihevc_pad_vert() argument
99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ihevc_pad_vert()
101 pu1_src + (ht - 1) * src_strd, wd); in ihevc_pad_vert()
146 WORD32 wd, in ihevc_pad_horz_chroma() argument
154 wd >>= 1; in ihevc_pad_horz_chroma()
164 u2_uv_val = pu2_src[wd - 1]; in ihevc_pad_horz_chroma()
165 ihevc_memset_16bit(&pu2_src[wd], u2_uv_val, pad_size); in ihevc_pad_horz_chroma()
213 WORD32 wd, in ihevc_pad_horz_luma() argument
221 memset(pu1_src + wd, *(pu1_src + wd - 1), pad_size); in ihevc_pad_horz_luma()
270 WORD32 wd, in ihevc_pad_top() argument
[all …]
Dihevc_sao.h59 WORD32 wd,
69 WORD32 wd,
82 WORD32 wd,
94 WORD32 wd,
107 WORD32 wd,
119 WORD32 wd,
133 WORD32 wd,
146 WORD32 wd,
159 WORD32 wd,
171 WORD32 wd,
[all …]
/external/libavc/common/
Dih264_inter_pred_filters.c115 WORD32 wd, in ih264_inter_pred_luma_copy() argument
124 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_copy()
175 WORD32 wd) in ih264_interleave_copy() argument
178 wd *= 2; in ih264_interleave_copy()
182 for(col = 0; col < wd; col+=2) in ih264_interleave_copy()
232 WORD32 wd, in ih264_inter_pred_luma_horz() argument
243 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_horz()
302 WORD32 wd, in ih264_inter_pred_luma_vert() argument
313 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_vert()
371 WORD32 wd, in ih264_inter_pred_luma_horz_hpel_vert_hpel() argument
[all …]
Dih264_weighted_pred.c92 WORD32 wd) in ih264_default_weighted_pred_luma() argument
96 src_strd1 -= wd; in ih264_default_weighted_pred_luma()
97 src_strd2 -= wd; in ih264_default_weighted_pred_luma()
98 dst_strd -= wd; in ih264_default_weighted_pred_luma()
102 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++) in ih264_default_weighted_pred_luma()
147 WORD32 wd) in ih264_default_weighted_pred_chroma() argument
151 wd = wd << 1; in ih264_default_weighted_pred_chroma()
153 src_strd1 -= wd; in ih264_default_weighted_pred_chroma()
154 src_strd2 -= wd; in ih264_default_weighted_pred_chroma()
155 dst_strd -= wd; in ih264_default_weighted_pred_chroma()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMSAInstrFormats.td33 bits<5> wd;
40 let Inst{10-6} = wd;
46 bits<5> wd;
53 let Inst{10-6} = wd;
59 bits<5> wd;
66 let Inst{10-6} = wd;
72 bits<5> wd;
79 let Inst{10-6} = wd;
85 bits<5> wd;
90 let Inst{10-6} = wd;
[all …]
/external/llvm/lib/Target/Mips/
DMipsMSAInstrFormats.td32 bits<5> wd;
39 let Inst{10-6} = wd;
45 bits<5> wd;
52 let Inst{10-6} = wd;
58 bits<5> wd;
65 let Inst{10-6} = wd;
71 bits<5> wd;
78 let Inst{10-6} = wd;
84 bits<5> wd;
89 let Inst{10-6} = wd;
[all …]
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/
Dctor.sys_days.pass.cpp43 constexpr weekday wd{sd}; in main() local
45 static_assert( wd.ok(), ""); in main()
46 static_assert(static_cast<unsigned>(wd) == 4, ""); in main()
51 constexpr weekday wd{sd}; in main() local
53 static_assert( wd.ok(), ""); in main()
54 static_assert(static_cast<unsigned>(wd) == 3, ""); in main()
60 constexpr weekday wd{sd}; in main() local
62 static_assert( wd.ok(), ""); in main()
63 static_assert(static_cast<unsigned>(wd) == 2, ""); in main()
68 weekday wd{sd}; in main() local
[all …]
Dctor.local_days.pass.cpp43 constexpr weekday wd{sd}; in main() local
45 static_assert( wd.ok(), ""); in main()
46 static_assert(static_cast<unsigned>(wd) == 4, ""); in main()
51 constexpr weekday wd{sd}; in main() local
53 static_assert( wd.ok(), ""); in main()
54 static_assert(static_cast<unsigned>(wd) == 3, ""); in main()
60 constexpr weekday wd{sd}; in main() local
62 static_assert( wd.ok(), ""); in main()
63 static_assert(static_cast<unsigned>(wd) == 2, ""); in main()
68 weekday wd{sd}; in main() local
[all …]
Ddecrement.pass.cpp28 WD wd{1}; in testConstexpr() local
29 if (static_cast<unsigned>(--wd) != 0) return false; in testConstexpr()
30 if (static_cast<unsigned>(wd--) != 0) return false; in testConstexpr()
31 if (static_cast<unsigned>(wd) != 6) return false; in testConstexpr()
48 weekday wd(i); in main() local
49 assert((static_cast<unsigned>(--wd) == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main()
50 assert((static_cast<unsigned>(wd--) == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main()
51 assert((static_cast<unsigned>(wd) == euclidian_subtraction<unsigned, 0, 6>(i, 2))); in main()
Dincrement.pass.cpp28 WD wd{5}; in testConstexpr() local
29 if (static_cast<unsigned>(++wd) != 6) return false; in testConstexpr()
30 if (static_cast<unsigned>(wd++) != 6) return false; in testConstexpr()
31 if (static_cast<unsigned>(wd) != 0) return false; in testConstexpr()
48 weekday wd(i); in main() local
49 assert((static_cast<unsigned>(++wd) == euclidian_addition<unsigned, 0, 6>(i, 1))); in main()
50 assert((static_cast<unsigned>(wd++) == euclidian_addition<unsigned, 0, 6>(i, 1))); in main()
51 assert((static_cast<unsigned>(wd) == euclidian_addition<unsigned, 0, 6>(i, 2))); in main()
/external/u-boot/drivers/watchdog/
Dftwdt010_wdt.c29 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; in ftwdt010_wdt_settimeout() local
34 if (readl(&wd->wdcr) & ~FTWDT010_WDCR_ENABLE) { in ftwdt010_wdt_settimeout()
46 writel(reg, &wd->wdload); in ftwdt010_wdt_settimeout()
53 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; in ftwdt010_wdt_reset() local
56 writel(0, &wd->wdcr); in ftwdt010_wdt_reset()
59 writel(FTWDT010_WDRESTART_MAGIC, &wd->wdrestart); in ftwdt010_wdt_reset()
62 writel((FTWDT010_WDCR_RST | FTWDT010_WDCR_ENABLE), &wd->wdcr); in ftwdt010_wdt_reset()
67 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; in ftwdt010_wdt_disable() local
77 writel(0, &wd->wdcr); in ftwdt010_wdt_disable()
/external/libavc/encoder/
Dih264e_fmt_conv.c100 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgb565() argument
131 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgb565()
198 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565()
199 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565()
201 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
202 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565()
205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
213 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgba8888() argument
244 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgba8888()
[all …]
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_vert_w16out.s89 @ word32 wd)
118 ldr r6,[sp,#wd_offset] @loads wd
124 tst r6,#3 @checks (wd & 3)
126 lsl r10,r6,#1 @2*wd
132 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
138 sub r9,r7,r10,lsl #1 @4*dst_strd - 4wd
140 sub r8,r12,r10 @2*src_strd - 2wd
142 mov r5,r10 @2wd
144 inner_loop_ht_2: @called when wd is multiple of 4 and ht is 4,2
148 subs r5,r5,#8 @2wd - 8
[all …]
Dihevc_inter_pred_chroma_vert.s89 @ word32 wd)
118 ldr r6,[sp,#wd_offset] @loads wd
124 tst r6,#3 @checks (wd & 3)
126 lsl r10,r6,#1 @2*wd
132 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
138 sub r9,r7,r10 @2*dst_strd - 2wd
140 sub r8,r12,r10 @2*src_strd - 2wd
141 mov r5,r10 @2wd
143 inner_loop_ht_2: @called when wd is multiple of 4 and ht is 4,2
147 subs r5,r5,#8 @2wd - 8
[all …]
/external/libavc/decoder/
Dih264d_format_conv.c111 WORD32 wd, in ih264d_fmt_conv_420sp_to_rgb565() argument
143 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264d_fmt_conv_420sp_to_rgb565()
210 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ih264d_fmt_conv_420sp_to_rgb565()
211 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ih264d_fmt_conv_420sp_to_rgb565()
213 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgb565()
214 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgb565()
216 pu2_rgb_dst = pu2_rgb_dst_next_row - wd + dst_strd; in ih264d_fmt_conv_420sp_to_rgb565()
217 pu2_rgb_dst_next_row = pu2_rgb_dst_next_row + (dst_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgb565()
225 WORD32 wd, in ih264d_fmt_conv_420sp_to_rgba8888() argument
257 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264d_fmt_conv_420sp_to_rgba8888()
[all …]
/external/libcxx/test/std/utilities/time/time.cal/time.cal.operators/
Dyear_month_weekday_last.pass.cpp72 weekday wd{k}; in main() local
73 year_month_weekday_last ymwdl = year_month{y,m}/weekday_last{wd}; in main()
76 assert(ymwdl.weekday() == wd); in main()
104 weekday wd{k}; in main() local
105 year_month_weekday_last ymwdl1 = y/month_weekday_last{m, weekday_last{wd}}; in main()
106 year_month_weekday_last ymwdl2 = month_weekday_last{m, weekday_last{wd}}/y; in main()
111 assert(ymwdl1.weekday() == wd); in main()
112 assert(ymwdl2.weekday() == wd); in main()
141 weekday wd{k}; in main() local
142 year_month_weekday_last ymwdl1 = i/month_weekday_last{m, weekday_last{wd}}; in main()
[all …]
/external/selinux/restorecond/
Dwatch.c38 int wd; member
92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
93 if (ptr->wd == -1) { in watch_list_add()
112 printf("%d: Dir=%s, File=%s\n", ptr->wd, ptr->dir, file); in watch_list_add()
124 int watch_list_find(int wd, const char *file) in watch_list_find() argument
131 printf("%d: File=%s\n", wd, file); in watch_list_find()
133 if (ptr->wd == wd) { in watch_list_find()
165 inotify_rm_watch(fd, ptr->wd); in watch_list_free()
200 event->wd, event->mask, in watch()
203 if (event->wd == master_wd) in watch()
[all …]
/external/libhevc/decoder/
Dihevcd_fmt_conv.c119 WORD32 wd, in ihevcd_fmt_conv_420sp_to_rgb565() argument
152 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgb565()
218 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
219 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
221 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
222 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
224 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
225 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
234 WORD32 wd, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
267 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgba8888()
[all …]
/external/syzkaller/vendor/golang.org/x/net/http2/
Dwritesched.go82 if wd, ok := wr.write.(*writeData); ok {
83 return len(wd.p)
102 wd, ok := wr.write.(*writeData)
103 if !ok || len(wd.p) == 0 {
118 if len(wd.p) > int(allowed) {
123 streamID: wd.streamID,
124 p: wd.p[:allowed],
137 streamID: wd.streamID,
138 p: wd.p[allowed:],
139 endStream: wd.endStream,
[all …]
/external/libavc/test/encoder/
Dinput.c122 WORD32 wd, ht, strd; in read_input() local
130 wd = ps_raw_buf->au4_wd[0]; in read_input()
137 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp); in read_input()
138 if(bytes != wd ) in read_input()
154 wd = ps_raw_buf->au4_wd[comp]; in read_input()
161 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp); in read_input()
162 if(bytes != wd) in read_input()
177 WORD32 wd, ht, strd; in dump_input() local
185 wd = ps_raw_buf->au4_wd[0]; in dump_input()
192 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp); in dump_input()
[all …]
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify05.c51 static int wd; variable
102 event->wd, event->mask, in verify_inotify()
110 event->wd != -1) { in verify_inotify()
115 event->wd, event->mask, in verify_inotify()
129 event->wd, event->mask, in verify_inotify()
157 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in setup()
158 if (wd < 0) { in setup()
170 if (fd_notify > 0 && myinotify_rm_watch(fd_notify, wd) == -1) { in cleanup()
172 fd_notify, wd); in cleanup()

12345678910>>...23