/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 1758 link_sta->rx_stats.bytes += rx->skb->len; in ieee80211_rx_h_sta_process() 4759 stats->bytes += orig_len; in ieee80211_rx_8023() 5382 * Also, frames with less than 16 bytes are dropped. in ieee80211_rx_list()
|
H A D | tx.c | 185 * (10 bytes + 4-byte FCS = 112 bits) plus SIFS; rounded up in ieee80211_duration() 1038 tx->sta->deflink.tx_stats.bytes[ac] += skb->len; in ieee80211_tx_h_stats() 3567 sta->deflink.tx_stats.bytes[skb_get_queue_mapping(skb)] += skb->len; in ieee80211_xmit_fast_finish() 4650 sta->deflink.tx_stats.bytes[queue] += len; in ieee80211_8023_xmit()
|
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 908 lifetime->sadb_lifetime_bytes = x->curlft.bytes; in __pfkey_xfrm_state2msg() 2136 lifetime->sadb_lifetime_bytes = xp->curlft.bytes; in pfkey_xfrm_policy2msg()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_user.c | 650 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params() 3206 /* clear the padding bytes */ in build_expire()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 872 // in the form of 'output', with row spacing of 'out_stride' bytes. the bitmap 873 // is clipped to out_w/out_h bytes. Call stbtt_GetCodepointBitmapBox to get the 946 // return value -- a 2D array of bytes 0..255, width*height in size 1021 // and puts the length in bytes in *length. 1468 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex() local 1469 if (unicode_codepoint < bytes-6) in stbtt_FindGlyphIndex()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 259 * Return the shader binary in a buffer. The first 4 bytes contain its size 4038 bool si_update_spi_tmpring_size(struct si_context *sctx, unsigned bytes) 4041 ac_get_scratch_tmpring_size(&sctx->screen->info, bytes,
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 2167 // Some shaders extract packed bytes out of words and convert them to 3317 int bytes = v->reg.data.id * MIN2(v->reg.size, 4); in isConstantCondition() local 3318 int units = bytes >> gpr_unit; in isConstantCondition()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 1640 * number of bytes available). Unlike SSL_pending() this will take into in SSL_has_pending() 2295 * of how many bytes we've written between the SSL_write_ex() call and in SSL_write_early_data() 3074 /* Ignore spurious trailing bytes in the client list */ in SSL_select_next_proto() 3080 /* Ignore spurious trailing bytes in the server list */ in SSL_select_next_proto() 3239 * On return it sets |*data| to point to |*len| bytes of protocol name 5699 /* We only want the first 8 bytes of the encrypted premaster as a tag. */ in ssl_log_rsa_client_key_exchange() 5788 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list() argument 5794 if (!PACKET_buf_init(&pkt, bytes, len)) in SSL_bytes_to_cipher_list()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 896 pub bytes: [u64; DEVSTAT_N_TRANS_FLAGS as usize], 902 /// Block size, bytes 935 pub bytes: u64, 3349 /// max bytes for an exec function 3359 /// max bytes in term canon input line 3361 /// max bytes in terminal input 3363 /// max bytes in a file name 3394 /// max bytes in an input line 3624 /// Note that the offset of fid_data is 4 bytes, so care must be taken to avoid
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 1558 * number of bytes available). Unlike SSL_pending() this will take into in SSL_has_pending() 2195 * of how many bytes we've written between the SSL_write_ex() call and in SSL_write_early_data() 2974 /* Ignore spurious trailing bytes in the client list */ in SSL_select_next_proto() 2980 /* Ignore spurious trailing bytes in the server list */ in SSL_select_next_proto() 3139 * On return it sets |*data| to point to |*len| bytes of protocol name 5583 /* We only want the first 8 bytes of the encrypted premaster as a tag. */ in ssl_log_rsa_client_key_exchange() 5672 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list() argument 5678 if (!PACKET_buf_init(&pkt, bytes, len)) in SSL_bytes_to_cipher_list()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 872 // in the form of 'output', with row spacing of 'out_stride' bytes. the bitmap 873 // is clipped to out_w/out_h bytes. Call stbtt_GetCodepointBitmapBox to get the 946 // return value -- a 2D array of bytes 0..255, width*height in size 1021 // and puts the length in bytes in *length. 1468 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex() local 1469 if (unicode_codepoint < bytes-6) in stbtt_FindGlyphIndex()
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 56 cls.line_gen = [bytes("Zipfile test line %d. random float: %f\n" % 328 # Issue #9837: ZipExtFile.read() shouldn't return more bytes 684 line_gen = (bytes("Test of zipfile line %d." % i, "ascii") 870 """Generate bytes sequence for a zip with (incomplete) zip64 data. 1100 # bytes are checked to ensure that they line up with the zip spec. 1129 self.assertEqual(ex_len, 16) # 16 bytes of data 1166 # as a regular data descriptor except the sizes are 8 bytes instead of 1170 # in as a zip, this test looks at the raw bytes created to ensure that 1207 self.assertEqual(ex_len, 16) # 16 bytes of data 1230 self.assertEqual(ex_len, 16) # 16 bytes o [all...] |
H A D | test_pathlib.py | 279 self.assertEqual(bytes(P('a/b')), b'a' + sep + b'b') 1594 # Check that trying to write bytes does not truncate the file. 1613 os_linesep_byte = bytes(os.linesep, encoding='ascii')
|
H A D | test_subprocess.py | 1552 self.assertIsInstance(subprocess.Popen[bytes], types.GenericAlias) 1872 # arbitrary hex bytes to test it out 2337 self.assertEqual(p.stdout.read().strip(), bytes(sh, 'ascii')) 2686 # test bytes 2703 # absolute bytes path 2707 # absolute bytes path as a string 2712 # bytes program, unicode PATH 2718 # bytes program, bytes PATH
|
H A D | test_shutil.py | 195 self.assertIsInstance(victim, bytes) 1901 if isinstance(expected_cwd, bytes):
|
H A D | datetimetester.py | 1814 # Good bytes, but bad tzinfo: 1816 self.theclass(bytes([1] * len(base)), 'EST') 1822 self.theclass(base[:2] + bytes([ord_byte]) + base[3:]) 3695 # Good bytes, but bad tzinfo: 3697 self.theclass(bytes([1] * len(base)), 'EST')
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 409 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \ 418 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \ 834 priv->table2_len &= 0x0000ffff; /* use first two bytes */ in ipw_init_ordinals() 2193 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n", in __ipw_send_cmd() 3252 /* dma to chunk->address, the chunk->length bytes from data + in ipw_load_firmware() 3418 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n", in ipw_get_fw() 3882 /* First 3 bytes are manufacturer */ in ipw_create_bssid() 3887 /* Last bytes are random */ in ipw_create_bssid() 4477 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size); in ipw_rx_notification() 7703 IPW_DEBUG_RX("Rx packet of %d bytes in ipw_handle_data_packet() 10455 ipw_ethtool_get_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * bytes) ipw_ethtool_get_eeprom() argument 10468 ipw_ethtool_set_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * bytes) ipw_ethtool_set_eeprom() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 396 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \ 405 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \ 821 priv->table2_len &= 0x0000ffff; /* use first two bytes */ in ipw_init_ordinals() 2161 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n", in __ipw_send_cmd() 3206 /* dma to chunk->address, the chunk->length bytes from data + in ipw_load_firmware() 3372 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n", in ipw_get_fw() 3836 /* First 3 bytes are manufacturer */ in ipw_create_bssid() 3841 /* Last bytes are random */ in ipw_create_bssid() 4431 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size); in ipw_rx_notification() 7657 IPW_DEBUG_RX("Rx packet of %d bytes in ipw_handle_data_packet() 10409 ipw_ethtool_get_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * bytes) ipw_ethtool_get_eeprom() argument 10422 ipw_ethtool_set_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * bytes) ipw_ethtool_set_eeprom() argument [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 262 /* Generate random bytes. This uses a boring repeatable algorithm and it 273 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes() local 287 *bytes++ = (png_byte)u; in make_random_bytes() 295 make_four_random_bytes(png_uint_32* seed, png_bytep bytes) in make_four_random_bytes() argument 297 make_random_bytes(seed, bytes, 4); in make_four_random_bytes() 613 else /* One or more bytes */ in pixel_copy() 619 * bytes at the end. 1194 /* We have an adequate sized image; lay out the rows. There are 2 bytes at in store_ensure_image() 1301 /* Now process the bytes to be written. Do this in units of the space in the in store_write() 1302 * output (write) buffer or, at the start 4 bytes fo in store_write() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 558 * When protocol is IPv4, the least significant bytes of the underlay 733 * When protocol is IPv4, the least significant bytes of the underlay 3275 * the rate of bytes or packets via some trap group. 3313 * Is policer limit is for bytes per sec or packets per sec. 3315 * 1 - bytes 3318 MLXSW_ITEM32(reg, qpcr, bytes, 0x04, 14, 1); 3326 * Policer's units for cir and eir fields (for bytes limits only) 3362 * For bytes limits, the rate will be this value * the unit from ir_units. 3372 * For bytes limits, the rate will be this value * the unit from ir_units. 3424 bool bytes, u3 in mlxsw_reg_qpcr_pack() 3422 mlxsw_reg_qpcr_pack(char *payload, u16 pid, enum mlxsw_reg_qpcr_ir_units ir_units, bool bytes, u32 cir, u16 cbs) mlxsw_reg_qpcr_pack() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 3653 s->rx_bytes += rq_stats->bytes + xskrq_stats->bytes; in mlx5e_fold_sw_stats64() 3660 s->tx_bytes += sq_stats->bytes; in mlx5e_fold_sw_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 523 * When protocol is IPv4, the least significant bytes of the underlay 729 * When protocol is IPv4, the least significant bytes of the underlay 3797 * the rate of bytes or packets via some trap group. 3835 * Is policer limit is for bytes per sec or packets per sec. 3837 * 1 - bytes 3840 MLXSW_ITEM32(reg, qpcr, bytes, 0x04, 14, 1); 3848 * Policer's units for cir and eir fields (for bytes limits only) 3884 * For bytes limits, the rate will be this value * the unit from ir_units. 3894 * For bytes limits, the rate will be this value * the unit from ir_units. 3946 bool bytes, u3 in mlxsw_reg_qpcr_pack() 3944 mlxsw_reg_qpcr_pack(char *payload, u16 pid, enum mlxsw_reg_qpcr_ir_units ir_units, bool bytes, u32 cir, u16 cbs) mlxsw_reg_qpcr_pack() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 1567 * the distance in bytes between two consecutive in radv_pipeline_init_vertex_input_info() 5445 unsigned bytes = vk_format_get_blocksize(info->ri.color_att_formats[i]); in radv_pipeline_init_disabled_binning_state() local 5446 if (!min_bytes_per_pixel || bytes < min_bytes_per_pixel) in radv_pipeline_init_disabled_binning_state() 5447 min_bytes_per_pixel = bytes; in radv_pipeline_init_disabled_binning_state() 7556 desc_copy(s->description, "Code size in bytes"); in radv_GetPipelineExecutableStatisticsKHR() 7564 desc_copy(s->description, "LDS size in bytes per workgroup"); in radv_GetPipelineExecutableStatisticsKHR() 7572 desc_copy(s->description, "Private memory in bytes per subgroup"); in radv_GetPipelineExecutableStatisticsKHR()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 2717 // Check that all bytes in imm are the same. in FitsVmovIntImm() 4952 QwNeonRegister src2, int bytes) { in vext() 4962 DCHECK_GT(16, bytes); in vext() 4963 emit(0x1E5U * B23 | d * B22 | 0x3 * B20 | vn * B16 | vd * B12 | bytes * B8 | in vext() 4951 vext(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2, int bytes) vext() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 289 * realloc(). Only "oldsize" bytes from a previous allocation are preserved. */ 1140 upb_strview str; /* For str/bytes. */ 1144 upb_strview str; /* For str/bytes. */ 4035 * // how many bytes were consumed. If this number is less than "len", 4038 * // number is greater than "len", the excess bytes will be skipped over 5526 /* Putting of string/bytes values. Each string can consist of zero or more 5749 /* The maximum number of bytes we are required to buffer internally between 5808 /* Preallocation hint: decoder won't allocate more bytes than this when first 5862 /* Returns number of bytes successfully parsed. 6001 /* Different opcodes depending on how many bytes expecte 6378 size_t bytes = upb_vencode64(val, buf); upb_vencode32() local [all...] |