HomeSort by relevance Sort by last modified time
    Searched full:var2 (Results 51 - 75 of 253) sorted by null

1 23 4 5 6 7 8 91011

  /external/clang/test/Sema/
alias-redefinition.c 27 static int var2 __attribute((alias("v2"))) = 2; // expected-error {{definition 'var2' cannot also be an alias}}
internal_linkage.c 4 int var2 __attribute__((internal_linkage,common)); // expected-error{{'internal_linkage' and 'common' attributes are not compatible}} \ variable
ms_abi-sysv_abi.c 5 int __attribute__((sysv_abi)) var2; // expected-warning{{'sysv_abi' only applies to function types; type here is 'int'}} variable
  /external/llvm/test/CodeGen/Thumb/
stack-coloring-without-frame-ptr.ll 10 %var2 = alloca %insert_iterator, align 4
19 %2 = bitcast %insert_iterator* %var2 to i8*
  /external/llvm/test/Transforms/LoopUnswitch/
LIV-loop-condtion.ll 11 %var3 = phi i32 [%var1, %entry], [%var2, %do_something]
20 %var2 = add i32 %var3, 1
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
const_expression_test.xml 17 <variable name="var2" type="int"/>
25 android:text='@{true ? "" + var1 : "" + var2}'
  /external/clang/test/SemaCXX/
const-cast.cpp 27 char ***var2 = const_cast<cppp>(var); local
28 char ***const &var3 = var2;
53 char **var2 = const_cast<char**>(var); // expected-error {{const_cast from 'const char *volatile *const volatile *' to 'char **' is not allowed}} local
57 char ***&var4 = const_cast<cpppr>(&var2); // expected-error {{const_cast from rvalue to reference type 'cpppr'}}
59 char v = const_cast<char>(**var2); // expected-error {{const_cast to 'char', which is not a reference, pointer-to-object, or pointer-to-data-member}}
warn-consumed-analysis.cpp 85 ConsumableClass<int> var2(42);
86 ConsumableClass<int> var3(var2); // copy constructor
91 *var2;
175 ConsumableClass<int> var0, var1, var2; local
249 if (var0 && var1 && var2) {
252 *var2;
257 *var2; // expected-warning {{invalid invocation of method 'operator*' on object 'var2' while it is in the 'consumed' state}}
262 if (var0 || var1 || var2) {
265 *var2;
276 ConsumableClass<int> var0, var1, var2; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-hilo-match.s 60 li $16,%hi(var2)
64 addiu $16,%lo(var2)
126 .type var2, @object
127 .size var2, 32
128 var2: label
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 34 shr_rnd() : Same as shr(var1,var2) but with rounding
68 mult_int16_r(var1,var2) = extract_l(L_shr(((var1 * var2) + 16384),15)) and
79 var2
94 int16 mult_int16_r(int16 var1, int16 var2)
98 L_product_arr = (int32) var1 * (int32) var2; /* product */
117 Same as shr(var1,var2) but with rounding. Saturate the result in case of|
119 - If var2 is greater than zero :
120 if (sub(shl_int16(shr(var1,var2),1),shr(var1,sub(var2,1)))
    [all...]
pvamrwbdecoder_basic_op_gcc_armv5.h 59 static inline int16 sub_int16(int16 var1, int16 var2)
64 register int32 rb = (int32)var2;
80 static inline int16 add_int16(int16 var1, int16 var2)
85 register int32 rb = (int32)var2;
155 static inline int32 msu_16by16_from_int32(int32 L_var3, int16 var1, int16 var2)
159 register int32 rb = (int32)var2;
174 static inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2)
178 register int32 rb = (int32)var2;
193 static inline int32 mul_16by16_to_int32(int16 var1, int16 var2)
197 register int32 rb = (int32)var2;
    [all...]
  /external/llvm/test/MC/MachO/ARM/
aliased-symbols.s 5 var1 = var2
7 .long var2
8 .long var2 + 4
19 extern_test = var2
82 // extern_test was a pure alias to the unknown "var2".
105 // var2 was a normal undefined (extern) symbol.
107 // CHECK-NEXT: Name: var2
  /external/llvm/test/Transforms/InstCombine/
select-cmp-cttz-ctlz.ll 142 ; CHECK-NEXT: [[VAR2:%[a-zA-Z0-9]+]] = zext i16 [[VAR1]] to i32
143 ; CHECK-NEXT: ret i32 [[VAR2]]
155 ; CHECK-NEXT: [[VAR2:%[a-zA-Z0-9]+]] = zext i16 [[VAR1]] to i64
156 ; CHECK-NEXT: ret i64 [[VAR2]]
168 ; CHECK-NEXT: [[VAR2:%[a-zA-Z0-9]+]] = zext i32 [[VAR1]] to i64
169 ; CHECK-NEXT: ret i64 [[VAR2]]
181 ; CHECK-NEXT: [[VAR2:%[a-zA-Z0-9]+]] = zext i16 [[VAR1]] to i32
182 ; CHECK-NEXT: ret i32 [[VAR2]]
194 ; CHECK-NEXT: [[VAR2:%[a-zA-Z0-9]+]] = zext i16 [[VAR1]] to i64
195 ; CHECK-NEXT: ret i64 [[VAR2]]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
shr.cpp 39 Description: 1. Modified code by seperating var2=0 condition.
45 3. Deleted (var2>15&&var1!=0) condition.
46 4. Moved var2>0 condition in front of var2<0 condition.
105 var2 = 16 bit short signed integer (Word16) whose value falls in
106 the range : 0xffff 8000 <= var2 <= 0x0000 7fff.
125 This function arithmetically shifts the 16 bit input var1 right var2 positions
126 with sign extension. If var2 is negative, arithmetically shift var1 left by
127 -var2 with sign extension. Saturate the result in case of underflows or
142 Word16 shr_std (Word16 var1, Word16 var2)
    [all...]
l_shr_r.cpp 86 var2 = 16 bit short signed integer (Word16) whose value falls in
87 the range : 0xffff 8000 <= var2 <= 0x0000 7fff.
106 This function arithmetically shifts the 32 bit input L_var1 right var2
107 positions with rounding. If var2 is negative, the function
108 arithmetically shifts L_var1 left by -var2 and zero fills the -var2 LSB of
111 - If var2 is greater than zero :
112 if (L_sub(L_shl(L_shr(L_var1,var2),1),L_shr(L_var1,sub(var2,1))))
115 L_shr_r(L_var1,var2) = L_shr(L_var1,var2
    [all...]
shr_r.cpp 50 var2 = 16 bit short signed integer (Word16) whose value falls in
51 the range : 0xffff 8000 <= var2 <= 0x0000 7fff.
74 This function arithmetically shifts the 16 bit input var1 right var2 positions
75 with rounding. If var2 is negative, arithmetically shift var1 left by
76 -var2 with rounding. Saturate the result in case of underflows or
79 - If var2 is greater than zero :
80 if (sub(shl(shr(var1,var2),1),shr(var1,sub(var2,1))))
83 shr_r(var1,var2) = shr(var1,var2)
    [all...]
  /external/arm-neon-tests/
stm-arm-neon-ref.h 771 #define TEST_MACRO_64BITS_SIGNED_VARIANTS_2_5(MACRO, VAR1, VAR2) \
772 MACRO(VAR1, VAR2, , int, s, 8, 8); \
773 MACRO(VAR1, VAR2, , int, s, 16, 4); \
774 MACRO(VAR1, VAR2, , int, s, 32, 2); \
775 MACRO(VAR1, VAR2 , , int, s, 64, 1)
777 #define TEST_MACRO_64BITS_UNSIGNED_VARIANTS_2_5(MACRO, VAR1, VAR2) \
778 MACRO(VAR1, VAR2, , uint, u, 8, 8); \
779 MACRO(VAR1, VAR2, , uint, u, 16, 4); \
780 MACRO(VAR1, VAR2, , uint, u, 32, 2); \
781 MACRO(VAR1, VAR2, , uint, u, 64, 1
    [all...]
  /external/llvm/test/CodeGen/X86/
dllimport.ll 10 @Var2 = available_externally dllimport unnamed_addr constant i32 1
49 ; OPT-NOT: load i32, i32* @Var2
55 %2 = load i32, i32* @Var2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-h8300/
relax-7a.s 30 mov.w @(var2+2:32,er0), r2
31 mov.w r2,@(var2+2:32,er0)
45 mov.w @var2+2:32,r1
  /external/llvm/test/Analysis/LoopAccessAnalysis/
store-to-invariant-check2.ll 9 ; var2[j] = var2[j] + var1[i];
17 define i32 @foo(i32* nocapture readonly %var1, i32* nocapture %var2, i32 %itr) #0 {
35 %arrayidx = getelementptr inbounds i32, i32* %var2, i64 %indvars.iv
store-to-invariant-check1.ll 9 ; var1[i] = var2[j] + var1[i];
25 define i32 @foo(i32* nocapture %var1, i32* nocapture readonly %var2, i32 %itr) #0 {
43 %arrayidx = getelementptr inbounds i32, i32* %var2, i64 %indvars.iv
  /external/llvm/test/CodeGen/PowerPC/
mcm-4.ll 34 ; LARGE: addis [[REG1:[0-9]+]], 2, [[VAR2:[a-z0-9A-Z_.]+]]@toc@ha
35 ; LARGE: ld [[REG2:[0-9]+]], [[VAR2]]@toc@l([[REG1]])
41 ; LARGE-VSX: addis [[REG1:[0-9]+]], 2, [[VAR2:[a-z0-9A-Z_.]+]]@toc@ha
42 ; LARGE-VSX: ld [[REG2:[0-9]+]], [[VAR2]]@toc@l([[REG1]])
  /external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
jumptable.ll 32 %var2 = add i32 %arg, 2
69 [ %var2, %L2 ],
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
sections.s 36 .global var2, inbuf, align2
37 var2 .usect "newvars", 1 ; with quotes label
  /build/kati/testcase/
ninja_regen.sh 48 echo VAR2=\$(VAR2)
72 export VAR2=OK

Completed in 526 milliseconds

1 23 4 5 6 7 8 91011