Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 20 of 20) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp()
90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
Dmemcmp.c42 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglValidate.cpp85 EGLSurface s1, in releaseContext()
94 EGLSurface s1, in badContextMatch()
/device/generic/vulkan-cereal/include/glm/gtx/
Dspline.inl16 typename genType::value_type s1 = s; local
39 typename genType::value_type s1 = s; local
Dsimd_quat.inl433 float s1 = glm::sin(a * angle); local
484 float s1 = glm::sin(a * angle); local
513 __m128 s1 = _mm_shuffle_ps(s, s, _MM_SHUFFLE(2, 2, 2, 2)); local
549 __m128 s1 = _mm_shuffle_ps(s, s, _MM_SHUFFLE(2, 2, 2, 2)); local
Dsimd_vec4.inl56 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec2 const & v, float const & s1, float const & s2) :
60 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, vec2 const & v, float const & s2) :
64 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s1, float const & s2, vec2 const & v) :
Dquaternion.inl26 tquat<T, P> const & s1,
Deuler_angles.inl145 T s1 = glm::sin(-t1); local
/device/google/contexthub/lib/nanohub/
Dsha2.c77 uint32_t s1 = ror(state->w[i-2], 17) ^ ror(state->w[i-2], 19) ^ (state->w[i-2] >> 10); in sha2processBlock() local
93 uint32_t s1 = ror(e, 6) ^ ror(e, 11) ^ ror(e, 25); in sha2processBlock() local
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Ds_atanf.c51 float w,s1,s2,z; in atanf() local
/device/google/contexthub/firmware/lib/libm/
Dsf_atan.c74 float w,s1,s2,z; local
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DUnicode.cpp204 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16()
215 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n) in strncmp16()
273 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dendpoint_codec.cc297 int s0 = 0, s1 = 0; in Pack() local
634 const int s1 = v[1] + v[3] + v[5]; in UsesBlueContract() local
848 const int s1 = v[1] + v[3] + v[5]; in DecodeColorsForMode() local
919 const int s1 = v[1] + v[3] + v[5]; in DecodeColorsForMode() local
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp240 gralloc1_backing_store_t s1, s2; in isSameMemory() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXos_r.h793 # define _XStrtok(s1,s2,p) \ argument
799 # define _XStrtok(s1,s2,p) \ argument
808 # define _XStrtok(s1,s2,p) strtok_r((s1),(s2),&(p)) argument
/device/generic/vulkan-cereal/include/glm/detail/
Dtype_vec4.inl237 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A s1, tvec2<B, Q> const & v, C s2) :
255 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A s1, B s2, tvec2<C, Q> const & v) :
Dtype_vec2.inl55 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(T s1, T s2)
/device/generic/vulkan-cereal/include/glm/gtc/
Dnoise.inl699 tvec4<T, P> s1(floor(b1) * T(2) + T(1)); local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp2477 static void yy_flex_strncpy(char *s1, const char *s2, int n, yyscan_t yyscanner) in yy_flex_strncpy()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp3176 static void yy_flex_strncpy(char *s1, const char *s2, int n, yyscan_t yyscanner) in yy_flex_strncpy()