/external/fio/arch/ |
arch-ppc.h | 53 unsigned int val; local 55 asm volatile("mfspr %0,%1": "=r" (val) : "K" (reg)); 56 return val;
|
/external/freetype/src/truetype/ |
ttdriver.c | 104 FT_UInt* val = (FT_UInt*)value; local 107 *val = interpreter_version;
|
/external/icu/icu4c/source/common/ |
rbbirb.h | 47 RBBINode *val; member in class:RBBISymbolTableEntry 80 virtual void addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err); 172 // been encountered. The val Node will be of nodetype uset 181 // the key strings. It does NOT own the val nodes. 186 RBBINode *val; member in struct:RBBISetTableEl
|
/external/iptables/extensions/ |
libxt_rateest.c | 45 {.name = "rateest1", .has_arg = true, .val = OPT_RATEEST1}, 46 {.name = "rateest", .has_arg = true, .val = OPT_RATEEST1}, /* alias for absolute mode */ 47 {.name = "rateest2", .has_arg = true, .val = OPT_RATEEST2}, 48 {.name = "rateest-bps1", .has_arg = false, .val = OPT_RATEEST_BPS1}, 49 {.name = "rateest-pps1", .has_arg = false, .val = OPT_RATEEST_PPS1}, 50 {.name = "rateest-bps2", .has_arg = false, .val = OPT_RATEEST_BPS2}, 51 {.name = "rateest-pps2", .has_arg = false, .val = OPT_RATEEST_PPS2}, 52 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */ 53 {.name = "rateest-pps", .has_arg = false, .val = OPT_RATEEST_PPS2}, /* alias for absolute mode */ 54 {.name = "rateest-delta", .has_arg = false, .val = OPT_RATEEST_DELTA} 117 unsigned int val; local [all...] |
/external/iptables/utils/ |
nfnl_osf.c | 154 unsigned long val; local 159 val = 0; 215 val = strtoul(&obuf[i + 2], NULL, 10); 217 val = strtoul(&obuf[i + 1], NULL, 10); 232 val = strtoul(&obuf[i + 2], NULL, 10); 234 val = strtoul(&obuf[i + 1], NULL, 10); 264 opt[*optnum].wc.val = val; 302 f.wss.val = strtoul(&pbeg[2], NULL, 10); 304 f.wss.val = 0 [all...] |
/external/jpeg/ |
cjpeg.c | 400 int val; local 404 if (sscanf(argv[argn], "%d", &val) != 1) 406 if (val < 0 || val > 100) 408 cinfo->smoothing_factor = val;
|
djpeg.c | 202 int val; local 206 if (sscanf(argv[argn], "%d", &val) != 1) 208 cinfo->desired_number_of_colors = val;
|
rdppm.c | 108 register unsigned int val; local 120 val = ch - '0'; 122 val *= 10; 123 val += ch - '0'; 125 return val; 412 INT32 val, half_maxval; local 419 for (val = 0; val <= (INT32) maxval; val++) { 421 source->rescale[val] = (JSAMPLE) ((val*MAXJSAMPLE + half_maxval)/maxval) [all...] |
rdrle.c | 211 int val; local 220 val = GETJSAMPLE(*src_row++); 221 *dest_row++ = (JSAMPLE) (colormap[val ] >> 8); 222 *dest_row++ = (JSAMPLE) (colormap[val + 256] >> 8); 223 *dest_row++ = (JSAMPLE) (colormap[val + 512] >> 8);
|
/external/kernel-headers/original/uapi/asm-generic/ |
posix_types.h | 79 int val[2]; member in struct:__anon2317
|
/external/kernel-headers/original/uapi/linux/ |
connector.h | 59 * idx and val are unique identifiers which 66 __u32 val; member in struct:cb_id
|
ppdev.h | 32 unsigned char val; member in struct:ppdev_frob_struct
|
/external/libedit/src/ |
read.c | 271 keymacro_value_t val; local 272 switch (keymacro_get(el, ch, &val)) { 274 cmd = val.cmd; 277 FUN(el,push)(el, val.str); 282 RunCommand(val.str);
|
/external/libexif/libexif/canon/ |
mnote-canon-entry.c | 443 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) 456 strncpy (val, _(table[j].name), maxlen); 459 snprintf (val, maxlen, "0x%04x", vs); 465 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) 492 strncat(val, _(table[i].name), maxlen - strlen (val)); 494 strncat (val, _(", "), maxlen - strlen (val)); 499 snprintf (val, maxlen, "0x%04x", vs); 506 unsigned int val; local [all...] |
/external/libopus/celt/tests/ |
test_unit_mathops.c | 65 opus_val32 val; local 66 val = celt_rcp(i); 68 prod = (1./32768./65526.)*val*i; 70 prod = val*i; 74 fprintf (stderr, "div failed: 1/%d="WORD" (product = %f)\n", i, val, prod); 86 opus_val16 val; local 87 val = celt_sqrt(i); 88 ratio = val/sqrt(i); 89 if (fabs(ratio - 1) > .0005 && fabs(val-sqrt(i)) > 2) 91 fprintf (stderr, "sqrt failed: sqrt(%d)="WORD" (ratio = %f)\n", i, val, ratio) [all...] |
/external/libsepol/src/ |
ebitmap.c | 93 int val = ebitmap_get_bit(e1, i) ^ ebitmap_get_bit(e2, i); local 94 int rc = ebitmap_set_bit(dst, i, val); 106 int val = ebitmap_get_bit(e1, i); local 107 int rc = ebitmap_set_bit(dst, i, !val);
|
/external/libunwind/include/ |
libunwind-hppa.h | 53 double val; member in union:__anon4215
|
/external/libunwind/include/tdep-ia64/ |
script.h | 38 unw_word_t val; member in struct:ia64_script_insn
|
/external/libunwind/src/ia64/ |
Gresume.c | 38 unw_word_t val, sol, sof, pri_unat, n, pfs, bspstore, dirty_rnat; local 57 ret = tdep_access_reg (c, UNW_IA64_NAT + (n), &val, 0); \ 60 if (val) \ 184 unw_word_t val; local 252 if (tdep_access_reg (c, reg, &val, 0) >= 0) 253 (*access_reg) (c->as, reg, &val, 1, c->as_arg);
|
/external/libunwind/src/ |
os-linux.h | 43 ltoa (char *buf, long val) 50 *cp++ = '0' + (val % 10); 51 val /= 10; 53 while (val); 114 unsigned long num_digits = 0, digit, val = 0; local 131 val = (val << 4) | digit; 137 *valp = val; 144 unsigned long num_digits = 0, digit, val = 0; local 159 val = (10 * val) + digit [all...] |
/external/libvorbis/lib/ |
floor0.c | 134 int val=floor( toBARK((info->rate/2.f)/n*j) local 136 if(val>=look->ln)val=look->ln-1; /* guard against the approximation */ 137 look->linearmap[W][j]=val;
|
/external/libvpx/libvpx/vpx_ports/ |
mem_ops.h | 66 unsigned MEM_VALUE_T val; local 69 val = mem[0] << 8; 70 val |= mem[1]; 71 return val; 77 unsigned MEM_VALUE_T val; local 80 val = mem[0] << 16; 81 val |= mem[1] << 8; 82 val |= mem[2]; 83 return val; 89 unsigned MEM_VALUE_T val; local 102 unsigned MEM_VALUE_T val; local 113 unsigned MEM_VALUE_T val; local 125 unsigned MEM_VALUE_T val; local [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
color.c | 65 int val, wordlen = 0; local 78 val = parse_color(word, wordlen); 79 if (val >= -1) { 81 fg = val; 85 bg = val; 90 val = parse_attr(word, wordlen); 91 if (val < 0 || attr != -1) 93 attr = val;
|
trace-event-parse.c | 112 unsigned long long val; local 118 pevent_read_number_field(field, data, &val); 120 return val;
|
/external/lldb/include/lldb/Core/ |
DataExtractor.h | 841 uint8_t val = m_start[*offset_ptr]; local [all...] |