Home
last modified time | relevance | path

Searched refs:offs1 (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_neon_inc.h85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw o… in FF_FUN() argument
91 SLJIT_UNUSED_ARG(offs1); in FF_FUN()
117 const sljit_u32 diff = IN_UCHARS(offs1 - offs2); in FF_FUN()
174 str_ptr += IN_UCHARS(offs1); in FF_FUN()
221 data2 = shift_left_n_lanes(data, offs1 - offs2); in FF_FUN()
330 if (utf_continue(str_ptr + IN_UCHARS(-offs1))) in FF_FUN()
340 str_ptr -= IN_UCHARS(offs1); in FF_FUN()
Dpcre2_jit_simd_inc.h494 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1, in fast_forward_char_pair_simd() argument
502 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd()
522 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); in fast_forward_char_pair_simd()
531 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(offs1 + 1)); in fast_forward_char_pair_simd()
537 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_simd()
740 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offs1)); in fast_forward_char_pair_simd()
753 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_simd()
1044 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1, in fast_forward_char_pair_simd() argument
1048 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd()
1051 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); in fast_forward_char_pair_simd()
[all …]
/external/angle/src/tests/gl_tests/
DUniformBufferTest.cpp1633 GLint offs1 = maxUniformBlockSize; in TEST_P() local
1636 EXPECT_EQ(offs1 % alignment, 0); in TEST_P()
1639 uboData[offs1 + 0] = 0; in TEST_P()
1640 uboData[offs1 + 1] = 1; in TEST_P()
1641 uboData[offs1 + 2] = 0; in TEST_P()
1642 uboData[offs1 + 3] = 1; in TEST_P()
1656 glBindBufferRange(GL_UNIFORM_BUFFER, 0, uboBuf, offs1 * sizeof(float), 4 * sizeof(float)); in TEST_P()
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp677 …const int offs1 = localOffs-2 < 0 ? ((localOffs+workGroupSize-2)%workGroupSize) : ((localOffs-2)… in iterate() local
678 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp619 …const int offs1 = localOffset - 2 < 0 ? ((localOffset + workGroupSize - 2) % workGroupSize) : ((l… in iterate() local
620 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()