| /third_party/toybox/generated/ |
| H A D | globals.h | 674 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 D | simulator-aarch64.cc | 12498 uint64_t bytes = 16; in Simulator() local
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.c | 824 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.c | 1678 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 D | posixmodule.c | 1140 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 D | unicodeobject.c | 3773 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 D | gradle-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 D | netdevice.h | 2602 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 D | netdevice.h | 2752 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 D | verifier.c | 1563 size_t bytes; in copy_array() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/kvm/ |
| H A D | x86.c | 7345 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 D | dlist.c | 1482 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 D | gradle-wrapper.jar | META-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 D | gradle-wrapper.jar | META-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 D | gradle-wrapper.jar | META-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 D | gradle-wrapper.jar | META-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 D | gradle-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 D | gradle-wrapper.jar | META-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 D | sky2.h | 2211 u64 bytes; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 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/broadcom/bnxt/ |
| H A D | bnxt.h | 1363 u64 bytes; member 1414 u64 bytes; member
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | advansys.c | 311 __le32 bytes; member [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 1417 u64 bytes; member 1468 u64 bytes; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 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...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
| H A D | sky2.h | 2211 u64 bytes; member
|