Home
last modified time | relevance | path

Searched refs:orig_value (Results 1 – 25 of 26) sorted by relevance

12

/external/ltp/testcases/commands/sysctl/
Dsysctl01.sh41 local orig_value=$(cat "$dir""$name")
47 if [ ${test_value} -eq ${orig_value} ]; then
51 sysctl -w "kernel.""$name"=${orig_value} >/dev/null 2>&1
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc34 orig_value=`grep function-fork trace_options`
42 echo $orig_value > trace_options
/external/selinux/libsepol/src/
Dconditional.c348 unsigned int i, j, orig_value[COND_MAX_BOOLS]; in cond_normalize_expr() local
410 orig_value[i] = in cond_normalize_expr()
438 orig_value[i]; in cond_normalize_expr()
/external/v8/src/s390/
Dconstants-s390.h1972 uint64_t orig_value = static_cast<uint64_t>(value); in SetInstructionBits() local
1973 value = (static_cast<uint64_t>(orig_value & 0xFF) << 40) | in SetInstructionBits()
1974 (static_cast<uint64_t>((orig_value >> 8) & 0xFF) << 32) | in SetInstructionBits()
1975 (static_cast<uint64_t>((orig_value >> 16) & 0xFF) << 24) | in SetInstructionBits()
1976 (static_cast<uint64_t>((orig_value >> 24) & 0xFF) << 16) | in SetInstructionBits()
1977 (static_cast<uint64_t>((orig_value >> 32) & 0xFF) << 8) | in SetInstructionBits()
1978 (static_cast<uint64_t>((orig_value >> 40) & 0xFF)); in SetInstructionBits()
1985 uint64_t orig_value = static_cast<uint64_t>(value); in SetInstructionBits() local
1988 static_cast<uint16_t>((orig_value >> 32) & 0xFFFF); in SetInstructionBits()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c288 LLVMValueRef orig_value; in lp_emit_store_aos() local
290 orig_value = LLVMBuildLoad(builder, ptr, ""); in lp_emit_store_aos()
292 mask, value, orig_value); in lp_emit_store_aos()
/external/libnfnetlink/
Dltmain.sh3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);
/external/speex/
Dltmain.sh4295 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);
/external/libusb-compat/
Dltmain.sh3283 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3888 lt_extend_str (const char *orig_value, const char *add, int to_end)
3891 if (orig_value && *orig_value)
3893 int orig_value_len = strlen (orig_value);
3898 strcpy (new_value, orig_value);
3904 strcpy (new_value + add_len, orig_value);
/external/google-breakpad/autotools/
Dltmain.sh3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);
/external/libnetfilter_conntrack/build-aux/
Dltmain.sh4295 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);
/external/libnfnetlink/build-aux/
Dltmain.sh4295 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);
/external/libxkbcommon/xkbcommon/build-aux/
Dltmain.sh4295 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);
/external/libnetfilter_conntrack/
Dltmain.sh3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);
/external/libogg/
Dltmain.sh3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh4295 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);
/external/lmfit/build-aux/
Dltmain.sh4295 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);
/external/libexif/
Dltmain.sh4292 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4875 lt_extend_str (const char *orig_value, const char *add, int to_end)
4878 if (orig_value && *orig_value)
4880 int orig_value_len = strlen (orig_value);
4885 strcpy (new_value, orig_value);
4891 strcpy (new_value + add_len, orig_value);
/external/libpng/
Dltmain.sh5668 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);
/external/ImageMagick/config/
Dltmain.sh5668 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);
/external/curl/
Dltmain.sh5668 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);
/external/python/cpython2/Modules/_ctypes/libffi/
Dltmain.sh5549 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6132 lt_extend_str (const char *orig_value, const char *add, int to_end)
6135 if (orig_value && *orig_value)
6137 size_t orig_value_len = strlen (orig_value);
6142 strcpy (new_value, orig_value);
6148 strcpy (new_value + add_len, orig_value);
/external/iperf3/config/
Dltmain.sh5668 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);
/external/pcre/dist2/
Dltmain.sh5883 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6471 lt_extend_str (const char *orig_value, const char *add, int to_end)
6474 if (orig_value && *orig_value)
6476 size_t orig_value_len = strlen (orig_value);
6481 strcpy (new_value, orig_value);
6487 strcpy (new_value + add_len, orig_value);
/external/libevent/
Dltmain.sh5668 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);
/external/expat/conftools/
Dltmain.sh5716 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);

12