Home
last modified time | relevance | path

Searched refs:val (Results 1 – 25 of 62) sorted by relevance

123

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dmipsregs.h475 #define write_r10k_perf_cntr(counter,val) do { __asm__ __volatile__( "mtpc\t%0, %1" : : "r… argument
477 #define write_r10k_perf_cntl(counter,val) do { __asm__ __volatile__( "mtps\t%0, %1" : : "r… argument
485 …g, sel, val) do { if (sizeof(unsigned long) == 4) __write_32bit_c0_register(reg, sel, val); … argument
490val) do { unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volat… argument
492 #define write_c0_index(val) __write_32bit_c0_register($0, 0, val) argument
495 #define write_c0_random(val) __write_32bit_c0_register($1, 0, val) argument
497 #define write_c0_entrylo0(val) __write_ulong_c0_register($2, 0, val) argument
500 #define write_c0_entrylo1(val) __write_ulong_c0_register($3, 0, val) argument
502 #define write_c0_conf(val) __write_32bit_c0_register($3, 0, val) argument
505 #define write_c0_context(val) __write_ulong_c0_register($4, 0, val) argument
[all …]
Dmipsmtregs.h26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val) argument
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val) argument
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val) argument
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val) argument
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val) argument
169 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val) argument
171 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val) argument
174 #define write_vpe_c0_count(val) mttc0(9, 0, val) argument
176 #define write_vpe_c0_status(val) mttc0(12, 0, val) argument
179 #define write_vpe_c0_cause(val) mttc0(13, 0, val) argument
[all …]
Duaccess.h56 #define __GET_USER_DW(val, ptr) __get_user_asm_ll32(val, ptr) argument
57val, size, ptr) do { switch (size) { case 1: __get_user_asm(val, "lb", ptr); break; case 2:… argument
61val, insn, addr) { long __gu_tmp; __asm__ __volatile__( "1: " insn " %1, %3 \n" "2: … argument
62val, addr) { union { unsigned long long l; __typeof__(*(addr)) t; } __gu_tmp; __asm__… argument
Dpgtable-32.h69 #define __swp_type(x) (((x).val >> 8) & 0x1f)
70 #define __swp_offset(x) ((x).val >> 13)
77 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpercpu_32.h29val) do { typedef typeof(var) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(var… argument
32 #define x86_write_percpu(var,val) percpu_to_op("mov", per_cpu__##var, val) argument
34 #define x86_add_percpu(var,val) percpu_to_op("add", per_cpu__##var, val) argument
35 #define x86_sub_percpu(var,val) percpu_to_op("sub", per_cpu__##var, val) argument
36 #define x86_or_percpu(var,val) percpu_to_op("or", per_cpu__##var, val) argument
Dpda.h59val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switc… argument
62 #define write_pda(field,val) pda_to_op("mov",field,val) argument
64 #define add_pda(field,val) pda_to_op("add",field,val) argument
65 #define sub_pda(field,val) pda_to_op("sub",field,val) argument
66 #define or_pda(field,val) pda_to_op("or",field,val) argument
Dunaligned.h22 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) )) argument
Dmc146818rtc_32.h47 #define CMOS_WRITE(val, addr) rtc_cmos_write(val, addr) argument
Dpgtable-2level.h44 #define __swp_type(x) (((x).val >> 1) & 0x1f)
45 #define __swp_offset(x) ((x).val >> 8)
49 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })
Dbyteorder.h36 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 val) in ___arch__swab64() argument
44 v.u = val; in ___arch__swab64()
/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.cpp50 int val = (int) (REDY * r + GREENY * g + BLUEY * b) / 1000 + 16; in rgba2yvu() local
51 if (val < 0) val = 0; in rgba2yvu()
52 if (val > 255) val = 255; in rgba2yvu()
53 *(yimg) = val; in rgba2yvu()
55 val = (int) (REDV * r - GREENV * g - BLUEV * b) / 1000 + 128; in rgba2yvu()
56 if (val < 0) val = 0; in rgba2yvu()
57 if (val > 255) val = 255; in rgba2yvu()
58 *(vimg) = val; in rgba2yvu()
60 val = (int) (-REDU * r - GREENU * g + BLUEU * b) / 1000 + 128; in rgba2yvu()
61 if (val < 0) val = 0; in rgba2yvu()
[all …]
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dunaligned.h29val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_una… argument
30val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_una… argument
Dcacheflush.h93 #define __cacheid_present(val) (val != read_cpuid(CPUID_ID)) argument
94 #define __cacheid_vivt(val) ((val & (15 << 25)) != (14 << 25)) argument
95 #define __cacheid_vipt(val) ((val & (15 << 25)) == (14 << 25)) argument
96 #define __cacheid_vipt_nonaliasing(val) ((val & (15 << 25 | 1 << 23)) == (14 << 25)) argument
97 #define __cacheid_vipt_aliasing(val) ((val & (15 << 25 | 1 << 23)) == (14 << 25 | 1 << 23)) argument
Dmc146818rtc.h24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); }) argument
/development/ndk/sources/android/libportable/arch-arm/
Dunwind.c60 uint32_t val; in WRAP() local
61 _Unwind_VRS_Get(ctx, _UVRSC_CORE, index, _UVRSD_UINT32, &val); in WRAP()
62 return (uint64_t)val; in WRAP()
66 uint32_t val = (uint32_t)new_value; in WRAP() local
67 _Unwind_VRS_Set(ctx, _UVRSC_CORE, index, _UVRSD_UINT32, &val); in WRAP()
75 uint32_t val = (uint32_t)new_value; in WRAP() local
78 uint64_t new_val = (uint64_t)(val | thumbState); in WRAP()
/development/ndk/platforms/android-3/include/linux/
Dpreempt.h18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) argument
19 #define sub_preempt_count(val) do { preempt_count() -= (val); } while (0) argument
Dvt_buffer.h16 #define scr_writew(val, addr) (*(addr) = (val)) argument
/development/testrunner/
Dam_instrument_parser.py87 val = ''
97 val = re_result.search(line).group(2).strip(string.whitespace)
99 result_dict[key] = float(val)
101 result_dict[key] = val
103 result_dict[key] = val
107 val = re_code.search(line).group(1).strip(string.whitespace)
108 result_dict[key] = val
112 val = ''
113 result_dict[key] = val
/development/ndk/platforms/android-3/include/netinet/
Dip6.h281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
286 (val) = (typ)(mtod((m), char *) + (off)); \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
294 (val) = (typ)NULL; \
300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
304 (val) = (typ)mtod((m), void *); \
310 (val) = (typ)mtod(_t, void *); \
312 (val) = (typ)NULL; \
/development/ndk/platforms/android-L/include/netinet/
Dip6.h281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
286 (val) = (typ)(mtod((m), char *) + (off)); \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
294 (val) = (typ)NULL; \
300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
304 (val) = (typ)mtod((m), void *); \
310 (val) = (typ)mtod(_t, void *); \
312 (val) = (typ)NULL; \
/development/tools/axl/
Dchewie.py143 for val in vals:
144 y= val[9]
147 opened.append(val[2])
148 pylab.text(0, y - 0.25, "%s %s %s" % (val[9], val[0][4], val[8]), font)
157 for val in vals:
158 thread, queued, opened, send, sent, reading, read, uri, server, y = val
/development/tools/yuv420sp2rgb/
Dcmdline.c48 isprint(opt->val) ? opt->val : ' ', in print_help()
95 #define SET_INT_OPTION(val) do { \ in get_options() argument
98 FAILIF(1 != sscanf(optarg+2, "%x", val), \ in get_options()
101 FAILIF(1 != sscanf(optarg, "%d", val), \ in get_options()
/development/ndk/platforms/android-3/header-patches/
Dheaders.patch73val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_una…
74val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_una…
/development/ide/emacs/
Dandroid-host.el48 (defun android-host-key-prefix-set (var val)
52 (define-key global-map (read-kbd-macro val) android-host-command-map)
53 (custom-set-default var val))
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_feature_detection.cpp812 float val,max_val; in db_Max_128Aligned16_f()
817 val= *p++; in db_Max_128Aligned16_f()
818 if(val>max_val) max_val=val; in db_Max_128Aligned16_f()
870 float val,max_val; in db_Max_64Aligned16_f()
875 val= *p++; in db_Max_64Aligned16_f()
876 if(val>max_val) max_val=val; in db_Max_64Aligned16_f()
918 float val,max_val; in db_Max_32Aligned16_f()
923 val= *p++; in db_Max_32Aligned16_f()
924 if(val>max_val) max_val=val; in db_Max_32Aligned16_f()
958 float val,max_val; in db_Max_16Aligned16_f()
[all …]

123