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

1 2 3 45 6 7 8 91011>>

  /external/libvorbis/lib/
lookup.c 65 long val=INVSQ_LOOKUP_I[i]- /* 1.16 */ local
70 if(e&1)val=(val*5792)>>13; /* multiply val by 1/sqrt(2) */
73 return(val>>e);
tone.c 37 float val=0; local
40 val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
41 ival=rint(val);
  /external/lldb/test/python_api/value/change_values/
main.c 14 int val = 100; local
22 printf ("Val - %d Mine - %d, %d, %llu. Ptr - %d, %d, %llu\n",
23 val,
28 printf ("This is just another call which we won't make it over %d.", val);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 120 inline Message& operator <<(const T& val) {
121 ::GTestStreamToHelper(ss_.get(), val);
155 Message& operator <<(BasicNarrowIoManip val) {
156 *ss_ << val; local
  /external/mesa3d/src/getopt/
getopt.h 55 /* if not NULL, set *flag to val when option found */
58 int val; member in struct:option
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 120 inline Message& operator <<(const T& val) {
121 ::GTestStreamToHelper(ss_.get(), val);
155 Message& operator <<(BasicNarrowIoManip val) {
156 *ss_ << val; local
  /external/openssl/crypto/x509v3/
v3_bitst.c 108 CONF_VALUE *val; local
117 val = sk_CONF_VALUE_value(nval, i);
119 if(!strcmp(bnam->sname, val->name) ||
120 !strcmp(bnam->lname, val->name) ) {
133 X509V3_conf_err(val);
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 49 #define val w1 define
69 ands A_lw, val, #255
  /bionic/libc/arch-arm64/generic/bionic/
memset.S 53 #define val w1 define
77 ands A_lw, val, #255
  /bionic/libc/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /bionic/libc/kernel/uapi/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
ExactComparer.java 75 float val = sum1DFloatAllocation(outputAllocation); local
76 Log.d(TAG, "Number of different pixels RS : " + val);
78 return val == 0;
  /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-L/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-L/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /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/bluetooth/bluedroid/test/suite/support/
property.c 30 clone[i].val = calloc(clone[i].len, 1);
31 memcpy(clone[i].val, properties[i].val, clone[i].len);
42 property->val = bdname;
51 uint32_t *val = malloc(sizeof(uint32_t)); local
55 property->val = val;
58 *val = timeout;
66 if (!property || property->type != BT_PROPERTY_BDNAME || !property->val) {
70 strncpy(name, (const char *)((bt_bdname_t *)property->val)->name, property->len)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
StreamUtil.java 72 int val = length; local
74 while ((val >>>= 8) != 0)
  /external/chromium_org/components/component_updater/
component_updater_utils.cc 176 int val = 0; local
179 &val)) {
180 id.append(1, val + 'a');
  /external/chromium_org/components/crx_file/
id_util.cc 20 int val; local
22 base::StringPiece(id->begin() + i, id->begin() + i + 1), &val)) {
23 (*id)[i] = val + 'a';
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
inode_pool.h 36 int val = inos_.back(); local
39 return val;
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 56 Atomic32 val = AtomicAddFetch(&ref_count_, -1); local
57 if (val == 0) {
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 115 inline Message& operator <<(const T& val) {
131 *ss_ << val;
165 Message& operator <<(BasicNarrowIoManip val) {
166 *ss_ << val; local
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
parsing.cc 58 std::string val = elem->Attr(name); local
59 return val.empty() ? def : val;
70 std::string val = elem->Attr(name); local
71 std::transform(val.begin(), val.end(), val.begin(), tolower);
73 return val.empty() ? def : (val == kTrue || val == kOne)
78 std::string val = elem->Attr(name); local
    [all...]

Completed in 659 milliseconds

1 2 3 45 6 7 8 91011>>