/kernel/linux/linux-5.10/sound/firewire/ |
H A D | amdtp-stream.c | 685 static inline u32 increment_cycle_count(u32 cycle, unsigned int addend) in increment_cycle_count() argument 687 cycle += addend; in increment_cycle_count()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 177 int8_t addend; // for rip + offset + addend. member 230 V8_INLINE explicit Operand(Label* label, int addend = 0) { in Operand() 231 data_.addend = addend; in Operand() 233 DCHECK(addend == 0 || (is_int8(addend) && label->is_bound())); in Operand()
|
H A D | assembler-x64.cc | 614 label->pos() - pc_offset() - sizeof(int32_t) + adr.data().addend; in emit_operand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | MachO.h | 223 int64_t addend() const;
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | amdtp-stream.c | 868 static inline u32 increment_ohci_cycle_count(u32 cycle, unsigned int addend) in increment_ohci_cycle_count() argument 870 cycle += addend; in increment_ohci_cycle_count()
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.c | 82 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) \ 83 (service->stats. stat += addend) 87 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) ((void)0)
|
/third_party/tzdata/ |
H A D | zic.c | 547 ptrdiff_t addend = (*nitems_alloc >> 1) + 1; in grow_nitems_alloc() local 550 if (!ckd_add(nitems_alloc, *nitems_alloc, addend) in grow_nitems_alloc() 555 *nitems_alloc += addend; in grow_nitems_alloc()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1322 // Helper function for MergeGenericAddSubArithmetic. If |addend| and 1324 bool MergeGenericAddendSub(uint32_t addend, uint32_t sub, Instruction* inst) { 1333 if (addend != sub_inst->GetSingleWordInOperand(1)) return false; 1342 // other addend. Return a copy of the minuend. Accepts generic (const and
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 1322 // Helper function for MergeGenericAddSubArithmetic. If |addend| and 1324 bool MergeGenericAddendSub(uint32_t addend, uint32_t sub, Instruction* inst) { 1333 if (addend != sub_inst->GetSingleWordInOperand(1)) return false; 1342 // other addend. Return a copy of the minuend. Accepts generic (const and
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 500 int (*config_addend) (void __iomem *ioaddr, u32 addend);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 535 int (*config_addend) (void __iomem *ioaddr, u32 addend);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 1530 unsigned int addend) in xgbe_update_tstamp_addend() 1534 /* Set the addend register value and tell the device */ in xgbe_update_tstamp_addend() 1535 XGMAC_IOWRITE(pdata, MAC_TSAR, addend); in xgbe_update_tstamp_addend() 1538 /* Wait for addend update to complete */ in xgbe_update_tstamp_addend() 1544 "timed out updating timestamp addend register\n"); in xgbe_update_tstamp_addend() 1529 xgbe_update_tstamp_addend(struct xgbe_prv_data *pdata, unsigned int addend) xgbe_update_tstamp_addend() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 1580 unsigned int addend) in xgbe_update_tstamp_addend() 1584 /* Set the addend register value and tell the device */ in xgbe_update_tstamp_addend() 1585 XGMAC_IOWRITE(pdata, MAC_TSAR, addend); in xgbe_update_tstamp_addend() 1588 /* Wait for addend update to complete */ in xgbe_update_tstamp_addend() 1594 "timed out updating timestamp addend register\n"); in xgbe_update_tstamp_addend() 1579 xgbe_update_tstamp_addend(struct xgbe_prv_data *pdata, unsigned int addend) xgbe_update_tstamp_addend() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1347 // Helper function for MergeGenericAddSubArithmetic. If |addend| and 1349 bool MergeGenericAddendSub(uint32_t addend, uint32_t sub, Instruction* inst) { 1359 if (addend != sub_inst->GetSingleWordInOperand(1)) return false; 1368 // other addend. Return a copy of the minuend. Accepts generic (const and
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 2023 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering() argument 2030 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 2042 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering() argument 2049 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3964 int64_t MachOBindEntry::addend() const { return Addend; } in addend() function in MachOBindEntry
|
/third_party/mbedtls/library/ |
H A D | ecp_curves_new.c | 5372 mbedtls_mpi_uint addend = carry << (biL - 9); in mbedtls_ecp_mod_p521_raw() local 5374 addend += (X[P521_WIDTH - 1] >> 9); in mbedtls_ecp_mod_p521_raw() 5380 addend_arr[0] = addend; in mbedtls_ecp_mod_p521_raw()
|