Searched refs:val (Results 176 - 200 of 3471) sorted by relevance

1234567891011>>

/external/oprofile/module/
H A Dop_util.h19 int check_range(int val, int l, int h, char const * msg);
/external/smack/src/com/kenai/jbosh/
H A DAbstractIntegerAttr.java30 * @param val attribute value
33 protected AbstractIntegerAttr(final int val) throws BOSHException { argument
34 super(Integer.valueOf(val));
40 * @param val attribute value in string form
43 protected AbstractIntegerAttr(final String val) throws BOSHException { argument
44 super(parseInt(val));
/external/libvpx/libvpx/vp9/common/
H A Dvp9_quant_common.c99 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/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c139 UChar *ML_(write_UShort) ( UChar* ptr, UShort val ) {
141 ptr[0] = val & 0xff;
142 ptr[1] = ( val >> 8 ) & 0xff;
144 ptr[0] = ( val >> 8 ) & 0xff;
145 ptr[1] = val & 0xff;
176 UChar* ML_(write_UInt) ( UChar* ptr, UInt val ) {
178 ptr[0] = val & 0xff;
179 ptr[1] = ( val >> 8 ) & 0xff;
180 ptr[2] = ( val >> 16 ) & 0xff;
181 ptr[3] = ( val >> 2
[all...]
/external/llvm/include/llvm/ADT/
H A DPackedVector.h31 T val = T(); local
33 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
34 return val;
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { argument
38 assert((val >> BitNum) == 0 && "value is too big");
40 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 T val = T(); local
50 val = T(val | ((Bit
56 setValue(BitVectorTy &Bits, unsigned Idx, T val) argument
90 operator =(T val) argument
117 push_back(T val) argument
[all...]
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp236 int val; local
244 val = *((uchar*)current);
246 return val;
287 int val; local
291 val = current[0] + (current[1] << 8);
296 val = GetByte();
297 val|= GetByte() << 8;
299 return val;
306 int val; local
310 val
328 int val; local
347 int val; local
445 int val; local
547 int val; local
655 int val = src[k] >>huff_val_shift; local
1015 Put( int val, int bits ) argument
1044 PutHuff( int val, const ulong* table ) argument
1071 int val = src[k] >> huff_val_shift; local
1098 int val = src[k] >> huff_val_shift; local
[all...]
/external/ltrace/
H A Dvalue.c81 value_release(struct value *val) argument
83 if (val == NULL)
85 if (val->where == VAL_LOC_COPY) {
86 free(val->u.address);
87 val->where = VAL_LOC_NODATA;
92 value_destroy(struct value *val) argument
94 if (val == NULL)
96 value_release(val);
97 value_set_type(val, NULL, 0);
126 value_reify(struct value *val, struc argument
162 value_get_data(struct value *val, struct value_dict *arguments) argument
170 value_get_raw_data(struct value *val) argument
189 value_clone(struct value *retp, const struct value *val) argument
224 value_size(struct value *val, struct value_dict *arguments) argument
253 value_init_element(struct value *ret_val, struct value *val, size_t element) argument
434 value_get_parental_struct(struct value *val) argument
444 value_is_zero(struct value *val, struct value_dict *arguments) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdswitch.c46 register long val; local
62 val = ch - '0';
66 val *= 10;
67 val += ch - '0';
69 *result = val;
93 long val; local
102 while (read_text_integer(fp, &val, &termchar)) { /* read 1st element of table */
108 table[0] = (unsigned int) val;
110 if (! read_text_integer(fp, &val, &termchar)) {
115 table[i] = (unsigned int) val;
189 long val; local
322 int val = 75; /* default value */ local
362 int val = 0; /* default table # */ local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_atomic.h47 #define atomic_add_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val)
48 #define atomic_fetchadd_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val)
49 #define atomic_subtract_int(addr, val) InterlockedExchangeAdd((LPLONG)addr,-((LONG)val))
54 #define atomic_add_int(addr, val) OSAtomicAdd32Barrier(val, (int32_t *)addr)
55 #define atomic_fetchadd_int(addr, val) OSAtomicAdd32Barrier(val, (int32_
[all...]
/external/libunwind/include/
H A Dremote.h54 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
59 ret = (*a->access_mem) (as, aligned_addr, &val, 0, arg);
62 val >>= 8*off;
64 val >>= 8*(WSIZE - 1 - off);
66 *valp = val & 0xff;
74 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
81 ret = (*a->access_mem) (as, aligned_addr, &val, 0, arg);
84 val >>= 8*off;
86 val >>= 8*(WSIZE - 2 - off);
88 *valp = val
96 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
[all...]
/external/libunwind/src/x86_64/
H A DGstash_frame.c34 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
35 " ra=0x%lx rbp [where=%d val=%ld @0x%lx] rsp [where=%d val=%ld @0x%lx]\n",
38 rs->reg[DWARF_CFA_REG_COLUMN].val,
39 rs->reg[DWARF_CFA_OFF_COLUMN].val,
41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
51 && (rs->reg[DWARF_CFA_REG_COLUMN].val == RBP
52 || rs->reg[DWARF_CFA_REG_COLUMN].val == RSP)
53 && labs(rs->reg[DWARF_CFA_OFF_COLUMN].val) < (
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp19 DW_TAG_value_to_name (uint32_t val) argument
23 if (val == 0)
26 const char *llvmstr = llvm::dwarf::TagString (val);
29 snprintf (invalid, sizeof (invalid), "Unknown DW_TAG constant: 0x%x", val);
36 DW_CHILDREN_value_to_name (uint8_t val) argument
39 const char *llvmstr = llvm::dwarf::ChildrenString (val);
42 snprintf (invalid, sizeof (invalid), "Unknown DW_CHILDREN constant: 0x%x", val);
49 DW_AT_value_to_name (uint32_t val) argument
52 const char *llvmstr = llvm::dwarf::AttributeString (val);
55 snprintf (invalid, sizeof (invalid), "Unknown DW_AT constant: 0x%x", val);
62 DW_FORM_value_to_name(uint32_t val) argument
75 DW_OP_value_to_name(uint32_t val) argument
88 DW_OP_value_to_class(uint32_t val) argument
248 DW_ATE_value_to_name(uint32_t val) argument
261 DW_ACCESS_value_to_name(uint32_t val) argument
275 DW_VIS_value_to_name(uint32_t val) argument
288 DW_VIRTUALITY_value_to_name(uint32_t val) argument
301 DW_LANG_value_to_name(uint32_t val) argument
314 DW_ID_value_to_name(uint32_t val) argument
327 DW_CC_value_to_name(uint32_t val) argument
340 DW_INL_value_to_name(uint32_t val) argument
353 DW_ORD_value_to_name(uint32_t val) argument
366 DW_DSC_value_to_name(uint32_t val) argument
379 DW_LNS_value_to_name(uint32_t val) argument
392 DW_LNE_value_to_name(uint32_t val) argument
405 DW_MACINFO_value_to_name(uint32_t val) argument
418 DW_CFA_value_to_name(uint32_t val) argument
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dutils.h63 static WEBP_INLINE void PutLE16(uint8_t* const data, int val) { argument
64 assert(val < (1 << 16));
65 data[0] = (val >> 0);
66 data[1] = (val >> 8);
69 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) { argument
70 assert(val < (1 << 24));
71 PutLE16(data, val & 0xffff);
72 data[2] = (val >> 16);
75 static WEBP_INLINE void PutLE32(uint8_t* const data, uint32_t val) {
76 PutLE16(data, (int)(val
[all...]
/external/flac/libFLAC/include/private/
H A Dbitreader.h74 FLAC__bool FLAC__bitreader_read_raw_uint32(FLAC__BitReader *br, FLAC__uint32 *val, unsigned bits);
75 FLAC__bool FLAC__bitreader_read_raw_int32(FLAC__BitReader *br, FLAC__int32 *val, unsigned bits);
76 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits);
77 FLAC__bool FLAC__bitreader_read_uint32_little_endian(FLAC__BitReader *br, FLAC__uint32 *val); /*only for bits=32*/
80 FLAC__bool FLAC__bitreader_read_byte_block_aligned_no_crc(FLAC__BitReader *br, FLAC__byte *val, unsigned nvals); /* WATCHOUT: does not CRC the read data! */
81 FLAC__bool FLAC__bitreader_read_unary_unsigned(FLAC__BitReader *br, unsigned *val);
82 FLAC__bool FLAC__bitreader_read_rice_signed(FLAC__BitReader *br, int *val, unsigned parameter);
92 FLAC__bool FLAC__bitreader_read_golomb_signed(FLAC__BitReader *br, int *val, unsigned parameter);
93 FLAC__bool FLAC__bitreader_read_golomb_unsigned(FLAC__BitReader *br, unsigned *val, unsigned parameter);
95 FLAC__bool FLAC__bitreader_read_utf8_uint32(FLAC__BitReader *br, FLAC__uint32 *val, FLAC__byt
[all...]
/external/libunwind/src/ptrace/
H A D_UPT_access_mem.c31 _UPT_access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, argument
43 Debug (16, "mem[%lx] <- %lx\n", (long) addr, (long) *val);
48 ptrace (PTRACE_POKEDATA, pid, (void*) (uintptr_t) addr, (void*) (uintptr_t) *val);
70 *val = ((unw_word_t)(reg2) << 32) | (uint32_t) reg1;
73 *val = ptrace (PTRACE_PEEKDATA, pid, (void*) addr, 0);
79 Debug (16, "mem[%lx] -> %lx\n", (long) addr, (long) *val);
85 _UPT_access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, argument
95 iod.piod_addr = val;
96 iod.piod_len = sizeof(*val);
99 Debug (16, "mem[%lx] <- %lx\n", (long) addr, (long) *val);
[all...]
/external/webp/src/utils/
H A Dutils.h63 static WEBP_INLINE void PutLE16(uint8_t* const data, int val) { argument
64 assert(val < (1 << 16));
65 data[0] = (val >> 0);
66 data[1] = (val >> 8);
69 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) { argument
70 assert(val < (1 << 24));
71 PutLE16(data, val & 0xffff);
72 data[2] = (val >> 16);
75 static WEBP_INLINE void PutLE32(uint8_t* const data, uint32_t val) {
76 PutLE16(data, (int)(val
[all...]
/external/fio/os/
H A Dos.h162 static inline uint16_t fio_swap16(uint16_t val) argument
164 return (val << 8) | (val >> 8);
167 static inline uint32_t fio_swap32(uint32_t val) argument
169 val = ((val & 0xff00ff00UL) >> 8) | ((val & 0x00ff00ffUL) << 8);
171 return (val >> 16) | (val << 16);
174 static inline uint64_t fio_swap64(uint64_t val) argument
280 long val; local
[all...]
/external/libhevc/common/arm/
H A Dihevc_sao_band_offset_chroma.s98 VLD1.8 D1,[r14]! @band_table_u.val[0]
102 VLD1.8 D2,[r14]! @band_table_u.val[1]
106 VLD1.8 D3,[r14]! @band_table_u.val[2]
114 VLD1.8 D4,[r14]! @band_table_u.val[3]
124 VADD.I8 D5,D1,D31 @band_table_u.val[0] = vadd_u8(band_table_u.val[0], sao_band_pos_u)
127 VADD.I8 D6,D2,D31 @band_table_u.val[1] = vadd_u8(band_table_u.val[1], sao_band_pos_u)
130 VADD.I8 D7,D3,D31 @band_table_u.val[2] = vadd_u8(band_table_u.val[
[all...]
/external/chromium_org/mojo/public/js/bindings/
H A Dcodec.js139 var val = new Array(numberOfElements);
145 val[i] = (byte & (1 << i % 8)) ? true : false;
149 val[i] = cls.decode(this);
152 return val;
196 Encoder.prototype.writeInt8 = function(val) {
197 this.buffer.setInt8(this.next, val);
201 Encoder.prototype.writeUint8 = function(val) {
202 if (val < 0) {
205 this.buffer.setUint8(this.next, val);
209 Encoder.prototype.writeInt16 = function(val) {
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dstore_bytes.h41 inline void StoreU32(uint32_t val, size_t* offset, uint8_t* dst) { argument
42 dst[(*offset)++] = val >> 24;
43 dst[(*offset)++] = val >> 16;
44 dst[(*offset)++] = val >> 8;
45 dst[(*offset)++] = val;
48 inline void Store16(int val, size_t* offset, uint8_t* dst) { argument
49 dst[(*offset)++] = val >> 8;
50 dst[(*offset)++] = val;
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_laplace.c59 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/chromium_org/tools/clang/blink_gc_plugin/
H A DJsonWriter.h42 void Write(const size_t val) { argument
44 os_ << val; local
46 void Write(const std::string val) { argument
48 os_ << "\"" << val << "\""; local
50 void Write(const std::string key, const size_t val) { argument
52 os_ << "\"" << key << "\":" << val; local
54 void Write(const std::string key, const std::string val) { argument
56 os_ << "\"" << key << "\":\"" << val << "\""; local
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-sar.js37 function SarShr(val) {
38 return val >> (-2 >>> 0);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-351624.js10 function mult0(val){
11 var prod = val * big;
H A Dregress-swapelements.js31 function Item(val) {
32 this.value = val;

Completed in 2669 milliseconds

1234567891011>>