Searched defs:bd (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.cc50 uint64_t bd = b * d; local
51 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsubtract_test.cc21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; local
49 bd.predictor = reinterpret_cast<unsigned char*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
77 uint8_t *predictor = bd.predictor;
85 ASM_REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
89 predictor = bd.predictor;
102 vpx_free(bd.predictor);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
41 unsigned char *predictor = &bd->predictor[0];
H A Dvp8_enc_stubs_mmx.c71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
76 unsigned char *predictor = &bd->predictor[0];
/external/chromium_org/v8/src/
H A Ddiy-fp.cc26 uint64_t bd = b * d; local
27 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; local
49 bd.predictor = reinterpret_cast<unsigned char*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
77 uint8_t *predictor = bd.predictor;
85 REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
89 predictor = bd.predictor;
102 vpx_free(bd.predictor);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
41 unsigned char *predictor = &bd->predictor[0];
H A Dvp8_enc_stubs_mmx.c71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
76 unsigned char *predictor = &bd->predictor[0];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp40 B<double> bd; // expected-note {{here}} variable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_common.h68 static INLINE uint16_t clip_pixel_high(int val, int bd) { argument
69 switch (bd) {
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_surface.c52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
H A Dapple_glx_drawable.c367 unsigned int width, height, bd, depth; local
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/clang/test/SemaCXX/
H A Ddefaulted-private-dtor.cpp17 BadDtor bd; // expected-note {{inaccessible destructor}} member in struct:V
/external/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c28 long double bd = __gcc_qmul(b,d); local
32 DD real = { .ld = __gcc_qsub(ac,bd) };
65 DD bdDD = { .ld = bd };
/external/freetype/src/gzip/
H A Dinfblock.c156 uInt bl, bd; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
308 uInt bl, bd; local
313 bd = 6; /* must be <= 9 for lookahead assumptions */
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
H A Dinfcodes.c58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ argument
59 uInt bl, uInt bd,
71 c->dbits = (Byte)bd;
H A Dinftrees.c327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
332 uIntf *bd, /* distance desired/actual bit depth */
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
364 if (r != Z_OK || (*bd == 0 && nl > 257))
409 local int inflate_trees_fixed( /* bl, bd, tl, td, z) */ argument
411 uIntf *bd, /* distance desired/actual bit depth */
464 *bd = fixed_bd;
/external/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
H A Dapple_glx_drawable.c367 unsigned int width, height, bd, depth; local
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/qemu/audio/
H A Ddsound_template.h190 DSCBUFFERDESC bd; local
195 DSBUFFERDESC bd; local
209 memset (&bd, 0, sizeof (bd));
210 bd.dwSize = sizeof (bd);
211 bd.lpwfxFormat = &wfx;
213 bd.dwBufferBytes = conf.bufsize_in;
216 &bd,
221 bd
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dsubtract_neon.c16 BLOCKD *bd,
26 predictor = bd->predictor;
14 vp8_subtract_b_neon( BLOCK *be, BLOCKD *bd, int pitch) argument
/external/fio/engines/
H A Dbinject.c35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) argument
96 struct binject_data *bd = td->io_ops->data; local
98 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/llvm/tools/bugpoint/
H A DCrashDebugger.cpp49 ReducePassList(BugDriver &bd) : BD(bd) {} argument
109 ReduceCrashingGlobalVariables(BugDriver &bd, argument
111 : BD(bd), TestFn(testFn) {}
179 ReduceCrashingFunctions(BugDriver &bd, argument
181 : BD(bd), TestFn(testFn) {}
252 ReduceCrashingBlocks(BugDriver &bd, argument
254 : BD(bd), TestFn(testFn) {}
361 ReduceCrashingInstructions(BugDriver &bd, argument
363 : BD(bd), TestF
[all...]

Completed in 342 milliseconds

1234