Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 4279) sorted by relevance

12345678910>>...172

/external/scapy/scapy/layers/tls/crypto/
Dsuites.py146 val = 0x0000 variable in TLS_NULL_WITH_NULL_NULL
149 val = 0x0001 variable in TLS_RSA_WITH_NULL_MD5
152 val = 0x0002 variable in TLS_RSA_WITH_NULL_SHA
155 val = 0x0003 variable in TLS_RSA_EXPORT_WITH_RC4_40_MD5
158 val = 0x0004 variable in TLS_RSA_WITH_RC4_128_MD5
161 val = 0x0005 variable in TLS_RSA_WITH_RC4_128_SHA
164 val = 0x0006 variable in TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
167 val = 0x0007 variable in TLS_RSA_WITH_IDEA_CBC_SHA
170 val = 0x0008 variable in TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
173 val = 0x0009 variable in TLS_RSA_WITH_DES_CBC_SHA
[all …]
/external/python/cpython2/Lib/test/
Dtest_augassign.py84 def __radd__(self, val): argument
86 def __add__(self, val): argument
90 def __iadd__(self, val): argument
95 def __iadd__(self, val): argument
126 def __add__(self, val): argument
128 def __radd__(self, val): argument
130 def __iadd__(self, val): argument
134 def __sub__(self, val): argument
136 def __rsub__(self, val): argument
138 def __isub__(self, val): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_augassign.py72 def __radd__(self, val): argument
74 def __add__(self, val): argument
78 def __iadd__(self, val): argument
83 def __iadd__(self, val): argument
122 def __add__(self, val): argument
124 def __radd__(self, val): argument
126 def __iadd__(self, val): argument
130 def __sub__(self, val): argument
132 def __rsub__(self, val): argument
134 def __isub__(self, val): argument
[all …]
/external/u-boot/arch/microblaze/include/asm/
Dasm.h9 #define NGET(val, fslnum) \ argument
12 #define GET(val, fslnum) \ argument
15 #define NCGET(val, fslnum) \ argument
18 #define CGET(val, fslnum) \ argument
21 #define NPUT(val, fslnum) \ argument
24 #define PUT(val, fslnum) \ argument
27 #define NCPUT(val, fslnum) \ argument
30 #define CPUT(val, fslnum) \ argument
35 #define MFS(val, reg) \ argument
38 #define MTS(val, reg) \ argument
[all …]
/external/scapy/scapy/layers/
Dradius.py323 val = 5 variable in RadiusAttr_NAS_Port
328 val = 12 variable in RadiusAttr_Framed_MTU
333 val = 16 variable in RadiusAttr_Login_TCP_Port
338 val = 27 variable in RadiusAttr_Session_Timeout
343 val = 28 variable in RadiusAttr_Idle_Timeout
348 val = 37 variable in RadiusAttr_Framed_AppleTalk_Link
353 val = 38 variable in RadiusAttr_Framed_AppleTalk_Network
358 val = 41 variable in RadiusAttr_Acct_Delay_Time
363 val = 42 variable in RadiusAttr_Acct_Input_Octets
368 val = 43 variable in RadiusAttr_Acct_Output_Octets
[all …]
/external/u-boot/include/bedbug/
Dregs.h169 #define SET_REGISTER( str, val ) \ argument
180 #define SET_CR(val) SET_REGISTER( "mtcr %0", val ) argument
182 #define SET_MSR(val) SET_REGISTER( "mtmsr %0", val ) argument
184 #define SET_XER(val) SET_REGISTER( "mtspr 1,%0", val ) argument
186 #define SET_LR(val) SET_REGISTER( "mtspr 8,%0", val ) argument
188 #define SET_CTR(val) SET_REGISTER( "mtspr 9,%0", val ) argument
190 #define SET_DSISR(val) SET_REGISTER( "mtspr 18,%0", val ) argument
192 #define SET_DAR(val) SET_REGISTER( "mtspr 19,%0", val ) argument
194 #define SET_DEC(val) SET_REGISTER( "mtspr 22,%0", val ) argument
196 #define SET_SRR0(val) SET_REGISTER( "mtspr 26,%0", val ) argument
[all …]
/external/autotest/client/common_lib/
Dcontrol_data.py131 def set_attr(self, attr, val, raise_warnings=False): argument
175 def _set_string(self, attr, val): argument
180 def _set_option(self, attr, val, options): argument
189 def _set_bool(self, attr, val): argument
201 def _set_int(self, attr, val, min=None, max=None): argument
212 def _set_set(self, attr, val): argument
218 def set_author(self, val): argument
222 def set_dependencies(self, val): argument
226 def set_doc(self, val): argument
230 def set_name(self, val): argument
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_unaligned.h47 static inline void __put_unaligned_be16(uint16_t val, uint8_t *p) in __put_unaligned_be16()
53 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32()
60 static inline void __put_unaligned_be48(uint64_t val, uint8_t *p) in __put_unaligned_be48()
66 static inline void __put_unaligned_be64(uint64_t val, uint8_t *p) in __put_unaligned_be64()
116 static inline void sg_put_unaligned_be16(uint16_t val, void *p) in sg_put_unaligned_be16()
121 static inline void sg_put_unaligned_be24(uint32_t val, void *p) in sg_put_unaligned_be24()
128 static inline void sg_put_unaligned_be32(uint32_t val, void *p) in sg_put_unaligned_be32()
134 static inline void sg_put_unaligned_be48(uint64_t val, void *p) in sg_put_unaligned_be48()
139 static inline void sg_put_unaligned_be64(uint64_t val, void *p) in sg_put_unaligned_be64()
147 static inline void sg_nz_put_unaligned_be16(uint16_t val, void *p) in sg_nz_put_unaligned_be16()
[all …]
/external/apache-harmony/support/src/test/java/tests/util/
DCallVerificationStack.java127 public void push(boolean val) { in push()
136 public void push(char val) { in push()
145 public void push(double val) { in push()
154 public void push(float val) { in push()
163 public void push(int val) { in push()
172 public void push(long val) { in push()
181 public void push(short val) { in push()
284 public BaseTypeWrapper(boolean val) { in BaseTypeWrapper()
291 public BaseTypeWrapper(byte val) { in BaseTypeWrapper()
298 public BaseTypeWrapper(char val) { in BaseTypeWrapper()
[all …]
/external/v8/src/wasm/
Dleb-helper.h23 static void write_u32v(uint8_t** dest, uint32_t val) { in write_u32v()
33 static void write_i32v(uint8_t** dest, int32_t val) { in write_i32v()
51 static void write_u64v(uint8_t** dest, uint64_t val) { in write_u64v()
61 static void write_i64v(uint8_t** dest, int64_t val) { in write_i64v()
80 static inline size_t sizeof_u32v(size_t val) { in sizeof_u32v()
90 static inline size_t sizeof_i32v(int32_t val) { in sizeof_i32v()
107 static inline size_t sizeof_u64v(uint64_t val) { in sizeof_u64v()
117 static inline size_t sizeof_i64v(int64_t val) { in sizeof_i64v()
/external/clang/test/Sema/
Dwarn-char-subscripts.c6 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t1() local
12 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t2() local
18 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t3() local
24 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t4() local
30 int val = array[returnsChar()]; // expected-warning{{array subscript is of type 'char'}} in t5() local
36 int val = array[subscript]; // no warning for explicit signed char in t6() local
42 int val = array[subscript]; // no warning for unsigned char in t7() local
49 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t8() local
56 int val = array[subscript]; // no warning for explicit signed char in t9() local
63 int val = array[subscript]; // no warning for unsigned char in t10() local
/external/igt-gpu-tools/lib/
Dintel_iosf.c23 uint32_t *val) in vlv_sideband_rw()
76 int intel_punit_read(uint32_t addr, uint32_t *val) in intel_punit_read()
91 int intel_punit_write(uint32_t addr, uint32_t val) in intel_punit_write()
106 int intel_nc_read(uint32_t addr, uint32_t *val) in intel_nc_read()
121 int intel_nc_write(uint32_t addr, uint32_t val) in intel_nc_write()
138 uint32_t val; in intel_dpio_reg_read() local
155 void intel_dpio_reg_write(uint32_t reg, uint32_t val, int phy) in intel_dpio_reg_write()
165 uint32_t val = 0; in intel_flisdsi_reg_read() local
172 void intel_flisdsi_reg_write(uint32_t reg, uint32_t val) in intel_flisdsi_reg_write()
179 uint32_t val; in intel_iosf_sb_read() local
[all …]
/external/webrtc/webrtc/base/
Dbytebuffer.cc69 bool ByteBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8()
75 bool ByteBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16()
87 bool ByteBuffer::ReadUInt24(uint32_t* val) { in ReadUInt24()
104 bool ByteBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32()
116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64()
128 bool ByteBuffer::ReadString(std::string* val, size_t len) { in ReadString()
140 bool ByteBuffer::ReadBytes(char* val, size_t len) { in ReadBytes()
150 void ByteBuffer::WriteUInt8(uint8_t val) { in WriteUInt8()
154 void ByteBuffer::WriteUInt16(uint16_t val) { in WriteUInt16()
159 void ByteBuffer::WriteUInt24(uint32_t val) { in WriteUInt24()
[all …]
Dbitbuffer.cc36 uint8_t HighestByte(uint64_t val) { in HighestByte()
63 size_t CountBits(uint64_t val) { in CountBits()
86 bool BitBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8()
96 bool BitBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16()
106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32()
110 bool BitBuffer::PeekBits(uint32_t* val, size_t bit_count) { in PeekBits()
140 bool BitBuffer::ReadBits(uint32_t* val, size_t bit_count) { in ReadBits()
158 bool BitBuffer::ReadExponentialGolomb(uint32_t* val) { in ReadExponentialGolomb()
190 bool BitBuffer::ReadSignedExponentialGolomb(int32_t* val) { in ReadSignedExponentialGolomb()
225 bool BitBufferWriter::WriteUInt8(uint8_t val) { in WriteUInt8()
[all …]
/external/u-boot/arch/x86/include/asm/
Dcontrol_regs.h24 unsigned long val; in read_cr0() local
30 static inline void write_cr0(unsigned long val) in write_cr0()
37 unsigned long val; in read_cr2() local
45 unsigned long val; in read_cr3() local
53 unsigned long val; in read_cr4() local
61 unsigned long val = 0; /* Damn you, gcc! */ in get_debugreg() local
/external/ltp/testcases/realtime/include/
Dlibtsc.h40 #define rdtscll(val) __asm__ __volatile__("rdtsc" : "=A" (val)) argument
42 #define rdtscll(val) \ argument
50 #define rdtscll(val) \ argument
55 #define rdtscll(val) \ argument
69 #define rdtscll(val) do { } while (0) argument
/external/u-boot/arch/sh/include/asm/
Dunaligned-sh4a.h96 static inline void __put_le16_noalign(u8 *p, u16 val) in __put_le16_noalign()
102 static inline void __put_le32_noalign(u8 *p, u32 val) in __put_le32_noalign()
108 static inline void __put_le64_noalign(u8 *p, u64 val) in __put_le64_noalign()
114 static inline void __put_be16_noalign(u8 *p, u16 val) in __put_be16_noalign()
120 static inline void __put_be32_noalign(u8 *p, u32 val) in __put_be32_noalign()
126 static inline void __put_be64_noalign(u8 *p, u64 val) in __put_be64_noalign()
132 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
141 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32()
150 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64()
159 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
[all …]
/external/u-boot/drivers/bios_emulator/
Dbesys.c143 u8 val = readb_le(BE_memaddr(addr)); in BE_rdb() local
165 u16 val = readw_le(base); in BE_rdw() local
187 u32 val = readl_le(base); in BE_rdl() local
201 void X86API BE_wrb(u32 addr, u8 val) in BE_wrb()
217 void X86API BE_wrw(u32 addr, u16 val) in BE_wrw()
235 void X86API BE_wrl(u32 addr, u32 val) in BE_wrl()
269 u8 val = 0xff; in VGA_inpb() local
343 static void VGA_outpb (int port, u8 val) in VGA_outpb()
532 static void PCI_outp(int port, u32 val, int type) in PCI_outp()
572 u8 val = 0; in BE_inb() local
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/flowctrl/
Dflowctrl.c47 static inline void tegra_fc_cc4_ctrl(int cpu_id, uint32_t val) in tegra_fc_cc4_ctrl()
53 static inline void tegra_fc_cpu_csr(int cpu_id, uint32_t val) in tegra_fc_cpu_csr()
59 static inline void tegra_fc_halt_cpu(int cpu_id, uint32_t val) in tegra_fc_halt_cpu()
67 uint32_t val; in tegra_fc_prepare_suspend() local
137 uint32_t val; in tegra_fc_cluster_idle() local
158 uint32_t val; in tegra_fc_cluster_powerdn() local
179 uint32_t val; in tegra_fc_is_ccx_allowed() local
204 uint32_t val; in tegra_fc_soc_powerdn() local
233 uint32_t val; in tegra_fc_cpu_off() local
251 uint32_t val; in tegra_fc_lock_active_cluster() local
[all …]
/external/deqp/framework/delibs/depool/
DdePoolHash.c51 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
64 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
75 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
88 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
103 int val = deTestHashIter_getValue(&testIter); in dePoolHash_selfTest() local
135 int val = deTestIntArray_get(valueArray, ndx); in dePoolHash_selfTest() local
/external/perfetto/include/perfetto/protozero/
Dfield.h166 void get(bool* val) const { *val = as_bool(); } in get()
167 void get(uint32_t* val) const { *val = as_uint32(); } in get()
168 void get(int32_t* val) const { *val = as_int32(); } in get()
169 void get(uint64_t* val) const { *val = as_uint64(); } in get()
170 void get(int64_t* val) const { *val = as_int64(); } in get()
171 void get(float* val) const { *val = as_float(); } in get()
172 void get(double* val) const { *val = as_double(); } in get()
173 void get(std::string* val) const { *val = as_std_string(); } in get()
174 void get(ConstChars* val) const { *val = as_string(); } in get()
175 void get(ConstBytes* val) const { *val = as_bytes(); } in get()
[all …]
/external/capstone/
DSStream.c56 void printInt64Bang(SStream *O, int64_t val) in printInt64Bang()
71 void printUInt64Bang(SStream *O, uint64_t val) in printUInt64Bang()
80 void printInt64(SStream *O, int64_t val) in printInt64()
96 void printInt32BangDec(SStream *O, int32_t val) in printInt32BangDec()
104 void printInt32Bang(SStream *O, int32_t val) in printInt32Bang()
119 void printInt32(SStream *O, int32_t val) in printInt32()
134 void printUInt32Bang(SStream *O, uint32_t val) in printUInt32Bang()
142 void printUInt32(SStream *O, uint32_t val) in printUInt32()
/external/lzma/CPP/Common/
DIntToString.cpp16 void ConvertUInt32ToString(UInt32 val, char *s) throw() in ConvertUInt32ToString()
21 void ConvertUInt64ToString(UInt64 val, char *s) throw() in ConvertUInt64ToString()
31 void ConvertUInt64ToOct(UInt64 val, char *s) throw() in ConvertUInt64ToOct()
57 void ConvertUInt32ToHex(UInt32 val, char *s) throw() in ConvertUInt32ToHex()
78 void ConvertUInt64ToHex(UInt64 val, char *s) throw() in ConvertUInt64ToHex()
98 void ConvertUInt32ToHex8Digits(UInt32 val, char *s) throw() in ConvertUInt32ToHex8Digits()
122 void ConvertUInt32ToString(UInt32 val, wchar_t *s) throw() in ConvertUInt32ToString()
127 void ConvertUInt64ToString(UInt64 val, wchar_t *s) throw() in ConvertUInt64ToString()
137 void ConvertInt64ToString(Int64 val, char *s) throw() in ConvertInt64ToString()
147 void ConvertInt64ToString(Int64 val, wchar_t *s) throw() in ConvertInt64ToString()
[all …]
/external/u-boot/include/linux/
Diopoll.h27 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument
43 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument
46 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument
49 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument
52 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument
55 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
58 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
61 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
64 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp356 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
380 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
394 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
410 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
419 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
429 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
439 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
445 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
454 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
463 auto val = GenericValue(this, state, insn.word(5)); in EmitExtGLSLstd450() local
[all …]

12345678910>>...172