Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c482 display_init(struct display *dp) in display_init()
506 display_clean_read(struct display *dp) in display_clean_read()
520 display_clean_write(struct display *dp) in display_clean_write()
534 display_clean(struct display *dp) in display_clean()
558 display_destroy(struct display *dp) in display_destroy()
568 struct display *dp = (struct display*)png_get_error_ptr(pp); in get_dp() local
589 display_log(struct display *dp, error_level level, const char *fmt, ...) in display_log()
643 text_stash(struct display *dp) in text_stash()
681 #define text_stash(dp) if (!dp->text_stashed) text_stash(dp) argument
684 text_restore(struct display *dp) in text_restore()
[all …]
/third_party/libunwind/libunwind/src/ia64/
Dunwind_decoder.h107 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1()
124 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2()
142 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3()
162 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4()
183 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1()
194 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2()
209 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3()
219 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1()
228 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5()
277 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngwtran.c36 png_bytep sp, dp; in png_do_pack() local
73 png_bytep sp, dp; in png_do_pack() local
113 png_bytep sp, dp; in png_do_pack() local
320 png_bytep sp, dp; in png_do_write_swap_alpha() local
338 png_bytep sp, dp; in png_do_write_swap_alpha() local
365 png_bytep sp, dp; in png_do_write_swap_alpha() local
381 png_bytep sp, dp; in png_do_write_swap_alpha() local
414 png_bytep sp, dp; in png_do_write_invert_alpha() local
434 png_bytep sp, dp; in png_do_write_invert_alpha() local
461 png_bytep sp, dp; in png_do_write_invert_alpha() local
[all …]
Dpngrtran.c2166 png_bytep dp = row + (size_t)row_width - 1; in png_do_unpack() local
2190 png_bytep dp = row + (size_t)row_width - 1; in png_do_unpack() local
2213 png_bytep dp = row + (size_t)row_width - 1; in png_do_unpack() local
2396 png_bytep dp = row; /* destination */ in png_do_scale_16_to_8() local
2457 png_bytep dp = row; /* destination */ in png_do_chop() local
2487 png_bytep dp = sp; in png_do_read_swap_alpha() local
2506 png_bytep dp = sp; in png_do_read_swap_alpha() local
2533 png_bytep dp = sp; in png_do_read_swap_alpha() local
2550 png_bytep dp = sp; in png_do_read_swap_alpha() local
2583 png_bytep dp = sp; in png_do_read_invert_alpha() local
[all …]
Dpngwutil.c2117 png_bytep dp; in png_do_write_interlace() local
2155 png_bytep dp; in png_do_write_interlace() local
2192 png_bytep dp; in png_do_write_interlace() local
2228 png_bytep dp; in png_do_write_interlace() local
2282 png_bytep rp, dp, lp; in png_setup_sub_row() local
2321 png_bytep rp, dp, lp; in png_setup_sub_row_only() local
2342 png_bytep rp, dp, pp; in png_setup_up_row() local
2369 png_bytep rp, dp, pp; in png_setup_up_row_only() local
2386 png_bytep rp, dp, pp, lp; in png_setup_avg_row() local
2426 png_bytep rp, dp, pp, lp; in png_setup_avg_row_only() local
[all …]
/third_party/lwip/src/include/netif/ppp/
Dccp.h64 #define CCP_CODE(dp) ((dp)[0]) argument
65 #define CCP_ID(dp) ((dp)[1]) argument
66 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument
69 #define CCP_OPT_CODE(dp) ((dp)[0]) argument
70 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c589 display_init(struct display *dp) in display_init()
613 display_clean_read(struct display *dp) in display_clean_read()
621 display_clean_write(struct display *dp) in display_clean_write()
629 display_clean(struct display *dp) in display_clean()
646 display_destroy(struct display *dp) in display_destroy()
660 struct display *dp = (struct display*)png_get_error_ptr(pp); in get_dp() local
681 display_log(struct display *dp, error_level level, const char *fmt, ...) in display_log()
776 struct display *dp = get_dp(pp); in display_error() local
782 display_cache_file(struct display *dp, const char *filename) in display_cache_file()
809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read()
[all …]
/third_party/python/Modules/
D_dbmmodule.c74 dbmobject *dp = PyObject_GC_New(dbmobject, state->dbm_type); in newdbmobject() local
93 dbm_traverse(dbmobject *dp, visitproc visit, void *arg) in dbm_traverse()
100 dbm_dealloc(dbmobject *dp) in dbm_dealloc()
112 dbm_length(dbmobject *dp) in dbm_length()
134 dbm_subscript(dbmobject *dp, PyObject *key) in dbm_subscript()
160 dbm_ass_sub(dbmobject *dp, PyObject *v, PyObject *w) in dbm_ass_sub()
273 dbmobject *dp = (dbmobject *)self; in dbm_contains() local
D_gdbmmodule.c78 gdbmobject *dp = PyObject_GC_New(gdbmobject, state->gdbm_type); in newgdbmobject() local
101 gdbm_traverse(gdbmobject *dp, visitproc visit, void *arg) in gdbm_traverse()
108 gdbm_dealloc(gdbmobject *dp) in gdbm_dealloc()
120 gdbm_length(gdbmobject *dp) in gdbm_length()
187 gdbm_subscript(gdbmobject *dp, PyObject *key) in gdbm_subscript()
237 gdbm_ass_sub(gdbmobject *dp, PyObject *v, PyObject *w) in gdbm_ass_sub()
379 gdbmobject *dp = (gdbmobject *)self; in gdbm_contains() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsymlinkat.c35 DIR *dp; in symlinkat_0100() local
87 DIR *dp; in symlinkat_0200() local
/third_party/f2fs-tools/fsck/
Dquotaio_v2.c47 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk()
71 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk()
89 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id()
/third_party/skia/third_party/externals/libpng/arm/
Dpalette_neon_intrinsics.c85 png_bytep sp = *ssp - i, dp = *ddp - (i << 2); in png_do_expand_palette_rgba8_neon() local
125 png_bytep sp = *ssp - i, dp = *ddp - ((i << 1) + i); in png_do_expand_palette_rgb8_neon() local
/third_party/lame/frontend/
Dtimestatus.c370 DecoderProgress dp = &global_decoder_progress; in decoder_progress_init() local
392 addSamples(DecoderProgress dp, int iread) in addSamples()
403 decoder_progress(DecoderProgress dp, const mp3data_struct * mp3data, int iread) in decoder_progress()
435 decoder_progress_finish(DecoderProgress dp) in decoder_progress_finish()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format.cc233 const char* ParseInt(const char* dp, int width, T min, T max, T* vp) { in ParseInt()
581 const char* ParseOffset(const char* dp, const char* mode, int* offset) { in ParseOffset()
614 const char* ParseZone(const char* dp, std::string* zone) { in ParseZone()
623 const char* ParseSubSeconds(const char* dp, detail::femtoseconds* subseconds) { in ParseSubSeconds()
649 const char* ParseTM(const char* dp, const char* fmt, std::tm* tm) { in ParseTM()
/third_party/libsnd/src/GSM610/
Dlong_term.c49 register int16_t * dp, /* [-120..-1] IN */ in Cut_Calculation_of_the_LTP_parameters()
150 register int16_t * dp, /* [-120..-1] IN */ in Calculation_of_the_LTP_parameters()
286 register int16_t * dp, /* [-120..-1] IN */ in Cut_Calculation_of_the_LTP_parameters()
464 register int16_t * dp, /* [-120..-1] IN */ in Calculation_of_the_LTP_parameters()
635 register int16_t * dp, /* [-120..-1] IN */ in Cut_Fast_Calculation_of_the_LTP_parameters()
706 register int16_t * dp, /* [-120..-1] IN */ in Fast_Calculation_of_the_LTP_parameters()
825 register int16_t * dp, /* previous d [-120..-1] IN */ in Long_term_analysis_filtering()
858 int16_t * dp, /* [-120..-1] d' IN */ in Gsm_Long_Term_Predictor()
Dcode.c49 int16_t *dp = State->dp0 + 120 ; /* [-120...-1] */ in Gsm_Coder() local
/third_party/musl/src/stdlib/
Dfcvt.c6 char *fcvt(double x, int n, int *dp, int *sign) in fcvt()
Decvt.c5 char *ecvt(double x, int n, int *dp, int *sign) in ecvt()
/third_party/ffmpeg/libavcodec/
Dmlpenc.c292 DecodingParams *dp = ctx->cur_decoding_params; in compare_decoding_params() local
382 DecodingParams *dp = ctx->seq_decoding_params + index; in copy_restart_frame_params() local
402 DecodingParams *dp = decoding_params; in clear_decoding_params() local
429 DecodingParams *dp = decoding_params; in default_decoding_params() local
797 DecodingParams *dp = ctx->cur_decoding_params; in write_matrix_params() local
853 DecodingParams *dp = ctx->cur_decoding_params; in write_decoding_params() local
952 DecodingParams *dp = ctx->cur_decoding_params; in write_block_data() local
1249 DecodingParams *dp = ctx->cur_decoding_params; in determine_quant_step_size() local
1400 DecodingParams *dp = ctx->cur_decoding_params; in code_matrix_coeffs() local
1418 DecodingParams *dp = ctx->cur_decoding_params; in lossless_matrix_coeffs() local
[all …]
/third_party/musl/src/string/
Dstrverscmp.c9 size_t i, dp, j; in strverscmp() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D6-1.c56 struct dirent *dp; in count() local
/third_party/toybox/toys/lsb/
Dseq.c50 char *dp = strchr(s, '.'); in parsef() local
/third_party/cups-filters/filter/
Dpdftoraster.cxx524 unsigned char *dp = dst; in reverseLineSwapByte() local
538 unsigned char *dp; in reverseLineSwapBit() local
580 unsigned char *dp = dst; in rgbToCMYKLineSwap() local
601 unsigned char *dp = dst; in rgbToCMYLineSwap() local
614 unsigned char *dp = dst; in rgbToKCMYLine() local
634 unsigned char *dp = dst; in rgbToKCMYLineSwap() local
662 unsigned char *dp = dst; in lineSwap24() local
677 unsigned char *dp = dst; in lineSwapByte() local
690 unsigned char *dp; in lineSwapBit() local
831 unsigned char *dp = pixelBuf; in RGB8toRGBA() local
[all …]
/third_party/ffmpeg/libavfilter/
Dgenerate_wave_table.c60 double *dp = (double *)table; in ff_generate_wave_table() local
/third_party/libinput/src/
Dlibinput-versionsort.h37 size_t i, dp, j; in libinput_strverscmp() local

12345678