Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Drecovery.c233 int err, offs1, offs2; in ubifs_recover_master_node() local
246 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node()
248 (offs1 == 0 && !cor1)) { in ubifs_recover_master_node()
257 if (offs1 == offs2) { in ubifs_recover_master_node()
264 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()
269 } else if (offs1 == 0 && in ubifs_recover_master_node()
283 if (offs1 != 0 || cor1) in ubifs_recover_master_node()
/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/pcre/dist2/src/
Dpcre2_jit_compile.c4590 static void fast_forward_char_pair_sse2(compiler_common *common, sljit_s32 offs1, in fast_forward_char_pair_sse2() argument
4596 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_sse2()
4615 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); in fast_forward_char_pair_sse2()
4624 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(offs1 + 1)); in fast_forward_char_pair_sse2()
4630 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_sse2()
4720 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1 - offs2)); in fast_forward_char_pair_sse2()
4897 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offs1)); in fast_forward_char_pair_sse2()
4910 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_sse2()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp613 …const int offs1 = localOffset - 2 < 0 ? ((localOffset + workGroupSize - 2) % workGroupSize) : ((l… in iterate() local
614 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()