HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 101 - 125 of 4814) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/gps/msm8960/utils/
loc_log.h 44 long val; member in struct:__anon42526
  /hardware/qcom/gps/msm8994/utils/
loc_log.h 44 long val; member in struct:__anon42619
  /hardware/qcom/gps/utils/
loc_log.h 44 long val; member in struct:__anon42829
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18906.go 14 func val() int8 { func
30 x := val()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18906.go 14 func val() int8 { func
30 x := val()
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
db_iterators_9.pass.cpp 24 struct S { int val; }; member in struct:S
54 try { (void) i->val; } catch (int) { ++lib_asserts; }
55 try { (void) ci->val; } catch (int) { ++lib_asserts; }
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
private_constructor.hpp 18 int get () const { return val; }
20 PrivateConstructor ( int v ) : val(v) {}
21 int val; member in struct:PrivateConstructor
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/
db_iterators_9.pass.cpp 24 struct S { int val; }; member in struct:S
54 try { (void) i->val; } catch (int) { ++lib_asserts; }
55 try { (void) ci->val; } catch (int) { ++lib_asserts; }
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
private_constructor.hpp 18 int get () const { return val; }
20 PrivateConstructor ( int v ) : val(v) {}
21 int val; member in struct:PrivateConstructor
  /bionic/libc/include/
getopt.h 55 /* if not NULL, set *flag to val when option found */
58 int val; member in struct:option
  /bionic/libc/kernel/uapi/linux/
atm_he.h 30 unsigned addr, val; member in struct:he_ioctl_reg
  /cts/suite/audio_quality/lib/src/audio/
AudioSignalFactory.cpp 34 double val = sin(multiplier * i) * maxPositive; local
35 *data = (int16_t)val;
38 *data = (int16_t)val;
57 int val = rand(); local
58 val = (int16_t)((val - middle) * maxPositive / middle);
59 *data = val;
62 *data = val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/
T_iget_2.java 21 public float val = 123.0f; field in class:T_iget_2
24 return val;
T_iget_9.java 21 public float val = 123.0f; field in class:T_iget_9
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_2.java 21 public double val = 123.0d; field in class:T_iget_wide_2
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_4.java 21 static long val = 123456789l; field in class:T_invoke_static_4
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
T_sget_2.java 21 public static float val = 123.0f; field in class:T_sget_2
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_2.java 21 public static double val = 123.0d; field in class:T_sget_wide_2
24 return val;
  /development/ndk/platforms/android-21/include/linux/
atm_he.h 30 unsigned addr, val; member in struct:he_ioctl_reg
  /development/ndk/platforms/android-9/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /development/ndk/platforms/android-9/include/linux/
swap.h 32 unsigned long val; member in struct:__anon2809
  /device/google/dragon/audio/hal/
dictionary.h 44 char ** val ; /** List of string values */ member in struct:_dictionary_
114 @param val Value to add.
121 It is Ok to provide a NULL value for val, but NULL values for the dictionary
135 int dictionary_set(dictionary * vd, const char * key, const char * val);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
mmio.h 46 uint8_t val; local
48 val = *(volatile uint8_t*)addr;
51 return val;
63 uint32_t val; local
65 val = *(volatile uint32_t*)addr;
68 return val;
80 uint64_t val; local
82 val = *(volatile uint64_t*)addr;
85 return val;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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:__anon5852
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Common/
ArmLib.c 30 UINT32 val = ArmReadAuxCr(); local
31 val |= Bits;
32 ArmWriteAuxCr(val);
41 UINT32 val = ArmReadAuxCr(); local
42 val &= ~Bits;
43 ArmWriteAuxCr(val);

Completed in 448 milliseconds

1 2 3 45 6 7 8 91011>>