Searched refs:bytecount (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/sys/dev/usb/dwc2/ |
| H A D | dwc2_hcdqueue.c | 720 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local 845 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split() 846 first_data_bytes = bytecount; in dwc2_uframe_schedule_split() 847 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split() 865 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split() 868 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split() 896 middle_count = bytecount; in dwc2_uframe_schedule_split() 897 end_count = bytecount; in dwc2_uframe_schedule_split() 930 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split() 1526 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local [all …]
|
| H A D | dwc2var.h | 136 #define BitTime(bytecount) (7 * 8 * bytecount / 6) argument
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDataRef.cpp | 183 int bytecount = 0; in Get_ULEB128() local 186 bytecount++; in Get_ULEB128() 194 *offset_ptr += bytecount; in Get_ULEB128() 209 int bytecount = 0; in Get_SLEB128() local 212 bytecount++; in Get_SLEB128() 224 *offset_ptr += bytecount; in Get_SLEB128()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | iq10.cpu | 407 "rbi $rd,$rs,$rt,$bytecount" 408 (+ OP_COP3 rs rt rd FUNC10_RBI bytecount) 413 "rbil $rd,$rs,$rt,$bytecount" 414 (+ OP_COP3 rs rt rd FUNC10_RBIL bytecount) 419 "rbir $rd,$rs,$rt,$bytecount" 420 (+ OP_COP3 rs rt rd FUNC10_RBIR bytecount) 425 "wbi $rd,$rs,$rt,$bytecount" 426 (+ OP_COP3 rs rt rd FUNC10_WBI bytecount) 431 "wbic $rd,$rs,$rt,$bytecount" 432 (+ OP_COP3 rs rt rd FUNC10_WBIC bytecount) [all …]
|
| H A D | sh64-media.cpu | 1600 (sequence ((DI addr) (QI bytecount) (DI val)) 1602 (set bytecount (add (and addr 3) 1)) 1605 (set val (srl rd (sub 32 (mul 8 bytecount))))) 1606 (set addr (add (sub addr bytecount) 1)) 1607 (if (gt bytecount 3) 1609 (if (gt bytecount 2) 1611 (if (gt bytecount 1) 1613 (if (gt bytecount 0) 1620 (sequence ((DI addr) (QI bytecount) (DI val)) 1622 (set bytecount (add (and addr 7) 1)) [all …]
|
| H A D | iq2000.cpu | 198 (dnf f-bytecount "byte count field" () 7 8) 362 (dnop bytecount "byte count" () h-uint f-bytecount)
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | iq10.cpu | 407 "rbi $rd,$rs,$rt,$bytecount" 408 (+ OP_COP3 rs rt rd FUNC10_RBI bytecount) 413 "rbil $rd,$rs,$rt,$bytecount" 414 (+ OP_COP3 rs rt rd FUNC10_RBIL bytecount) 419 "rbir $rd,$rs,$rt,$bytecount" 420 (+ OP_COP3 rs rt rd FUNC10_RBIR bytecount) 425 "wbi $rd,$rs,$rt,$bytecount" 426 (+ OP_COP3 rs rt rd FUNC10_WBI bytecount) 431 "wbic $rd,$rs,$rt,$bytecount" 432 (+ OP_COP3 rs rt rd FUNC10_WBIC bytecount) [all …]
|
| H A D | iq2000.cpu | 215 (dnf f-bytecount "byte count field" () 7 8) 379 (dnop bytecount "byte count" () h-uint f-bytecount)
|