Home
last modified time | relevance | path

Searched refs:a_offset (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_setup.h51 query->a_offset = query->gpu_time_offset + 1; in hsw_query_alloc()
52 query->b_offset = query->a_offset + 45; in hsw_query_alloc()
67 query->a_offset = query->gpu_clock_offset + 1; in bdw_query_alloc()
68 query->b_offset = query->a_offset + 36; in bdw_query_alloc()
H A Dintel_perf_mdapi.c363 query->a_offset = copy_query->a_offset; in intel_perf_register_mdapi_oa_query()
H A Dintel_perf.c1083 result->accumulator + query->a_offset + i); in intel_perf_query_result_accumulate()
1089 result->accumulator + query->a_offset + 32 + i); in intel_perf_query_result_accumulate()
1114 result->accumulator + query->a_offset + i); in intel_perf_query_result_accumulate()
1178 return query->a_offset + index; in query_accumulator_offset()
H A Dintel_perf.h252 int a_offset; member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c149 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local
150 WebPCopyPlane(pic->a + a_offset, pic->a_stride, in WebPPictureCrop()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c1724 unsigned char * a_offset; in destroy_record() local
1781 a_offset = ((unsigned char *) ctx->attr in destroy_record()
1785 fill_buffer(pass, a_offset, in destroy_record()
1851 a_offset = ((unsigned char *) ctx->attr in destroy_record()
1857 fill_buffer (pass, a_offset, in destroy_record()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableTestUtility.java566 int a_offset, b_offset; in hasSameBehavior()
577 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
582 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java565 int a_offset, b_offset; in hasSameBehavior()
576 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
581 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/third_party/libabigail/include/
H A Dabg-diff-utils.h1494 unsigned a_offset = a_begin - a_base, b_offset = b_begin - b_base; in compute_diff() local
1535 snak.add(a_offset, b_offset); in compute_diff()
/third_party/python/Python/
H A Dcompile.c7126 int a_offset; /* offset into bytecode */ member
7685 if (a->a_offset + size >= len / (int)sizeof(_Py_CODEUNIT)) { in assemble_emit()
7691 code = (_Py_CODEUNIT *)PyBytes_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit()
7692 a->a_offset += size; in assemble_emit()
8493 if (_PyBytes_Resize(&a.a_bytecode, a.a_offset * sizeof(_Py_CODEUNIT)) < 0) { in assemble()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp9869 const GLuint a_offset = test_case.m_a_offset; in test() local
9901 sprintf(buffer, "%d", a_offset); in test()
11830 const GLuint a_offset = test_case.m_a_offset; in test() local
11862 sprintf(buffer, "%d", a_offset); in test()

Completed in 64 milliseconds