| /device/google/contexthub/firmware/lib/libc/ |
| D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() 90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
| D | memcmp.c | 42 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
| D | EglValidate.cpp | 85 EGLSurface s1, in releaseContext() 94 EGLSurface s1, in badContextMatch()
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
| D | spline.inl | 16 typename genType::value_type s1 = s; local 39 typename genType::value_type s1 = s; local
|
| D | simd_quat.inl | 433 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
|
| D | simd_vec4.inl | 56 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) :
|
| D | euler_angles.inl | 145 T s1 = glm::sin(-t1); local
|
| D | quaternion.inl | 26 tquat<T, P> const & s1,
|
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 77 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/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | astcenc_mathlib.cpp | 42 uint64_t s1 = state[1]; in rand() local
|
| D | astcenc_find_best_partitioning.cpp | 287 int s1 = p12 + p21; in partition_mismatch3() local
|
| D | astcenc_block_sizes.cpp | 509 int s1, s2, w0, w1, w2, w3; in init_decimation_info_3d() local
|
| D | wuffs-v0.3.c | 15398 uint8_t s1 = wuffs_base__render_number__first_hundred[index + 1]; in wuffs_base__private_implementation__render_number_u64() local 15410 uint8_t s1 = wuffs_base__render_number__first_hundred[index + 1]; in wuffs_base__private_implementation__render_number_u64() local 15746 uint32_t s1 = alphabet[0xFF & (s >> 8)]; in wuffs_base__base_64__decode() local 15802 uint32_t s1 = alphabet[0xFF & (s >> 8)]; in wuffs_base__base_64__decode() local 15824 uint32_t s1 = alphabet[0xFF & (s >> 8)]; in wuffs_base__base_64__decode() local 16985 uint8_t s1 = s[1]; in wuffs_base__pixel_swizzler__swap_rgb_bgr() local 17029 uint8_t s1 = s[1]; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx__sse42() local 17058 uint8_t s1 = s[1]; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx() local 18070 uint8_t s1 = s[1]; in wuffs_base__pixel_swizzler__bgr__bgra_premul__src() local 18223 uint8_t s1 = s[1]; in wuffs_base__pixel_swizzler__bgr__rgba_premul__src() local [all …]
|
| D | tinyexr.h | 1974 mz_uint32 i, s1 = (mz_uint32)(adler & 0xffff), s2 = (mz_uint32)(adler >> 16); in mz_adler32() local 2961 mz_uint32 i, s1 = r->m_check_adler32 & 0xffff, in tinfl_decompress() local 3524 mz_uint s0, s1, n0, n1, sym, num_extra_bits; in tdefl_compress_lz_codes() local 3955 mz_uint32 s0, s1; in tdefl_compress_fast() local 4075 mz_uint32 s0, s1; in tdefl_record_match() local
|
| /device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
| D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local
|
| /device/google/felix/vibrator/cs40l26/tests/ |
| D | test-vibrator.cpp | 382 Sequence s1, s2; in TEST_F() local 396 Sequence s1; in TEST_F() local 446 Sequence s1, s2; in TEST_F() local 457 Sequence s1, s2, s3, s4; in TEST_F() local
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | sf_atan.c | 74 float w,s1,s2,z; local
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | Unicode.cpp | 204 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/google/contexthub/sensorhal/ |
| D | directchannel.cpp | 240 gralloc1_backing_store_t s1, s2; in isSameMemory() local
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
| D | Xos_r.h | 793 # 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/google/cuttlefish/guest/hals/identity/libeic/ |
| D | EicOpsImpl.cc | 62 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n) { in eicCryptoMemCmp()
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
| D | type_vec4.inl | 237 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) :
|
| D | type_vec2.inl | 55 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(T s1, T s2)
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/ |
| D | noise.inl | 699 tvec4<T, P> s1(floor(b1) * T(2) + T(1)); local
|
| /device/generic/vulkan-cereal/third-party/stb/include/stb/ |
| D | stb_image.h | 2396 #define STBI__IDCT_1D(s0,s1,s2,s3,s4,s5,s6,s7) \ argument
|