/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl37.c | 58 unsigned int orig_value; in setup() local 66 orig_value = TST_RET; in setup() 68 wrbuf = SAFE_MALLOC(orig_value); in setup() 69 memset(wrbuf, 'x', orig_value); in setup() 70 SAFE_WRITE(SAFE_WRITE_ALL, fds[1], wrbuf, orig_value); in setup() 76 half_value = orig_value / 2; in setup()
|
/third_party/ltp/testcases/commands/sysctl/ |
H A D | sysctl01.sh | 25 local orig_value=$(cat "$dir""$name") 31 if [ ${test_value} -eq ${orig_value} ]; then 35 sysctl -w "kernel.""$name"=${orig_value} >/dev/null 2>&1
|
H A D | sysctl02.sh | 30 orig_value=$(cat "$sys_file") 76 [ -n "$orig_value" ] && sysctl -w -q $sys_name=$orig_value
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test_zero_hugepage.sh | 14 orig_value=`cat /proc/sys/vm/nr_hugepages` 32 echo $orig_value > /proc/sys/vm/nr_hugepages
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 289 LLVMValueRef orig_value; in lp_emit_store_aos() local 291 orig_value = LLVMBuildLoad2(builder, vec_type, ptr, ""); in lp_emit_store_aos() 293 mask, value, orig_value); in lp_emit_store_aos()
|
/third_party/selinux/libsepol/src/ |
H A D | conditional.c | 348 unsigned int i, j, orig_value[COND_MAX_BOOLS]; in cond_normalize_expr() local 408 orig_value[i] = in cond_normalize_expr() 435 orig_value[i]; in cond_normalize_expr()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1977 uint64_t orig_value = static_cast<uint64_t>(value); in SetInstructionBits() local 1978 value = (static_cast<uint64_t>(orig_value & 0xFF) << 40) | in SetInstructionBits() 1979 (static_cast<uint64_t>((orig_value >> 8) & 0xFF) << 32) | in SetInstructionBits() 1980 (static_cast<uint64_t>((orig_value >> 16) & 0xFF) << 24) | in SetInstructionBits() 1981 (static_cast<uint64_t>((orig_value >> 24) & 0xFF) << 16) | in SetInstructionBits() 1982 (static_cast<uint64_t>((orig_value >> 32) & 0xFF) << 8) | in SetInstructionBits() 1983 (static_cast<uint64_t>((orig_value >> 40) & 0xFF)); in SetInstructionBits() 1990 uint64_t orig_value = static_cast<uint64_t>(value); in SetInstructionBits() local 1993 static_cast<uint16_t>((orig_value >> 32) & 0xFFFF); in SetInstructionBits()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4275 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 4858 lt_extend_str (const char *orig_value, const char *add, int to_end) 4861 if (orig_value && *orig_value) 4863 int orig_value_len = strlen (orig_value); 4868 strcpy (new_value, orig_value); 4874 strcpy (new_value + add_len, orig_value);
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 4878 lt_extend_str (const char *orig_value, const char *add, int to_end) 4881 if (orig_value && *orig_value) 4883 int orig_value_len = strlen (orig_value); 4888 strcpy (new_value, orig_value); 4894 strcpy (new_value + add_len, orig_value);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 544 const char *orig_value = ctx->p2; in default_fixup_args() local 583 orig_ctrl_str, orig_value); in default_fixup_args()
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 544 const char *orig_value = ctx->p2; in default_fixup_args() local 583 orig_ctrl_str, orig_value); in default_fixup_args()
|
/third_party/eudev/ |
H A D | ltmain.sh | 5716 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6304 lt_extend_str (const char *orig_value, const char *add, int to_end) 6307 if (orig_value && *orig_value) 6309 size_t orig_value_len = strlen (orig_value); 6314 strcpy (new_value, orig_value); 6320 strcpy (new_value + add_len, orig_value);
|
/third_party/curl/ |
H A D | ltmain.sh | 5917 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6505 lt_extend_str (const char *orig_value, const char *add, int to_end) 6508 if (orig_value && *orig_value) 6510 size_t orig_value_len = strlen (orig_value); 6515 strcpy (new_value, orig_value); 6521 strcpy (new_value + add_len, orig_value);
|
/third_party/lame/ |
H A D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 5917 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6505 lt_extend_str (const char *orig_value, const char *add, int to_end) 6508 if (orig_value && *orig_value) 6510 size_t orig_value_len = strlen (orig_value); 6515 strcpy (new_value, orig_value); 6521 strcpy (new_value + add_len, orig_value);
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 5917 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6505 lt_extend_str (const char *orig_value, const char *add, int to_end) 6508 if (orig_value && *orig_value) 6510 size_t orig_value_len = strlen (orig_value); 6515 strcpy (new_value, orig_value); 6521 strcpy (new_value + add_len, orig_value);
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 5918 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6506 lt_extend_str (const char *orig_value, const char *add, int to_end) 6509 if (orig_value && *orig_value) 6511 size_t orig_value_len = strlen (orig_value); 6516 strcpy (new_value, orig_value); 6522 strcpy (new_value + add_len, orig_value);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 4133 orig_value = out.getvalue() 4137 self.assertEqual(out.getvalue(), orig_value)
|