/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.float16Fetch.frag | 87 const ivec2 offset2 = ivec2(1); 89 const ivec2 offsets[4] = { offset2, offset2, offset2, offset2 }; 193 texel += textureOffset(s2D, c2, offset2); 194 texel += textureOffset(s2D, f16c2, offset2, f16bias); 197 texel += textureOffset(s2DRect, c2, offset2); 198 texel += textureOffset(s2DRect, f16c2, offset2); 199 texel.x += textureOffset(s2DRectShadow, c3, offset2); 200 texel.x += textureOffset(s2DRectShadow, f16c2, compare, offset2); 203 texel.x += textureOffset(s2DShadow, c3, offset2); 204 texel.x += textureOffset(s2DShadow, f16c2, compare, offset2, f16bias); [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.float16Fetch.frag | 87 const ivec2 offset2 = ivec2(1); 89 const ivec2 offsets[4] = { offset2, offset2, offset2, offset2 }; 193 texel += textureOffset(s2D, c2, offset2); 194 texel += textureOffset(s2D, f16c2, offset2, f16bias); 197 texel += textureOffset(s2DRect, c2, offset2); 198 texel += textureOffset(s2DRect, f16c2, offset2); 199 texel.x += textureOffset(s2DRectShadow, c3, offset2); 200 texel.x += textureOffset(s2DRectShadow, f16c2, compare, offset2); 203 texel.x += textureOffset(s2DShadow, c3, offset2); 204 texel.x += textureOffset(s2DShadow, f16c2, compare, offset2, f16bias); [all …]
|
/external/dtc/tests/ |
D | dtbs_equal_ordered.c | 68 int offset1, offset2; in compare_structure() local 81 offset2 = nextoffset2; in compare_structure() 82 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); in compare_structure() 87 tag1, tag2, offset1, offset2); in compare_structure() 95 name2 = fdt_get_name(fdt2, offset2, NULL); in compare_structure() 98 offset2, fdt_strerror(err)); in compare_structure() 102 name1, name2, offset1, offset2); in compare_structure() 109 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure() 111 FAIL("Could get fdt2 property at %d", offset2); in compare_structure() 117 "at (%d, %d)", name1, name2, offset1, offset2); in compare_structure() [all …]
|
D | dtbs_equal_unordered.c | 92 const void *fdt2, int offset2) in compare_properties() argument 112 data2 = fdt_getprop(fdt2, offset2, name, &len2); in compare_properties() 138 const void *fdt2, int offset2); 141 const void *fdt2, int offset2, in compare_subnodes() argument 153 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes() 166 const void *fdt2, int offset2) in compare_node() argument 172 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2))); in compare_node() 179 compare_properties(fdt1, offset1, fdt2, offset2); in compare_node() 180 compare_properties(fdt2, offset2, fdt1, offset1); in compare_node() 182 compare_subnodes(fdt1, offset1, fdt2, offset2, 1); in compare_node() [all …]
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/ |
D | ByteQuadsCanonicalizer.java | 484 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local 486 len = hashArea[offset2+3]; in findName() 489 if (hashArea[offset2] == q1) { in findName() 490 return _names[offset2 >> 2]; in findName() 516 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local 518 len = hashArea[offset2+3]; in findName() 521 if ((q1 == hashArea[offset2]) && (q2 == hashArea[offset2+1])) { in findName() 522 return _names[offset2 >> 2]; in findName() 544 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local 546 len = hashArea[offset2+3]; in findName() [all …]
|
/external/angle/src/libANGLE/ |
D | cl_utils.h | 20 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions() argument 25 return (offset1 <= offset2 && offset2 <= offset1 + size - 1u) || in OverlapRegions() 26 (offset2 <= offset1 && offset1 <= offset2 + size - 1u); in OverlapRegions()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | GotoCommonCodeReplacer.java | 157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) in commonByteCodeCount() argument 166 delta <= offset2 && in commonByteCodeCount() 167 offset2 - delta != offset1; in commonByteCodeCount() 171 int newOffset2 = offset2 - delta; in commonByteCodeCount() 241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) in exceptionBoundary() argument 244 if (offset2 < offset1) in exceptionBoundary() 247 offset1 = offset2; in exceptionBoundary() 248 offset2 = offset; in exceptionBoundary() 252 for (int offset = offset1; offset <= offset2; offset++) in exceptionBoundary()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | trt_optimization_pass.cc | 86 string offset2 = StrCat(offset, offset); in PrintDebugInfo() local 87 string offset3 = StrCat(offset2, offset); in PrintDebugInfo() 88 string offset4 = StrCat(offset2, offset2); in PrintDebugInfo() 97 LOG(INFO) << offset2 << s; in PrintDebugInfo() 105 LOG(INFO) << offset2 << s.first << " = " << s.second; in PrintDebugInfo() 113 LOG(INFO) << offset2 << k.first; in PrintDebugInfo() 150 LOG(INFO) << offset2 << f.first << " = shaped " << shape.DebugString(); in PrintDebugInfo() 158 LOG(INFO) << offset2 << f; in PrintDebugInfo() 167 LOG(INFO) << offset2 << f; in PrintDebugInfo() 178 LOG(INFO) << offset2 << f; in PrintDebugInfo()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | ArchiveUtils.java | 157 final byte[] buffer2, final int offset2, final int length2, in isEqual() argument 161 if (buffer1[offset1+i] != buffer2[offset2+i]){ in isEqual() 177 if (buffer2[offset2+i] != 0){ in isEqual() 200 final byte[] buffer2, final int offset2, final int length2){ 201 return isEqual(buffer1, offset1, length1, buffer2, offset2, length2, false); 240 final byte[] buffer2, final int offset2, final int length2){ 241 return isEqual(buffer1, offset1, length1, buffer2, offset2, length2, true);
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors_memintrinsics.h | 132 const char *offset2, uptr length2) { in DECLARE_REAL() 133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL() 138 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL() 139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL() 147 offset2, length2, &stack); \ in DECLARE_REAL()
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 65 int32_t offset2, int32_t stride2) in create_buffer() argument 84 buffer->offset[2] = offset2; in create_buffer() 141 int32_t offset2, int32_t stride2) in drm_create_planar_buffer() argument 160 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer() 170 int32_t offset2, int32_t stride2) in drm_create_prime_buffer() argument 173 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_prime_buffer()
|
/external/elfutils/libcpu/defs/ |
D | i386.doc | 62 5bit offset2 67 4bit offset2 72 1bit offset2
|
/external/sfntly/cpp/src/test/ |
D | test_utils.h | 46 int32_t offset2); 58 int32_t offset2,
|
/external/libaom/libaom/examples/ |
D | encoder_util.c | 59 const int offset2 = row * p2_stride + col; in find_mismatch_plane() local 64 ? p2[2 * offset2] | (p2[2 * offset2 + 1] << 8) in find_mismatch_plane() 65 : p2[offset2]; in find_mismatch_plane()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_stride.c | 155 isl_aff *offset2; in set_stride() local 170 offset2 = data->offset; in set_stride() 171 offset2 = isl_aff_scale_val(offset2, a); in set_stride() 173 offset = isl_aff_add(offset, offset2); in set_stride()
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 20 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp) 38 ; CHECK: lw $6, [[offset2]]($sp) 62 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp) 78 ; CHECK: lw $6, [[offset2]]($sp)
|
D | eh-return64.ll | 21 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp) 39 ; CHECK: ld $6, [[offset2]]($sp) 65 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp) 81 ; CHECK: ld $6, [[offset2]]($sp)
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 20 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp) 38 ; CHECK: lw $6, [[offset2]]($sp) 62 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp) 78 ; CHECK: lw $6, [[offset2]]($sp)
|
D | eh-return64.ll | 21 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp) 39 ; CHECK: ld $6, [[offset2]]($sp) 65 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp) 81 ; CHECK: ld $6, [[offset2]]($sp)
|
D | stchar.ll | 33 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}}) 34 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
|
/external/libffi/src/riscv/ |
D | ffi.c | 76 char as_elements, type1, offset2, type2; member 123 ret.offset2 = FFI_ALIGN(fields[0]->size, fields[1]->alignment); in struct_passed_as_elements() 217 if (fsi.offset2) in marshal() 218 marshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in marshal() 263 if (fsi.offset2) in unmarshal() 264 unmarshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in unmarshal()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | dagcombine-reassociate-bug.ll | 22 %offset2 = add i64 %offset, 1025 23 %ptr2 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset2
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | dagcombine-reassociate-bug.ll | 22 %offset2 = add i64 %offset, 1025 23 %ptr2 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset2
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | runtime-loop4.ll | 36 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2 37 store i32 %iv2, i32* %offset2, align 4
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | runtime-loop4.ll | 36 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2 37 store i32 %iv2, i32* %offset2, align 4
|