| /third_party/astc-encoder/Utils/ |
| H A D | astcenc_u8_test_bench.cpp | 37 for (int ep0 = 0; ep0 < 256; ep0++) in main() 47 int ep0_v0 = ep0 * 257; in main() 81 int ep0_v0s = (ep0 << 8) | 0x80; in main() 83 int ep0_v0 = ep0 * 257; in main()
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_decompress_symbolic.cpp | 292 vint4 ep0; in decompress_symbolic_block() local 301 ep0, ep1); in decompress_symbolic_block() 310 vint4 color = lerp_color_int(u8_mask, ep0, ep1, weight); in decompress_symbolic_block() 354 vint4 ep0; in compute_symbolic_block_difference_2plane() local 363 ep0, ep1); in compute_symbolic_block_difference_2plane() 372 vint4 colori = lerp_color_int(u8_mask, ep0, ep1, weight); in compute_symbolic_block_difference_2plane() 452 vint4 ep0; in compute_symbolic_block_difference_1plane() local 461 ep0, ep1); in compute_symbolic_block_difference_1plane() 468 vint4 colori = lerp_color_int(u8_mask, ep0, ep1, in compute_symbolic_block_difference_1plane() 540 vint4 ep0; in compute_symbolic_block_difference_1plane_1partition() local [all...] |
| H A D | astcenc_ideal_endpoints_and_weights.cpp | 328 vfloat4 ep0 = select(blk.data_min, vfloat4(lowvalue.lane<0>()), comp1_mask); 331 ei.ep.endpt0[i] = select(ep0, vfloat4(lowvalue.lane<1>()), comp2_mask); 519 vfloat4 ep0 = line.a + line.b * lowparam; 529 ei.ep.endpt0[i] = vfloat4(bmin.lane<0>(), ep0.lane<0>(), ep0.lane<1>(), ep0.lane<2>()); 533 ei.ep.endpt0[i] = vfloat4(ep0.lane<0>(), bmin.lane<1>(), ep0.lane<1>(), ep0.lane<2>()); 537 ei.ep.endpt0[i] = vfloat4(ep0 [all...] |
| H A D | astcenc_pick_best_endpoint_format.cpp | 438 vfloat4 ep0 = ep.endpt0[partition_index]; 452 vfloat4 ep0_range_error_high = max(ep0 - offset, 0.0f); 455 vfloat4 ep0_range_error_low = min(ep0, 0.0f); 477 cf = ep1.lane<0>() - ep0.lane<0>(); 482 cf = ep1.lane<1>() - ep0.lane<1>(); 487 cf = ep1.lane<2>() - ep0.lane<2>(); 493 vfloat4 pdif = prd - ep0.swz<0, 1, 2>(); 592 float lum_low = hadd_rgb_s(ep0) * (1.0f / 3.0f);
|
| H A D | astcenc_color_quantize.cpp | 370 vint4 ep0 = color0be; in try_quantize_rgb_delta() local 372 bit_transfer_signed(ep1, ep0); in try_quantize_rgb_delta() 379 ep0 = ep0 + ep1; in try_quantize_rgb_delta() 380 if (any((ep0 < vint4(0)) | (ep0 > vint4(0xFF)))) in try_quantize_rgb_delta() 467 vint4 ep0 = color0be; in try_quantize_rgb_delta_blue_contract() local 469 bit_transfer_signed(ep1, ep0); in try_quantize_rgb_delta_blue_contract() 476 ep0 = ep0 in try_quantize_rgb_delta_blue_contract() [all...] |
| /third_party/python/Objects/ |
| H A D | dictobject.c | 804 PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(keys); in clone_combined_dict_keys() local 805 pkey = &ep0->me_key; in clone_combined_dict_keys() 806 pvalue = &ep0->me_value; in clone_combined_dict_keys() 810 PyDictKeyEntry *ep0 = DK_ENTRIES(keys); in clone_combined_dict_keys() local 811 pkey = &ep0->me_key; in clone_combined_dict_keys() 812 pvalue = &ep0->me_value; in clone_combined_dict_keys() 870 PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(dk); in unicodekeys_lookup_generic() local 878 PyDictUnicodeEntry *ep = &ep0[ix]; in unicodekeys_lookup_generic() 916 PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(dk); in unicodekeys_lookup_unicode() local 924 PyDictUnicodeEntry *ep = &ep0[i in unicodekeys_lookup_unicode() 960 PyDictKeyEntry *ep0 = DK_ENTRIES(dk); dictkeys_generic_lookup() local 1138 PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(mp->ma_keys); _PyDict_MaybeUntrack() local 1147 PyDictKeyEntry *ep0 = DK_ENTRIES(mp->ma_keys); _PyDict_MaybeUntrack() local 3487 PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(self->ma_keys); dict_popitem_impl() local 3501 PyDictKeyEntry *ep0 = DK_ENTRIES(self->ma_keys); dict_popitem_impl() local [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | dfu.c | 287 ret = EP_SUBMIT(dev->ep0, ctrlreq); in usbclass_setup() 302 struct composite_dev_s *cdev = dev->ep0->priv; in usbclass_bind()
|
| H A D | composite.c | 196 dev->ep0->priv = NULL; in usb_composite_unbind() 230 dev->ep0->handle_req = cdev->ctrlreq; in usb_composite_bind() 234 * can be recovered in ep0 completion events. in usb_composite_bind() 236 dev->ep0->priv = cdev; in usb_composite_bind() 626 value = EP_SUBMIT(dev->ep0, usb_req); in usb_composite_setup()
|
| H A D | f_hid.c | 434 cdev = dev->ep0->priv; in usbclass_hid_bind() 549 cdev = dev->ep0->priv; in usbclass_hid_unbind() 618 struct usbdev_req_s *req = dev->ep0->handle_req; in usbclass_hid_get_report() 658 req = dev->ep0->handle_req; in usbclass_hid_setup() 736 ret = EP_SUBMIT(dev->ep0, req); in usbclass_hid_setup()
|
| H A D | f_uac.c | 576 (void)EP_SUBMIT(dev->ep0, req); in audio_set_endpoint_req() 610 (void)EP_SUBMIT(dev->ep0, req); in audio_get_endpoint_req() 645 cdev = dev->ep0->priv; in usbclass_uac_bind() 720 cdev = dev->ep0->priv; in usbclass_uac_unbind() 779 req = dev->ep0->handle_req; in usbclass_uac_setup()
|
| H A D | rndis.c | 1681 cdev = dev->ep0->priv; in usbclass_bind() 1824 if (!driver || !dev || !dev->ep0) in usbclass_unbind() 1917 * Invoked for ep0 control requests. This function probably executes 1937 if (!driver || !dev || !dev->ep0 || !ctrl) in usbclass_setup() 2046 ret = EP_SUBMIT(dev->ep0, ctrlreq); in usbclass_setup() 2050 usbclass_ep0incomplete(dev->ep0, ctrlreq); in usbclass_setup() 2073 if (!driver || !dev || !dev->ep0) in usbclass_disconnect()
|
| H A D | f_mass_storage.c | 1198 struct usbdev_ep_s *ep0; in fmass_set_config() local 1201 if (dev->ep0 == NULL || dev->ep0->handle_req == NULL) in fmass_set_config() 1206 ep0 = dev->ep0; in fmass_set_config() 1207 req = ep0->handle_req; in fmass_set_config() 1247 (void)EP_SUBMIT(ep0, req); in fmass_set_config() 1738 req = dev->ep0->handle_req; in usbclass_mass_setup() 1768 (void)EP_SUBMIT(dev->ep0, req); in usbclass_mass_setup()
|
| H A D | usbdev.h | 176 /* Invoked for ep0 control requests */ 359 struct usbdev_ep_s *ep0; /* Endpoint zero */ member
|
| H A D | f_uvc.c | 2247 cdev = dev->ep0->priv; in usbclass_uvc_bind() 2389 cdev = dev->ep0->priv; in usbclass_uvc_unbind() 2606 req = dev->ep0->handle_req; in usbclass_uvc_setup() 2675 (void)EP_SUBMIT(dev->ep0, req); in usbclass_uvc_setup()
|
| H A D | cdcacm.c | 1064 * can be recovered in ep0 completion events (Unless we are part of in cdcacm_bind() 1069 cdev = dev->ep0->priv; in cdcacm_bind() 1365 * Invoked for ep0 control requests. This function probably executes 1540 val = EP_SUBMIT(dev->ep0, req); in cdcacm_setup()
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| H A D | linux_usb.c | 575 return (usb_control_msg(dev, &dev->ep0, in usb_clear_halt() 988 usb_bcopy(udev->ctrl_ep.edesc, &udev->ep0.desc, in usb_linux_create_usb_device() 989 sizeof(udev->ep0.desc)); in usb_linux_create_usb_device() 1110 usb_bcopy(udev->ctrl_ep.edesc, &udev->ep0.desc, in usb_create_usb_device() 1111 sizeof(udev->ep0.desc)); in usb_create_usb_device() 1214 return (&dev->ep0); in usb_find_host_endpoint() 1348 err = usb_setup_endpoint(dev, &dev->ep0, 0); in usb_linux_free_device()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_device.h | 272 struct usb_host_endpoint ep0; member
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_ep0.c | 510 ret = EP_SUBMIT(dev->usbdev->ep0, req); in generic_ep0_submit_sync() 595 ret = EP_SUBMIT(dev->usbdev->ep0, req); in generic_ep0_submit_wait() 999 ret = EP_CANCEL(dev->usbdev->ep0, dev->ctrlreq); in generic_ep0_handle_ioctl() 1185 ret = strncat_s(dev_name, GENERIC_PATH_LEN, "/ep0", strlen("/ep0")); in generic_create_ep0() 1188 usb_err("usb make ep0 file path error! ret = %d, errono = %d\n", in generic_create_ep0() 1243 "/dev/%s/ep0", dev->name); in generic_remove_ep0() 1246 usb_err("usb make ep0 file path error! ret = %d, errono = %d\n", in generic_remove_ep0()
|
| H A D | f_config.c | 115 ret = EP_SUBMIT(dev->ep0, usb_req); in fconfig_submit_ctrlreq()
|
| H A D | f_generic.c | 514 cdev = dev->ep0->priv; in usbclass_generic_bind() 1028 /* remove ep0 device node */ in usbdev_generic_free_instance()
|
| /third_party/toybox/toys/pending/ |
| H A D | awk.c | 3494 char *ep0 = p, *sp, *ep; in gsub() local 3498 memmove(e, ep0, sp - ep0); // copy unchanged part in gsub() 3499 e += sp - ep0; in gsub() 3501 if (p == s || sp - ep0 || eo - so) { in gsub() 3522 ep0 = ep; in gsub() 3529 memmove(e, ep0, s + SLEN(v) - ep0); in gsub() 3530 e += s + SLEN(v) - ep0; in gsub()
|