Home
last modified time | relevance | path

Searched refs:offs1 (Results 1 - 7 of 7) sorted by relevance

/third_party/pcre2/pcre2/src/
H A 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 offs2, sljit_uw chars) 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()
223 data2 = shift_left_n_lanes(data, offs1 - offs2); in FF_FUN()
332 if (utf_continue((PCRE2_SPTR)str_ptr - offs1)) in FF_FUN()
342 str_ptr -= IN_UCHARS(offs1); in FF_FUN()
H A Dpcre2_jit_simd_inc.h501 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1,
510 sljit_u32 diff = IN_UCHARS(offs1 - offs2);
529 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2);
538 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(offs1 + 1));
544 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1));
744 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offs1));
757 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1));
1048 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1,
1052 sljit_u32 diff = IN_UCHARS(offs1 - offs2);
1055 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfix.c1056 s64 offs1; in fix_selfloc_conditions() local
1107 offs1 = (vol->mft_lcn << vol->cluster_size_bits) in fix_selfloc_conditions()
1138 || (ntfs_pwrite(vol->dev, offs1, vol->mft_record_size, in fix_selfloc_conditions()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp1675 GLint offs1 = maxUniformBlockSize; in TEST_P() local
1678 EXPECT_EQ(offs1 % alignment, 0); in TEST_P()
1681 uboData[offs1 + 0] = 0; in TEST_P()
1682 uboData[offs1 + 1] = 1; in TEST_P()
1683 uboData[offs1 + 2] = 0; in TEST_P()
1684 uboData[offs1 + 3] = 1; in TEST_P()
1698 glBindBufferRange(GL_UNIFORM_BUFFER, 0, uboBuf, offs1 * sizeof(float), 4 * sizeof(float)); in TEST_P()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp677 const int offs1 = localOffs-2 < 0 ? ((localOffs+workGroupSize-2)%workGroupSize) : ((localOffs-2)%workGroupSize); in iterate()
678 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp658 const int offs1 = localOffset - 2 < 0 ? ((localOffset + workGroupSize - 2) % workGroupSize) : ((localOffset - 2) % workGroupSize); in iterate()
659 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp621 const int offs1 = localOffset - 2 < 0 ? ((localOffset + workGroupSize - 2) % workGroupSize) : ((localOffset - 2) % workGroupSize); in iterate()
622 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()

Completed in 28 milliseconds