/device/generic/goldfish/camera/fake-pipeline2/ |
D | Scene.cpp | 32 #define S (Scene::GRASS_SHADOW * Scene::NUM_CHANNELS) macro 63 S,S,S,G,G,S,S,S,W,W,W,W,W,W,W,W,W,W,S,S, 64 S,G,G,G,G,S,S,S,W,I,I,W,D,D,W,I,I,W,S,S, // 15 65 G,G,G,G,G,G,S,S,W,I,I,W,D,D,W,I,I,W,S,S, 68 G,G,G,G,G,G,G,G,S,S,S,S,S,S,S,S,S,S,G,G, 69 G,G,G,G,G,G,G,G,S,S,S,S,S,S,S,S,S,S,G,G, // 20 74 #undef S
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 1117 const arm_fir_instance_q7 * S, 1133 arm_fir_instance_q7 * S, 1149 const arm_fir_instance_q15 * S, 1163 const arm_fir_instance_q15 * S, 1180 arm_fir_instance_q15 * S, 1195 const arm_fir_instance_q31 * S, 1209 const arm_fir_instance_q31 * S, 1224 arm_fir_instance_q31 * S, 1239 const arm_fir_instance_f32 * S, 1254 arm_fir_instance_f32 * S, [all …]
|
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | Scene.cpp | 32 #define S (Scene::GRASS_SHADOW * Scene::NUM_CHANNELS) macro 61 S, S, S, G, G, S, S, S, W, W, W, W, W, W, W, W, W, W, S, S, 62 S, G, G, G, G, S, S, S, W, I, I, W, D, D, W, I, I, W, S, S, // 15 63 G, G, G, G, G, G, S, S, W, I, I, W, D, D, W, I, I, W, S, S, 66 G, G, G, G, G, G, G, G, S, S, S, S, S, S, S, S, S, S, G, G, 67 G, G, G, G, G, G, G, G, S, S, S, S, S, S, S, S, S, S, G, G, // 20 72 #undef S
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | ProtocolUtils.h | 56 template <typename T, typename S> 59 static_assert(sizeof(T) == sizeof(S), in unpack() 65 template <typename T, typename S> 66 struct UnpackerT<T*, S> { 68 return (T*)(uintptr_t)(*(const S*)ptr); 79 template <typename T, typename S> 81 return UnpackerT<T, S>::unpack(ptr);
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | TypeTraits.h | 158 template <int N, int... S> 159 struct MakeSeq : MakeSeq<N - 1, N - 1, S...> {}; 161 template <int... S> 162 struct MakeSeq<0, S...> { 163 using type = Seq<S...>; 169 template <int... S> 170 using MakeSeqT = typename MakeSeq<S...>::type;
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.c | 54 struct Mat33 S; in moc_eigen_test() local 55 S.elem[0][0] = kasa->acc_xx - kasa->acc_x * kasa->acc_x; in moc_eigen_test() 56 S.elem[0][1] = S.elem[1][0] = kasa->acc_xy - kasa->acc_x * kasa->acc_y; in moc_eigen_test() 57 S.elem[0][2] = S.elem[2][0] = kasa->acc_xz - kasa->acc_x * kasa->acc_z; in moc_eigen_test() 58 S.elem[1][1] = kasa->acc_yy - kasa->acc_y * kasa->acc_y; in moc_eigen_test() 59 S.elem[1][2] = S.elem[2][1] = kasa->acc_yz - kasa->acc_y * kasa->acc_z; in moc_eigen_test() 60 S.elem[2][2] = kasa->acc_zz - kasa->acc_z * kasa->acc_z; in moc_eigen_test() 64 mat33GetEigenbasis(&S, &eigenvals, &eigenvecs); in moc_eigen_test()
|
/device/google/contexthub/firmware/lib/builtins/ |
D | Android.mk | 25 aeabi_ldivmod.S \ 26 aeabi_uldivmod.S \
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | common.mk | 29 S = / 58 OBJDIR = objs$(S)$(CODEC_NAME) 59 LIBDIR = $(ROOTDIR)$(S)lib 146 $(OBJ_LIBASMOBJS): $(OBJDIR)/%.o: %.S
|
D | xa_hikey.img | 33 …S��s��s��s��s��s��s��s�����s�����s��s��i��s��s��s��s��s��s��s��s��s��s��s�… 37 …S�3�s��K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?��?���… 44 …�C2���d��˖���b�S� ��-���_����_�����%��(U�&[r�… 52 S�S
|
D | Makefile | 49 vpath %.S $(ROOTDIR)/ipc/xt-shmem/hikey 50 vpath %.S $(ROOTDIR)/core/util/gdbstub
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 304 void mat33GetEigenbasis(struct Mat33 *S, struct Vec3 *eigenvals, in mat33GetEigenbasis() argument 306 ASSERT_NOT_NULL(S); in mat33GetEigenbasis() 316 ind[k] = mat33Maxind(S, k); in mat33GetEigenbasis() 317 _eigenvals[k] = S->elem[k][k]; in mat33GetEigenbasis() 325 if (fabsf(S->elem[k][ind[k]]) > fabsf(S->elem[m][ind[m]])) { in mat33GetEigenbasis() 332 float p = S->elem[k][l]; in mat33GetEigenbasis() 351 S->elem[k][l] = 0.0f; in mat33GetEigenbasis() 357 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis() 361 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis() 365 mat33Rotate(S, c, s, k, i, l, i); in mat33GetEigenbasis() [all …]
|
/device/google/contexthub/firmware/app/ |
D | app.mk | 188 AS_SRCS := $(filter %.S, $(SRCS)) 193 OBJS := $(patsubst %.S, $(OUT)/%.o, $(AS_SRCS)) 203 all: $(OUT)/$(BIN).S $(OUT)/$(BIN).napp $(IMAGE_TARGET_OUT) 233 $(OUT)/$(BIN).S : $(OUT)/$(BIN).elf 241 $(OUT)/%.o : %.S
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 39 …S�3�s��K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?��?���… 46 …�C2���d��˖���b�S� ��-���_����_�����%��(U�&[r�… 54 S�S 64 …t�h4f�t��4ȲtR�4�t�4W�t�5�tt�M5�_t?{5�Jt�5�5t��5� t6St�16�s._6��s��… 67 p2>t�o#<>�oh>��o�> �o��>m�o��>�woI?_oC?3Fo�n?S-oR�?ao��?_�n|�?K�n… 70 …S�H�oi��H$Si�H�6iWI�i�8I*�h�aIa�h��I��h�I��h(�I��h/J�lh+/J�OhXJW2h�…
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cortexm4.mk | 41 $(LIB_PATH)/libc/memcpy-armv7m.S \ 48 $(LIB_PATH)/libc/memcpy-armv7m.S \
|
/device/google/contexthub/firmware/lib/ |
D | lib.mk | 78 SRCS += $(BUILTINS_PATH)/aeabi_ldivmod.S 79 SRCS += $(BUILTINS_PATH)/aeabi_uldivmod.S
|
/device/google/bonito/vibrator/cs40l20/wav_wavetable/ |
D | 10_THUD_0503.json | 25 …�j���I���L���s���a�)�������x�v�������\���j���R���`����;�����b�!�������q�S�1���������{Z… 48 …�%� L�D��+������7����`�N�Q�z���6����xߗ���Y������6ݝ�H���N��2��������h���S�����&����0�r
|
/device/google/crosshatch/vibrator/cs40l20/wav_wavetable/ |
D | 10_THUD_0503.json | 25 …�j���I���L���s���a�)�������x�v�������\���j���R���`����;�����b�!�������q�S�1���������{Z… 48 …�%� L�D��+������7����`�N�Q�z���6����xߗ���Y������6ݝ�H���N��2��������h���S�����&����0�r
|
/device/google/cuttlefish/host/libs/config/ |
D | kernel_args.cpp | 34 template<typename S, typename T> 35 static std::string concat(const S& s, const T& t) { in concat()
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 382 struct Mat33 S; in accEigenTest() local 383 S.elem[0][0] = akf->acc_xx - akf->acc_x * akf->acc_x; in accEigenTest() 384 S.elem[0][1] = S.elem[1][0] = akf->acc_xy - akf->acc_x * akf->acc_y; in accEigenTest() 385 S.elem[0][2] = S.elem[2][0] = akf->acc_xz - akf->acc_x * akf->acc_z; in accEigenTest() 386 S.elem[1][1] = akf->acc_yy - akf->acc_y * akf->acc_y; in accEigenTest() 387 S.elem[1][2] = S.elem[2][1] = akf->acc_yz - akf->acc_y * akf->acc_z; in accEigenTest() 388 S.elem[2][2] = akf->acc_zz - akf->acc_z * akf->acc_z; in accEigenTest() 392 mat33GetEigenbasis(&S, &eigenvals, &eigenvecs); in accEigenTest()
|
/device/google/coral-sepolicy/vendor/google/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/wahoo/sepolicy/vendor/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/bonito-sepolicy/vendor/google/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/crosshatch-sepolicy/vendor/google/certs/ |
D | app.x509.pem | 25 ayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUW
|
/device/google/contexthub/firmware/lib/libc/ |
D | Android.mk | 34 LOCAL_SRC_FILES_cortexm4 += memcpy-armv7m.S
|
/device/linaro/hikey/self-extractors_hikey960/hisilicon/ |
D | LICENSE | 114 The SOFTWARE provided under this Agreement is subject to U.S. export control laws, including the 115 U.S. Export Administration Act and its associated regulations, and may be subject to export or impo… 118 or indirectly, in violation of Export Laws, either to any countries that are subject to U.S.A. expo… 119 restrictions or to any end user who has been prohibited from participating in the U.S.A. export 120 transactions by any federal agency of the U.S.A. government; or (2) intended to be used for any
|