Searched refs:on_off (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | 2011-05-28-swapmulsub.ll | 5 define zeroext i16 @foo1(i32 %on_off) nounwind uwtable ssp { 7 %on_off.addr = alloca i32, align 4 9 store i32 %on_off, i32* %on_off.addr, align 4 10 %tmp = load i32* %on_off.addr, align 4 22 define zeroext i16 @foo2(i32 %on_off, i32 %q) nounwind uwtable ssp { 24 %on_off.addr = alloca i32, align 4 27 store i32 %on_off, i32* %on_off.addr, align 4 30 %tmp1 = load i32* %on_off.addr, align 4 42 define zeroext i16 @foo3(i32 %on_off) nounwind uwtable ssp { 44 %on_off.addr = alloca i32, align 4 [all …]
|
D | cast.ll | 366 define zeroext i64 @test43(i8 zeroext %on_off) nounwind readonly { 367 %A = zext i8 %on_off to i32 372 ; CHECK-NEXT: %A = zext i8 %on_off to i64
|
/external/llvm/test/CodeGen/X86/ |
D | lea-4.ll | 3 define zeroext i16 @t1(i32 %on_off) nounwind { 5 %0 = sub i32 %on_off, 1 14 define i32 @t2(i32 %on_off) nounwind { 16 %0 = sub i32 %on_off, 1
|
/external/iproute2/ip/ |
D | iplink_vlan.c | 36 static int on_off(char *msg) in on_off() function 96 return on_off("reorder_hdr"); in vlan_parse_opt() 105 return on_off("gvrp"); in vlan_parse_opt() 114 return on_off("loose_binding"); in vlan_parse_opt()
|
D | iplink.c | 94 static int on_off(char *msg) in on_off() function 346 return on_off("multicast"); in iplink_parse() 355 return on_off("allmulticast"); in iplink_parse() 364 return on_off("promisc"); in iplink_parse() 373 return on_off("trailers"); in iplink_parse() 382 return on_off("noarp"); in iplink_parse() 415 return on_off("dynamic"); in iplink_parse() 834 return on_off("multicast"); in do_set() 843 return on_off("allmulticast"); in do_set() 852 return on_off("promisc"); in do_set() [all …]
|
/external/oprofile/libpp/ |
D | format_output.cpp | 135 void formatter::show_header(bool on_off) in show_header() argument 137 need_header = on_off; in show_header() 141 void formatter::vma_format_64bit(bool on_off) in vma_format_64bit() argument 143 vma_64 = on_off; in vma_format_64bit() 147 void formatter::show_long_filenames(bool on_off) in show_long_filenames() argument 149 long_filenames = on_off; in show_long_filenames() 153 void formatter::show_global_percent(bool on_off) in show_global_percent() argument 155 global_percent = on_off; in show_global_percent() 444 void opreport_formatter::show_details(bool on_off) in show_details() argument 446 need_details = on_off; in show_details() [all …]
|
/external/kernel-headers/original/asm-arm/arch/ |
D | board.h | 126 void (*set_power)(struct omap_pwm_led_platform_data *self, int on_off);
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_api.c | 943 BOOLEAN on_off = !data_enabled; in L2CA_FlowControl() local 945 L2CAP_TRACE_API2 ("L2CA_FlowControl(%d) CID: 0x%04x", on_off, cid); in L2CA_FlowControl() 959 if (p_ccb->fcrb.local_busy != on_off) in L2CA_FlowControl() 961 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl() 965 if (on_off) in L2CA_FlowControl()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1485 CVAPI(int) cvUseOptimized( int on_off );
|