Searched refs:a_offset (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_setup.h | 51 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 D | intel_perf_mdapi.c | 363 query->a_offset = copy_query->a_offset; in intel_perf_register_mdapi_oa_query()
|
H A D | intel_perf.c | 1083 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 D | intel_perf.h | 252 int a_offset; member
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_rescale_enc.c | 149 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 D | ntfswipe.c | 1724 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 D | SerializableTestUtility.java | 566 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 D | SerializableTestUtility.java | 565 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 D | abg-diff-utils.h | 1494 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 D | compile.c | 7126 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 D | gl4cEnhancedLayoutsTests.cpp | 9869 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