/third_party/libunwind/libunwind/tests/ |
H A D | ident.c | 2 f (long val) in f() argument 4 return val; in f()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | general.rs | 28 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 D | gen_extension_headers.py | 83 val = sys.argv[i] 86 input_dir = val 88 output_file = val
|
/third_party/cups-filters/scripting/perl/ |
H A D | CUPS.pm | 65 my $val = constant($constname, @_ ? $_[0] : 0); 79 *$AUTOLOAD = sub () { $val }; 82 *$AUTOLOAD = sub { $val };
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbisetb.h | 89 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 D | siglongjmp.c | 56 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 D | Gresume.c | 74 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 D | Gresume.c | 86 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 D | asn1write.h | 203 * \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 D | freedreno_pipe.c | 40 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 D | tst_taint.c | 40 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 D | transform.js | 175 this._transform(chunk, encoding, (err, val) => { 181 if (val != null) { 182 this.push(val);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-arguments.h | 39 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 D | rbbisetb.h | 89 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 D | ares_strsplit.c | 117 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 D | support_numa.c | 67 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 D | set_thread_area01.c | 55 #define VALUE_AND_STRING(val) val, #val
|