/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-avx512ifma-intel.d | 2 #objdump: -dw -Mintel
|
x86-64-avx512ifma.d | 2 #objdump: -dw
|
x86-64-lock-1.d | 1 #objdump: -dw
|
x86-64-sha.d | 1 #objdump: -dw
|
x86-64-sib-intel.d | 3 #objdump: -dw -Mintel
|
/device/google/marlin/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 9513 DefWork *dw = local 9846 DefWork *dw = new DefWork(cmd, sNextJobId, args); local [all...] |
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
QCamera2HWI.cpp | 10464 DefWork *dw = local 10801 DefWork *dw = new DefWork(cmd, sNextJobId, args); local [all...] |
/external/elfutils/libdwfl/ |
derelocate.c | 302 if (mod->dw == NULL)
|
/external/elfutils/tests/ |
show-die-info.c | 23 #include ELFUTILS_HEADER(dw)
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_winsys.h | 651 * \param dw Number of CS dwords requested by the caller. 653 bool (*cs_check_space)(struct radeon_winsys_cs *cs, unsigned dw);
|
/external/mesa3d/src/intel/vulkan/ |
anv_private.h | 753 uint32_t *dw; \ 756 dw = anv_batch_emit_dwords((batch), ARRAY_SIZE(dwords0)); \ 758 dw[i] = (dwords0)[i] | (dwords1)[i]; \ 759 VG(VALGRIND_CHECK_MEM_IS_DEFINED(dw, ARRAY_SIZE(dwords0) * 4));\ [all...] |
genX_pipeline.c | 379 uint32_t *dw = anv_batch_emit_dwords(&pipeline->batch, local 381 GENX(3DSTATE_SBE_pack)(&pipeline->batch, dw, &sbe); local 384 dw = anv_batch_emit_dwords(&pipeline->batch, GENX(3DSTATE_SBE_SWIZ_length)); 385 GENX(3DSTATE_SBE_SWIZ_pack)(&pipeline->batch, dw, &swiz); local [all...] |
/external/webrtc/webrtc/base/ |
physicalsocketserver.cc | [all...] |
win32regkey.cc | 266 DWORD dw = 0; local 269 sam_desired, lpSecAttr, &h_key, &dw); 273 *lpdwDisposition = dw;
|
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 1818 int dw = 0; local [all...] |
/external/opencv/cv/src/ |
cvsurf.cpp | 282 float DW[PATCH_SZ][PATCH_SZ]; 283 CvMat _DW = cvMat(PATCH_SZ, PATCH_SZ, CV_32F, DW); 322 DW[i][j] = (float)val; 476 float dw = DW[i][j]; local 477 float vx = (PATCH[i][j+1] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i+1][j])*dw; 478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i][j+1])*dw;
|
/external/syslinux/core/ |
isolinux.asm | 542 mov cx,7 ; length of award_string = 7dw 1088 bios_cdrom: dw getlinsec_cdrom, bios_cdrom_str 1090 bios_cbios: dw getlinsec_cbios, bios_cbios_str 1091 bios_ebios: dw getlinsec_ebios, bios_ebios_str 1095 MaxTransfer dw 127 ; Hard disk modes 1096 MaxTransferCD dw 32 ; CD mode
|
/frameworks/native/libs/gui/ |
GLConsumer.cpp | 967 uint32_t dw = currentWidth - newWidth; local [all...] |
/device/huawei/angler/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 7544 DeffWork *dw = local 7650 DeffWork *dw = new DeffWork(cmd, i, args); local [all...] |
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 7542 DeffWork *dw = local 7648 DeffWork *dw = new DeffWork(cmd, i, args); local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-ppc.c | 3919 const struct xcoff_dwsect_name *dw = &xcoff_dwsect_names[idx]; local 3946 const struct xcoff_dwsect_name *dw; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xenroll.h | 143 virtual HRESULT WINAPI put_KeySpec(LONG dw) = 0; 213 HRESULT (WINAPI *put_KeySpec)(ICEnroll *This,LONG dw); 282 #define ICEnroll_put_KeySpec(This,dw) (This)->lpVtbl->put_KeySpec(This,dw) 379 HRESULT WINAPI ICEnroll_put_KeySpec_Proxy(ICEnroll *This,LONG dw); [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 97 int dw, 102 return LoadFrame(ms.get(), format, width, height, dw, dh, rotation, frame); 117 int dw, 129 format, width, height, dw, dh, rotation, frame); 148 int dw, 154 ret = frame->Init(format, width, height, dw, dh, [all...] |
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
amdgpu_cs.c | 787 static bool amdgpu_cs_check_space(struct radeon_winsys_cs *rcs, unsigned dw) 791 unsigned requested_size = rcs->prev_dw + rcs->current.cdw + dw; 802 if (rcs->current.max_dw - rcs->current.cdw >= dw) [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_intrapred_sse2.asm | 14 pw_4: times 8 dw 4 15 pw_8: times 8 dw 8
|