HomeSort by relevance Sort by last modified time
    Searched refs:ACB (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FmpAuthenticationLibNull/
FmpAuthenticationLibNull.inf 21 FILE_GUID = 5011522C-7B0E-4ACB-8E30-9B1D133CF2E0
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 677 const APInt &ACB = CB->getValue();
682 if ((SPF1 == SPF_UMIN && ACB.ule(ACC)) ||
683 (SPF1 == SPF_SMIN && ACB.sle(ACC)) ||
684 (SPF1 == SPF_UMAX && ACB.uge(ACC)) ||
685 (SPF1 == SPF_SMAX && ACB.sge(ACC)))
690 if ((SPF1 == SPF_UMIN && ACB.ugt(ACC)) ||
691 (SPF1 == SPF_SMIN && ACB.sgt(ACC)) ||
692 (SPF1 == SPF_UMAX && ACB.ult(ACC)) ||
693 (SPF1 == SPF_SMAX && ACB.slt(ACC))) {
    [all...]
  /external/autotest/client/common_lib/cros/
avahi_utils.py 170 "ver=1.0" "services=privet" "id=11FB0AD6-6C87-433E-8ACB-0C68EE78CDBD"

Completed in 383 milliseconds