Searched refs:bd (Results 1 - 25 of 180) sorted by relevance

12345678

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_idct32x32_add_sse2.c18 int stride, int bd) {
19 highbd_idct_1_add_kernel(input, dest, stride, bd, 32);
17 vpx_highbd_idct32x32_1_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
H A Dhighbd_inv_txfm_sse2.h32 uint16_t *dest, int stride, int bd,
35 // Faster than _mm_set1_epi16((1 << bd) - 1).
37 const __m128i max = _mm_sub_epi16(_mm_slli_epi16(one, bd), one);
42 out = HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd);
43 out = HIGHBD_WRAPLOW(dct_const_round_shift(out * cospi_16_64), bd);
57 static INLINE __m128i clamp_high_sse2(__m128i value, int bd) { argument
61 const __m128i max = _mm_sub_epi16(_mm_slli_epi16(one, bd), one);
31 highbd_idct_1_add_kernel(const tran_low_t *input, uint16_t *dest, int stride, int bd, const int size) argument
H A Dconvolve.h102 const int16_t *filter, int bd);
108 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \
113 src_start, src_stride, dst, dst_stride, h, filter, bd); \
120 src_start, src_stride, dst, dst_stride, h, filter, bd); \
127 src_start, src_stride, dst, dst_stride, h, filter, bd); \
135 src, src_stride, dst, dst_stride, h, filter, bd); \
142 src, src_stride, dst, dst_stride, h, filter, bd); \
149 src, src_stride, dst, dst_stride, h, filter, bd); \
159 y_step_q4, w, h, bd); \
167 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \
[all...]
H A Dhighbd_idct8x8_add_sse2.c18 int stride, int bd) {
81 vpx_highbd_idct8_c(input, outptr, bd);
97 d[i] = clamp_high_sse2(_mm_adds_epi16(d[i], inptr[i]), bd);
107 vpx_highbd_idct8_c(temp_in, temp_out, bd);
110 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd);
117 int stride, int bd) {
183 vpx_highbd_idct8_c(input, outptr, bd);
199 d[i] = clamp_high_sse2(_mm_adds_epi16(d[i], inptr[i]), bd);
209 vpx_highbd_idct8_c(temp_in, temp_out, bd);
212 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd);
17 vpx_highbd_idct8x8_64_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
116 vpx_highbd_idct8x8_12_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
218 vpx_highbd_idct8x8_1_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
[all...]
H A Dhighbd_idct16x16_add_sse2.c18 int stride, int bd) {
89 vpx_highbd_idct16_c(input, outptr, bd);
108 d[0] = clamp_high_sse2(_mm_add_epi16(d[0], inptr[i]), bd);
109 d[1] = clamp_high_sse2(_mm_add_epi16(d[1], inptr[i + 16]), bd);
120 vpx_highbd_idct16_c(temp_in, temp_out, bd);
123 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 6), bd);
130 int stride, int bd) {
206 vpx_highbd_idct16_c(input, outptr, bd);
225 d[0] = clamp_high_sse2(_mm_add_epi16(d[0], inptr[i]), bd);
226 d[1] = clamp_high_sse2(_mm_add_epi16(d[1], inptr[i + 16]), bd);
17 vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
129 vpx_highbd_idct16x16_10_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
246 vpx_highbd_idct16x16_1_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
[all...]
/external/toybox/toys/other/
H A Dbzcat.c110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) argument
116 while (bd->inbufBitCount < bits_wanted) {
119 if (bd->inbufPos == bd->inbufCount) {
120 if (0 >= (bd->inbufCount = read(bd->in_fd, bd->inbuf, IOBUF_SIZE)))
122 bd->inbufPos = 0;
126 if (bd->inbufBitCount>=24) {
127 bits = bd
161 read_block_header(struct bunzip_data *bd, struct bwdata *bw) argument
319 read_huffman_data(struct bunzip_data *bd, struct bwdata *bw) argument
443 flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) argument
452 burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) argument
493 read_bunzip_data(struct bunzip_data *bd) argument
512 write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, int out_fd, char *outbuf, int len) argument
607 struct bunzip_data *bd; local
645 struct bunzip_data *bd; local
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-crypto-disabled.c29 vector unsigned long long bd = D_INIT2
33 vector unsigned long long r2 = __builtin_crypto_vcipher(ad, bd);
34 vector unsigned long long r3 = __builtin_crypto_vcipherlast(ad, bd);
35 vector unsigned long long r4 = __builtin_crypto_vncipher(ad, bd);
36 vector unsigned long long r5 = __builtin_crypto_vncipherlast(ad, bd);
41 vector unsigned long long r8 = __builtin_crypto_vpmsumb(ad, bd);
42 vector unsigned long long r9 = __builtin_crypto_vpermxor(ad, bd, cd);
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h44 static INLINE tran_high_t highbd_check_range(tran_high_t input, int bd) { argument
51 const int32_t int_max = (1 << (7 + bd)) - 1;
57 (void)bd;
75 // bd of 8 uses trans_low with 16bits, need to remove 16bits
76 // bd of 10 uses trans_low with 18bits, need to remove 14bits
77 // bd of 12 uses trans_low with 20bits, need to remove 12bits
78 // bd of x uses trans_low with 8+x bits, need to remove 24-x bits
82 #define HIGHBD_WRAPLOW(x, bd) \
83 ((((int32_t)highbd_check_range((x), bd)) << (24 - bd)) >> (2
111 highbd_clip_pixel_add(uint16_t dest, tran_high_t trans, int bd) argument
[all...]
H A Dinv_txfm.c1288 int stride, int bd) {
1309 op[0] = HIGHBD_WRAPLOW(a1, bd);
1310 op[1] = HIGHBD_WRAPLOW(b1, bd);
1311 op[2] = HIGHBD_WRAPLOW(c1, bd);
1312 op[3] = HIGHBD_WRAPLOW(d1, bd);
1331 highbd_clip_pixel_add(dest[stride * 0], HIGHBD_WRAPLOW(a1, bd), bd);
1333 highbd_clip_pixel_add(dest[stride * 1], HIGHBD_WRAPLOW(b1, bd), bd);
1335 highbd_clip_pixel_add(dest[stride * 2], HIGHBD_WRAPLOW(c1, bd), b
1287 vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1344 vpx_highbd_iwht4x4_1_add_c(const tran_low_t *in, uint16_t *dest, int stride, int bd) argument
1372 vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd) argument
1417 vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd) argument
1447 vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1472 vpx_highbd_idct4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1491 vpx_highbd_iadst8_c(const tran_low_t *input, tran_low_t *output, int bd) argument
1575 vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd) argument
1629 vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1654 vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1680 vpx_highbd_idct8x8_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1695 vpx_highbd_iadst16_c(const tran_low_t *input, tran_low_t *output, int bd) argument
1872 vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd) argument
2046 vpx_highbd_idct16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2071 vpx_highbd_idct16x16_38_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2099 vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2125 vpx_highbd_idct16x16_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2140 highbd_idct32_c(const tran_low_t *input, tran_low_t *output, int bd) argument
2517 vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2548 vpx_highbd_idct32x32_135_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2576 vpx_highbd_idct32x32_34_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
2602 vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
[all...]
H A Dssim.h74 double *ssim_u, double *ssim_v, uint32_t bd,
80 uint32_t bd, uint32_t in_bd);
H A Dvpx_convolve.h31 int w, int h, int bd);
/external/libnl/lib/route/link/
H A Dbridge.c67 struct bridge_data *bd; local
69 if ((bd = bridge_alloc(link)))
70 memcpy(bd, data, sizeof(*bd));
72 return bd;
100 struct bridge_data *bd = data; local
109 bd->b_port_state = nla_get_u8(attr);
110 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE;
119 bd->b_priv_flags |= PRIV_FLAG_NEW_ATTRS;
122 bd
147 struct bridge_data *bd = data; local
262 struct bridge_data *bd; local
291 struct bridge_data *bd = bridge_data(link); local
315 struct bridge_data *bd = bridge_data(link); local
334 struct bridge_data *bd = bridge_data(link); local
355 struct bridge_data *bd = bridge_data(link); local
374 struct bridge_data *bd = bridge_data(link); local
397 struct bridge_data *bd = bridge_data(link); local
422 struct bridge_data *bd = bridge_data(link); local
452 struct bridge_data *bd = bridge_data(link); local
475 struct bridge_data *bd = bridge_data(link); local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h34 typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *, int bd);
61 int eob, int bd);
63 int eob, int bd);
65 int eob, int bd);
67 int stride, int eob, int bd);
69 int stride, int eob, int bd);
71 uint16_t *dest, int stride, int eob, int bd);
73 uint16_t *dest, int stride, int eob, int bd);
75 uint16_t *dest, int stride, int eob, int bd);
H A Dvp9_idct.c209 int stride, int tx_type, int bd) {
224 IHT_4[tx_type].rows(input, outptr, bd);
232 IHT_4[tx_type].cols(temp_in, temp_out, bd);
235 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 4), bd);
248 int stride, int tx_type, int bd) {
257 ht.rows(input, outptr, bd);
265 ht.cols(temp_in, temp_out, bd);
268 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd);
281 int stride, int tx_type, int bd) {
290 ht.rows(input, outptr, bd);
208 vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd) argument
247 vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd) argument
280 vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd) argument
307 vp9_highbd_idct4x4_add(const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
315 vp9_highbd_iwht4x4_add(const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
323 vp9_highbd_idct8x8_add(const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
340 vp9_highbd_idct16x16_add(const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
356 vp9_highbd_idct32x32_add(const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
371 vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
379 vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
388 vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
[all...]
/external/libpng/contrib/libtests/
H A Dgentests.sh88 for bd in 1 2 4 8
90 doit "$ct" "$bd"
98 for bd in 8 16
100 doit "$ct" "$bd"
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_vpx_convolve_neon.c20 int h, int bd) {
33 intermediate_height, bd);
37 x_step_q4, filter_y, y_step_q4, w, h, bd);
44 int w, int h, int bd) {
56 intermediate_height, bd);
58 x_step_q4, filter_y, y_step_q4, w, h, bd);
16 vpx_highbd_convolve8_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
40 vpx_highbd_convolve8_avg_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
H A Dhighbd_loopfilter_neon.c19 const int bd) {
20 const int16x8_t shift = vdupq_n_s16(bd - 8);
74 uint32_t *flat_status, uint16x8_t *hev, const int bd) {
82 *flat = vcleq_u16(*flat, vdupq_n_u16(1 << (bd - 8))); /* flat_mask4() */
95 uint32_t *flat2_status, const int bd) {
104 flat2 = vcleq_u16(flat2, vdupq_n_u16(1 << (bd - 8)));
111 static INLINE int16x8_t flip_sign(const uint16x8_t v, const int bd) { argument
112 const uint16x8_t offset = vdupq_n_u16(0x80 << (bd - 8));
116 static INLINE uint16x8_t flip_sign_back(const int16x8_t v, const int bd) { argument
117 const int16x8_t offset = vdupq_n_s16(0x80 << (bd
16 load_thresh(const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, uint16x8_t *blimit_vec, uint16x8_t *limit_vec, uint16x8_t *thresh_vec, const int bd) argument
69 filter_flat_hev_mask( const uint16x8_t limit, const uint16x8_t blimit, const uint16x8_t thresh, const uint16x8_t p3, const uint16x8_t p2, const uint16x8_t p1, const uint16x8_t p0, const uint16x8_t q0, const uint16x8_t q1, const uint16x8_t q2, const uint16x8_t q3, uint16x8_t *flat, uint32_t *flat_status, uint16x8_t *hev, const int bd) argument
89 flat_mask5(const uint16x8_t p4, const uint16x8_t p3, const uint16x8_t p2, const uint16x8_t p1, const uint16x8_t p0, const uint16x8_t q0, const uint16x8_t q1, const uint16x8_t q2, const uint16x8_t q3, const uint16x8_t q4, const uint16x8_t flat, uint32_t *flat2_status, const int bd) argument
229 filter4(const uint16x8_t mask, const uint16x8_t hev, const uint16x8_t p1, const uint16x8_t p0, const uint16x8_t q0, const uint16x8_t q1, uint16x8_t *op1, uint16x8_t *op0, uint16x8_t *oq0, uint16x8_t *oq1, const int bd) argument
290 filter8(const uint16x8_t mask, const uint16x8_t flat, const uint32_t flat_status, const uint16x8_t hev, const uint16x8_t p3, const uint16x8_t p2, const uint16x8_t p1, const uint16x8_t p0, const uint16x8_t q0, const uint16x8_t q1, const uint16x8_t q2, const uint16x8_t q3, uint16x8_t *op2, uint16x8_t *op1, uint16x8_t *op0, uint16x8_t *oq0, uint16x8_t *oq1, uint16x8_t *oq2, const int bd) argument
313 filter16( const uint16x8_t mask, const uint16x8_t flat, const uint32_t flat_status, const uint16x8_t flat2, const uint32_t flat2_status, const uint16x8_t hev, const uint16x8_t p7, const uint16x8_t p6, const uint16x8_t p5, const uint16x8_t p4, const uint16x8_t p3, const uint16x8_t p2, const uint16x8_t p1, const uint16x8_t p0, const uint16x8_t q0, const uint16x8_t q1, const uint16x8_t q2, const uint16x8_t q3, const uint16x8_t q4, const uint16x8_t q5, const uint16x8_t q6, const uint16x8_t q7, uint16x8_t *op6, uint16x8_t *op5, uint16x8_t *op4, uint16x8_t *op3, uint16x8_t *op2, uint16x8_t *op1, uint16x8_t *op0, uint16x8_t *oq0, uint16x8_t *oq1, uint16x8_t *oq2, uint16x8_t *oq3, uint16x8_t *oq4, uint16x8_t *oq5, uint16x8_t *oq6, const int bd) argument
565 vpx_highbd_lpf_horizontal_4_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
579 vpx_highbd_lpf_horizontal_4_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
587 vpx_highbd_lpf_vertical_4_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
604 vpx_highbd_lpf_vertical_4_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
612 vpx_highbd_lpf_horizontal_8_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
628 vpx_highbd_lpf_horizontal_8_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
636 vpx_highbd_lpf_vertical_8_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
656 vpx_highbd_lpf_vertical_8_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
664 lpf_horizontal_16_kernel(uint16_t *s, int p, const uint16x8_t blimit_vec, const uint16x8_t limit_vec, const uint16x8_t thresh_vec, const int bd) argument
688 lpf_vertical_16_kernel(uint16_t *s, int p, const uint16x8_t blimit_vec, const uint16x8_t limit_vec, const uint16x8_t thresh_vec, const int bd) argument
726 vpx_highbd_lpf_horizontal_16_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
735 vpx_highbd_lpf_horizontal_16_dual_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
745 vpx_highbd_lpf_vertical_16_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
753 vpx_highbd_lpf_vertical_16_dual_neon(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd) argument
[all...]
/external/fio/engines/
H A Dbinject.c35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) argument
97 struct binject_data *bd = td->io_ops->data; local
99 void *buf = bd->cmds;
113 bd->fd_flags[i] = fio_set_fd_nonblocking(bf->fd, "binject");
115 bd->fd_flags[i] = -1;
117 bd->pfds[i].fd = bf->fd;
118 bd->pfds[i].events = POLLIN;
123 ret = poll(bd->pfds, td->o.nr_files, -1);
132 if (pollin_events(bd->pfds, td->o.nr_files))
150 bd
188 struct binject_data *bd = td->io_ops->data; local
237 struct binject_data *bd = td->io_ops->data; local
379 struct binject_data *bd = td->io_ops->data; local
392 struct binject_data *bd; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp70 if (!bd[b].def[reg])
71 bd[b].use[reg] = true;
85 if (!bd[b].use[reg])
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
112 if (!bd[b].livein[i]) {
113 bd[b].livein[i] = true;
125 if (bd[bloc
[all...]
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices_test.py217 bd = find_usb_devices.GetBusNumberToDeviceTreeMap()
218 self.assertTrue(battor_device_mapping.IsBattOr('ttyUSB3', bd))
219 self.assertFalse(battor_device_mapping.IsBattOr('ttyUSB5', bd))
222 bd = find_usb_devices.GetBusNumberToDeviceTreeMap()
223 self.assertEquals(battor_device_mapping.GetBattOrList(bd),
257 bd = find_usb_devices.GetBusNumberToDeviceTreeMap()
258 dev_foo = bd[1].FindDeviceNumber(11)
259 dev_bar = bd[1].FindDeviceNumber(12)
260 dev_battor_p7_h1_t0 = bd[2].FindDeviceNumber(21)
267 bd
[all...]
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dfind_usb_devices_test.py217 bd = find_usb_devices.GetBusNumberToDeviceTreeMap()
218 self.assertTrue(battor_device_mapping.IsBattor('ttyUSB3', bd))
219 self.assertFalse(battor_device_mapping.IsBattor('ttyUSB5', bd))
222 bd = find_usb_devices.GetBusNumberToDeviceTreeMap()
223 self.assertEquals(battor_device_mapping.GetBattorList(bd),
257 bd = find_usb_devices.GetBusNumberToDeviceTreeMap()
258 dev_foo = bd[1].FindDeviceNumber(11)
259 dev_bar = bd[1].FindDeviceNumber(12)
260 dev_battor_p7_h1_t0 = bd[2].FindDeviceNumber(21)
267 bd
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho.s14 # CHECK: 2: 80 bd pop {r7, pc}
17 # CHECK: 6: 80 bd pop {r7, pc}
/external/v8/src/
H A Ddiy-fp.cc25 uint64_t bd = b * d; local
26 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.h43 int width2, int out_stride, int bd);
49 int owidth, int bd);
55 int owidth, int bd);
61 int owidth, int bd);

Completed in 601 milliseconds

12345678