HomeSort by relevance Sort by last modified time
    Searched refs:val (Results 176 - 200 of 5081) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.h 28 U_CFUNC void setShowWarning(UBool val);
32 U_CFUNC void setStrict(UBool val);
36 U_CFUNC void setVerbose(UBool val);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
mmio.h 43 uint32_t val; local
46 : "=r" (val)
48 return val;
  /external/clang/test/CodeGen/
x86_32-inline-asm.c 13 uint64_t val = 0; local
17 "a" ((val & 0xFFFFFFFFUL)), // expected-error {{invalid input size for constraint 'a'}}
18 "d" (((val >> 32) & 0xFFFFFFFFUL)));
  /external/mesa3d/src/mesa/drivers/dri/common/
mmio.h 43 uint32_t val; local
46 : "=r" (val)
48 return val;
  /external/arduino/hardware/arduino/cores/arduino/
wiring_analog.c 93 void analogWrite(uint8_t pin, int val)
101 if (val == 0)
105 else if (val == 255)
118 OCR0 = val; // set pwm duty
126 OCR0A = val; // set pwm duty
134 OCR0B = val; // set pwm duty
142 OCR1A = val; // set pwm duty
150 OCR1B = val; // set pwm duty
158 OCR2 = val; // set pwm duty
166 OCR2A = val; // set pwm dut
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSOutput.java 46 check(long val, int bits) {
49 if (val < 0 || val > max) {
50 throw new IllegalArgumentException(val + " out of range for " +
106 * @param val The value to be written
109 writeU8(int val) {
110 check(val, 8);
112 array[pos++] = (byte)(val & 0xFF);
117 * @param val The value to be written
120 writeU16(int val) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 30 #define BCMSWAP16(val) \
31 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \
32 (((uint16)(val) & (uint16)0xff00U) >> 8)))
35 #define BCMSWAP32(val) \
36 ((uint32)((((uint32)(val) & (uint32)0x000000ffU) << 24) | \
37 (((uint32)(val) & (uint32)0x0000ff00U) << 8) | \
38 (((uint32)(val) & (uint32)0x00ff0000U) >> 8) | \
39 (((uint32)(val) & (uint32)0xff000000U) >> 24)))
42 #define BCMSWAP32BY16(val) \
43 ((uint32)((((uint32)(val) & (uint32)0x0000ffffU) << 16) |
    [all...]
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 127 * @param val
130 public void push(boolean val) {
131 this.push(new BaseTypeWrapper(val));
137 * @param val
140 public void push(char val) {
141 this.push(new BaseTypeWrapper(val));
147 * @param val
150 public void push(double val) {
151 this.push(new BaseTypeWrapper(val));
157 * @param val
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon-inl.h 41 void Url<CTYPE>::do_set_url(const CTYPE* val, size_t len) {
42 if (ascnicmp(val, "http://", 7) == 0) {
43 val += 7; len -= 7;
45 } else if (ascnicmp(val, "https://", 8) == 0) {
46 val += 8; len -= 8;
52 const CTYPE* path = strchrn(val, len, static_cast<CTYPE>('/'));
54 path = val + len;
56 size_t address_length = (path - val);
57 do_set_address(val, address_length);
62 void Url<CTYPE>::do_set_address(const CTYPE* val, size_t len)
    [all...]
  /libcore/support/src/test/java/tests/util/
CallVerificationStack.java 127 * @param val
130 public void push(boolean val) {
131 this.push(new BaseTypeWrapper(val));
137 * @param val
140 public void push(char val) {
141 this.push(new BaseTypeWrapper(val));
147 * @param val
150 public void push(double val) {
151 this.push(new BaseTypeWrapper(val));
157 * @param val
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000_reg.h 122 #define EMU8000_CPF_WRITE(emu, chan, val) \
123 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(0, (chan)), (val))
124 #define EMU8000_PTRX_WRITE(emu, chan, val) \
125 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(1, (chan)), (val))
126 #define EMU8000_CVCF_WRITE(emu, chan, val) \
127 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(2, (chan)), (val))
128 #define EMU8000_VTFT_WRITE(emu, chan, val) \
129 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(3, (chan)), (val))
130 #define EMU8000_PSST_WRITE(emu, chan, val) \
131 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(6, (chan)), (val))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000_reg.h 122 #define EMU8000_CPF_WRITE(emu, chan, val) \
123 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(0, (chan)), (val))
124 #define EMU8000_PTRX_WRITE(emu, chan, val) \
125 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(1, (chan)), (val))
126 #define EMU8000_CVCF_WRITE(emu, chan, val) \
127 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(2, (chan)), (val))
128 #define EMU8000_VTFT_WRITE(emu, chan, val) \
129 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(3, (chan)), (val))
130 #define EMU8000_PSST_WRITE(emu, chan, val) \
131 snd_emu8000_poke_dw((emu), EMU8000_DATA0(emu), EMU8000_CMD(6, (chan)), (val))
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /external/kernel-headers/original/asm-mips/
mipsmtregs.h 20 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
26 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
29 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
32 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
37 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val)
31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val)
34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val)
36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val)
40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val)
    [all...]
  /external/oprofile/module/x86/
op_apic.c 83 uint val; local
87 val = apic_read(APIC_LVTPC);
88 saved_lvtpc[op_cpu_id()] = val;
90 val &= ~APIC_LVT_MASKED;
92 val = SET_APIC_DELIVERY_MODE(val, APIC_MODE_NMI);
93 apic_write(APIC_LVTPC, val);
113 uint val; local
127 val = apic_read(APIC_LVR);
128 if (!APIC_INTEGRATED(GET_APIC_VERSION(val)))
153 uint val; local
208 u32 val; local
    [all...]
  /bionic/libc/private/
bionic_futex.h 36 extern int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
39 extern int __futex_syscall3(volatile void *ftx, int op, int val);
40 extern int __futex_syscall4(volatile void *ftx, int op, int val, const struct timespec *timeout);
57 extern int __futex_wake_ex(volatile void *ftx, int pshared, int val);
58 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout);
  /external/mdnsresponder/Clients/
ClientCommon.c 60 int val = v0 * 100 + v1 * 10 + v2; local
64 if (val == 0) val = '-';
65 if (val <= 255) { c = (char)val; cstr += 2; }
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 30 #define rdmsrl(msr,val) do { unsigned long a__,b__; __asm__ __volatile__("rdmsr" : "=a" (a__), "=d" (b__) : "c" (msr)); val = a__ | (b__<<32); } while(0)
34 #define wrmsrl(msr,val) wrmsr(msr,(__u32)((__u64)(val)),((__u64)(val))>>32)
42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
48 #define write_rdtscp_aux(val) wrmsr(0xc0000103, val, 0
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 30 #define rdmsrl(msr,val) do { unsigned long a__,b__; __asm__ __volatile__("rdmsr" : "=a" (a__), "=d" (b__) : "c" (msr)); val = a__ | (b__<<32); } while(0)
34 #define wrmsrl(msr,val) wrmsr(msr,(__u32)((__u64)(val)),((__u64)(val))>>32)
42 #define rdtscll(val) do { unsigned int __a,__d; __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); } while(0)
44 #define rdtscpll(val, aux) do { unsigned long __a, __d; __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); (val) = (__d << 32) | __a; } while (0)
48 #define write_rdtscp_aux(val) wrmsr(0xc0000103, val, 0
    [all...]

Completed in 359 milliseconds

1 2 3 4 5 6 78 91011>>