/aosp_15_r20/bionic/linker/ |
H A D | linker_cfi.cpp | 47 char* tmp_start; member in ShadowWrite 55 tmp_start = in ShadowWrite() 58 CHECK(tmp_start != MAP_FAILED); in ShadowWrite() 60 memcpy(tmp_start, aligned_start, shadow_start - aligned_start); in ShadowWrite() 61 memcpy(tmp_start + (shadow_end - aligned_start), shadow_end, aligned_end - shadow_end); in ShadowWrite() 65 return reinterpret_cast<uint16_t*>(tmp_start + (shadow_start - aligned_start)); in begin() 69 return reinterpret_cast<uint16_t*>(tmp_start + (shadow_end - aligned_start)); in end() 74 mprotect(tmp_start, size, PROT_READ); in ~ShadowWrite() 75 void* res = mremap(tmp_start, size, size, MREMAP_MAYMOVE | MREMAP_FIXED, in ~ShadowWrite()
|
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/arm/ |
H A D | disflow_neon.c | 99 int16_t *tmp_start = tmp_ + DISFLOW_PATCH_SIZE; in compute_flow_error() local 102 int16x8_t t0 = vld1q_s16(tmp_start + (i - 1) * DISFLOW_PATCH_SIZE); in compute_flow_error() 103 int16x8_t t1 = vld1q_s16(tmp_start + i * DISFLOW_PATCH_SIZE); in compute_flow_error() 104 int16x8_t t2 = vld1q_s16(tmp_start + (i + 1) * DISFLOW_PATCH_SIZE); in compute_flow_error() 105 int16x8_t t3 = vld1q_s16(tmp_start + (i + 2) * DISFLOW_PATCH_SIZE); in compute_flow_error()
|
H A D | disflow_sve.c | 108 int16_t *tmp_start = tmp_ + DISFLOW_PATCH_SIZE; in compute_flow_error() local 111 int16x8_t t0 = vld1q_s16(tmp_start + (i - 1) * DISFLOW_PATCH_SIZE); in compute_flow_error() 112 int16x8_t t1 = vld1q_s16(tmp_start + i * DISFLOW_PATCH_SIZE); in compute_flow_error() 113 int16x8_t t2 = vld1q_s16(tmp_start + (i + 1) * DISFLOW_PATCH_SIZE); in compute_flow_error() 114 int16x8_t t3 = vld1q_s16(tmp_start + (i + 2) * DISFLOW_PATCH_SIZE); in compute_flow_error()
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseBlock.h | 142 Index tmp_start = tmp.outerIndexPtr()[0]; 153 …internal::smart_copy(tmp.valuePtr() + tmp_start, tmp.valuePtr() + tmp_start + nnz, newd… 154 …internal::smart_copy(tmp.innerIndexPtr() + tmp_start, tmp.innerIndexPtr() + tmp_start + nnz, newd… 178 …internal::smart_copy(tmp.valuePtr() + tmp_start, tmp.valuePtr() + tmp_start + nnz, matr… 179 …internal::smart_copy(tmp.innerIndexPtr() + tmp_start, tmp.innerIndexPtr() + tmp_start + nnz, matr…
|
/aosp_15_r20/external/coreboot/src/mainboard/hp/pro_3500_series/ |
H A D | devicetree.cb | 48 register "FAN2.smart.tmp_start" = "40" 57 register "FAN3.smart.tmp_start" = "40" 65 register "FAN_VECA.tmp_start" = "57" 71 register "FAN_VECB.tmp_start" = "48"
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | find.h | 91 Py_ssize_t tmp_start = 0; in STRINGLIB() local 107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB() 113 *start = tmp_start; in STRINGLIB()
|
/aosp_15_r20/external/python/cpython2/Objects/stringlib/ |
D | find.h | 113 Py_ssize_t tmp_start = 0; in stringlib_parse_args_finds() local 129 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in stringlib_parse_args_finds() 135 *start = tmp_start; in stringlib_parse_args_finds()
|
/aosp_15_r20/external/coreboot/src/superio/ite/common/ |
H A D | env_ctrl_chip.h | 57 u8 tmp_start; /* turn fan on above (°C) */ member 78 u8 tmp_start; member
|
H A D | env_ctrl.c | 179 conf->tmp_start); in fan_smartconfig() 261 u8 start = conf->tmp_start; in enable_fan_vector()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_lpc.c | 443 WORD32 tmp_start; in ixheaacd_lpd_dec() local 508 tmp_start = 0; in ixheaacd_lpd_dec() 512 length = (2 * len_subfrm - tmp_start) / LEN_SUBFR; in ixheaacd_lpd_dec() 515 &st->fd_synth[ORDER + tmp_start], in ixheaacd_lpd_dec() 516 &ptr_tmp[tmp_start], LEN_SUBFR, length); in ixheaacd_lpd_dec()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/ |
D | converter_lexical_streams.hpp | 261 …CharT* tmp_start = lcast_put_unsigned<Traits, utype, CharT>(lcast_to_unsigned(n), tmp_finish).conv… in shl_signed() local 263 --tmp_start; in shl_signed() 265 Traits::assign(*tmp_start, minus); in shl_signed() 267 start = tmp_start; in shl_signed()
|
/aosp_15_r20/external/coreboot/src/mainboard/gigabyte/ga-945gcm-s2l/ |
H A D | devicetree.cb | 91 register "FAN1.smart.tmp_start" = "35" 101 register "FAN2.smart.tmp_start" = "35"
|
/aosp_15_r20/external/coreboot/src/mainboard/gigabyte/ga-g41m-es2l/ |
H A D | devicetree.cb | 75 register "FAN1.smart.tmp_start" = "30" 85 register "FAN2.smart.tmp_start" = "30"
|
/aosp_15_r20/external/coreboot/src/mainboard/foxconn/g41s-k/ |
H A D | devicetree.cb | 59 register "FAN1.smart.tmp_start" = "30" 68 register "FAN2.smart.tmp_start" = "30"
|
/aosp_15_r20/external/coreboot/src/mainboard/acer/g43t-am3/ |
H A D | devicetree.cb | 58 register "FAN1.smart.tmp_start" = "50" 68 register "FAN2.smart.tmp_start" = "40"
|
/aosp_15_r20/external/coreboot/src/mainboard/roda/rv11/variants/rw11/ |
H A D | devicetree.cb | 121 register "FAN1.smart.tmp_start" = "64" 128 register "FAN2.smart.tmp_start" = "64"
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/thinkcentre_m710s/ |
H A D | devicetree.cb | 107 .tmp_start = 60,
|
/aosp_15_r20/external/coreboot/src/mainboard/aoostar/wtr_r1/ |
H A D | devicetree.cb | 163 register "FAN2.smart.tmp_start" = "35"
|
/aosp_15_r20/external/coreboot/src/mainboard/libretrend/lt1000/ |
H A D | devicetree.cb | 196 register "FAN1.smart.tmp_start" = "60"
|
/aosp_15_r20/external/coreboot/src/mainboard/protectli/vault_cml/ |
H A D | devicetree.cb | 206 register "FAN1.smart.tmp_start" = "60"
|