代码搜索结果

找到约 242 项符合 BLE 的代码

blebug2.s

.code .align 4 ldil L%0xc0001004,%r1 ble R%0xc0001004(%sr7,%r1)

blendequation.cpp

#include "osg/BlendEquation" #include "osgDB/Registry" #include "osgDB/Input" #include "osgDB/Output" using namespace osg; using namespace osgDB; // forward declare functions to use later. bool Ble

ucosii_util_cfg_template.h

/* * COPYRIGHT (c) Notifier 1993-2004, All Rights Reserved * * 描述: 模块配置文件。本文件用来配置模块的功能和性能。 * 用户使用时,请将文件名另存为"_cfg.h",放置在可自动包含的路径中, * 并根据系统需求做相应配置。 *

doloop-1.c

/* Make sure both loops are recognized as doloops. If so, "bdnz" will be generated on ppc; if not, you will get "ble". */ /* { dg-do compile { target powerpc-*-* } } */ /* { dg-options "-O2" }

doloop-1.c

/* Make sure both loops are recognized as doloops. If so, "bdnz" will be generated on ppc; if not, you will get "ble". */ /* { dg-do compile { target powerpc-*-* } } */ /* { dg-options "-O2" }

doloop-1.c

/* Make sure both loops are recognized as doloops. If so, "bdnz" will be generated on ppc; if not, you will get "ble". */ /* { dg-do compile { target powerpc-*-* } } */ /* { dg-options "-O2" }

doloop-1.c

/* Make sure both loops are recognized as doloops. If so, "bdnz" will be generated on ppc; if not, you will get "ble". */ /* { dg-do compile { target powerpc-*-* } } */ /* { dg-options "-O2" }

attr-isr.c

/* { dg-do compile { target { { sh-*-* sh[1234ble]*-*-* } && nonpic } } } */ /* { dg-options "-O" } */ extern void foo (); void (__attribute ((interrupt_handler)) isr)() { foo (); } /* { dg-final

pragma-isr-trap_exit.c

/* { dg-do compile { target sh-*-* sh[1234ble]*-*-*} } */ /* { dg-options "-O" } */ /* This test case will check whether trapa is generated only for isr. */ #pragma interrupt void isr() __attribute__

attr-isr-trapa.c

/* { dg-do compile { target { { sh-*-* sh[1234ble]*-*-* } && nonpic } } } */ /* { dg-options "-O" } */ extern void foo (); void (__attribute__ ((trapa_handler)) isr) () { foo (); } /* { dg-final {