Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 14 of 14) sorted by relevance

/device/linaro/dragonboard/db845c/firmware/
Dbdwlan.txt3 nvBaseFlag__0_0 0x0
8 macAddr__0_0 0x0 0x0 0x0 0x0 0x0 0x0
9 regDmn__0_0 0x0 0x0
10 refDesignId__0_0 0x0
11 customerId__0_0 0x0
12 projectId__0_0 0x0
13 boardDataRev__0_0 0x0
14 rfSilent__0_0 0x0
15 wlanLedGpio__0_0 0x0
17 calSmVersion__0_0 0x0
[all …]
/device/amlogic/yukawa/binaries/bt-wifi-firmware/
Dnvram.txt146 sb20in40hrpo=0x0
147 sb20in80and160hr5glpo=0x0
148 sb40and80hr5glpo=0x0
149 sb20in80and160hr5gmpo=0x0
150 sb40and80hr5gmpo=0x0
151 sb20in80and160hr5ghpo=0x0
152 sb40and80hr5ghpo=0x0
153 sb20in40lrpo=0x0
154 sb20in80and160lr5glpo=0x0
155 sb40and80lr5glpo=0x0
[all …]
/device/google/contexthub/lib/nanohub/
Daes.c206 …uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use sep… in aesEncr() local
210 x0 = *src++ ^ *k++; in aesEncr()
220 ror(FwdTab0[(x0 >> 24) & 0xff], 0) ^ in aesEncr()
229 ror(FwdTab0[(x0 >> 0) & 0xff], 24); in aesEncr()
234 ror(FwdTab0[(x0 >> 8) & 0xff], 16) ^ in aesEncr()
239 ror(FwdTab0[(x0 >> 16) & 0xff], 8) ^ in aesEncr()
243 x0 = t0; in aesEncr()
250 (((uint32_t)(FwdSbox[(x0 >> 24) & 0xff])) << 24) ^ in aesEncr()
259 (((uint32_t)(FwdSbox[(x0 >> 0) & 0xff])) << 0); in aesEncr()
264 (((uint32_t)(FwdSbox[(x0 >> 8) & 0xff])) << 8) ^ in aesEncr()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt229 0x00000000 _rom_store_table = 0x0
249 .vlpd.rodata 0xc0408000 0x0
254 .vlpd.data 0xc0408000 0x0
259 .vlpd.bss 0xc0408000 0x0
268 0xc0418000 0x0
274 0xc0418000 0x0
280 0xc0418000 0x0
289 0xc0428000 0x0
294 .amr_vlpd.data 0xc0428000 0x0
299 .amr_vlpd.bss 0xc0428000 0x0
[all …]
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c67 memset(&sphere_cal->x0[0], 0, sizeof(float) * SF_STATE_DIM); in sphereFitReset()
68 sphere_cal->x0[eParamScaleMatrix11] = 1.f; in sphereFitReset()
69 sphere_cal->x0[eParamScaleMatrix22] = 1.f; in sphereFitReset()
70 sphere_cal->x0[eParamScaleMatrix33] = 1.f; in sphereFitReset()
71 memcpy(sphere_cal->x, sphere_cal->x0, sizeof(sphere_cal->x)); in sphereFitReset()
103 sphere_cal->x0[eParamOffset1] = initial_bias[0]; in sphereFitSetInitialBias()
104 sphere_cal->x0[eParamOffset2] = initial_bias[1]; in sphereFitSetInitialBias()
105 sphere_cal->x0[eParamOffset3] = initial_bias[2]; in sphereFitSetInitialBias()
224 lmSolverSolve(&sphere_cal->lm_solver, sphere_cal->x0, (void *)data, in runCalibration()
Dsphere_fit_calibration.h102 float x0[SF_STATE_DIM]; member
/device/google/contexthub/firmware/os/algos/
Dfusion.c88 initVec4(&fusion->x0, 0.0f, 0.0f, 0.0f, 0.0f); in initFusion()
219 initQuat(&fusion->x0, &R); in fusion_init_complete()
264 Quat q = fusion->x0; in fusionPredict()
344 mat44Apply(&fusion->x0, &O, &q); in fusionPredict()
346 if (fusion->x0.w < 0.0f) { in fusionPredict()
347 fusion->x0.x = -fusion->x0.x; in fusionPredict()
348 fusion->x0.y = -fusion->x0.y; in fusionPredict()
349 fusion->x0.z = -fusion->x0.z; in fusionPredict()
350 fusion->x0.w = -fusion->x0.w; in fusionPredict()
433 quatToMatrix(&A, &fusion->x0); in fusionUpdate()
[all …]
/device/linaro/dragonboard/qcom/pd-mapper/
Dservreg_loc.qmi5 const SERVREG_QMI_INSTANCE = 0x0;
/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h41 Quat x0; member
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/certs/
Dtrusted.pem3 Version: 1 (0x0)
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/
Dtrusted.pem3 Version: 1 (0x0)
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h4371 float32_t x0; /**< saves previous input sample. */ member
4425 q31_t x0; /**< saves previous input sample. */ member
4481 q15_t x0; /**< saves previous input sample. */ member
5769 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local
5791 x0 = S->x1 + i * xSpacing; in arm_linear_interp_f32()
5799 y = y0 + (x - x0) * ((y1 - y0) / (x1 - x0)); in arm_linear_interp_f32()
/device/google/bonito/
DWCNSS_qcom_cfg.ini675 channel_select_logic_conc=0x0
/device/google/crosshatch/
DWCNSS_qcom_cfg.ini675 channel_select_logic_conc=0x0