HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 251 - 275 of 1208) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/arch-arm/asm/
posix_types.h 48 int val[2]; member in struct:__anon81
  /bionic/libc/kernel/arch-sh/asm/
posix_types_32.h 48 int val[2]; member in struct:__anon95
posix_types_64.h 48 int val[2]; member in struct:__anon96
  /bionic/libc/kernel/arch-x86/asm/
posix_types_32.h 48 int val[2]; member in struct:__anon168
  /bionic/libc/kernel/common/linux/
ppdev.h 24 unsigned char val; member in struct:ppdev_frob_struct
  /bootable/bootloader/legacy/arch_msm7k/
clock.c 251 unsigned val = *x++; local
252 *ptr = val;
255 c = val;
257 s = val;
269 unsigned val = *x++; local
270 *ptr = val;
  /bootable/recovery/minzip/
Hash.c 35 unsigned int roundUpPower2(unsigned int val)
37 val--;
38 val |= val >> 1;
39 val |= val >> 2;
40 val |= val >> 4;
41 val |= val >> 8
294 int i, val; local
    [all...]
  /cts/apps/CtsVerifier/jni/audioquality/
CompareSpectra.cpp 39 float val = data[i + frame]; local
40 sum += (val * val);
163 double val = 1.0; local
165 val = 20.0 * log10(rmsNorm * spect1[i] / spect2[i]);
167 sumDevSquared += val * val;
168 if (fabs(val) > fabs(*maxDeviation)) {
169 *maxDeviation = val;
171 // fprintf(stderr, "%d %f\n", i, val);
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/
Test_monitorenter.java 126 private int val; field in class:TestRunnable2
127 TestRunnable2(T_monitorenter_2 t2, int val) {
129 this.val = val;
134 t2.run(val);
  /cts/tools/vm-tests/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 165 private int val; field in class:TestRunnable2
166 TestRunnable2(T_monitor_enter_2 t2, int val) {
168 this.val = val;
173 t2.run(val);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 165 private int val; field in class:TestRunnable2
166 TestRunnable2(T_monitor_enter_2 t2, int val) {
168 this.val = val;
173 t2.run(val);
  /dalvik/vm/
Hash.cpp 294 int i, val; local
300 val = (*func)(pEnt->data);
301 if (val == 1) {
306 else if (val != 0) {
307 return val;
322 int i, val; local
328 val = (*func)(pEnt->data, arg);
329 if (val != 0)
330 return val;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
posix_types.h 48 int val[2]; member in struct:__anon831
  /development/ndk/platforms/android-3/include/linux/
ppdev.h 24 unsigned char val; member in struct:ppdev_frob_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
posix_types_32.h 48 int val[2]; member in struct:__anon1258
  /external/bluetooth/bluez/lib/
uuid.c 235 uint8_t *val = (uint8_t *) &n128; local
249 memcpy(&val[0], &data0, 4);
250 memcpy(&val[4], &data1, 2);
251 memcpy(&val[6], &data2, 2);
252 memcpy(&val[8], &data3, 2);
253 memcpy(&val[10], &data4, 4);
254 memcpy(&val[14], &data5, 2);
  /external/bluetooth/bluez/src/
main.c 93 int val; local
101 val = g_key_file_get_integer(config, "General",
107 DBG("discovto=%d", val);
108 main_opts.discovto = val;
112 val = g_key_file_get_integer(config, "General",
118 DBG("pairto=%d", val);
119 main_opts.pairto = val;
122 val = g_key_file_get_integer(config, "General", "PageTimeout", &err);
127 DBG("pageto=%d", val);
128 main_opts.pageto = val;
    [all...]
  /external/bluetooth/glib/glib/
gtimer.c 305 long val; local
322 val = strtoul (iso_date, (char **)&iso_date, 10);
326 tm.tm_year = val - 1900;
338 tm.tm_mday = val % 100;
339 tm.tm_mon = (val % 10000) / 100 - 1;
340 tm.tm_year = val / 10000 - 1900;
346 val = strtoul (iso_date, (char **)&iso_date, 10);
350 tm.tm_hour = val;
362 tm.tm_sec = val % 100;
363 tm.tm_min = (val % 10000) / 100
    [all...]
  /external/bluetooth/glib/tests/
timeloop-basic.c 81 int val = 1; local
85 write_all (out_fd, (char *)&val, sizeof (val));
86 read_all (in_fd, (char *)&val, sizeof (val));
89 val = 0;
90 write_all (out_fd, (char *)&val, sizeof (val));
98 int val; local
100 if (!read_all (source, (char *)&val, sizeof(val))
    [all...]
timeloop-closure.c 81 int val = 1; local
86 write_all (out_channel, (char *)&val, sizeof (val));
87 read_all (in_channel, (char *)&val, sizeof (val));
90 val = 0;
91 write_all (out_channel, (char *)&val, sizeof (val));
93 val = g_timer_elapsed (timer, NULL) * 1000;
95 write_all (out_channel, (char *)&val, sizeof (val))
106 int val; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERBitString.java 24 int val = 0; local
35 val = (bitString >> (i * 8)) & 0xFF;
43 val = bitString & 0xFF;
49 if (val == 0)
57 while (((val <<= 1) & 0xFF) != 0)
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 172 byte val = block[block.length - t + i / 2];
174 block[i] = (byte)((shadows[(val & 0xff) >>> 4] << 4)
175 | shadows[val & 0x0f]);
176 block[i + 1] = val;
244 int val = ((shadows[(block[i] & 0xff) >>> 4] << 4) local
247 if (((block[i - 1] ^ val) & 0xff) != 0)
252 r = (block[i - 1] ^ val) & 0xff;
  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc 49 std::string val; local
50 if (in_value->GetAsString(&val)) {
51 GURL url(val);
55 std::string val; local
56 if (in_value->GetAsString(&val)) {
58 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP));
61 int val; local
62 if (in_value->GetAsInteger(&val)) {
64 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP));
67 std::string val; local
74 int val; local
81 std::string val; local
88 int val; local
95 int val; local
139 bool val; local
149 std::string val; local
156 int val; local
163 std::string val; local
172 int val; local
186 std::string val; local
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 287 DictionaryValue* val = new DictionaryValue; local
288 val->SetString("stat_name", stat_name);
289 val->SetBoolean("stat_value", stat_value);
290 details->Append(val);
295 DictionaryValue* val = new DictionaryValue; local
296 val->SetString("stat_name", stat_name);
297 val->SetString("stat_value", base::FormatNumber(stat_value));
298 details->Append(val);
415 DictionaryValue* val = new DictionaryValue; local
416 val->SetString("model_type", ModelTypeToString(it->first))
438 DictionaryValue* val = new DictionaryValue; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 149 time_t val; local
150 FileTimeToUnixTime(data_.ftLastWriteTime, &val);
151 return val;

Completed in 3776 milliseconds

<<11121314151617181920>>