Home
last modified time | relevance | path

Searched refs:Protect (Results 1 – 12 of 12) sorted by relevance

/device/google/crosshatch/audio/
DTest1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning716 "enhance_and_protect_left.Protect.Pilot tone.BQ.biquad leaf.a1": -1.98704177101,
717 "enhance_and_protect_left.Protect.Pilot tone.BQ.biquad leaf.a2": 0.987125190117,
718 "enhance_and_protect_left.Protect.Pilot tone.BQ.biquad leaf.b0": 2.0854777e-05,
719 "enhance_and_protect_left.Protect.Pilot tone.BQ.biquad leaf.b1": 4.1709554e-05,
720 "enhance_and_protect_left.Protect.Pilot tone.BQ.biquad leaf.b2": 2.0854777e-05,
721 "enhance_and_protect_left.Protect.Pilot tone.BQ.case": "default",
722 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.amplitude": 0.0177827941,
723 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.frequency": 48,
724 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.hold": 4800,
725 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.threshold": 0.00372529029,
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c511 #define Protect(x) { {x;}; base = ci->u.l.base; } macro
514 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
527 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
550 Protect(traceexec(L)); in luaV_execute()
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra)); in luaV_execute()
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute()
593 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i))); in luaV_execute()
601 Protect(luaV_settable(L, ra, RKB(i), RKC(i))); in luaV_execute()
615 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute()
642 Protect(luaV_arith(L, ra, rb, rb, TM_UNM)); in luaV_execute()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfigStrings.uni105 " --action (Bypass|Discard|Protect) required \r\n"
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
DWinNtThunk.h439 DWORD Protect,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
DWinNtThunk.h446 DWORD Protect,
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dst16_64.S436 # Enable Protect Mode (set CR0.PE=1)
Dstart64.S443 # Enable Protect Mode (set CR0.PE=1)
Dst32_64.S451 # Enable Protect Mode (set CR0.PE=1)
Dstart64.asm438 ; Enable Protect Mode (set CR0.PE=1)
Dst16_64.asm431 ; Enable Protect Mode (set CR0.PE=1)
Dst32_64.asm447 ; Enable Protect Mode (set CR0.PE=1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog144 - Protect for long name and extra fields in contrib/minizip [Vollant]
496 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib