Home
last modified time | relevance | path

Searched defs:bytes (Results 3151 - 3175 of 3186) sorted by relevance

1...<<121122123124125126127128

/third_party/toybox/generated/
H A Dglobals.h674 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member
1609 long entries, bytes; member
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc12498 uint64_t bytes = 16; in Simulator() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c824 static size_t upb_roundup_pow2(size_t bytes) { in upb_roundup_pow2() argument
832 static bool upb_encode_growbuffer(upb_encstate *e, size_t bytes) { in upb_encode_growbuffer() argument
851 static bool upb_encode_reserve(upb_encstate *e, size_t bytes) { in upb_encode_reserve() argument
908 size_t bytes = arr->len * elem_size; upb_put_fixedarray() local
1478 size_t bytes; init() local
1669 size_t bytes = upb_table_size(&t->t) * sizeof(upb_tabent); upb_strtable_clear() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c1678 PyObject *bytes; in getargs_s_star() local
1712 PyObject *bytes; in getargs_z_star() local
1751 PyObject *bytes; in getargs_y_star() local
[all...]
H A Dposixmodule.c1140 PyObject *bytes = NULL; in path_converter() local
5000 const char *bytes = PyBytes_AsString(command); os_system_impl() local
13191 PyObject *bytes; os_urandom_impl() local
13223 const char *bytes = PyBytes_AS_STRING(name); os_memfd_create_impl() local
14637 PyObject *bytes; os_getrandom_impl() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c3773 PyObject *bytes = PyBytes_FromString(str); in unicode_encode_locale() local
5430 char *bytes; _Py_EncodeUTF8Ex() local
[all...]
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h2602 u64_stats_t bytes; member
3454 netdev_tx_sent_queue(struct netdev_queue *dev_queue, unsigned int bytes) netdev_tx_sent_queue() argument
3484 __netdev_tx_sent_queue(struct netdev_queue *dev_queue, unsigned int bytes, bool xmit_more) __netdev_tx_sent_queue() argument
3507 netdev_sent_queue(struct net_device *dev, unsigned int bytes) netdev_sent_queue() argument
3509 netdev_tx_sent_queue(netdev_get_tx_queue(dev, 0), bytes); netdev_sent_queue() local
3512 __netdev_sent_queue(struct net_device *dev, unsigned int bytes, bool xmit_more) __netdev_sent_queue() argument
3520 netdev_tx_completed_queue(struct netdev_queue *dev_queue, unsigned int pkts, unsigned int bytes) netdev_tx_completed_queue() argument
3554 netdev_completed_queue(struct net_device *dev, unsigned int pkts, unsigned int bytes) netdev_completed_queue() argument
3557 netdev_tx_completed_queue(netdev_get_tx_queue(dev, 0), pkts, bytes); netdev_completed_queue() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h2752 u64_stats_t bytes; member
3473 netdev_tx_sent_queue(struct netdev_queue *dev_queue, unsigned int bytes) netdev_tx_sent_queue() argument
3503 __netdev_tx_sent_queue(struct netdev_queue *dev_queue, unsigned int bytes, bool xmit_more) __netdev_tx_sent_queue() argument
3527 netdev_sent_queue(struct net_device *dev, unsigned int bytes) netdev_sent_queue() argument
3529 netdev_tx_sent_queue(netdev_get_tx_queue(dev, 0), bytes); netdev_sent_queue() local
3532 __netdev_sent_queue(struct net_device *dev, unsigned int bytes, bool xmit_more) __netdev_sent_queue() argument
3549 netdev_tx_completed_queue(struct netdev_queue *dev_queue, unsigned int pkts, unsigned int bytes) netdev_tx_completed_queue() argument
3583 netdev_completed_queue(struct net_device *dev, unsigned int pkts, unsigned int bytes) netdev_completed_queue() argument
3586 netdev_tx_completed_queue(netdev_get_tx_queue(dev, 0), pkts, bytes); netdev_completed_queue() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c1563 size_t bytes; in copy_array() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c7345 static int kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, in kvm_read_guest_virt_helper() argument
7377 kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_fetch_guest_virt() argument
7404 kvm_read_guest_virt(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_read_guest_virt() argument
7422 emulator_read_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) emulator_read_std() argument
7437 kvm_write_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) kvm_write_guest_virt_helper() argument
7467 emulator_write_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) emulator_write_std() argument
7483 kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_write_guest_virt_system() argument
7571 emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t gpa, const void *val, int bytes) emulator_write_phys() argument
7595 read_prepare(struct kvm_vcpu *vcpu, void *val, int bytes) read_prepare() argument
7607 read_emulate(struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes) read_emulate() argument
7613 write_emulate(struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes) write_emulate() argument
7619 write_mmio(struct kvm_vcpu *vcpu, gpa_t gpa, int bytes, void *val) write_mmio() argument
7625 read_exit_mmio(struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes) read_exit_mmio() argument
7632 write_exit_mmio(struct kvm_vcpu *vcpu, gpa_t gpa, void *val, int bytes) write_exit_mmio() argument
7655 emulator_read_write_onepage(unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, struct kvm_vcpu *vcpu, const struct read_write_emulator_ops *ops) emulator_read_write_onepage() argument
7706 emulator_read_write(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, const struct read_write_emulator_ops *ops) emulator_read_write() argument
7760 emulator_read_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception) emulator_read_emulated() argument
7770 emulator_write_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *val, unsigned int bytes, struct x86_exception *exception) emulator_write_emulated() argument
7783 emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *old, const void *new, unsigned int bytes, struct x86_exception *exception) emulator_cmpxchg_emulated() argument
13489 kvm_sev_es_mmio_write(struct kvm_vcpu *vcpu, gpa_t gpa, unsigned int bytes, void *data) kvm_sev_es_mmio_write() argument
13528 kvm_sev_es_mmio_read(struct kvm_vcpu *vcpu, gpa_t gpa, unsigned int bytes, void *data) kvm_sev_es_mmio_read() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1482 memdup(const void *src, GLsizei bytes) in memdup() argument
1500 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) in dlist_alloc() argument
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dsky2.h2211 u64 bytes; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h3422 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/broadcom/bnxt/
H A Dbnxt.h1363 u64 bytes; member
1414 u64 bytes; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c311 __le32 bytes; member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1417 u64 bytes; member
1468 u64 bytes; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h3944 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-6.6/drivers/net/ethernet/marvell/
H A Dsky2.h2211 u64 bytes; member

Completed in 181 milliseconds

1...<<121122123124125126127128