/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | mipsregs.h | 475 #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 490 …val) 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 …]
|
D | mipsmtregs.h | 26 #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 …]
|
D | uaccess.h | 56 #define __GET_USER_DW(val, ptr) __get_user_asm_ll32(val, ptr) argument 57 …val, size, ptr) do { switch (size) { case 1: __get_user_asm(val, "lb", ptr); break; case 2:… argument 61 …val, insn, addr) { long __gu_tmp; __asm__ __volatile__( "1: " insn " %1, %3 \n" "2: … argument 62 …val, addr) { union { unsigned long long l; __typeof__(*(addr)) t; } __gu_tmp; __asm__… argument
|
D | pgtable-32.h | 69 #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 })
|
D | posix_types.h | 75 long val[2]; member 79 int val[2]; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | percpu_32.h | 29 …val) 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
|
D | pda.h | 59 …val) 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
|
D | unaligned.h | 22 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) )) argument
|
D | mc146818rtc_32.h | 47 #define CMOS_WRITE(val, addr) rtc_cmos_write(val, addr) argument
|
D | pgtable-2level.h | 44 #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 })
|
D | byteorder.h | 36 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/ |
D | ImageUtils.cpp | 50 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/ |
D | unaligned.h | 29 …val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_una… argument 30 …val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); break; case 2: __put_una… argument
|
D | cacheflush.h | 93 #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
|
D | mc146818rtc.h | 24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); }) argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | preempt.h | 18 #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
|
D | vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) argument
|
/development/testrunner/ |
D | am_instrument_parser.py | 87 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/tools/axl/ |
D | chewie.py | 143 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/ndk/platforms/android-21/include/netinet/ |
D | ip6.h | 281 #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-3/include/netinet/ |
D | ip6.h | 281 #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/yuv420sp2rgb/ |
D | cmdline.c | 48 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/ide/emacs/ |
D | android-host.el | 48 (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/samples/SupportDesignDemos/src/com/example/android/support/design/widget/ |
D | SimpleStringRecyclerViewAdapter.java | 60 TypedValue val = new TypedValue(); in SimpleStringRecyclerViewAdapter() local 62 context.getTheme().resolveAttribute(R.attr.selectableItemBackground, val, true); in SimpleStringRecyclerViewAdapter() 64 mBackground = val.resourceId; in SimpleStringRecyclerViewAdapter()
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 812 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 …]
|