| /device/google/contexthub/firmware/os/core/ | 
| D | sensors.c | 93     struct Sensor *s;  in sensorRegisterEx()  local146     struct Sensor *s = sensorFindByHandle(handle);  in sensorRegisterInitComplete()  local
 159     struct Sensor *s = sensorFindByHandle(handle);  in sensorUnregister()  local
 189 static bool sensorCallFuncPower(struct Sensor* s, bool on)  in sensorCallFuncPower()
 212 static bool sensorCallAsOwner(struct Sensor* s, bool (*callback)(void*))  in sensorCallAsOwner()
 217 static bool sensorCallFuncFwUpld(struct Sensor* s)  in sensorCallFuncFwUpld()
 230 static bool sensorCallFuncSetRate(struct Sensor* s, uint32_t rate, uint64_t latency)  in sensorCallFuncSetRate()
 252 static bool sensorCallFuncCalibrate(struct Sensor* s)  in sensorCallFuncCalibrate()
 260 static bool sensorCallFuncSelfTest(struct Sensor* s)  in sensorCallFuncSelfTest()
 268 static bool sensorCallFuncFlush(struct Sensor* s)  in sensorCallFuncFlush()
 [all …]
 
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | simd_mat4.inl | 50 GLM_FUNC_QUALIFIER fmat4x4SIMD::fmat4x4SIMD(float const & s)172 	float const & s
 185 	float const & s
 198 	float const & s
 211 	float const & s
 247 	float const & s
 261 	float const & s,
 293     float const & s
 307     float const & s,
 339     float const & s
 [all …]
 
 | 
| D | simd_quat.inl | 60 	vec3 s = glm::sin(eulerAngles * 0.5f);  local81 GLM_FUNC_QUALIFIER fquatSIMD& fquatSIMD::operator*=(float const & s)
 87 GLM_FUNC_QUALIFIER fquatSIMD& fquatSIMD::operator/=(float const & s)
 197 GLM_FUNC_QUALIFIER fquatSIMD operator* (fquatSIMD const & q, float s)
 202 GLM_FUNC_QUALIFIER fquatSIMD operator* (float s, fquatSIMD const & q)
 209 GLM_FUNC_QUALIFIER fquatSIMD operator/ (fquatSIMD const & q, float s)
 235         T s = static_cast<T>(0.5) / sqrt(trace);  local
 250                 T s = sqrt(m0[0] - m1[1] - m2[2] + T(1.0)) * T(0.5);  local
 264                 T s = sqrt(m1[1] - m0[0] - m2[2] + T(1.0)) * T(0.5);  local
 275         T s = sqrt(m2[2] - m0[0] - m1[1] + T(1.0)) * T(0.5);  local
 [all …]
 
 | 
| D | simd_vec4.inl | 35 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s) :68 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec3 const & v, float const & s) :
 72 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s, vec3 const & v) :
 95 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(float const & s)
 107 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator-=(float const & s)
 119 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator*=(float const & s)
 131 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator/=(float const & s)
 177 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (fvec4SIMD const & v, float s)
 182 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (float s, fvec4SIMD const & v)
 193 GLM_FUNC_QUALIFIER fvec4SIMD operator- (fvec4SIMD const & v, float s)
 [all …]
 
 | 
| D | transform2.inl | 7 	GLM_FUNC_QUALIFIER tmat3x3<T, P> shearX2D(tmat3x3<T, P> const& m, T s)  argument15 	GLM_FUNC_QUALIFIER tmat3x3<T, P> shearY2D(tmat3x3<T, P> const& m, T s)  argument
 23 	GLM_FUNC_QUALIFIER tmat4x4<T, P> shearX3D(tmat4x4<T, P> const& m, T s, T t)  argument
 32 	GLM_FUNC_QUALIFIER tmat4x4<T, P> shearY3D(tmat4x4<T, P> const& m, T s, T t)  argument
 41 	GLM_FUNC_QUALIFIER tmat4x4<T, P> shearZ3D(tmat4x4<T, P> const& m, T s, T t)  argument
 
 | 
| D | spline.inl | 13 		typename genType::value_type const & s36 		typename genType::value_type const & s
 58 		typename genType::value_type const & s
 
 | 
| D | color_space.inl | 104 	GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s)124 	GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color)
 130 	GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color)
 
 | 
| /device/generic/goldfish/camera/ | 
| D | metadata_utils.cpp | 154                     int s = 0;  in prettyPrintCameraMetadata()  local163                     int s = 0;  in prettyPrintCameraMetadata()  local
 172                     int s = 0;  in prettyPrintCameraMetadata()  local
 181                     int s = 0;  in prettyPrintCameraMetadata()  local
 190                     int s = 0;  in prettyPrintCameraMetadata()  local
 199                     int s = 0;  in prettyPrintCameraMetadata()  local
 
 | 
| /device/generic/vulkan-cereal/third-party/stb/include/stb/ | 
| D | stb_image_write.h | 276 static void stbi__start_write_callbacks(stbi__write_context *s, stbi_write_func *c, void *context)  in stbi__start_write_callbacks()332 static int stbi__start_write_file(stbi__write_context *s, const char *filename)  in stbi__start_write_file()
 339 static void stbi__end_write_file(stbi__write_context *s)  in stbi__end_write_file()
 349 static void stbiw__writefv(stbi__write_context *s, const char *fmt, va_list v)  in stbiw__writefv()
 378 static void stbiw__writef(stbi__write_context *s, const char *fmt, ...)  in stbiw__writef()
 386 static void stbiw__write_flush(stbi__write_context *s)  in stbiw__write_flush()
 394 static void stbiw__putc(stbi__write_context *s, unsigned char c)  in stbiw__putc()
 399 static void stbiw__write1(stbi__write_context *s, unsigned char a)  in stbiw__write1()
 406 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c)  in stbiw__write3()
 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int …  in stbiw__write_pixel()
 [all …]
 
 | 
| D | stb_image.h | 823 static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int len)  in stbi__start_mem()833 static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user)  in stbi__start_callbacks()
 874 static void stbi__start_file(stbi__context *s, FILE *f)  in stbi__start_file()
 883 static void stbi__rewind(stbi__context *s)  in stbi__rewind()
 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul…  in stbi__load_main()
 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, …  in stbi__load_and_postprocess_8bit()
 1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, …  in stbi__load_and_postprocess_16bit()
 1359    stbi__context s;  in stbi_load_from_file()  local
 1372    stbi__context s;  in stbi_load_from_file_16()  local
 1397    stbi__context s;  in stbi_load_16_from_memory()  local
 [all …]
 
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ | 
| D | type_vec4_simd.inl | 366 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) :371 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float s) :
 376 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float s) :
 382 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) :
 387 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_mediump>::tvec4(double s) :
 392 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_highp>::tvec4(double s) :
 398 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) :
 403 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_mediump>::tvec4(int32 s) :
 408 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 s) :
 414 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) :
 [all …]
 
 | 
| D | type_mat4x4.inl | 49 	GLM_FUNC_QUALIFIER tmat4x4<T, P>::tmat4x4(T const & s)284 	GLM_FUNC_QUALIFIER tmat4x4<T, P>& tmat4x4<T, P>::operator+=(U s)
 306 	GLM_FUNC_QUALIFIER tmat4x4<T, P> & tmat4x4<T, P>::operator-=(U s)
 328 	GLM_FUNC_QUALIFIER tmat4x4<T, P> & tmat4x4<T, P>::operator*=(U s)
 346 	GLM_FUNC_QUALIFIER tmat4x4<T, P> & tmat4x4<T, P>::operator/=(U s)
 421 	GLM_FUNC_QUALIFIER tmat4x4<T, P> operator+(tmat4x4<T, P> const & m, T const & s)  argument
 431 	GLM_FUNC_QUALIFIER tmat4x4<T, P> operator+(T const & s, tmat4x4<T, P> const & m)  argument
 451 	GLM_FUNC_QUALIFIER tmat4x4<T, P> operator-(tmat4x4<T, P> const & m, T const & s)  argument
 461 	GLM_FUNC_QUALIFIER tmat4x4<T, P> operator-(T const & s, tmat4x4<T, P> const & m)  argument
 481 	GLM_FUNC_QUALIFIER tmat4x4<T, P> operator*(tmat4x4<T, P> const & m, T const  & s)  argument
 [all …]
 
 | 
| D | type_mat4x3.inl | 47 	GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(T const & s)250 	GLM_FUNC_QUALIFIER tmat4x3<T, P> & tmat4x3<T, P>::operator+=(U s)
 272 	GLM_FUNC_QUALIFIER tmat4x3<T, P> & tmat4x3<T, P>::operator-=(U s)
 294 	GLM_FUNC_QUALIFIER tmat4x3<T, P> & tmat4x3<T, P>::operator*=(U s)
 305 	GLM_FUNC_QUALIFIER tmat4x3<T, P> & tmat4x3<T, P>::operator/=(U s)
 373 	GLM_FUNC_QUALIFIER tmat4x3<T, P> operator+(tmat4x3<T, P> const & m, T const & s)  argument
 393 	GLM_FUNC_QUALIFIER tmat4x3<T, P> operator-(tmat4x3<T, P> const & m, T const & s)  argument
 413 	GLM_FUNC_QUALIFIER tmat4x3<T, P> operator*(tmat4x3<T, P> const & m, T const & s)  argument
 423 	GLM_FUNC_QUALIFIER tmat4x3<T, P> operator*(T const & s, tmat4x3<T, P> const & m)  argument
 530 	GLM_FUNC_QUALIFIER tmat4x3<T, P> operator/(tmat4x3<T, P> const & m, T const & s)  argument
 [all …]
 
 | 
| D | type_vec1.hpp | 48 				T s;  member70 			union {T x, r, s;};  member
 
 | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | stb_image.h | 823 static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int len)  in stbi__start_mem()833 static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user)  in stbi__start_callbacks()
 874 static void stbi__start_file(stbi__context *s, FILE *f)  in stbi__start_file()
 883 static void stbi__rewind(stbi__context *s)  in stbi__rewind()
 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul…  in stbi__load_main()
 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, …  in stbi__load_and_postprocess_8bit()
 1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, …  in stbi__load_and_postprocess_16bit()
 1359    stbi__context s;  in stbi_load_from_file()  local
 1372    stbi__context s;  in stbi_load_from_file_16()  local
 1397    stbi__context s;  in stbi_load_16_from_memory()  local
 [all …]
 
 | 
| D | stb_image_write.h | 276 static void stbi__start_write_callbacks(stbi__write_context *s, stbi_write_func *c, void *context)  in stbi__start_write_callbacks()332 static int stbi__start_write_file(stbi__write_context *s, const char *filename)  in stbi__start_write_file()
 339 static void stbi__end_write_file(stbi__write_context *s)  in stbi__end_write_file()
 349 static void stbiw__writefv(stbi__write_context *s, const char *fmt, va_list v)  in stbiw__writefv()
 378 static void stbiw__writef(stbi__write_context *s, const char *fmt, ...)  in stbiw__writef()
 386 static void stbiw__write_flush(stbi__write_context *s)  in stbiw__write_flush()
 394 static void stbiw__putc(stbi__write_context *s, unsigned char c)  in stbiw__putc()
 399 static void stbiw__write1(stbi__write_context *s, unsigned char a)  in stbiw__write1()
 406 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c)  in stbiw__write3()
 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int …  in stbiw__write_pixel()
 [all …]
 
 | 
| /device/generic/vulkan-cereal/stream-servers/tests/ | 
| D | VirtioGpuTimelines_unittest.cpp | 58         InSequence s;  in TEST()  local88         InSequence s;  in TEST()  local
 121         InSequence s;  in TEST()  local
 138         InSequence s;  in TEST()  local
 159         InSequence s;  in TEST()  local
 204         InSequence s;  in TEST()  local
 
 | 
| /device/generic/vulkan-cereal/fake-android-guest/utils/ | 
| D | FastStrcmp.h | 43 static inline int fastcmp(const char* l, const char* r, const size_t s) {  in fastcmp()50 static inline int fasticmp(const char* l, const char* r, const size_t s) {  in fasticmp()
 57 static inline int fastcmp(const void* lv, const void* rv, const size_t s) {  in fastcmp()
 
 | 
| D | RefBase.h | 667 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) {  in move_forward_type()672 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) {  in move_backward_type()
 677 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) {  in move_forward_type()
 682 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) {  in move_backward_type()
 
 | 
| /device/google/cuttlefish/host/frontend/webrtc_operator/ | 
| D | utils.cpp | 19 std::vector<std::string> SplitString(const std::string &s, char c) {  in SplitString()24         const std::string &s, const std::string &separator) {  in SplitString()
 41 bool StartsWith(const std::string &s, const std::string &prefix) {  in StartsWith()
 
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | 
| D | VkDecoderGlobalState_unittest.cpp | 68         InSequence s;  in TEST_F()  local87         InSequence s;  in TEST_F()  local
 106         InSequence s;  in TEST_F()  local
 
 | 
| D | VkQsriTimeline_unittest.cpp | 16         InSequence s;  in TEST()  local30         InSequence s;  in TEST()  local
 
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ | 
| D | ProgramData.cpp | 108     for (auto& s : attachedShaders) {  in ProgramData()  local346     for (const auto& s : attachedShaders) {  in onSave()  local
 372     for (auto& s : attachedShaders) {  in postLoad()  local
 399             AttachedShader& s = attachedShaders[i];  in restore()  local
 606         for (auto s : tmpShaders) {  in restore()  local
 617     for (const auto& s : attachedShaders) {  in restore()  local
 701     AttachedShader& s = attachedShaders[s_glShaderType2ShaderType(type)];  in attachShader()  local
 711     for (const auto& s : attachedShaders) {  in isAttached()  local
 718     for (auto& s : attachedShaders) {  in detachShader()  local
 793         for (auto& s : attachedShaders) {  in setLinkStatus()  local
 [all …]
 
 | 
| /device/google/contexthub/firmware/lib/libc/ | 
| D | bcopy.c | 80 #define	TLOOP(s) if (t) TLOOP1(s)  in memcpy()  argument81 #define	TLOOP1(s) do { s; } while (--t)  in memcpy()  argument
 
 | 
| /device/google/contexthub/firmware/os/inc/ | 
| D | sensors_priv.h | 70 #define EXT_APP_TID(s) HANDLE_TO_TID(s->handle)  argument71 #define LOCAL_APP_OPS(s) ((const struct SensorOps*)taggedPtrToPtr(s->callInfo))  argument
 72 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo))  argument
 
 |