/third_party/libwebsockets/lib/system/metrics/ |
D | metrics.c | 147 lws_metrics_dump_cb(lws_metric_pub_t *pub, void *user); 150 lws_metrics_report_and_maybe_clear(struct lws_context *ctx, lws_metric_pub_t *pub) in lws_metrics_report_and_maybe_clear() argument 152 if (!pub->us_first || pub->us_last == pub->us_dumped) in lws_metrics_report_and_maybe_clear() 155 lws_metrics_dump_cb(pub, ctx); in lws_metrics_report_and_maybe_clear() 171 lws_metric_pub_t *pub = lws_metrics_priv_to_pub(mt); in lws_metrics_periodic_cb() local 173 lws_metrics_report_and_maybe_clear(ctx, pub); in lws_metrics_periodic_cb() 314 lws_metric_pub_t *pub; in lws_metric_create() local 340 pub = lws_metrics_priv_to_pub(mt); in lws_metric_create() 341 pub->name = (char *)pub + sizeof(lws_metric_pub_t); in lws_metric_create() 342 memcpy((char *)pub->name, name, nl + 1); in lws_metric_create() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wrgif.c | 72 struct djpeg_dest_struct pub; /* public fields */ member 117 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt) != in flush_packet() 236 putc(w & 0xFF, dinfo->pub.output_file); in put_word() 237 putc((w >> 8) & 0xFF, dinfo->pub.output_file); in put_word() 245 putc(val, dinfo->pub.output_file); in put_3bytes() 246 putc(val, dinfo->pub.output_file); in put_3bytes() 247 putc(val, dinfo->pub.output_file); in put_3bytes() 275 putc('G', dinfo->pub.output_file); in emit_header() 276 putc('I', dinfo->pub.output_file); in emit_header() 277 putc('F', dinfo->pub.output_file); in emit_header() [all …]
|
D | wrppm.c | 69 struct djpeg_dest_struct pub; /* public fields */ member 95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 115 ptr = dest->pub.buffer[0]; in copy_pixel_rows() 124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows() 144 ptr = dest->pub.buffer[0]; in put_rgb() 152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb() 169 ptr = dest->pub.buffer[0]; in put_cmyk() 178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk() 200 ptr = dest->pub.buffer[0]; in put_demapped_rgb() 208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb() [all …]
|
D | rdppm.c | 61 struct cjpeg_source_struct pub; /* public fields */ member 139 FILE *infile = source->pub.input_file; in get_text_gray_row() 145 ptr = source->pub.buffer[0]; in get_text_gray_row() 167 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() 178 ptr = source->pub.buffer[0]; in get_text_gray_rgb_row() 202 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() 208 ptr = source->pub.buffer[0]; in get_text_gray_cmyk_row() 241 FILE *infile = source->pub.input_file; in get_text_rgb_row() 252 ptr = source->pub.buffer[0]; in get_text_rgb_row() 276 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() [all …]
|
D | jdatadst.c | 35 struct jpeg_destination_mgr pub; /* public fields */ member 50 struct jpeg_destination_mgr pub; /* public fields */ member 78 dest->pub.next_output_byte = dest->buffer; in init_destination() 79 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination() 123 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer() 124 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer() 150 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer() 151 dest->pub.free_in_buffer = dest->bufsize; in empty_mem_output_buffer() 174 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination() 194 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer); in term_mem_destination() [all …]
|
D | wrtarga.c | 38 struct djpeg_dest_struct pub; /* public fields */ member 102 inptr = dest->pub.buffer[0]; in put_pixel_rows() 110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 122 inptr = dest->pub.buffer[0]; in put_gray_rows() 125 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows() 144 inptr = dest->pub.buffer[0]; in put_demapped_gray() 149 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray() 169 dest->pub.put_pixel_rows = put_demapped_gray; in start_output_tga() 171 dest->pub.put_pixel_rows = put_gray_rows; in start_output_tga() 180 outfile = dest->pub.output_file; in start_output_tga() [all …]
|
D | rdtarga.c | 44 struct cjpeg_source_struct pub; /* public fields */ member 86 register FILE *infile = sinfo->pub.input_file; in read_byte() 174 ptr = source->pub.buffer[0]; in get_8bit_gray_row() 193 ptr = source->pub.buffer[0]; in get_8bit_row() 215 ptr = source->pub.buffer[0]; in get_16bit_row() 242 ptr = source->pub.buffer[0]; in get_24bit_row() 280 source->pub.buffer = (*cinfo->mem->access_virt_sarray) in get_memory_row() 305 progress->pub.pass_counter = (long)row; in preload_image() 306 progress->pub.pass_limit = (long)cinfo->image_height; in preload_image() 307 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in preload_image() [all …]
|
D | wrbmp.c | 51 struct djpeg_dest_struct pub; /* public fields */ member 121 inptr = dest->pub.buffer[0]; in put_pixel_rows() 168 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_pixel_rows() 193 inptr = dest->pub.buffer[0]; in put_gray_rows() 203 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->row_width); in put_gray_rows() 284 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t)14) in write_bmp_header() 286 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t)40) in write_bmp_header() 345 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t)14) in write_os2_header() 347 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t)12) in write_os2_header() 366 FILE *outfile = dest->pub.output_file; in write_colormap() [all …]
|
D | rdbmp.c | 54 struct cjpeg_source_struct pub; /* public fields */ member 84 register FILE *infile = sinfo->pub.input_file; in read_byte() 163 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_8bit_row() 169 outptr = source->pub.buffer[0]; in get_8bit_row() 238 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_24bit_row() 246 outptr = source->pub.buffer[0]; in get_24bit_row() 301 if (!ReadOK(source->pub.input_file, source->iobuffer, source->row_width)) in get_32bit_row() 309 outptr = source->pub.buffer[0]; in get_32bit_row() 360 register FILE *infile = source->pub.input_file; in preload_image() 369 progress->pub.pass_counter = (long)row; in preload_image() [all …]
|
D | jdatasrc.c | 30 struct jpeg_source_mgr pub; /* public fields */ member 119 src->pub.next_input_byte = src->buffer; in fill_input_buffer() 120 src->pub.bytes_in_buffer = nbytes; in fill_input_buffer() 245 src->pub.init_source = init_source; in jpeg_stdio_src() 246 src->pub.fill_input_buffer = fill_input_buffer; in jpeg_stdio_src() 247 src->pub.skip_input_data = skip_input_data; in jpeg_stdio_src() 248 src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_stdio_src() 249 src->pub.term_source = term_source; in jpeg_stdio_src() 251 src->pub.bytes_in_buffer = 0; /* forces fill_input_buffer on first read */ in jpeg_stdio_src() 252 src->pub.next_input_byte = NULL; /* until buffer loaded */ in jpeg_stdio_src()
|
D | jccolor.c | 26 struct jpeg_color_converter pub; /* public fields */ member 536 cconvert->pub.start_pass = null_method; in jinit_color_converter() 583 cconvert->pub.color_convert = grayscale_convert; in jinit_color_converter() 596 cconvert->pub.color_convert = jsimd_rgb_gray_convert; in jinit_color_converter() 598 cconvert->pub.start_pass = rgb_ycc_start; in jinit_color_converter() 599 cconvert->pub.color_convert = rgb_gray_convert; in jinit_color_converter() 602 cconvert->pub.color_convert = grayscale_convert; in jinit_color_converter() 616 cconvert->pub.color_convert = jsimd_c_null_convert; in jinit_color_converter() 619 cconvert->pub.color_convert = null_convert; in jinit_color_converter() 631 cconvert->pub.color_convert = rgb_rgb_convert; in jinit_color_converter() [all …]
|
D | jdatadst-tj.c | 40 struct jpeg_destination_mgr pub; /* public fields */ member 110 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer() 111 dest->pub.free_in_buffer = dest->bufsize; in empty_mem_output_buffer() 135 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer); in term_mem_destination() 178 dest->pub.init_destination = init_mem_destination; in jpeg_mem_dest_tj() 179 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest_tj() 180 dest->pub.term_destination = term_mem_destination; in jpeg_mem_dest_tj() 198 dest->pub.next_output_byte = dest->buffer = *outbuffer; in jpeg_mem_dest_tj() 201 dest->pub.free_in_buffer = dest->bufsize; in jpeg_mem_dest_tj()
|
D | jdinput.c | 27 struct jpeg_input_controller pub; /* public fields */ member 320 if (inputctl->pub.eoi_reached) /* After hitting EOI, read no further */ in consume_markers() 335 if (!inputctl->pub.has_multiple_scans) in consume_markers() 341 inputctl->pub.eoi_reached = TRUE; in consume_markers() 370 inputctl->pub.consume_input = consume_markers; in reset_input_controller() 371 inputctl->pub.has_multiple_scans = FALSE; /* "unknown" would be better */ in reset_input_controller() 372 inputctl->pub.eoi_reached = FALSE; in reset_input_controller() 398 inputctl->pub.consume_input = consume_markers; in jinit_input_controller() 399 inputctl->pub.reset_input_controller = reset_input_controller; in jinit_input_controller() 400 inputctl->pub.start_input_pass = start_input_pass; in jinit_input_controller() [all …]
|
D | rdgif.c | 88 struct cjpeg_source_struct pub; /* public fields */ member 144 register FILE *infile = sinfo->pub.input_file; in ReadByte() 162 if (!ReadOK(sinfo->pub.input_file, buf, count)) in GetDataBlock() 392 if (!ReadOK(source->pub.input_file, hdrbuf, 6)) in start_input_gif() 405 if (!ReadOK(source->pub.input_file, hdrbuf, 7)) in start_input_gif() 453 if (!ReadOK(source->pub.input_file, hdrbuf, 9)) in start_input_gif() 514 source->pub.get_pixel_rows = load_interlaced_image; in start_input_gif() 516 source->pub.get_pixel_rows = get_pixel_rows; in start_input_gif() 520 source->pub.buffer = (*cinfo->mem->alloc_sarray) in start_input_gif() 523 source->pub.buffer_height = 1; in start_input_gif() [all …]
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | jpegdec.c | 203 struct jpeg_error_mgr pub; member 215 struct jpeg_source_mgr pub; member 222 ctx->pub.next_input_byte = ctx->data; in ContextInit() 223 ctx->pub.bytes_in_buffer = ctx->data_size; in ContextInit() 235 if (jump > ctx->pub.bytes_in_buffer) { // Don't overflow the buffer. in ContextSkip() 236 jump = ctx->pub.bytes_in_buffer; in ContextSkip() 238 ctx->pub.bytes_in_buffer -= jump; in ContextSkip() 239 ctx->pub.next_input_byte += jump; in ContextSkip() 249 ctx->pub.init_source = ContextInit; in ContextSetup() 250 ctx->pub.fill_input_buffer = ContextFill; in ContextSetup() [all …]
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 459 lws_mqtt_is_topic_matched(const char* sub, const char* pub) in lws_mqtt_is_topic_matched() argument 461 const char *ppos = pub, *spos = sub; in lws_mqtt_is_topic_matched() 471 __func__, pub); in lws_mqtt_is_topic_matched() 838 lws_mqtt_publish_param_t *pub = NULL; in _lws_mqtt_rx_parser() local 868 pub = (lws_mqtt_publish_param_t *)wsi->mqtt->rx_cpkt_param; in _lws_mqtt_rx_parser() 870 pub->topic_len = (uint16_t)par->n; in _lws_mqtt_rx_parser() 873 pub->topic = (char *)lws_zalloc((size_t)pub->topic_len + 1, in _lws_mqtt_rx_parser() 875 if (!pub->topic) in _lws_mqtt_rx_parser() 877 lws_strncpy(pub->topic, (const char *)buf, in _lws_mqtt_rx_parser() 878 (size_t)pub->topic_len + 1); in _lws_mqtt_rx_parser() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | statics.types | 35 this.g = (v:number) => C.f(this.x+C.y+v+this.c1+this.c2+C.pub); 36 >this.g = (v:number) => C.f(this.x+C.y+v+this.c1+this.c2+C.pub) : (v: number) => string 40 >(v:number) => C.f(this.x+C.y+v+this.c1+this.c2+C.pub) : (v: number) => string 42 >C.f(this.x+C.y+v+this.c1+this.c2+C.pub) : string 46 >this.x+C.y+v+this.c1+this.c2+C.pub : number 64 >C.pub : number 66 >pub : number 73 static pub=3; 74 >pub : number 87 return "wow: "+(n+C.y+C.pub+C.priv); [all …]
|
D | jsdocAccessibilityTags.types | 28 pub = 6; 29 >pub : number 97 this.priv + this.prot + this.pub 98 >this.priv + this.prot + this.pub : number 106 >this.pub : number 108 >pub : number 132 new A().priv + new A().prot + new A().pub 133 >new A().priv + new A().prot + new A().pub : number 143 >new A().pub : number 146 >pub : number [all …]
|
D | jsdocAccessibilityTags.symbols | 26 pub = 6; 27 >pub : Symbol(A.pub, Decl(jsdocAccessibilityTag.js, 12, 13)) 88 this.priv + this.prot + this.pub 95 >this.pub : Symbol(A.pub, Decl(jsdocAccessibilityTag.js, 12, 13)) 97 >pub : Symbol(A.pub, Decl(jsdocAccessibilityTag.js, 12, 13)) 119 new A().priv + new A().prot + new A().pub 126 >new A().pub : Symbol(A.pub, Decl(jsdocAccessibilityTag.js, 12, 13)) 128 >pub : Symbol(A.pub, Decl(jsdocAccessibilityTag.js, 12, 13)) 130 new B().priv + new B().prot + new B().pub 137 >new B().pub : Symbol(A.pub, Decl(jsdocAccessibilityTag.js, 12, 13)) [all …]
|
D | statics.symbols | 31 this.g = (v:number) => C.f(this.x+C.y+v+this.c1+this.c2+C.pub); 50 >C.pub : Symbol(C.pub, Decl(statics.ts, 8, 22)) 52 >pub : Symbol(C.pub, Decl(statics.ts, 8, 22)) 58 static pub=3; 59 >pub : Symbol(C.pub, Decl(statics.ts, 8, 22)) 71 return "wow: "+(n+C.y+C.pub+C.priv); 76 >C.pub : Symbol(C.pub, Decl(statics.ts, 8, 22)) 78 >pub : Symbol(C.pub, Decl(statics.ts, 8, 22))
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evppkey_ffdhe.txt | 47 PublicKey=ffdhe2048-1-pub 63 PublicKey=ffdhe2048-2-pub 79 PrivPubKeyPair=ffdhe2048-1:ffdhe2048-1-pub 81 PrivPubKeyPair=ffdhe2048-2:ffdhe2048-2-pub 84 PeerKey=ffdhe2048-2-pub 88 PeerKey=ffdhe2048-1-pub 92 PeerKey=ffdhe2048-2-pub 100 PeerKey=ffdhe2048-2-pub 111 PeerKey=ffdhe2048-1-pub 147 PublicKey=ffdhe3072-1-pub [all …]
|
/third_party/openssl/test/ |
D | ffc_internal_test.c | 445 BIGNUM *pub = NULL; in ffc_public_validate_test() local 448 if (!TEST_ptr(pub = BN_new())) in ffc_public_validate_test() 455 if (!TEST_true(BN_set_word(pub, 1))) in ffc_public_validate_test() 457 BN_set_negative(pub, 1); in ffc_public_validate_test() 459 if (!TEST_false(ossl_ffc_validate_public_key(params, pub, &res))) in ffc_public_validate_test() 463 if (!TEST_true(BN_set_word(pub, 0))) in ffc_public_validate_test() 468 if (!TEST_false(ossl_ffc_validate_public_key(params, pub, &res))) in ffc_public_validate_test() 477 if (!TEST_true(BN_add_word(pub, 2))) in ffc_public_validate_test() 480 if (!TEST_true(ossl_ffc_validate_public_key(params, pub, &res))) in ffc_public_validate_test() 483 if (!TEST_ptr(BN_copy(pub, params->p))) in ffc_public_validate_test() [all …]
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_openmetrics_export.c | 201 lws_metrics_om_format_agg(lws_metric_pub_t *pub, const char *nm, lws_usec_t now, in lws_metrics_om_format_agg() argument 207 if (pub->flags & LWSMTFL_REPORT_ONLY_GO) in lws_metrics_om_format_agg() 210 if (!(pub->flags & LWSMTFL_REPORT_MEAN)) { in lws_metrics_om_format_agg() 212 if (pub->flags & LWSMTFL_REPORT_DUTY_WALLCLOCK_US) { in lws_metrics_om_format_agg() 217 nm, (unsigned int)pub->u.agg.count[gng], in lws_metrics_om_format_agg() 218 nm, (unsigned long long)pub->u.agg.sum[gng], in lws_metrics_om_format_agg() 219 nm, (unsigned long)(pub->us_first / 1000000), in lws_metrics_om_format_agg() 220 (unsigned int)(pub->us_first % 1000000)); in lws_metrics_om_format_agg() 230 (unsigned int)pub->u.agg.count[gng], in lws_metrics_om_format_agg() 232 (unsigned long long)pub->u.agg.sum[gng]); in lws_metrics_om_format_agg() [all …]
|
/third_party/curl/tests/certs/ |
D | Makefile.am | 51 Server-localhost-sv.pub.der \ 52 Server-localhost-sv.pub.pem \ 60 Server-localhost.nn-sv.pub.der \ 61 Server-localhost.nn-sv.pub.pem \ 69 Server-localhost0h-sv.pub.der \ 70 Server-localhost0h-sv.pub.pem \ 78 Server-localhost-firstSAN-sv.pub.der \ 79 Server-localhost-firstSAN-sv.pub.pem \ 87 Server-localhost-lastSAN-sv.pub.der \ 88 Server-localhost-lastSAN-sv.pub.pem \ [all …]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | deny_missing_docs.stderr | 4 11 | pub struct UndocumentedStruct { 16 12 | pub undocumented_field: u8, 22 21 | pub enum UndocumentedEnum { 34 44 | pub type UndocumentedForeignType; 40 49 | pub type UndocumentedTypeAlias = crate::bindgen::UndocumentedTypeAlias; 46 54 | pub fn undocumented_foreign_fn() -> u8;
|