Searched defs:orig_value (Results 1 - 4 of 4) sorted by relevance

/external/ltrace/
H A Dbreakpoint.h66 unsigned char orig_value[BREAKPOINT_LENGTH]; member in struct:breakpoint
101 * disabled. orig_value has to be set separately. CBS may be
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c342 LLVMValueRef orig_value; local
344 orig_value = LLVMBuildLoad(builder, ptr, "");
346 mask, value, orig_value);
/external/selinux/libsepol/src/
H A Dconditional.c348 unsigned int i, j, orig_value[COND_MAX_BOOLS]; local
410 orig_value[i] =
438 orig_value[i];
/external/v8/src/s390/
H A Dconstants-s390.h1230 uint64_t orig_value = static_cast<uint64_t>(value); local
1231 value = (static_cast<uint64_t>(orig_value & 0xFF) << 40) |
1232 (static_cast<uint64_t>((orig_value >> 8) & 0xFF) << 32) |
1233 (static_cast<uint64_t>((orig_value >> 16) & 0xFF) << 24) |
1234 (static_cast<uint64_t>((orig_value >> 24) & 0xFF) << 16) |
1235 (static_cast<uint64_t>((orig_value >> 32) & 0xFF) << 8) |
1236 (static_cast<uint64_t>((orig_value >> 40) & 0xFF));
1243 uint64_t orig_value = static_cast<uint64_t>(value); local
1246 static_cast<uint16_t>((orig_value >> 32) & 0xFFFF);

Completed in 124 milliseconds