HomeSort by relevance Sort by last modified time
    Searched refs:disp (Results 176 - 200 of 505) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/boringssl/src/crypto/fipsmodule/md5/asm/
md5-x86_64.pl 265 # CONTEXT *context,DISPATCHER_CONTEXT *disp)
270 my $disp="%r9";
321 mov 40($disp),%rdi # disp->ContextRecord
326 mov $disp,%rsi
328 mov 8(%rsi),%rdx # arg2, disp->ImageBase
329 mov 0(%rsi),%r8 # arg3, disp->ControlPc
330 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
331 mov 40(%rsi),%r10 # disp->ContextRecord
332 lea 56(%rsi),%r11 # &disp->HandlerDat
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m32c.c 1937 bfd_vma disp; local
    [all...]
elf32-sh64.c 508 bfd_vma disp, dropped; local
587 disp = (*relocation & 0xf);
591 case R_SH_DIR10SW: dropped = disp & 1; break;
592 case R_SH_DIR10SL: dropped = disp & 3; break;
593 case R_SH_DIR10SQ: dropped = disp & 7; break;
  /external/mesa3d/src/egl/main/
eglsurface.h 104 _eglReleaseTexImage(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint buffer);
eglconfig.c 786 _eglChooseConfig(_EGLDriver *drv, _EGLDisplay *disp, const EGLint *attrib_list,
791 if (!_eglParseConfigAttribList(&criteria, disp, attrib_list))
794 return _eglFilterConfigArray(disp->Configs,
841 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *disp, EGLConfig *configs,
847 *num_config = _eglFlattenArray(disp->Configs, (void *) configs,
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 224 #define ROUND_AND_SCHED_N_0(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
230 ADDL (disp + 0*4)(SP)(SRND*1), h; \ // h = k + w + h // disp = k + w
269 #define ROUND_AND_SCHED_N_1(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
275 ADDL (disp + 1*4)(SP)(SRND*1), h; \ // h = k + w + h // --
316 #define ROUND_AND_SCHED_N_2(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
321 ADDL (disp + 2*4)(SP)(SRND*1), h; \ // h = k + w + h // --
366 #define ROUND_AND_SCHED_N_3(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
372 ADDL (disp + 3*4)(SP)(SRND*1), h; \ // h = k + w + h // --
416 #define DO_ROUND_N_0(disp, a, b, c, d, e, f, g, h, old_h)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 224 #define ROUND_AND_SCHED_N_0(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
230 ADDL (disp + 0*4)(SP)(SRND*1), h; \ // h = k + w + h // disp = k + w
269 #define ROUND_AND_SCHED_N_1(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
275 ADDL (disp + 1*4)(SP)(SRND*1), h; \ // h = k + w + h // --
316 #define ROUND_AND_SCHED_N_2(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
321 ADDL (disp + 2*4)(SP)(SRND*1), h; \ // h = k + w + h // --
366 #define ROUND_AND_SCHED_N_3(disp, a, b, c, d, e, f, g, h, XDWORD0, XDWORD1, XDWORD2, XDWORD3) \
372 ADDL (disp + 3*4)(SP)(SRND*1), h; \ // h = k + w + h // --
416 #define DO_ROUND_N_0(disp, a, b, c, d, e, f, g, h, old_h)
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger_hwc1.cpp 804 MessageSetActiveConfig(SurfaceFlinger& flinger, const sp<IBinder>& disp,
806 mFlinger(flinger), mDisplay(disp) { mMode = mode; }
1800 sp<const DisplayDevice> disp; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 710 int32_t HWCSession::ConnectDisplay(int disp) {
711 DLOGI("Display = %d", disp);
719 if (disp == HWC_DISPLAY_EXTERNAL) {
721 primary_height, qservice_, false, &hwc_display_[disp]);
728 hwc_display_[disp]->SetSecureDisplay(secure_display_active_);
734 int HWCSession::DisconnectDisplay(int disp) {
735 DLOGI("Display = %d", disp);
737 if (disp == HWC_DISPLAY_EXTERNAL) {
738 HWCDisplayExternal::Destroy(hwc_display_[disp]);
739 } else if (disp == HWC_DISPLAY_VIRTUAL)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 732 int32_t HWCSession::ConnectDisplay(int disp) {
733 DLOGI("Display = %d", disp);
741 if (disp == HWC_DISPLAY_EXTERNAL) {
743 primary_height, qservice_, false, &hwc_display_[disp]);
750 hwc_display_[disp]->SetSecureDisplay(secure_display_active_);
756 int HWCSession::DisconnectDisplay(int disp) {
757 DLOGI("Display = %d", disp);
759 if (disp == HWC_DISPLAY_EXTERNAL) {
760 HWCDisplayExternal::Destroy(hwc_display_[disp]);
761 } else if (disp == HWC_DISPLAY_VIRTUAL)
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_session.cpp 728 int32_t HWCSession::ConnectDisplay(int disp) {
729 DLOGI("Display = %d", disp);
737 if (disp == HWC_DISPLAY_EXTERNAL) {
739 primary_height, qservice_, false, &hwc_display_[disp]);
746 hwc_display_[disp]->SetSecureDisplay(secure_display_active_);
752 int HWCSession::DisconnectDisplay(int disp) {
753 DLOGI("Display = %d", disp);
755 if (disp == HWC_DISPLAY_EXTERNAL) {
756 HWCDisplayExternal::Destroy(hwc_display_[disp]);
757 } else if (disp == HWC_DISPLAY_VIRTUAL)
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 714 const short* disp = (k == 0 ? dleft0 : dright0) + y1*dstep; local
720 v->weight = disp[x] == (short)(OCCLUDED ? -OCCLUSION_PENALTY2 : 0);
766 const short* disp = dlr[k]; local
770 d = disp[x];
776 d1 = disp[x+1];
787 d1 = disp[x+dstep];
859 int* disp; local
915 disp = (int*)cvStackAlloc( state->numberOfDisparities*sizeof(disp[0]) );
916 _disp = cvMat( 1, state->numberOfDisparities, CV_32S, disp );
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc     [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 425 int32_t disp = *reinterpret_cast<int32_t*>(modrmp+1); local
426 AppendToBuffer("[0x%x]", disp);
436 int32_t disp = *reinterpret_cast<int32_t*>(modrmp + 2); local
440 disp < 0 ? "-" : "+",
441 disp < 0 ? -disp : disp);
465 int disp = mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 2) local
470 disp < 0 ? "-" : "+",
471 disp < 0 ? -disp : disp)
483 int disp = mod == 2 ? *reinterpret_cast<int32_t*>(modrmp + 1) local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 515 int32_t disp = *reinterpret_cast<int32_t*>(modrmp + 1); local
516 AppendToBuffer("[rip+0x%x]", disp);
530 int32_t disp = *reinterpret_cast<int32_t*>(modrmp + 2); local
534 disp < 0 ? "-" : "+",
535 disp < 0 ? -disp : disp);
559 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 2) local
564 disp < 0 ? "-" : "+",
565 disp < 0 ? -disp : disp)
577 int disp = (mod == 2) ? *reinterpret_cast<int32_t*>(modrmp + 1) local
    [all...]
assembler-x64-inl.h 601 void Operand::set_disp8(int disp) {
602 DCHECK(is_int8(disp));
605 *p = disp;
609 void Operand::set_disp32(int disp) {
612 *p = disp;
616 void Operand::set_disp64(int64_t disp) {
619 *p = disp;
620 len_ += sizeof(disp);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 13 disp('No cout file to load')
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 28 TngCursorPlane::TngCursorPlane(int index, int disp)
29 : DisplayPlane(index, PLANE_CURSOR, disp)
TngDisplayContext.cpp 245 bool TngDisplayContext::setCursorPosition(int disp, int x, int y)
250 ctx.pipe = disp;
TngSpritePlane.cpp 25 TngSpritePlane::TngSpritePlane(int index, int disp)
26 : SpritePlaneBase(index, disp)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
ExternalDevice.cpp 26 ExternalDevice::ExternalDevice(uint32_t disp, Hwcomposer& hwc, DisplayPlaneManager& dpm)
27 : PhysicalDevice(disp, DEVICE_EXTERNAL, hwc, dpm),
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp 27 AnnCursorPlane::AnnCursorPlane(int index, int disp)
28 : DisplayPlane(index, PLANE_CURSOR, disp)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp 245 bool TngDisplayContext::setCursorPosition(int disp, int x, int y)
250 ctx.pipe = disp;
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 215 int disp;
229 disp = GETBYTE ();
230 ld->rx->op[n].addend = disp * PSCALE[size];
234 disp = GETBYTE ();
236 disp = disp * 256 + GETBYTE ();
238 disp = disp + GETBYTE () * 256;
240 ld->rx->op[n].addend = disp * PSCALE[size];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
bdb.py 499 disp = 'del '
501 disp = 'keep '
503 disp = disp + 'yes '
505 disp = disp + 'no '
506 print >>out, '%-4dbreakpoint %s at %s:%d' % (self.number, disp,

Completed in 830 milliseconds

1 2 3 4 5 6 78 91011>>