OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blk1
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CodeGen/
inline-asm-mrv.c
4
int sad16_sse2(void *v, unsigned char *blk2, unsigned char *
blk1
,
8
: "+r" (h), "+r" (
blk1
), "+r" (blk2)
10
asm volatile("set %0 %1" : "=r"(ret) : "r"(
blk1
));
/external/clang/test/SemaObjCXX/
arc-nsconsumed-errors.mm
5
typedef void (^
blk1
)(__attribute((ns_consumed))id, __attribute((ns_consumed)) id);
14
blk1
a1 = ^void (__attribute((ns_consumed)) id, id){}; // expected-error {{cannot initialize a variable of type '__strong
blk1
'}}
16
blk1
b2 = ^void (id, __attribute((ns_consumed)) id){}; // expected-error {{cannot initialize a variable of type '__strong
blk1
'}}
18
blk1
c3 = ^void (__attribute((ns_consumed)) id, __attribute((ns_consumed)) id){};
20
blk1
d4 = ^void (id, id) {}; // expected-error {{cannot initialize a variable of type '__strong
blk1
'}}
/external/clang/test/SemaObjC/
arc-nsconsumed-errors.m
5
typedef void (^
blk1
)(__attribute((ns_consumed))id arg1, __attribute((ns_consumed)) id arg2);
14
blk1
a1 = ^void (__attribute((ns_consumed)) id arg1, id arg2){}; // expected-error {{incompatible block pointer types initializing}}
16
blk1
b2 = ^void (id arg1, __attribute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}}
18
blk1
c3 = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){};
20
blk1
d4 = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializing}}
/external/llvm/test/CodeGen/X86/
inline-asm-mrv.ll
10
define i32 @test1(i8* %v, i8* %blk2, i8* %
blk1
, i32 %stride, i32 %h) nounwind {
13
"=r,=r,=r,r,r,r,r"( i64 %tmp12, i32 %h, i8* %
blk1
, i8* %blk2 ) nounwind
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
200
BBInfo *IntersectDominators(BBInfo *
Blk1
, BBInfo *Blk2) {
201
while (
Blk1
!= Blk2) {
202
while (
Blk1
->BlkNum < Blk2->BlkNum) {
203
Blk1
=
Blk1
->IDom;
204
if (!
Blk1
)
207
while (Blk2->BlkNum <
Blk1
->BlkNum) {
210
return
Blk1
;
213
return
Blk1
;
/external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp
2058
BlockT *
blk1
= *srcBlk->succ_begin();
local
[
all
...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java
132
if(localLOGV || TRACKING) Log.i(TAG, "
blk1
="+blks1+", blks2="+blks2);
149
Log.i(TAG, "
blk1
="+blks1+", blks2="+blks2);
/bionic/libc/arch-x86/string/
ssse3-memcmp3-new.S
98
#define
BLK1
PARMS
99
#define BLK2
BLK1
+4
107
movl
BLK1
(%esp), %eax
[
all
...]
Completed in 113 milliseconds