/external/v8/src/s390/ |
D | constants-s390.h | 1230 uint64_t orig_value = static_cast<uint64_t>(value); in SetInstructionBits() local 1231 value = (static_cast<uint64_t>(orig_value & 0xFF) << 40) | in SetInstructionBits() 1232 (static_cast<uint64_t>((orig_value >> 8) & 0xFF) << 32) | in SetInstructionBits() 1233 (static_cast<uint64_t>((orig_value >> 16) & 0xFF) << 24) | in SetInstructionBits() 1234 (static_cast<uint64_t>((orig_value >> 24) & 0xFF) << 16) | in SetInstructionBits() 1235 (static_cast<uint64_t>((orig_value >> 32) & 0xFF) << 8) | in SetInstructionBits() 1236 (static_cast<uint64_t>((orig_value >> 40) & 0xFF)); in SetInstructionBits() 1243 uint64_t orig_value = static_cast<uint64_t>(value); in SetInstructionBits() local 1246 static_cast<uint16_t>((orig_value >> 32) & 0xFFFF); in SetInstructionBits()
|
/external/selinux/libsepol/src/ |
D | conditional.c | 348 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/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 342 LLVMValueRef orig_value; in lp_emit_store_aos() local 344 orig_value = LLVMBuildLoad(builder, ptr, ""); in lp_emit_store_aos() 346 mask, value, orig_value); in lp_emit_store_aos()
|
/external/libevent/ |
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);
|
/external/libvorbis/ |
D | ltmain.sh | 3276 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/libmtp/ |
D | ltmain.sh | 3276 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/libusb-compat/ |
D | ltmain.sh | 3283 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/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
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);
|
/external/libnetfilter_conntrack/build-aux/ |
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);
|
/external/google-tv-pairing-protocol/cpp/ |
D | libtool | 3777 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 4382 lt_extend_str (const char *orig_value, const char *add, int to_end) 4385 if (orig_value && *orig_value) 4387 int orig_value_len = strlen (orig_value); 4392 strcpy (new_value, orig_value); 4398 strcpy (new_value + add_len, orig_value);
|
D | ltmain.sh | 3276 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/google-breakpad/autotools/ |
D | ltmain.sh | 3276 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/ |
D | ltmain.sh | 3276 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/libmicrohttpd/ |
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);
|
/external/libnfnetlink/ |
D | ltmain.sh | 3276 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/ |
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);
|
/external/c-ares/ |
D | ltmain.sh | 4289 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 4872 lt_extend_str (const char *orig_value, const char *add, int to_end) 4875 if (orig_value && *orig_value) 4877 int orig_value_len = strlen (orig_value); 4882 strcpy (new_value, orig_value); 4888 strcpy (new_value + add_len, orig_value);
|
/external/libnfnetlink/build-aux/ |
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);
|
/external/protobuf/gtest/build-aux/ |
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);
|
/external/libogg/ |
D | ltmain.sh | 3276 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/libexif/ |
D | ltmain.sh | 4292 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/protobuf/ |
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);
|
/external/libedit/ |
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);
|
/external/pcre/dist2/ |
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);
|
/external/ImageMagick/config/ |
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);
|