/third_party/mesa3d/src/intel/perf/ |
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()
|
D | intel_perf_mdapi.c | 363 query->a_offset = copy_query->a_offset; in intel_perf_register_mdapi_oa_query()
|
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()
|
D | intel_perf.h | 252 int a_offset; member
|
/third_party/rust/crates/syn/src/ |
D | buffer.rs | 373 (Entry::End(a_offset), Entry::End(b_offset)) => { in same_buffer() 374 a.scope.offset(*a_offset) == b.scope.offset(*b_offset) in same_buffer()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
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/skia/third_party/externals/libwebp/src/enc/ |
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/ |
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/ |
D | SerializableTestUtility.java | 566 int a_offset, b_offset; in hasSameBehavior() local 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/ |
D | SerializableTestUtility.java | 564 int a_offset, b_offset; in hasSameBehavior() local 575 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 580 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/third_party/libabigail/include/ |
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/ |
D | compile.c | 6460 int a_offset; /* offset into bytecode */ member 6624 bdelta = (a->a_offset - a->a_lineno_start) * sizeof(_Py_CODEUNIT); in assemble_line_range() 6658 a->a_lineno_start = a->a_offset; in assemble_line_range() 6692 if (a->a_offset + size >= len / (int)sizeof(_Py_CODEUNIT)) { in assemble_emit() 6698 code = (_Py_CODEUNIT *)PyBytes_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit() 6699 a->a_offset += size; in assemble_emit() 7159 if (_PyBytes_Resize(&a.a_bytecode, a.a_offset * sizeof(_Py_CODEUNIT)) < 0) { in assemble()
|
/third_party/mindspore/patches/ |
D | 0036-new-dynamic-quant-algorigthm-and-init-packed.patch | 2959 + int a_offset = 0; 2966 + a_offset += (delta / batch_sizes[j + 1] * a_shape[j] / std::max(a_shape[j], b_shape[j])) *… 2969 + a_offset += (delta * a_shape[j] / std::max(a_shape[j], b_shape[j])); 2973 + (*a_offsets)[i] = a_offset;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
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()
|