HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 51 - 75 of 868) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/
TSuper.java 23 public int val; field in class:TSuper
  /dalvik/vm/
Native.h 108 s8 val; local
109 memcpy(&val, &args[elem], 8);
110 return val;
  /dalvik/vm/hprof/
HprofString.c 58 void *val; local
64 val = dvmHashTableLookup(gStringHashTable, hashValue, (void *)str,
66 if (val == NULL) {
70 val = dvmHashTableLookup(gStringHashTable, hashValue, (void *)newStr,
72 assert(val != NULL);
77 return (hprof_string_id)val;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DEROutputStream.java 23 int val = length; local
25 while ((val >>>= 8) != 0)
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-message.h 115 inline Message& operator <<(const T& val) {
116 ::GTestStreamToHelper(ss_, val);
150 Message& operator <<(BasicNarrowIoManip val) {
151 *ss_ << val; local
  /external/dbus/tools/
dbus-print-message.c 66 char *val; local
67 dbus_message_iter_get_basic (iter, &val);
70 printf ("%s", val);
78 char *val; local
79 dbus_message_iter_get_basic (iter, &val);
82 printf ("%s", val);
90 char *val; local
91 dbus_message_iter_get_basic (iter, &val);
94 printf ("%s", val);
102 dbus_int16_t val; local
110 dbus_uint16_t val; local
118 dbus_int32_t val; local
126 dbus_uint32_t val; local
134 dbus_int64_t val; local
142 dbus_uint64_t val; local
150 double val; local
158 unsigned char val; local
166 dbus_bool_t val; local
    [all...]
  /external/dropbear/
algo.h 35 char val; /* a value for this cipher, or -1 for invalid */ member in struct:Algo_Type
  /external/elfcopy/
common.h 35 short val = 0x10; local
36 return ((char *)&val)[0] != 0;
39 static inline long switch_endianness(long val)
42 ((char *)&newval)[3] = ((char *)&val)[0];
43 ((char *)&newval)[2] = ((char *)&val)[1];
44 ((char *)&newval)[1] = ((char *)&val)[2];
45 ((char *)&newval)[0] = ((char *)&val)[3];
  /external/freetype/src/psaux/
psconv.c 442 FT_UInt val = p[r]; local
443 FT_UInt b = ( val ^ ( s >> 8 ) );
446 s = ( (val + s)*52845U + 22719 ) & 0xFFFFU;
  /external/gtest/include/gtest/
gtest-message.h 115 inline Message& operator <<(const T& val) {
116 ::GTestStreamToHelper(ss_, val);
150 Message& operator <<(BasicNarrowIoManip val) {
151 *ss_ << val; local
  /external/iproute2/include/linux/tc_ematch/
tc_em_cmp.h 9 __u32 val; member in struct:tcf_em_cmp
  /external/libvpx/
args.h 20 const char *val; member in struct:arg
  /external/oprofile/libabi/
abi.cpp 68 int val; local
71 while(i >> key >> val)
72 abi.slots[key] = val;
  /external/protobuf/gtest/include/gtest/
gtest-message.h 115 inline Message& operator <<(const T& val) {
116 ::GTestStreamToHelper(ss_, val);
150 Message& operator <<(BasicNarrowIoManip val) {
151 *ss_ << val; local
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_syssem.c 67 int32 val; local
77 val = acquire_sem(sem->id);
80 val = acquire_sem_etc(sem->id, 1, B_RELATIVE_TIMEOUT, timeout);
82 switch (val) {
  /external/qemu/hw/
pci_host.h 43 static void pci_host_data_writeb(void* opaque, pci_addr_t addr, uint32_t val)
47 PCI_DPRINTF("writeb addr " TARGET_FMT_plx " val %x\n",
48 (target_phys_addr_t)addr, val);
50 pci_data_write(s->bus, s->config_reg | (addr & 3), val, 1);
53 static void pci_host_data_writew(void* opaque, pci_addr_t addr, uint32_t val)
57 val = bswap16(val);
59 PCI_DPRINTF("writew addr " TARGET_FMT_plx " val %x\n",
60 (target_phys_addr_t)addr, val);
62 pci_data_write(s->bus, s->config_reg | (addr & 3), val, 2)
80 uint32_t val; local
93 uint32_t val; local
108 uint32_t val; local
    [all...]
  /external/qemu/
migration-tcp.c 56 int val, ret; local
57 socklen_t valsize = sizeof(val);
61 ret = getsockopt(s->fd, SOL_SOCKET, SO_ERROR, (void *) &val, &valsize);
71 if (val == 0)
74 dprintf("error connecting %d\n", val);
182 int val; local
194 val = 1;
195 setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (const char *)&val, sizeof(val));
  /external/srec/srec/cfront/
log_tabl.c 48 double val; local
60 val = LOG_SCALE * log((double)2.0);
61 logtab->shift = (int)(val + 0.5);
72 val = LOG_SCALE * log((double) ii);
73 table[ii] = (int)(val + 0.5);
  /external/stlport/test/unit/
config_test.cpp 55 int val = 0x01020304; local
56 char *ptr = (char*)(&val);
  /external/tcpdump/
extract.h 47 u_int16_t val; member in struct:__anon7830
51 u_int32_t val; member in struct:__anon7831
55 ((u_int16_t)ntohs(((const unaligned_u_int16_t *)(p))->val))
57 ((u_int32_t)ntohl(((const unaligned_u_int32_t *)(p))->val))
59 ((u_int64_t)(((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 0)->val)) << 32 | \
60 ((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 1)->val)) << 0))
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.h 127 v8::Local<v8::Value> val = srcArray->Get(v8::Integer::New(i)); local
128 array->set(i, val->NumberValue());
  /external/webkit/WebCore/css/
WebKitCSSMatrix.cpp 73 PassRefPtr<CSSValue> val = styleDeclaration->getPropertyCSSValue(CSSPropertyWebkitTransform); local
75 if (!CSSStyleSelector::createTransformOperations(val.get(), 0, 0, operations)) {
  /external/webkit/WebCore/html/
HTMLTitleElement.cpp 69 String val = ""; local
73 val += static_cast<Text*>(n)->data();
76 return val;
  /external/wpa_supplicant/
asn1.c 93 unsigned long val; local
112 val = 0;
118 val = (val << 7) | (tmp & 0x7f);
131 oid->oid[0] = val / 40;
134 oid->oid[1] = val - oid->oid[0] * 40;
137 oid->oid[oid->len++] = val;
186 unsigned long val = 0; local
194 val |= rotate_bits(*pos++);
196 val |= ((unsigned long) rotate_bits(*pos++)) << 8
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
asn1.c 93 unsigned long val; local
112 val = 0;
118 val = (val << 7) | (tmp & 0x7f);
131 oid->oid[0] = val / 40;
134 oid->oid[1] = val - oid->oid[0] * 40;
137 oid->oid[oid->len++] = val;
186 unsigned long val = 0; local
194 val |= rotate_bits(*pos++);
196 val |= ((unsigned long) rotate_bits(*pos++)) << 8
    [all...]

Completed in 493 milliseconds

1 23 4 5 6 7 8 91011>>