/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | modfl.c | 4 long double modfl(long double x, long double *iptr) in modfl() argument 10 *iptr = d; in modfl() 17 long double modfl(long double x, long double *iptr) in modfl() argument 27 *iptr = x; in modfl() 35 *iptr = s ? -0.0 : 0.0; in modfl() 43 *iptr = x; in modfl() 50 *iptr = x + y; in modfl()
|
D | modff.c | 3 float modff(float x, float *iptr) in modff() argument 11 *iptr = x; in modff() 21 *iptr = u.f; in modff() 27 *iptr = x; in modff() 32 *iptr = u.f; in modff()
|
D | modf.c | 3 double modf(double x, double *iptr) in modf() argument 11 *iptr = x; in modf() 21 *iptr = u.f; in modf() 27 *iptr = x; in modf() 32 *iptr = u.f; in modf()
|
/third_party/musl/src/math/ |
D | modfl.c | 4 long double modfl(long double x, long double *iptr) in modfl() argument 10 *iptr = d; in modfl() 17 long double modfl(long double x, long double *iptr) in modfl() argument 27 *iptr = x; in modfl() 35 *iptr = s ? -0.0 : 0.0; in modfl() 43 *iptr = x; in modfl() 50 *iptr = x + y; in modfl()
|
D | modf.c | 3 double modf(double x, double *iptr) in modf() argument 11 *iptr = x; in modf() 21 *iptr = u.f; in modf() 27 *iptr = x; in modf() 32 *iptr = u.f; in modf()
|
D | modff.c | 3 float modff(float x, float *iptr) in modff() argument 11 *iptr = x; in modff() 21 *iptr = u.f; in modff() 27 *iptr = x; in modff() 32 *iptr = u.f; in modff()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/comp/ |
D | bitscan.asm.comp | 37 %iptr = OpAccessChain %_ptr_Uniform_ivec4 %_ %int_1 39 %ivalue = OpLoad %ivec4 %iptr 57 OpStore %iptr %lsb_uint_to_int 59 OpStore %iptr %lsb_int_to_int 62 OpStore %iptr %umsb_uint_to_int 64 OpStore %iptr %umsb_int_to_int 67 OpStore %iptr %smsb_uint_to_int 69 OpStore %iptr %smsb_int_to_int
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/comp/ |
D | bitscan.asm.comp | 37 %iptr = OpAccessChain %_ptr_Uniform_ivec4 %_ %int_1 39 %ivalue = OpLoad %ivec4 %iptr 57 OpStore %iptr %lsb_uint_to_int 59 OpStore %iptr %lsb_int_to_int 62 OpStore %iptr %umsb_uint_to_int 64 OpStore %iptr %umsb_int_to_int 67 OpStore %iptr %smsb_uint_to_int 69 OpStore %iptr %smsb_int_to_int
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/ |
D | bitscan.asm.comp | 37 %iptr = OpAccessChain %_ptr_Uniform_ivec4 %_ %int_1 39 %ivalue = OpLoad %ivec4 %iptr 57 OpStore %iptr %lsb_uint_to_int 59 OpStore %iptr %lsb_int_to_int 62 OpStore %iptr %umsb_uint_to_int 64 OpStore %iptr %umsb_int_to_int 67 OpStore %iptr %smsb_uint_to_int 69 OpStore %iptr %smsb_int_to_int
|
/third_party/libsnd/src/ |
D | dwvw.c | 190 int *iptr ; in dwvw_read_s() local 198 iptr = ubuf.ibuf ; in dwvw_read_s() 202 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_s() 204 ptr [total + k] = iptr [k] >> 16 ; in dwvw_read_s() 244 int *iptr ; in dwvw_read_f() local 255 iptr = ubuf.ibuf ; in dwvw_read_f() 259 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_f() 261 ptr [total + k] = normfact * (float) (iptr [k]) ; in dwvw_read_f() 276 int *iptr ; in dwvw_read_d() local 287 iptr = ubuf.ibuf ; in dwvw_read_d() [all …]
|
D | paf.c | 541 int *iptr ; in paf24_read_s() local 549 iptr = ubuf.ibuf ; in paf24_read_s() 553 count = paf24_read (psf, ppaf24, iptr, readcount) ; in paf24_read_s() 555 ptr [total + k] = iptr [k] >> 16 ; in paf24_read_s() 580 int *iptr ; in paf24_read_f() local 591 iptr = ubuf.ibuf ; in paf24_read_f() 595 count = paf24_read (psf, ppaf24, iptr, readcount) ; in paf24_read_f() 597 ptr [total + k] = normfact * iptr [k] ; in paf24_read_f() 608 int *iptr ; in paf24_read_d() local 619 iptr = ubuf.ibuf ; in paf24_read_d() [all …]
|
D | sds.c | 92 static int sds_read (SF_PRIVATE *psf, SDS_PRIVATE *psds, int *iptr, int readcount) ; 98 static int sds_write (SF_PRIVATE *psf, SDS_PRIVATE *psds, const int *iptr, int writecount) ; 557 int *iptr ; in sds_read_s() local 565 iptr = ubuf.ibuf ; in sds_read_s() 569 count = sds_read (psf, psds, iptr, readcount) ; in sds_read_s() 571 ptr [total + k] = iptr [k] >> 16 ; in sds_read_s() 597 int *iptr ; in sds_read_f() local 611 iptr = ubuf.ibuf ; in sds_read_f() 615 count = sds_read (psf, psds, iptr, readcount) ; in sds_read_f() 617 ptr [total + k] = normfact * iptr [k] ; in sds_read_f() [all …]
|
D | alac.c | 462 int *iptr ; in alac_read_s() local 476 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_s() 479 ptr [total + k] = iptr [k] >> 16 ; in alac_read_s() 492 int *iptr ; in alac_read_i() local 506 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_i() 509 ptr [total + k] = iptr [k] ; in alac_read_i() 522 int *iptr ; in alac_read_f() local 539 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_f() 542 ptr [total + k] = normfact * iptr [k] ; in alac_read_f() 555 int *iptr ; in alac_read_d() local [all …]
|
/third_party/skia/modules/canvaskit/ |
D | skp.js | 7 var iptr = CanvasKit._malloc(data.byteLength); 8 CanvasKit.HEAPU8.set(data, iptr); 10 var pic = CanvasKit._MakePicture(iptr, data.byteLength);
|
D | particles.js | 24 var iptr = CanvasKit._malloc(data.byteLength); 25 CanvasKit.HEAPU8.set(data, iptr); 26 assetDataPtrs.push(iptr);
|
D | skottie.js | 38 var iptr = CanvasKit._malloc(data.byteLength); 39 CanvasKit.HEAPU8.set(data, iptr); 40 assetDataPtrs.push(iptr);
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_test.c | 1003 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf16() local 1010 while (*iptr && max_length > 1) { in convert_utf8_to_utf16() 1013 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16() 1015 if (*iptr < 0xc0) in convert_utf8_to_utf16() 1016 c = *iptr++; in convert_utf8_to_utf16() 1017 else if (!(*iptr & 0x20)) { in convert_utf8_to_utf16() 1018 c = ((iptr[0] & 0x1f) << 6) | (iptr[1] & 0x3f); in convert_utf8_to_utf16() 1019 iptr += 2; in convert_utf8_to_utf16() 1020 } else if (!(*iptr & 0x10)) { in convert_utf8_to_utf16() 1021 c = ((iptr[0] & 0x0f) << 12) | ((iptr[1] & 0x3f) << 6) | (iptr[2] & 0x3f); in convert_utf8_to_utf16() [all …]
|
/third_party/flutter/skia/modules/canvaskit/ |
D | skottie.js | 22 var iptr = CanvasKit._malloc(data.byteLength); 23 CanvasKit.HEAPU8.set(data, iptr); 24 assetDataPtrs.push(iptr);
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | inode.c | 603 struct ext2_inode_large *iptr = (struct ext2_inode_large *)inode; in ext2fs_get_next_inode_full() local 672 retval = ext2fs_get_mem(length, &iptr); in ext2fs_get_next_inode_full() 695 memset(iptr, 0, length); in ext2fs_get_next_inode_full() 697 (struct ext2_inode_large *) iptr, in ext2fs_get_next_inode_full() 701 memcpy(iptr, scan->temp_buffer, length); in ext2fs_get_next_inode_full() 715 memset(iptr, 0, length); in ext2fs_get_next_inode_full() 717 (struct ext2_inode_large *) iptr, in ext2fs_get_next_inode_full() 721 memcpy(iptr, scan->ptr, length); in ext2fs_get_next_inode_full() 735 if (iptr != (struct ext2_inode_large *)inode) { in ext2fs_get_next_inode_full() 736 memcpy(inode, iptr, bufsize); in ext2fs_get_next_inode_full() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 206 uint8_t *iptr = src->data[i]; in av_picture_pad() local 209 memcpy(optr, iptr, (width - padleft - padright) >> x_shift); in av_picture_pad() 210 iptr += src->linesize[i]; in av_picture_pad() 216 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad() 218 iptr += src->linesize[i]; in av_picture_pad()
|
/third_party/skia/experimental/skottiekit/ |
D | interface.js | 83 var iptr = SkottieKit._malloc(data.byteLength); 84 SkottieKit.HEAPU8.set(data, iptr); 85 assetDataPtrs.push(iptr);
|
/third_party/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()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audiotestsrc.c | 219 gint16 *iptr, *pptr; in GST_START_TEST() local 242 iptr = (gint16 *) imap.data; in GST_START_TEST() 258 fail_unless_equals_int (iptr[iidx], pptr[pidx]); in GST_START_TEST() 275 fail_unless_equals_int (iptr[iidx], ((gint16 *) pabuf.planes[c])[s]); in GST_START_TEST()
|
/third_party/curl/lib/ |
D | urlapi.c | 189 const unsigned char *iptr; in strcpy_url() local 196 for(iptr = (unsigned char *)url; /* read from here */ in strcpy_url() 197 *iptr; /* until zero byte */ in strcpy_url() 198 iptr++) { in strcpy_url() 200 if(iptr < host_sep) { in strcpy_url() 201 *optr++ = *iptr; in strcpy_url() 205 switch(*iptr) { in strcpy_url() 210 if(urlchar_needs_escaping(*iptr)) { in strcpy_url() 211 msnprintf(optr, 4, "%%%02x", *iptr); in strcpy_url() 215 *optr++=*iptr; in strcpy_url()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 321 # define ASN1_ITEM_ptr(iptr) (iptr) argument 324 # define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument 342 # define ASN1_ITEM_ptr(iptr) (iptr()) argument 345 # define ASN1_ITEM_ref(iptr) (iptr##_it) argument
|