HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 301 - 325 of 2707) sorted by null

<<11121314151617181920>>

  /external/libedit/src/
keymacro.h 53 keymacro_value_t val; /* Local conversion buffer */ member in struct:el_keymacromacro_t
  /external/libopus/celt/
laplace.c 54 int val = *value; local
56 if (val)
60 s = -(val<0);
61 val = (val+s)^s;
65 for (i=1; fs > 0 && i < val; i++)
78 di = IMIN(val - i, ndi_max - 1);
96 int val=0; local
103 val++;
113 val++
    [all...]
  /external/libopus/celt/tests/
test_unit_laplace.c 59 int val[10000], decay[10000]; local
64 val[0] = 3; decay[0] = 6000;
65 val[1] = 0; decay[1] = 5800;
66 val[2] = -1; decay[2] = 5600;
69 val[i] = rand()%15-7;
73 ec_laplace_encode(&enc, &val[i],
84 if (d != val[i])
86 fprintf (stderr, "Got %d instead of %d\n", d, val[i]);
  /external/libselinux/src/
selinux_netlink.h 24 int32_t val; member in struct:selnl_msg_setenforce
  /external/libsepol/src/
util.c 29 unsigned int val; member in struct:val_to_name
69 if (v->val == perdatum->s.value) {
92 v.val = i + 1;
  /external/libunwind/src/aarch64/
Gresume.c 137 unw_word_t val; local
152 if (tdep_access_reg (c, reg, &val, 0) >= 0)
153 as->acc.access_reg (as, reg, &val, 1, arg);
  /external/libunwind/src/arm/
Gresume.c 118 unw_word_t val; local
133 if (tdep_access_reg (c, reg, &val, 0) >= 0)
134 as->acc.access_reg (as, reg, &val, 1, arg);
  /external/libunwind/src/hppa/
Gresume.c 99 unw_word_t val; local
117 if (tdep_access_reg (c, reg, &val, 0) >= 0)
118 (*access_reg) (as, reg, &val, 1, arg);
  /external/libunwind/src/sh/
Gresume.c 125 unw_word_t val; local
140 if (tdep_access_reg (c, reg, &val, 0) >= 0)
141 as->acc.access_reg (as, reg, &val, 1, arg);
  /external/libunwind/src/x86_64/
Gresume.c 76 unw_word_t val; local
94 if (tdep_access_reg (c, reg, &val, 0) >= 0)
95 (*access_reg) (as, reg, &val, 1, arg);
Gstep.c 62 int val = c->validate; local
74 c->validate = val;
  /external/libunwind/tests/
test-ptrace-misc.c 111 int val = argc; local
118 printf ("sum = %d\n", bar (val));
  /external/libvorbis/lib/
analysis.c 91 float val; local
93 val=-140.;
95 val=todB(v+j);
96 fprintf(of,"%f\n",val);
  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.c 99 int i, val = 4; local
106 ac_qlookup[0] = val;
107 dc_qlookup[0] = val;
108 val += 4;
111 const int ac_val = val;
113 val = (int)(val * 1.01975);
114 if (val == ac_val)
115 ++val;
  /external/linux-tools-perf/perf-3.12.0/include/linux/
hash.h 27 #define hash_long(val, bits) hash_32(val, bits)
29 #define hash_long(val, bits) hash_64(val, bits)
35 static __always_inline u64 hash_64(u64 val, unsigned int bits)
37 u64 hash = val;
58 static inline u32 hash_32(u32 val, unsigned int bits)
61 u32 hash = val * GOLDEN_RATIO_PRIME_32;
74 unsigned long val = (unsigned long)ptr; local
77 val ^= (val >> 32)
    [all...]
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 33 const ir_constant *val,
69 ir_constant *val; local
70 generate_data(mem_ctx, GLSL_TYPE_INT, 1, rows, val);
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
74 val->type->components(),
78 val,
79 val->type->base_type,
80 val->type->components());
82 verify_data(storage, 0, val, red_zone_size);
88 ir_constant *val; local
107 ir_constant *val; local
126 ir_constant *val; local
150 ir_constant *val; local
    [all...]
  /external/oprofile/libabi/
abi.cpp 68 int val; local
71 while(i >> key >> val)
72 abi.slots[key] = val;
  /external/oprofile/module/x86/
cpu_type.c 150 __u16 val; local
161 val = cpuid_edx(1);
162 if (!(val & (1 << 9)))
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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:__anon12286
  /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/libselinux/src/
selinux_netlink.h 24 int32_t val; member in struct:selnl_msg_setenforce
  /external/qemu/distrib/sdl-1.2.15/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/distrib/zlib-1.2.8/
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:__anon13325
  /external/qemu/hw/pci-host/
pci_host.h 42 static void pci_host_data_writeb(void* opaque, pci_addr_t addr, uint32_t val)
46 PCI_DPRINTF("writeb addr " TARGET_FMT_plx " val %x\n",
47 (hwaddr)addr, val);
49 pci_data_write(s->bus, s->config_reg | (addr & 3), val, 1);
52 static void pci_host_data_writew(void* opaque, pci_addr_t addr, uint32_t val)
56 val = bswap16(val);
58 PCI_DPRINTF("writew addr " TARGET_FMT_plx " val %x\n",
59 (hwaddr)addr, val);
61 pci_data_write(s->bus, s->config_reg | (addr & 3), val, 2)
79 uint32_t val; local
92 uint32_t val; local
107 uint32_t val; local
    [all...]
  /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);

Completed in 1092 milliseconds

<<11121314151617181920>>