Searched defs:dw (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Djmpfar.asm4 ;dw seg (1234:5678)
9 dw seg far1 label
13 dw seg far2 label
H A Doverflow.asm8 dw 0x12345 label
9 dw -1 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dfloat.asm2 dw 3.14 label
7 dw -62000.0 label
H A Dfloat-err.asm3 dw 3.14e500 label
9 dw -5593824513450897123075109385109385019324871093470134710984.34981 label
H A Dinteger-warn.asm3 dw 0x3875bc label
H A Dinteger.asm4 dw 0x3875 label
H A Dbin-farabs.asm51 dw keybuf ; offset part label
52 dw seg keybuf ; segment part label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Ddy.asm2 dw label label
H A Dlocallabel.asm7 dw label.local label
8 dw label.local2 label
16 dw label2.local label
17 dw label2.local2 label
18 dw $label2.local label
19 dw $label2.local2 label
H A Duscore.asm5 dw 1_2_3_4q label
6 dw 1234q label
10 dw _0 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
H A Dorgsect.asm7 dw label label
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dstrucsize.asm22 dw TST1_size label
23 dw TST2_size label
/external/valgrind/main/none/tests/s390x/
H A Dstfle.c7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) argument
10 register unsigned long long __nr asm("0") = dw - 1;
31 int dw = S390_NUM_FACILITY_DW; local
35 if ((stfle(dw, 1)) && stfle(dw, 2))
41 if (stfle(dw, 7))
49 dw = 1;
50 if ((stfle(dw, 1)) && stfle(dw, 2))
56 if (stfle(dw, 1
[all...]
/external/elfutils/0.153/libdwfl/
H A Ddwfl_getdwarf.c66 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); local
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
/external/libunwind/src/x86_64/
H A DGos-linux.c34 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) argument
36 struct cursor *c = (struct cursor *) dw;
37 assert(! need_unwind_info || dw->pi_valid);
38 assert(! need_unwind_info || dw->pi.unwind_info);
39 if (dw->pi_valid
40 && dw->pi.unwind_info
41 && ((struct dwarf_cie_info *) dw->pi.unwind_info)->signal_frame)
47 dw->ip, dw->cfa, c->sigcontext_format);
51 tdep_cache_frame (struct dwarf_cursor *dw, struc argument
61 tdep_reuse_frame(struct dwarf_cursor *dw, struct dwarf_reg_state *rs) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_jpeg.cc137 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
145 int dw, int dh) {
161 I420Buffers bufs = { y, y_stride, u, u_stride, v, v_stride, dw, dh };
172 ret = mjpeg_decoder.DecodeToCallback(&JpegCopyI420, &bufs, dw, dh);
183 ret = mjpeg_decoder.DecodeToCallback(&JpegI422ToI420, &bufs, dw, dh);
194 ret = mjpeg_decoder.DecodeToCallback(&JpegI444ToI420, &bufs, dw, dh);
205 ret = mjpeg_decoder.DecodeToCallback(&JpegI411ToI420, &bufs, dw, dh);
212 ret = mjpeg_decoder.DecodeToCallback(&JpegI400ToI420, &bufs, dw, dh);
301 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
307 int dw, in
139 MJPGToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int w, int h, int dw, int dh) argument
303 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) argument
43 state->pm4[state->ndw++] = dw;
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) argument
106 si_pm4_cmd_add(state, dw);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) argument
43 state->pm4[state->ndw++] = dw;
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) argument
106 si_pm4_cmd_add(state, dw);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.h91 void expand(int dw, int dh) { m_size.expand(dw, dh); } argument
93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h38 virtual bool Reset(uint32 format, int w, int h, int dw, int dh, uint8 *sample, argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc56 uint32 fourcc, int w, int h, int dw, int dh, uint8* sample,
55 Reset( uint32 fourcc, int w, int h, int dw, int dh, uint8* sample, size_t sample_size, size_t pixel_width, size_t pixel_height, int64 elapsed_time, int64 time_stamp, int rotation) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw /
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug.c228 unsigned dw,
243 PRINTF(stream, ": 0x%x\n", ((dw) & himask) >> (lo));
247 #define MBZ( dw, hi, lo) do { \
248 unsigned x = (dw) >> (lo); \
255 #define MBZ( dw, hi, lo) do { \
262 unsigned dw,
267 if (((dw) >> (bit)) & 1) {
226 BITS( struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, const char *fmt, ... ) argument
260 FLAG( struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, ... ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c692 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; local
694 dw |= S6_COLOR_WRITE_ENABLE;
696 dw &= ~S6_COLOR_WRITE_ENABLE;
697 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) {
699 i915->state.Ctx[I915_CTXREG_LIS6] = dw;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw /
[all...]

Completed in 583 milliseconds

123