Home
last modified time | relevance | path

Searched refs:val (Results 1476 - 1500 of 5154) sorted by relevance

1...<<51525354555657585960>>...207

/third_party/libunwind/libunwind/tests/
H A Dident.c2 f (long val) in f() argument
4 return val; in f()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2543 pub val: [crate::ctypes::c_int; 2usize],
2770 pub val: __u64,
3004 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2612 pub val: [crate::ctypes::c_int; 2usize],
2839 pub val: __u64,
3073 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2565 pub val: [crate::ctypes::c_int; 2usize],
2792 pub val: __u64,
3026 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2674 pub val: [crate::ctypes::c_int; 2usize],
2903 pub val: __u64,
3137 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2511 pub val: [crate::ctypes::c_int; 2usize],
2738 pub val: __u64,
2972 pub fn set_ihl(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2774 pub val: [crate::ctypes::c_int; 2usize],
3003 pub val: __u64,
3237 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2480 pub val: [crate::ctypes::c_int; 2usize],
2707 pub val: __u64,
2941 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2750 pub val: [crate::ctypes::c_int; 2usize],
2979 pub val: __u64,
3213 pub fn set_version(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2541 pub val: [crate::ctypes::c_int; 2usize],
2768 pub val: __u64,
3002 pub fn set_ihl(&mut self, val
[all...]
/third_party/glslang/
H A Dgen_extension_headers.py83 val = sys.argv[i]
86 input_dir = val
88 output_file = val
/third_party/cups-filters/scripting/perl/
H A DCUPS.pm65 my $val = constant($constname, @_ ? $_[0] : 0);
79 *$AUTOLOAD = sub () { $val };
82 *$AUTOLOAD = sub { $val };
/third_party/icu/icu4c/source/common/
H A Drbbisetb.h89 void addValToSets(UVector *sets, uint32_t val);
90 void addValToSet (RBBINode *usetNode, uint32_t val);
98 UChar32 getFirstChar(int32_t val) const;
/third_party/libunwind/libunwind/src/setjmp/
H A Dsiglongjmp.c56 static void siglongjmp (sigjmp_buf env, int val) UNUSED;
61 siglongjmp (sigjmp_buf env, int val) in siglongjmp() argument
120 || unw_set_reg (&c, UNW_REG_EH + 1, val) < 0 in siglongjmp()
/third_party/libunwind/libunwind/src/ppc64/
H A DGresume.c74 unw_word_t val; in establish_machine_state() local
89 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state()
90 as->acc.access_reg (as, reg, &val, 1, arg); in establish_machine_state()
/third_party/libunwind/libunwind/src/riscv/
H A DGresume.c86 unw_word_t val; in establish_machine_state() local
101 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state()
102 as->acc.access_reg (as, reg, &val, 1, arg); in establish_machine_state()
/third_party/mbedtls/include/mbedtls/
H A Dasn1write.h203 * \param val The integer value to write.
209 int mbedtls_asn1_write_int(unsigned char **p, const unsigned char *start, int val);
219 * \param val The integer value to write.
224 int mbedtls_asn1_write_enum(unsigned char **p, const unsigned char *start, int val);
362 * Warning: Destructive behaviour for the val data!
368 * \param val The associated data to store. If this is \c NULL,
381 const unsigned char *val,
/third_party/libdrm/freedreno/
H A Dfreedreno_pipe.c40 uint64_t val; in fd_pipe_new2() local
62 fd_pipe_get_param(pipe, FD_GPU_ID, &val); in fd_pipe_new2()
63 pipe->gpu_id = val; in fd_pipe_new2()
/third_party/ltp/lib/
H A Dtst_taint.c40 unsigned int val; in tst_taint_read() local
42 SAFE_FILE_SCANF(TAINT_FILE, "%u", &val); in tst_taint_read()
44 return val; in tst_taint_read()
/third_party/node/lib/internal/streams/
H A Dtransform.js175 this._transform(chunk, encoding, (err, val) => {
181 if (val != null) {
182 this.push(val);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-arguments.h39 void Push(T val) { in Push() argument
41 offset_ += sizeof(val); in Push()
42 base::WriteUnalignedValue(address, val); in Push()
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.h89 void addValToSets(UVector *sets, uint32_t val);
90 void addValToSet (RBBINode *usetNode, uint32_t val);
98 UChar32 getFirstChar(int32_t val) const;
/third_party/node/deps/cares/src/lib/
H A Dares_strsplit.c117 ares__buf_t *val = ares__llist_node_val(node); in ares__strsplit() local
120 status = ares__buf_fetch_str_dup(val, ares__buf_len(val), &temp); in ares__strsplit()
/third_party/ltp/testcases/kernel/numa/
H A Dsupport_numa.c67 int val; in read_hugepagesize() local
76 if (sscanf(line, "%64s %d", buf, &val) == 2) in read_hugepagesize()
79 return 1024 * val; in read_hugepagesize()
/third_party/ltp/testcases/kernel/syscalls/set_thread_area/
H A Dset_thread_area01.c55 #define VALUE_AND_STRING(val) val, #val

Completed in 111 milliseconds

1...<<51525354555657585960>>...207