/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_interpolate_q15.c | 69 const q15_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q15() local 116 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q15() 128 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides3); in arm_fir_interpolate_q15() 131 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15() 134 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 137 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides0); in arm_fir_interpolate_q15() 141 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15() 151 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides3, p0); in arm_fir_interpolate_q15() 154 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides2, p0); in arm_fir_interpolate_q15() 157 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides1, p0); in arm_fir_interpolate_q15() [all …]
|
D | arm_fir_interpolate_q31.c | 69 const q31_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q31() local 113 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q31() 125 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides3); in arm_fir_interpolate_q31() 128 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31() 131 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 134 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides0); in arm_fir_interpolate_q31() 138 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31() 148 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides3, p0); in arm_fir_interpolate_q31() 151 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides2, p0); in arm_fir_interpolate_q31() 154 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides1, p0); in arm_fir_interpolate_q31() [all …]
|
D | arm_fir_interpolate_f32.c | 145 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate2_f32_mve() local 182 ptr2 = pCoeffs; in arm_fir_interpolate2_f32_mve() 191 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides1); in arm_fir_interpolate2_f32_mve() 194 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides0); in arm_fir_interpolate2_f32_mve() 197 ptr2 += 4 * 2; in arm_fir_interpolate2_f32_mve() 213 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides1, p0); in arm_fir_interpolate2_f32_mve() 215 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides0, p0); in arm_fir_interpolate2_f32_mve() 268 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_f32() local 321 ptr2 = pCoeffs + (i - 1U) - 4; in arm_fir_interpolate_f32() 326 const float32_t *pCoef = ptr2; in arm_fir_interpolate_f32() [all …]
|
/third_party/selinux/libselinux/src/ |
D | matchmediacon.c | 18 char *ptr, *ptr2 = NULL; in matchmediacon() local 39 ptr2 = ptr; in matchmediacon() 40 while (*ptr2 && !isspace(*ptr2)) in matchmediacon() 41 ptr2++; in matchmediacon() 42 if (!(*ptr2)) in matchmediacon() 45 *ptr2++ = 0; in matchmediacon() 56 while (*ptr2 && isspace(*ptr2)) in matchmediacon() 57 ptr2++; in matchmediacon() 58 if (!(*ptr2)) { in matchmediacon() 62 if (selinux_raw_to_trans_context(ptr2, con)) { in matchmediacon()
|
/third_party/ffmpeg/libavcodec/ |
D | sunrast.c | 36 uint8_t *ptr, *ptr2 = NULL; in sunrast_decode_frame() local 134 ptr = ptr2 = av_malloc_array((w + 15), h); in sunrast_decode_frame() 179 uint8_t *ptr_free = ptr2; in sunrast_decode_frame() 184 ptr[8*x] = ptr2[x] >> 7; in sunrast_decode_frame() 185 ptr[8*x+1] = ptr2[x] >> 6 & 1; in sunrast_decode_frame() 186 ptr[8*x+2] = ptr2[x] >> 5 & 1; in sunrast_decode_frame() 187 ptr[8*x+3] = ptr2[x] >> 4 & 1; in sunrast_decode_frame() 188 ptr[8*x+4] = ptr2[x] >> 3 & 1; in sunrast_decode_frame() 189 ptr[8*x+5] = ptr2[x] >> 2 & 1; in sunrast_decode_frame() 190 ptr[8*x+6] = ptr2[x] >> 1 & 1; in sunrast_decode_frame() [all …]
|
D | photocd.c | 80 uint8_t *ptr, *ptr1, *ptr2; in interp_lowres() local 86 ptr2 = picture->data[2]; in interp_lowres() 127 dst = ptr2; in interp_lowres() 137 ptr2 += picture->linesize[2] << 1; in interp_lowres() 301 uint8_t *ptr, *ptr1, *ptr2; in photocd_decode_frame() local 341 ptr2 = p->data[2]; in photocd_decode_frame() 358 bytestream2_get_buffer(gb, ptr2, avctx->width >> 1); in photocd_decode_frame() 359 ptr2 += p->linesize[2]; in photocd_decode_frame() 365 ptr2 = p->data[2]; in photocd_decode_frame() 370 interp_lines(ptr2, p->linesize[2], img_info[2].width, img_info[2].height); in photocd_decode_frame() [all …]
|
/third_party/json/docs/examples/ |
D | json_pointer__operator__notequal.cpp | 11 json::json_pointer ptr2("/foo"); in main() local 17 << "\"" << ptr1 << "\" != \"" << ptr2 << "\": " << (ptr1 != ptr2) << '\n' in main() 18 << "\"" << ptr2 << "\" != \"" << ptr2 << "\": " << (ptr2 != ptr2) << std::endl; in main()
|
D | json_pointer__operator__equal.cpp | 11 json::json_pointer ptr2("/foo"); in main() local 17 << "\"" << ptr1 << "\" == \"" << ptr2 << "\": " << (ptr1 == ptr2) << '\n' in main() 18 << "\"" << ptr2 << "\" == \"" << ptr2 << "\": " << (ptr2 == ptr2) << std::endl; in main()
|
D | json_pointer__operator__notequal_stringtype.cpp | 11 json::json_pointer ptr2("/foo"); in main() local 22 << "\"" << ptr2 << "\" != \"" << str1 << "\": " << (ptr2 != str1) << std::endl; in main() 26 std::cout << "\"" << str2 << "\" != \"" << ptr2 << "\": " << (str2 != ptr2) << std::endl; in main()
|
D | json_pointer__operator__equal_stringtype.cpp | 12 json::json_pointer ptr2("/foo"); in main() local 23 << "\"" << ptr2 << "\" == \"" << str1 << "\": " << (ptr2 == str1) << std::endl; in main() 27 std::cout << "\"" << str2 << "\" == \"" << ptr2 << "\": " << (str2 == ptr2) << std::endl; in main()
|
D | json_pointer__back.cpp | 10 json::json_pointer ptr2("/foo/0"); in main() local 14 … << "last reference token of \"" << ptr2 << "\" is \"" << ptr2.back() << "\"" << std::endl; in main()
|
D | json_pointer__parent_pointer.cpp | 10 json::json_pointer ptr2("/foo"); in main() local 16 << "parent of \"" << ptr2 << "\" is \"" << ptr2.parent_pointer() << "\"\n" in main()
|
D | json_pointer__empty.cpp | 11 json::json_pointer ptr2("/foo"); in main() local 18 << "\"" << ptr2 << "\": " << ptr2.empty() << '\n' in main()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deUniquePtr.cpp | 132 MovePtr<Object> ptr2 = ptr; in UniquePtr_selfTest() local 145 MovePtr<Object> ptr2 = ptr.move(); in UniquePtr_selfTest() local 167 MovePtr<Object> ptr2(new Object(exists2)); in UniquePtr_selfTest() local 168 ptr1 = ptr2; in UniquePtr_selfTest() 195 MovePtr<Object> ptr2(new Object(exists)); in UniquePtr_selfTest() local 196 ptr1 = ptr2; in UniquePtr_selfTest() 199 DE_TEST_ASSERT(ptr2.get() == DE_NULL); in UniquePtr_selfTest() 213 UniquePtr<Object> ptr2(ptr); in UniquePtr_selfTest()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | typeof-mods.c | 10 typeof(ptr) ptr2 = ptr; in test_spec() local 24 typeof(ptr) ptr2 = ptr; in test_const() local 36 typeof(ptr) ptr2 = ptr; in test_volatile() local 50 typeof(ptr) ptr2 = ptr; in test_restrict() local 64 typeof(ptr) ptr2 = ptr; in test_atomic() local 79 typeof(ptr) ptr2 = ptr; in test_bitwise() local 93 typeof(ptr) ptr2 = ptr; in test_static() local 107 typeof(ptr) ptr2 = ptr; in test_tls() local 121 typeof(ptr) ptr2 = ptr; in test_nocast() local
|
/third_party/vulkan-loader/loader/ |
D | cJSON.c | 245 char *ptr2; in parse_string() local 261 ptr2 = out; in parse_string() 264 *ptr2++ = *ptr++; in parse_string() 269 *ptr2++ = '\b'; in parse_string() 272 *ptr2++ = '\f'; in parse_string() 275 *ptr2++ = '\n'; in parse_string() 278 *ptr2++ = '\r'; in parse_string() 281 *ptr2++ = '\t'; in parse_string() 305 ptr2 += len; in parse_string() 309 *--ptr2 = ((uc | 0x80) & 0xBF); in parse_string() [all …]
|
/third_party/lwip/test/unit/core/ |
D | test_mem.c | 144 u8_t *ptr1b, *ptr1, *ptr2, *ptr3; in START_TEST() local 154 ptr2 = (u8_t *)mem_malloc(1); in START_TEST() 155 fail_unless(ptr2 != NULL); in START_TEST() 163 mem_free(ptr2); in START_TEST() 167 mem_free(ptr2); in START_TEST() 175 mem_free(ptr2); in START_TEST() 184 mem_free(ptr2); in START_TEST() 197 mem_free(ptr2); in START_TEST() 203 mem_free(ptr2); in START_TEST()
|
/third_party/lwip/src/core/ |
D | mem.c | 702 mem_size_t ptr, ptr2; in mem_trim() local 761 ptr2 = (mem_size_t)(ptr + SIZEOF_STRUCT_MEM + newsize); in mem_trim() 763 lfree = ptr_to_mem(ptr2); in mem_trim() 765 mem2 = ptr_to_mem(ptr2); in mem_trim() 772 mem->next = ptr2; in mem_trim() 777 ptr_to_mem(mem2->next)->prev = ptr2; in mem_trim() 789 ptr2 = (mem_size_t)(ptr + SIZEOF_STRUCT_MEM + newsize); in mem_trim() 791 mem2 = ptr_to_mem(ptr2); in mem_trim() 798 mem->next = ptr2; in mem_trim() 800 ptr_to_mem(mem2->next)->prev = ptr2; in mem_trim() [all …]
|
/third_party/cJSON/tests/unity/src/ |
D | unity.c | 1504 const char* ptr2; in UnityStringArgumentMatches() local 1515 ptr2 = ptr1; in UnityStringArgumentMatches() 1519 ptr2++; in UnityStringArgumentMatches() 1520 …if ((ptr2[0] == ':') && (ptr2[1] != 0) && (ptr2[0] != '\'') && (ptr2[0] != '"') && (ptr2[0] != ','… in UnityStringArgumentMatches() 1521 ptrf = &ptr2[1]; in UnityStringArgumentMatches() 1522 } while ((ptr2[0] != 0) && (ptr2[0] != '\'') && (ptr2[0] != '"') && (ptr2[0] != ',')); in UnityStringArgumentMatches() 1523 …while ((ptr2[0] != 0) && ((ptr2[0] == ':') || (ptr2[0] == '\'') || (ptr2[0] == '"') || (ptr2[0] ==… in UnityStringArgumentMatches() 1524 ptr2++; in UnityStringArgumentMatches() 1542 ptr1 = ptr2; in UnityStringArgumentMatches()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | synth_filter.asm | 48 ; reading backwards: ptr1 = synth_buf + j + i; ptr2 = synth_buf + j - i 51 SHUF m5, ptr2 + j + (15 - 3) * 4, m6 54 SHUF m11, ptr2 + j + (15 - 3) * 4 - mmsize, m12 80 SHUF m6, ptr2 + j + (31 - 3) * 4, m5 83 SHUF m12, ptr2 + j + (31 - 3) * 4 - mmsize, m11 159 %define ptr2 r1q 170 %define ptr2 r7q ; must be loaded 180 mov ptr2, synth_bufmp 184 sub ptr2, i 194 sub ptr2, j
|
/third_party/gn/src/gn/ |
D | tagged_pointer_unittest.cc | 16 TaggedPointer<Point, 2> ptr2(&point1, 2); in TEST() local 17 EXPECT_EQ(&point1, ptr2.ptr()); in TEST() 18 EXPECT_EQ(2u, ptr2.tag()); in TEST()
|
/third_party/python/Modules/ |
D | _tracemalloc.c | 611 void *ptr2; in tracemalloc_realloc() local 613 ptr2 = alloc->realloc(alloc->ctx, ptr, new_size); in tracemalloc_realloc() 614 if (ptr2 == NULL) in tracemalloc_realloc() 624 if (ptr2 != ptr) { in tracemalloc_realloc() 628 if (ADD_TRACE(ptr2, new_size) < 0) { in tracemalloc_realloc() 646 if (ADD_TRACE(ptr2, new_size) < 0) { in tracemalloc_realloc() 649 alloc->free(alloc->ctx, ptr2); in tracemalloc_realloc() 654 return ptr2; in tracemalloc_realloc() 719 void *ptr2; in tracemalloc_realloc_gil() local 728 ptr2 = alloc->realloc(alloc->ctx, ptr, new_size); in tracemalloc_realloc_gil() [all …]
|
/third_party/node/test/cctest/ |
D | test_base_object_ptr.cc | 143 BaseObjectPtr<DummyBaseObject> ptr2 = std::move(ptr); in TEST_F() local 144 EXPECT_EQ(weak_ptr.get(), ptr2.get()); in TEST_F() 148 EXPECT_EQ(weak_ptr2.get(), ptr2.get()); in TEST_F() 152 ptr2.reset(); in TEST_F() 164 BaseObjectPtr<BaseObject> ptr2; in TEST_F() member in TEST_F::ObjectWithPtr 187 obj->ptr2 = DummyBaseObject::New(env); in TEST_F()
|
/third_party/unity/src/ |
D | unity.c | 2025 const char* ptr2; in UnityStringArgumentMatches() local 2038 ptr2 = ptr1; in UnityStringArgumentMatches() 2042 ptr2++; in UnityStringArgumentMatches() 2043 …if ((ptr2[0] == ':') && (ptr2[1] != 0) && (ptr2[0] != '\'') && (ptr2[0] != '"') && (ptr2[0] != ','… in UnityStringArgumentMatches() 2045 ptrf = &ptr2[1]; in UnityStringArgumentMatches() 2047 } while ((ptr2[0] != 0) && (ptr2[0] != '\'') && (ptr2[0] != '"') && (ptr2[0] != ',')); in UnityStringArgumentMatches() 2049 …while ((ptr2[0] != 0) && ((ptr2[0] == ':') || (ptr2[0] == '\'') || (ptr2[0] == '"') || (ptr2[0] ==… in UnityStringArgumentMatches() 2051 ptr2++; in UnityStringArgumentMatches() 2076 ptr1 = ptr2; in UnityStringArgumentMatches()
|
/third_party/toybox/toys/pending/ |
D | diff.c | 653 struct diff *t, *ptr1 = d, *ptr2 = d; in do_diff() local 675 if ((ptr2->b + TT.ct) >= (ptr2 + 1)->a) { in do_diff() 676 ptr2++; in do_diff() 679 } else ptr2->prev = ptr2->b + TT.ct; in do_diff() 680 } else ptr2->prev = ptr2->b; in do_diff() 681 start1 = (ptr2->prev - ptr1->suff + 1); in do_diff() 684 end2 = ptr2->prev - ptr2->b + ptr2->d; in do_diff() 688 if (end1 != -1) printf(",%ld ", ptr2->prev-ptr1->suff + 1); in do_diff() 698 for (t = ptr1; t <= ptr2; t++) { in do_diff() 702 if (t == ptr2) in do_diff() [all …]
|