/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_win32.c | 330 ares_evsys_win32_eventdata_t *ed = event->data; in ares_evsys_win32_afd_enqueue() local 334 if (e == NULL || ed == NULL || ew == NULL) { in ares_evsys_win32_afd_enqueue() 339 ed->afd_poll_info.Exclusive = TRUE; in ares_evsys_win32_afd_enqueue() 340 ed->afd_poll_info.NumberOfHandles = 1; in ares_evsys_win32_afd_enqueue() 341 ed->afd_poll_info.Timeout.QuadPart = LLONG_MAX; in ares_evsys_win32_afd_enqueue() 342 ed->afd_poll_info.Handles[0].Handle = (HANDLE)ed->base_socket; in ares_evsys_win32_afd_enqueue() 343 ed->afd_poll_info.Handles[0].Status = 0; in ares_evsys_win32_afd_enqueue() 344 ed->afd_poll_info.Handles[0].Events = 0; in ares_evsys_win32_afd_enqueue() 347 ed in ares_evsys_win32_afd_enqueue() 376 ares_evsys_win32_afd_cancel(ares_evsys_win32_eventdata_t *ed) ares_evsys_win32_afd_cancel() argument 408 ares_evsys_win32_eventdata_destroy(ares_evsys_win32_eventdata_t *ed) ares_evsys_win32_eventdata_destroy() argument 425 ares_evsys_win32_eventdata_t *ed; ares_evsys_win32_event_add() local 492 ares_evsys_win32_eventdata_t *ed = event->data; ares_evsys_win32_event_del() local 517 ares_evsys_win32_eventdata_t *ed = event->data; ares_evsys_win32_event_mod() local 551 ares_evsys_win32_eventdata_t *ed = ares_evsys_win32_wait() local [all...] |
/third_party/libexif/test/ |
H A D | test-mem.c | 33 ExifData *ed; in main() local 41 ed = exif_data_new (); in main() 42 if (!ed) { in main() 47 exif_data_set_data_type (ed, EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY); in main() 50 exif_data_fix (ed); in main() 53 ed->size = 4; in main() 54 ed->data = calloc(1, ed->size); in main() 55 if (!ed->data) { in main() 57 exif_data_unref (ed); in main() [all...] |
/third_party/libexif/contrib/examples/ |
H A D | photographer.c | 70 ExifData *ed; in main() local 81 ed = exif_data_new_from_file(argv[1]); in main() 82 if (!ed) { in main() 90 show_tag(ed, EXIF_IFD_0, EXIF_TAG_ARTIST); in main() 91 show_tag(ed, EXIF_IFD_0, EXIF_TAG_XP_AUTHOR); in main() 92 show_tag(ed, EXIF_IFD_0, EXIF_TAG_COPYRIGHT); in main() 95 show_tag(ed, EXIF_IFD_EXIF, EXIF_TAG_USER_COMMENT); in main() 96 show_tag(ed, EXIF_IFD_0, EXIF_TAG_IMAGE_DESCRIPTION); in main() 97 show_tag(ed, EXIF_IFD_1, EXIF_TAG_IMAGE_DESCRIPTION); in main() 103 entry = exif_content_get_entry(ed in main() [all...] |
H A D | thumbnail.c | 25 ExifData *ed; in main() local 31 ed = exif_loader_get_data(l); in main() 36 if (ed) { in main() 38 if (ed->data && ed->size) { in main() 49 fwrite(ed->data, 1, ed->size, thumb); in main() 62 exif_data_unref(ed); in main()
|
/third_party/exfatprogs/dump/ |
H A D | dump.c | 71 struct exfat_dentry *ed; in exfat_show_ondisk_all_info() local 141 ed = malloc(sizeof(struct exfat_dentry)*3); in exfat_show_ondisk_all_info() 142 if (!ed) { in exfat_show_ondisk_all_info() 148 ret = exfat_read(bd->dev_fd, ed, sizeof(struct exfat_dentry)*3, in exfat_show_ondisk_all_info() 156 volume_label = exfat_conv_volume_label(&ed[0]); in exfat_show_ondisk_all_info() 162 bitmap_clu = le32_to_cpu(ed[1].bitmap_start_clu); in exfat_show_ondisk_all_info() 165 bitmap_len = le64_to_cpu(ed[1].bitmap_size); in exfat_show_ondisk_all_info() 168 exfat_info("Volume entry type: \t\t\t0x%x\n", ed[0].type); in exfat_show_ondisk_all_info() 170 exfat_info("Volume label character count: \t\t%u\n", ed[0].vol_char_cnt); in exfat_show_ondisk_all_info() 172 exfat_info("Bitmap entry type: \t\t\t0x%x\n", ed[ in exfat_show_ondisk_all_info() [all...] |
/third_party/exfatprogs/mkfs/ |
H A D | mkfs.c | 340 struct exfat_dentry ed[3] = {0}; in exfat_create_root_dir() local 345 ed[0].type = EXFAT_VOLUME; in exfat_create_root_dir() 346 memset(ed[0].vol_label, 0, 22); in exfat_create_root_dir() 347 memcpy(ed[0].vol_label, ui->volume_label, ui->volume_label_len); in exfat_create_root_dir() 348 ed[0].vol_char_cnt = ui->volume_label_len/2; in exfat_create_root_dir() 351 ed[1].type = EXFAT_BITMAP; in exfat_create_root_dir() 352 ed[1].bitmap_flags = 0; in exfat_create_root_dir() 353 ed[1].bitmap_start_clu = cpu_to_le32(EXFAT_FIRST_CLUSTER); in exfat_create_root_dir() 354 ed[1].bitmap_size = cpu_to_le64(finfo.bitmap_byte_len); in exfat_create_root_dir() 357 ed[ in exfat_create_root_dir() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 1223 union wpa_event_data ed; in nl80211_cqm_event() local 1234 os_memset(&ed, 0, sizeof(ed)); in nl80211_cqm_event() 1239 os_memcpy(ed.low_ack.addr, nla_data(tb[NL80211_ATTR_MAC]), in nl80211_cqm_event() 1241 ed.low_ack.num_packets = in nl80211_cqm_event() 1245 MAC2STR(ed.low_ack.addr), ed.low_ack.num_packets); in nl80211_cqm_event() 1246 wpa_supplicant_event(drv->ctx, EVENT_STATION_LOW_ACK, &ed); in nl80211_cqm_event() 1279 ed.signal_change.above_threshold = 1; in nl80211_cqm_event() 1283 ed in nl80211_cqm_event() 2349 union wpa_event_data ed; nl80211_sta_opmode_change_event() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftbsdf.c | 575 ED* ed; in bsdf_approximate_edge() local 584 ed = worker->distance_map; in bsdf_approximate_edge() 598 ed[index].near = compute_edge_distance( ed + index, in bsdf_approximate_edge() 602 ed[index].dist = VECTOR_LENGTH_16D16( ed[index].near ); in bsdf_approximate_edge() 607 ed[index].dist = 400 * ONE; in bsdf_approximate_edge() 608 ed[index].near.x = 200 * ONE; in bsdf_approximate_edge() 609 ed[index].near.y = 200 * ONE; in bsdf_approximate_edge()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 124 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open() local 142 type = ed->bmAttributes & UE_XFERTYPE; in ugen_open() 181 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_write() local 200 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_write() 201 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_write() 208 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_write() 250 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_read() local 269 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_read() 270 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_read() 277 switch (ed in ugen_open_pipe_read() 1332 struct usb_endpoint_descriptor *ed; ugen_ioctl() local 1694 ugen_get_endpoint_desc(struct usb_fifo *f, struct usb_endpoint_descriptor *ed) ugen_get_endpoint_desc() argument 2051 struct usb_endpoint_descriptor ed; ugen_iface_ioctl() local 2064 struct usb_endpoint_descriptor ed; ugen_iface_ioctl() local [all...] |
H A D | usb_device.c | 630 struct usb_endpoint_descriptor *ed; in usb_config_parse() local 734 ed = (struct usb_endpoint_descriptor *)id; in usb_config_parse() 739 while ((ed = usb_edesc_foreach(udev->cdesc, ed))) { in usb_config_parse() 751 ecomp = usb_ed_comp_foreach(udev->cdesc, (void *)ed); in usb_config_parse() 756 ips.iface_index, ed, ecomp, ep); in usb_config_parse() 1629 * the STATUS stage is ACK'ed. If the device responds in usb_alloc_device() 1927 struct usb_endpoint_descriptor *ed; in usb_cdev_create() local 1957 (desc->bLength >= sizeof(*ed))) { in usb_cdev_create() 1958 ed in usb_cdev_create() [all...] |
/third_party/libexif/libexif/ |
H A D | exif-loader.c | 428 ExifData *ed; in exif_loader_get_data() local 434 ed = exif_data_new_mem (loader->mem); in exif_loader_get_data() 435 exif_data_log (ed, loader->log); in exif_loader_get_data() 436 exif_data_load_data (ed, loader->buf, loader->bytes_read); in exif_loader_get_data() 438 return ed; in exif_loader_get_data()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzbdtest.cpp | 242 UDate ed = (epochHours * H); in verifyMapping() local 245 e + " (" + ed + ")"); in verifyMapping() local 249 ", expected " + epochHours + " (" + ed + ")"); in verifyMapping() local 251 cal.setTime(ed, status); in verifyMapping() 256 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " + in verifyMapping() 262 dataerrln(UnicodeString("FAIL: ") + epochHours + " (" + ed + ") => " + in verifyMapping()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 1780 union wpa_event_data ed; local 1790 os_memset(&ed, 0, sizeof(ed)); 1795 os_memcpy(ed.low_ack.addr, nla_data(tb[NL80211_ATTR_MAC]), 1797 ed.low_ack.num_packets = 1801 MAC2STR_SEC(ed.low_ack.addr), ed.low_ack.num_packets); 1802 wpa_supplicant_event(drv->ctx, EVENT_STATION_LOW_ACK, &ed); 1835 ed.signal_change.above_threshold = 1; 1839 ed 3132 union wpa_event_data ed; global() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 534 SkPathRef::Editor ed(&fPathRef); in setPt() 535 ed.atPoint(index)->set(x, y); in setPt() 546 SkPathRef::Editor ed(&fPathRef); in setLastPt() 547 ed.atPoint(count-1)->set(x, y); in setLastPt() 620 SkPathRef::Editor ed(&fPathRef); in moveTo() 625 ed.growForVerb(kMove_Verb)->set(x, y); in moveTo() 662 SkPathRef::Editor ed(&fPathRef); in lineTo() 663 ed.growForVerb(kLine_Verb)->set(x, y); in lineTo() 680 SkPathRef::Editor ed(&fPathRef); in quadTo() 681 SkPoint* pts = ed in quadTo() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneBoundaryTest.java | 313 Date ed = new Date((long)(epochHours * H)); in verifyMapping() 316 e + " (" + ed + ")"); in verifyMapping() 320 ", expected " + epochHours + " (" + ed + ")"); in verifyMapping() 322 cal.setTime(ed); in verifyMapping() 327 logln("Ok: " + epochHours + " (" + ed + ") => " + in verifyMapping() 333 errln("FAIL: " + epochHours + " (" + ed + ") => " + in verifyMapping() 359 // Date ed = new Date((long)(epochHours * 3600000)); 362 // e + " (" + ed + ")"); 366 // ", expected " + epochHours + " (" + ed + ")"); 368 // cal.setTime(ed); [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneBoundaryTest.java | 310 Date ed = new Date((long)(epochHours * H)); in verifyMapping() 313 e + " (" + ed + ")"); in verifyMapping() 317 ", expected " + epochHours + " (" + ed + ")"); in verifyMapping() 319 cal.setTime(ed); in verifyMapping() 324 logln("Ok: " + epochHours + " (" + ed + ") => " + in verifyMapping() 330 errln("FAIL: " + epochHours + " (" + ed + ") => " + in verifyMapping() 356 // Date ed = new Date((long)(epochHours * 3600000)); 359 // e + " (" + ed + ")"); 363 // ", expected " + epochHours + " (" + ed + ")"); 365 // cal.setTime(ed); [all...] |
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 879 struct usb_endpoint_descriptor *ed; in usb_linux_create_usb_device() local 916 ed = (void *)desc; in usb_linux_create_usb_device() 917 if ((ed->bLength < sizeof(*ed)) || in usb_linux_create_usb_device() 921 usb_bcopy(ed, &p_uhe->desc, sizeof(p_uhe->desc)); in usb_linux_create_usb_device() 1001 struct usb_endpoint_descriptor *ed; in usb_create_usb_device() local 1039 ed = (void *)desc; in usb_create_usb_device() 1040 if ((ed->bLength < sizeof(*ed)) || in usb_create_usb_device() 1044 usb_bcopy(ed, in usb_create_usb_device() [all...] |
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | textapi_utils.js | 253 const ed = { 654 const s = MakeStyle(ed._text.length); 656 ed._styles = [ s ]; 657 ed._buildLines(); 658 return ed;
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | 242 const ed = { 633 const s = MakeStyle(ed._text.length); 635 ed._styles = [ s ]; 636 ed._buildLines(); 637 return ed;
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_codecontext.py | 112 ed = self.editor 115 eq(cc.editwin, ed) 116 eq(cc.text, ed.text) 117 eq(cc.text['font'], ed.text['font'])
|
/third_party/libexif/libexif/pentax/ |
H A D | exif-mnote-data-pentax.h | 49 * \param[in] ed image #ExifData to identify as as a Pentax type 50 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but 55 int exif_mnote_data_pentax_identify (const ExifData *ed, const ExifEntry *e);
|
/third_party/libexif/libexif/fuji/ |
H A D | exif-mnote-data-fuji.h | 43 * \param[in] ed image #ExifData to identify as as a Fuji type 44 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but 49 int exif_mnote_data_fuji_identify (const ExifData *ed, const ExifEntry *e);
|
/third_party/libexif/libexif/olympus/ |
H A D | exif-mnote-data-olympus.h | 57 * \param[in] ed image #ExifData to identify as as an Olympus type 58 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but 63 int exif_mnote_data_olympus_identify (const ExifData *ed, const ExifEntry *e);
|
/third_party/libexif/libexif/canon/ |
H A D | exif-mnote-data-canon.h | 48 * \param[in] ed image #ExifData to identify as as a Canon type 49 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but 54 int exif_mnote_data_canon_identify (const ExifData *ed, const ExifEntry *e);
|
/third_party/cups-filters/cupsfilters/ |
H A D | image.c | 918 ExifData *ed = NULL; in _cupsImageReadEXIF() local 921 (ed = exif_data_new_from_data(buf, bufSize)) == NULL) in _cupsImageReadEXIF() 931 ExifEntry *entryX = exif_content_get_entry(ed->ifd[ifd], tagX); in _cupsImageReadEXIF() 933 ExifEntry *entryY = exif_content_get_entry(ed->ifd[ifd], tagY); in _cupsImageReadEXIF()
|