/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | nacl-atomic-intrinsics.ll | 29 define internal i32 @test_atomic_load_8(i32 %iptr) { 31 %ptr = inttoptr i32 %iptr to i8* 38 ; CHECK: define internal i32 @test_atomic_load_8(i32 %iptr) { 40 ; CHECK-NEXT: %i = call i8 @llvm.nacl.atomic.load.i8(i32 %iptr, i32 6) 45 define internal i32 @test_atomic_load_16(i32 %iptr) { 47 %ptr = inttoptr i32 %iptr to i16* 53 ; CHECK-NEXT: define internal i32 @test_atomic_load_16(i32 %iptr) { 55 ; CHECK-NEXT: %i = call i16 @llvm.nacl.atomic.load.i16(i32 %iptr, i32 6) 60 define internal i32 @test_atomic_load_32(i32 %iptr) { 62 %ptr = inttoptr i32 %iptr to i32* [all …]
|
/external/fdlibm/ |
D | s_modf.c | 33 double ieee_modf(double x, double *iptr) in ieee_modf() argument 35 double ieee_modf(x, iptr) in ieee_modf() 36 double x,*iptr; in ieee_modf() 46 __HIp(iptr) = i0&0x80000000; 47 __LOp(iptr) = 0; /* *iptr = +-0 */ 52 *iptr = x; 57 __HIp(iptr) = i0&(~i); 58 __LOp(iptr) = 0; 59 return x - *iptr; 63 *iptr = x*one; [all …]
|
/external/clang/test/CodeGen/ |
D | PR8880.c | 3 void pr8880_cg_1(int *iptr) { in pr8880_cg_1() argument 16 *iptr = 7; in pr8880_cg_1() 33 void pr8880_cg_2(int *iptr) { in pr8880_cg_2() argument 46 *iptr = 7; in pr8880_cg_2() 63 void pr8880_cg_3(int *iptr) { in pr8880_cg_3() argument 80 *iptr = 7; in pr8880_cg_3() 94 void pr8880_cg_4(int *iptr) { in pr8880_cg_4() argument 111 *iptr = 7; in pr8880_cg_4() 125 void pr8880_cg_5(int x, int *iptr) { in pr8880_cg_5() argument 139 *iptr = 7; in pr8880_cg_5() [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-errors.ll | 26 define internal i32 @error_atomic_load_8(i32 %iptr) { 28 %ptr = inttoptr i32 %iptr to i8* 35 define internal i32 @error_atomic_load_16(i32 %iptr) { 37 %ptr = inttoptr i32 %iptr to i16* 44 define internal i64 @error_atomic_load_64(i32 %iptr) { 46 %ptr = inttoptr i32 %iptr to i64* 56 define internal void @error_atomic_store_32(i32 %iptr, i32 %v) { 58 %ptr = inttoptr i32 %iptr to i32* 64 define internal void @error_atomic_store_64(i32 %iptr, i64 %v) { 66 %ptr = inttoptr i32 %iptr to i64* [all …]
|
D | nacl-atomic-intrinsics.ll | 76 define internal i32 @test_atomic_load_8(i32 %iptr) { 78 %ptr = inttoptr i32 %iptr to i8* 97 define internal i32 @test_atomic_load_16(i32 %iptr) { 99 %ptr = inttoptr i32 %iptr to i16* 117 define internal i32 @test_atomic_load_32(i32 %iptr) { 119 %ptr = inttoptr i32 %iptr to i32* 135 define internal i64 @test_atomic_load_64(i32 %iptr) { 137 %ptr = inttoptr i32 %iptr to i64* 151 define internal i32 @test_atomic_load_32_with_arith(i32 %iptr) { 156 %ptr = inttoptr i32 %iptr to i32* [all …]
|
D | nacl-atomic-cmpxchg-optimization.ll | 17 define internal i32 @test_atomic_cmpxchg_loop(i32 %iptr, i32 %expected, 25 %ptr = inttoptr i32 %iptr to i32* 49 define internal i32 @test_atomic_cmpxchg_loop2(i32 %iptr, i32 %expected, 56 %ptr = inttoptr i32 %iptr to i32* 72 define internal i32 @test_atomic_cmpxchg_loop_const(i32 %iptr, i32 %desired) { 78 %ptr = inttoptr i32 %iptr to i32* 93 define internal i32 @test_atomic_cmpxchg_no_opt(i32 %iptr, i32 %expected, 100 %ptr = inttoptr i32 %iptr to i32* 116 define internal i32 @test_atomic_cmpxchg_no_opt2(i32 %iptr, i32 %expected, 123 %ptr = inttoptr i32 %iptr to i32*
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 65 int *iptr; in set_option_int() local 72 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { in set_option_int() 77 *iptr = atoi(p); in set_option_int() 78 option->val = (void *) iptr; in set_option_int() 135 int *iptr; in set_option_auo() local 142 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { in set_option_auo() 147 *iptr = 0; in set_option_auo() 151 *iptr = AUTH_LOCAL_FST; in set_option_auo() 153 *iptr = AUTH_RADIUS_FST; in set_option_auo() 162 if ((*iptr & AUTH_RADIUS_FST) && !strcmp(p, "local")) in set_option_auo() [all …]
|
/external/vboot_reference/utility/ |
D | bmpblk_util.c | 393 ImageInfo *iptr = in dump_bmpblock() local 395 if (iptr->tag == TAG_HWID) { in dump_bmpblock() 398 RENDER_HWID, iptr->tag, iptr->format, iptr->compression, in dump_bmpblock() 399 iptr->compressed_size, iptr->original_size); in dump_bmpblock() 400 } else if (iptr->tag == TAG_HWID_RTOL) { in dump_bmpblock() 403 RENDER_HWID_RTOL, iptr->tag, in dump_bmpblock() 404 iptr->format, iptr->compression, in dump_bmpblock() 405 iptr->compressed_size, iptr->original_size); in dump_bmpblock() 411 iptr->tag, iptr->format, iptr->compression, in dump_bmpblock() 412 iptr->compressed_size, iptr->original_size); in dump_bmpblock()
|
/external/clang/test/CodeGenCXX/ |
D | function-template-specialization.cpp | 14 void test(int *iptr, float *fptr, int diff) { in test() argument 16 iptr = next(iptr, diff); in test() 25 void test2(int *iptr, double *dptr, int diff) { in test2() argument 26 iptr = next(iptr, diff); in test2()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_test.c | 970 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf16() local 977 while (*iptr && max_length > 1) { in convert_utf8_to_utf16() 980 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16() 982 if (*iptr < 0xc0) in convert_utf8_to_utf16() 983 c = *iptr++; in convert_utf8_to_utf16() 984 else if (!(*iptr & 0x20)) { in convert_utf8_to_utf16() 985 c = ((iptr[0] & 0x1f) << 6) | (iptr[1] & 0x3f); in convert_utf8_to_utf16() 986 iptr += 2; in convert_utf8_to_utf16() 987 } else if (!(*iptr & 0x10)) { in convert_utf8_to_utf16() 988 c = ((iptr[0] & 0x0f) << 12) | ((iptr[1] & 0x3f) << 6) | (iptr[2] & 0x3f); in convert_utf8_to_utf16() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 9 @iptr = external global i64 166 store i64 %or9, i64 *@iptr 177 ; CHECK: iptr 184 %int0 = load volatile i64, i64 *@iptr 187 %int1 = load volatile i64, i64 *@iptr 190 %int2 = load volatile i64, i64 *@iptr 193 %int3 = load volatile i64, i64 *@iptr 196 %int4 = load volatile i64, i64 *@iptr 199 %int5 = load volatile i64, i64 *@iptr 202 %int6 = load volatile i64, i64 *@iptr [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 9 @iptr = external global i64 166 store i64 %or9, i64 *@iptr 177 ; CHECK: iptr 184 %int0 = load volatile i64 , i64 *@iptr 187 %int1 = load volatile i64 , i64 *@iptr 190 %int2 = load volatile i64 , i64 *@iptr 193 %int3 = load volatile i64 , i64 *@iptr 196 %int4 = load volatile i64 , i64 *@iptr 199 %int5 = load volatile i64 , i64 *@iptr 202 %int6 = load volatile i64 , i64 *@iptr [all …]
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 259 GLushort* iptr = *indices = new GLushort[2 * 3 * (width * height)]; in CreateMesh() local 273 *iptr++ = first; in CreateMesh() 274 *iptr++ = flag ? second : third; in CreateMesh() 275 *iptr++ = flag ? third : second; in CreateMesh() 277 *iptr++ = fourth; in CreateMesh() 278 *iptr++ = flag ? third : second; in CreateMesh() 279 *iptr++ = flag ? second : third; in CreateMesh() 283 *size = (iptr - *indices) * sizeof(GLushort); in CreateMesh() 285 return iptr - *indices; in CreateMesh()
|
/external/e2fsprogs/lib/ext2fs/ |
D | inode.c | 582 struct ext2_inode_large *iptr = (struct ext2_inode_large *)inode; in ext2fs_get_next_inode_full() local 651 retval = ext2fs_get_mem(length, &iptr); in ext2fs_get_next_inode_full() 674 memset(iptr, 0, length); in ext2fs_get_next_inode_full() 676 (struct ext2_inode_large *) iptr, in ext2fs_get_next_inode_full() 680 memcpy(iptr, scan->temp_buffer, length); in ext2fs_get_next_inode_full() 694 memset(iptr, 0, length); in ext2fs_get_next_inode_full() 696 (struct ext2_inode_large *) iptr, in ext2fs_get_next_inode_full() 700 memcpy(iptr, scan->ptr, length); in ext2fs_get_next_inode_full() 714 if (iptr != (struct ext2_inode_large *)inode) { in ext2fs_get_next_inode_full() 715 memcpy(inode, iptr, bufsize); in ext2fs_get_next_inode_full() [all …]
|
/external/skia/modules/canvaskit/ |
D | skottie.js | 22 var iptr = CanvasKit._malloc(data.byteLength); 23 CanvasKit.HEAPU8.set(data, iptr); 24 assetDataPtrs.push(iptr);
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/x86/ |
D | jump_encodings.ll | 13 define internal void @test_near_backward(i32 %iptr, i32 %val) { 17 %ptr = inttoptr i32 %iptr to i32* 37 define internal void @test_far_backward1(i32 %iptr, i32 %val) { 41 %ptr = inttoptr i32 %iptr to i32* 82 define internal void @test_far_backward2(i32 %iptr, i32 %val) { 86 %ptr = inttoptr i32 %iptr to i32* 129 define internal void @test_near_forward(i32 %iptr, i32 %val) { 133 %ptr = inttoptr i32 %iptr to i32* 161 define internal void @test_local_forward_then_back(i64 %val64, i32 %iptr, 166 %ptr = inttoptr i32 %iptr to i32* [all …]
|
/external/speex/libspeexdsp/ |
D | fftwrap.c | 260 float *iptr = t->in; in spx_fft() local 264 iptr[i]=in[i] * m; in spx_fft() 278 float *iptr = t->in; in spx_ifft() local 281 iptr[0] = in[0]; in spx_ifft() 282 iptr[1] = 0.0f; in spx_ifft() 284 iptr[i+1] = in[i]; in spx_ifft() 285 iptr[N+1] = 0.0f; in spx_ifft()
|
D | resample.c | 349 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_single() local 354 for(j=0;j<N;j++) sum += MULT16_16(sinct[j], iptr[j]); in resampler_basic_direct_single() 370 sum = inner_product_single(sinct, iptr, N); in resampler_basic_direct_single() 407 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_double() local 414 accum[0] += sinct[j]*iptr[j]; in resampler_basic_direct_double() 415 accum[1] += sinct[j+1]*iptr[j+1]; in resampler_basic_direct_double() 416 accum[2] += sinct[j+2]*iptr[j+2]; in resampler_basic_direct_double() 417 accum[3] += sinct[j+3]*iptr[j+3]; in resampler_basic_direct_double() 421 sum = inner_product_double(sinct, iptr, N); in resampler_basic_direct_double() 454 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_interpolate_single() local [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-bad-memaccess.cpp | 115 int i, *iptr; in test_nowarn() local 120 memset(&iptr, 0, sizeof iptr); in test_nowarn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | lower-kernel-ptr-arg.ll | 35 ; CHECK: ld.param.u64 %[[iptr:rd.*]], [ptr_in_byval_kernel_param_0+8] 36 ; CHECK: cvta.to.global.u64 %[[iptr_g:.*]], %[[iptr]]; 52 ; CHECK: ld.param.u64 %[[iptr:rd.*]], [ptr_in_byval_func_param_0+8] 56 ; CHECK: ld.u32 %[[val:.*]], [%[[iptr]]]
|
/external/ltp/lib/ |
D | self_exec.c | 76 int *iptr, i, j; in maybe_run_child() local 106 iptr = va_arg(ap, int *); in maybe_run_child() 113 *iptr = i; in maybe_run_child()
|
/external/clang/test/Sema/ |
D | attr-malloc.c | 14 typedef int * iptr; typedef 15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 608 uint8_t *iptr = img; in fill_col_to_arr() local 610 for (i = 0; i < len; ++i, iptr += stride) { in fill_col_to_arr() 611 *aptr++ = *iptr; in fill_col_to_arr() 617 uint8_t *iptr = img; in fill_arr_to_col() local 619 for (i = 0; i < len; ++i, iptr += stride) { in fill_arr_to_col() 620 *iptr = *aptr++; in fill_arr_to_col() 627 double *iptr = img; in fill_col_to_arr_double_prec() local 629 for (i = 0; i < len; ++i, iptr += stride) { in fill_col_to_arr_double_prec() 630 *aptr++ = *iptr; in fill_col_to_arr_double_prec() 637 double *iptr = img; in fill_arr_to_col_double_prec() local [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 407 uint8_t *iptr = img; in fill_col_to_arr() local 409 for (i = 0; i < len; ++i, iptr += stride) { in fill_col_to_arr() 410 *aptr++ = *iptr; in fill_col_to_arr() 416 uint8_t *iptr = img; in fill_arr_to_col() local 418 for (i = 0; i < len; ++i, iptr += stride) { in fill_arr_to_col() 419 *iptr = *aptr++; in fill_arr_to_col() 695 uint16_t *iptr = img; in highbd_fill_col_to_arr() local 697 for (i = 0; i < len; ++i, iptr += stride) { in highbd_fill_col_to_arr() 698 *aptr++ = *iptr; in highbd_fill_col_to_arr() 705 uint16_t *iptr = img; in highbd_fill_arr_to_col() local [all …]
|
/external/curl/lib/ |
D | urlapi.c | 184 const unsigned char *iptr; in strcpy_url() local 191 for(iptr = (unsigned char *)url; /* read from here */ in strcpy_url() 192 *iptr; /* until zero byte */ in strcpy_url() 193 iptr++) { in strcpy_url() 195 if(iptr < host_sep) { in strcpy_url() 196 *optr++ = *iptr; in strcpy_url() 200 switch(*iptr) { in strcpy_url() 205 if(urlchar_needs_escaping(*iptr)) { in strcpy_url() 206 msnprintf(optr, 4, "%%%02x", *iptr); in strcpy_url() 210 *optr++=*iptr; in strcpy_url()
|