Searched refs:recip (Results 101 - 111 of 111) sorted by relevance
12345
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 1823 fe recip; in ge_tobytes() local 1827 fe_invert(recip, h->Z); in ge_tobytes() 1828 fe_mul(x, h->X, recip); in ge_tobytes() 1829 fe_mul(y, h->Y, recip); in ge_tobytes() 1836 fe recip; in ge_p3_tobytes() local 1840 fe_invert(recip, h->Z); in ge_p3_tobytes() 1841 fe_mul(x, h->X, recip); in ge_p3_tobytes() 1842 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | message.c | 1100 * @recip: USB_RECIP_*; for device, interface, or endpoint 1120 int usb_get_status(struct usb_device *dev, int recip, int type, int target, in usb_get_status() argument 1132 if (recip != USB_RECIP_DEVICE) in usb_get_status() 1146 USB_REQ_GET_STATUS, USB_DIR_IN | recip, USB_STATUS_TYPE_STANDARD, in usb_get_status()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | message.c | 1103 * @recip: USB_RECIP_*; for device, interface, or endpoint 1124 int usb_get_status(struct usb_device *dev, int recip, int type, int target, in usb_get_status() argument 1136 if (recip != USB_RECIP_DEVICE) in usb_get_status() 1150 USB_REQ_GET_STATUS, USB_DIR_IN | recip, USB_STATUS_TYPE_STANDARD, in usb_get_status()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 524 u32 scale, recip; in vc4_write_tpz() local 531 recip = ~0 / scale; in vc4_write_tpz() 537 VC4_SET_FIELD(recip, SCALER_TPZ1_RECIP)); in vc4_write_tpz()
|
/third_party/libwebsockets/lib/jose/jwe/ |
H A D | jwe.c | 167 jwe->recip = 0; in lws_jwe_init()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 2860 int recip = 0; in png_pow10() local 2869 recip = 1; power = -power; in png_pow10() 2884 if (recip != 0) d = 1/d; in png_pow10()
|
/third_party/python/Lib/test/ |
H A D | test_smtplib.py | 611 recip = re.compile(r"^recips: .*'foo@example.net'.*$", re.MULTILINE) 612 self.assertRegex(debugout, recip)
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 1113 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 1041 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 1780 u32 recip; in dwc2_hsotg_process_req_feature() local 1789 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc2_hsotg_process_req_feature() 1791 switch (recip) { in dwc2_hsotg_process_req_feature()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 1779 u32 recip; in dwc2_hsotg_process_req_feature() local 1788 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc2_hsotg_process_req_feature() 1790 switch (recip) { in dwc2_hsotg_process_req_feature()
|
Completed in 40 milliseconds
12345