/system/extras/tests/workloads/ |
powerave.py | 33 val = float(line.split(" ")[1]) # xxx take 2nd arg in line variable 34 val -= offset 41 totalpower += val/hz
|
/toolchain/binutils/binutils-2.25/include/ |
getopt.h | 72 to the value given in the field `val' when the option is found, but 77 option's `flag' field to zero and its `val' field to a nonzero 80 returns the contents of the `val' field. */ 93 int val; member in struct:option
|
/art/runtime/openjdkjvmti/ |
ti_class_definition.cc | 113 art::JValue val; local 114 if (!art::UnboxPrimitiveForResult(orig_dex.Get(), prim_long_class, &val)) { 118 dex_file = reinterpret_cast<const art::DexFile*>(static_cast<uintptr_t>(val.GetJ()));
|
/bionic/libc/arch-arm64/generic/bionic/ |
memset.S | 74 #define val x1 define 110 mov val, v0.D[0] 114 str val, [dstin] 115 str val, [dstend, -8]
|
/bionic/libc/arch-mips/string/ |
memchr.c | 69 #define DO_WORD(in, val) { \ 70 op_t tmp = ((val - mask_1) & ~val) & mask_128; \ 83 #define DO_WORD(in, val) { \ 84 op_t tmp = ((val - mask_1) & ~val) & mask_128; \ 169 op_t val = *w ^ mask_c; variable 170 DO_WORD(w, val);
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
tc_em_cmp.h | 24 __u32 val; member in struct:tcf_em_cmp
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/ |
TSuper.java | 24 public int val; field in class:TSuper
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/ |
TSuper.java | 23 public int val; field in class:TSuper
|
/development/ndk/platforms/android-21/include/ |
getopt.h | 54 /* if not NULL, set *flag to val when option found */ 57 int val; member in struct:option
|
/development/ndk/platforms/android-21/include/linux/tc_ematch/ |
tc_em_cmp.h | 25 __u32 val; member in struct:tcf_em_cmp
|
/device/google/contexthub/firmware/app/test0.app/ |
test_app0.c | 31 uint32_t val; member in struct:ExtMsg 64 extMsg->val = *(int *)te->data;
|
/device/google/marlin/camera/QCamera2/stack/common/ |
cam_semaphore.h | 48 int val; member in struct:__anon3531 57 s->val = n; 63 s->val++; 72 while (s->val == 0) 74 s->val--; 83 while (s->val == 0 && rc != ETIMEDOUT) 86 if (s->val > 0) 87 s->val--; 104 s->val = 0;
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
cam_semaphore.h | 48 int val; member in struct:__anon4158 57 s->val = n; 63 s->val++; 72 while (s->val == 0) 74 s->val--; 83 while (s->val == 0 && rc != ETIMEDOUT) 86 if (s->val > 0) 87 s->val--; 104 s->val = 0;
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
cam_semaphore.h | 48 int val; member in struct:__anon4710 57 s->val = n; 63 s->val++; 72 while (s->val == 0) 74 s->val--; 83 while (s->val == 0 && rc != ETIMEDOUT) 86 if (s->val > 0) 87 s->val--; 104 s->val = 0;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
inftrees.h | 21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */
member in struct:__anon5558
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncQname.java | 48 XObject val; local 54 val = (null == qname) ? XString.EMPTYSTRING : new XString(qname); 58 val = XString.EMPTYSTRING; 61 return val;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
StreamUtil.java | 72 int val = length; local 74 while ((val >>>= 8) != 0)
|
/external/bsdiff/ |
extents.cc | 50 long long val = strtoll(s, (char**)&next_s, 10); local 51 if (((val == LLONG_MAX || val == LLONG_MIN) && errno == ERANGE) || 52 next_s == s || val < min_val || val > max_val || 55 *val_p = val;
|
/external/clang/test/Analysis/ |
unix-api.c | 46 int val; member in struct:__anon14572 56 int val; member in struct:__anon14573 58 fd = open(path, O_RDONLY, st.val); // no-warning
|
/external/clang/test/CodeGen/ |
x86_32-inline-asm.c | 25 uint64_t val = 0; local 29 "a" ((val & 0xFFFFFFFFUL)), // expected-error {{invalid input size for constraint 'a'}} 30 "d" (((val >> 32) & 0xFFFFFFFFUL))); 37 __asm__ volatile("outb %0, %w1" : : "R" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'R'}} 38 __asm__ volatile("outb %0, %w1" : : "q" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'q'}} 39 __asm__ volatile("outb %0, %w1" : : "Q" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'Q'}} 40 __asm__ volatile("outb %0, %w1" : : "b" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'b'}} 41 __asm__ volatile("outb %0, %w1" : : "c" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'c'}} 42 __asm__ volatile("outb %0, %w1" : : "d" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'd'}} 43 __asm__ volatile("outb %0, %w1" : : "S" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'S'} [all...] |
/external/clang/test/CodeGenCXX/ |
throw-expressions.cpp | 3 int val = 42; variable 5 return throw val, val; 9 return val ? throw val : val; 19 return 1 ? throw val : val; 97 cond ? throw test7 : val; 112 // CHECK: ret i32* @val [all...] |
/external/clang/test/Sema/ |
warn-char-subscripts.c | 6 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} local 12 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} local 18 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} local 24 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} local 30 int val = array[returnsChar()]; // expected-warning{{array subscript is of type 'char'}} local 36 int val = array[subscript]; // no warning for explicit signed char local 42 int val = array[subscript]; // no warning for unsigned char local 49 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} local 56 int val = array[subscript]; // no warning for explicit signed char local 63 int val = array[subscript]; // no warning for unsigned cha local [all...] |
warn-unused-value.c | 96 int val = 0; local 98 (void)sizeof(++val); // expected-warning {{expression with side effects has no effect in an unevaluated context}} 99 (void)_Generic(val++, default : 0); // expected-warning {{expression with side effects has no effect in an unevaluated context}} 100 (void)_Alignof(val++); // expected-warning {{expression with side effects has no effect in an unevaluated context}} expected-warning {{'_Alignof' applied to an expression is a GNU extension}} 104 (void)sizeof(int[++val]); // Ok 105 (void)_Alignof(int[++val]); // Ok 108 GenTest(val++);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_atomic_test.cc | 33 ValAndMagic<T> val; local 35 ValAndMagic<T>::sink = &val; 37 val.magic0 = val.magic1 = (Type)-3; 44 val.a.val_dont_use = (Type)v; 45 EXPECT_EQ(atomic_load(&val.a, load_mo), (Type)v); 46 val.a.val_dont_use = (Type)-1; 47 atomic_store(&val.a, (Type)v, store_mo); 48 EXPECT_EQ(val.a.val_dont_use, (Type)v); 50 EXPECT_EQ(val.magic0, (Type)-3) [all...] |
/external/deqp/framework/delibs/debase/ |
deInt32Test.c | 46 deUint32 val = (1u << RCP_LUT_BITS) | (deUint32)ndx; local 47 deUint32 rcp = (deUint32)((1u << DE_RCP_FRAC_BITS) / ((double)val / (1<<RCP_LUT_BITS))); 132 deUint32 val = (1u<<numBits); local 133 deRcp32(val, &rcp, &exp); 149 deUint32 val = (deRandom_getUint32(&rnd) & ((1u<<numBits)-1)) | (1u<<numBits); local 150 deUint32 ref = (deUint32)(((1.0f / (double)val) * (double)(1<<DE_RCP_FRAC_BITS)) * (double)(1u<<numBits)); 152 deRcp32(val, &rcp, &exp);
|