HomeSort by relevance Sort by last modified time
    Searched defs:BL (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 130 LVM_INT32 BL;
132 MUL32x32INTO32(SDBD,IRTI,BL,LVPSA_InternalRefreshTimeShift)
134 BufferLength=(LVM_UINT32)BL;
LVPSA_Memory.c 120 LVM_INT32 BL;
122 MUL32x32INTO32(SDBD,IRTI,BL,LVPSA_InternalRefreshTimeShift)
123 BufferLength=(LVM_UINT32)BL;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 34 BL,
  /device/google/contexthub/firmware/os/inc/
bl.h 23 #include <plat/bl.h>
37 #define BL _BL.api
46 //ver 1 bl supports:
  /external/dng_sdk/source/
dng_rect.h 173 dng_point BL () const
308 dng_point_real64 BL () const
  /toolchain/binutils/binutils-2.27/opcodes/
mcore-opc.h 26 OMa, SI, I7, LS, BR, BL, LR, LJ,
92 { "loopt", BL, 0, 0x0400 },
  /art/compiler/utils/x86/
constants_x86.h 35 BL = 3,
  /external/skia/samplecode/
SamplePatch.cpp 86 const int BL = BR + nu;
96 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX;
97 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY;
100 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0;
102 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
  /external/skqp/samplecode/
SamplePatch.cpp 86 const int BL = BR + nu;
96 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX;
97 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY;
100 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0;
102 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 118 void ARMAssembler::BL(int cc, const char* label)
268 void ARMAssembler::BL(int cc, uint32_t* pc)
ARMAssemblerProxy.cpp 192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) {
193 mTarget->BL(cc, pc);
204 void ARMAssemblerProxy::BL(int cc, const char* label) {
205 mTarget->BL(cc, label);
MIPS64Assembler.cpp 717 void ArmToMips64Assembler::BL(int cc __unused, const char* label __unused)
730 void ArmToMips64Assembler::BL(int cc __unused, uint32_t* to_pc __unused)
    [all...]
Arm64Assembler.cpp 275 void ArmToArm64Assembler::BL(int /*cc*/, const char* /*label*/)
560 void ArmToArm64Assembler::BL(int /*cc*/, uint32_t* /*pc*/){
    [all...]
MIPSAssembler.cpp 729 void ArmToMipsAssembler::BL(int cc __unused, const char* label __unused)
742 void ArmToMipsAssembler::BL(int cc __unused, uint32_t* to_pc __unused)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 106 UINT8 BL;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 152 UINT8 BL;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /external/ImageMagick/coders/
wmf.c     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 82 #define BL 0xeb000000
261 /* Must follow tightly the previous instruction (to be able to convert it to bl instruction). */
276 I.e.: unused literals can belong to branches, which can be encoded as B or BL.
416 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
441 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
455 sljit_s32 bl = (mov_pc & 0x0000f000) != RD(TMP_PC); local
460 if (!bl) {
466 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
481 if (!bl) {
    [all...]
sljitNativeARM_64.c 73 #define BL 0x94000000
284 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 157 BL
497 BL: "BL",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 157 BL
497 BL: "BL",
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i960.c 193 #define BL 0x14000000
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h     [all...]

Completed in 751 milliseconds

1 2