Home
last modified time | relevance | path

Searched defs:bytes (Results 1076 - 1100 of 1129) sorted by relevance

1...<<414243444546

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh2666 const HBUINT8 *bytes = get_delta_bytes (); in get_delta() local
/third_party/python/Objects/
H A Dlongobject.c815 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, in _PyLong_FromByteArray() argument
926 _PyLong_AsByteArray(PyLongObject* v, unsigned char* bytes, size_t n, int little_endian, int is_signed) _PyLong_AsByteArray() argument
1203 long long bytes; PyLong_AsLongLong() local
1255 unsigned long long bytes; PyLong_AsUnsignedLongLong() local
5866 PyObject *bytes; int_to_bytes_impl() local
5928 PyObject *long_obj, *bytes; int_from_bytes_impl() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp148 const deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes() local
/third_party/ffmpeg/fftools/
H A Dffprobe.c946 writer_print_integers(WriterContext *wctx, const char *name, uint8_t *data, int size, const char *format, int columns, int bytes, int offset_add) writer_print_integers() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm.c2448 snd_pcm_bytes_to_frames(snd_pcm_t *pcm, ssize_t bytes) snd_pcm_bytes_to_frames() argument
2480 snd_pcm_bytes_to_samples(snd_pcm_t *pcm, ssize_t bytes) snd_pcm_bytes_to_samples() argument
3330 size_t bytes = samples * width / 8; snd_pcm_area_copy() local
[all...]
/third_party/backends/backend/
H A Dhp3500.c1236 size_t bytes; in rt_execute_commands() local
1282 rt_queue_command(int command, int reg, int count, int bytes, void const *data_, int readbytes, void *readdata) rt_queue_command() argument
1331 rt_send_command_immediate(int command, int reg, int count, int bytes, void *data, int readbytes, void *readdata) rt_send_command_immediate() argument
1342 rt_queue_read_register(int reg, int bytes, void *data) rt_queue_read_register() argument
1348 rt_read_register_immediate(int reg, int bytes, void *data) rt_read_register_immediate() argument
1356 rt_queue_set_register(int reg, int bytes, void *data) rt_queue_set_register() argument
1362 rt_set_register_immediate(int reg, int bytes, void *data) rt_set_register_immediate() argument
1389 rt_write_sram(int bytes, void *data_) rt_write_sram() argument
1426 rt_read_sram(int bytes, void *data_) rt_read_sram() argument
1531 rt_get_data(int bytes, void *data) rt_get_data() argument
2240 rt_nvram_read(int block, int location, unsigned char *data, int bytes) rt_nvram_read() argument
3227 accumfunc(struct dcalibdata *dcd, int bytes, char *data) accumfunc() argument
3275 storefunc(struct calibdata *cd, int bytes, char *data) storefunc() argument
3760 writefunc(struct hp3500_write_info *winfo, int bytes, char *data) writefunc() argument
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h34 __u64 bytes; /* Number of enqueued bytes */ member
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto.c6328 size_t bytes = PSA_BITS_TO_BYTES(bits); psa_generate_derived_key_internal() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1880 intel_calculate_slm_size(unsigned gen, uint32_t bytes) in intel_calculate_slm_size() argument
1890 encode_slm_size(unsigned gen, uint32_t bytes) in encode_slm_size() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc2757 ProcessModuleHeader( base::Vector<const uint8_t> bytes, uint32_t offset) ProcessModuleHeader() argument
2773 ProcessSection(SectionCode section_code, base::Vector<const uint8_t> bytes, uint32_t offset) ProcessSection() argument
2865 ProcessFunctionBody( base::Vector<const uint8_t> bytes, uint32_t offset) ProcessFunctionBody() argument
2922 OnFinishedStream( base::OwnedVector<uint8_t> bytes) OnFinishedStream() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc286 int bytes = 0; in RequiredStackSizeForCallerSaved() local
302 int bytes = 0; in PushCallerSaved() local
320 int bytes = 0; in PopCallerSaved() local
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc53 int bytes = 0; in RequiredStackSizeForCallerSaved() local
69 int bytes = 0; in PushCallerSaved() local
87 int bytes = 0; in PopCallerSaved() local
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc50 int bytes = 0; in RequiredStackSizeForCallerSaved() local
65 int bytes = 0; in PushCallerSaved() local
82 int bytes = 0; in PopCallerSaved() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc4951 vext(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2, int bytes) vext() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc855 unsigned bytes = register_size * sizeof(vfp_registers_[0]); in SetVFPRegister() local
856 DCHECK_EQ(sizeof(InputType), bytes); in SetVFPRegister() local
/third_party/node/deps/v8/src/heap/
H A Dheap.h1931 uint64_t bytes = OldGenerationSizeOfObjects() + in OldGenerationSpaceAvailable() local
H A Dmark-compact.cc1889 void account_moved_bytes(intptr_t bytes) { moved_bytes_ += bytes; } in account_moved_bytes() argument
5566 IncrementLiveBytes(HeapObject object, intptr_t bytes) IncrementLiveBytes() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2416 const unsigned bytes = surf_state->num_states * surf_size; in upload_surface_states() local
602 iris_copy_mem_mem(struct iris_batch *batch, struct iris_bo *dst_bo, uint32_t dst_offset, struct iris_bo *src_bo, uint32_t src_offset, unsigned bytes) iris_copy_mem_mem() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c5788 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list() argument
/third_party/openssl/ssl/
H A Dssl_lib.c5672 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list() argument
/third_party/python/Modules/
H A D_pickle.c5220 calc_binsize(char *bytes, int nbytes) calc_binsize() argument
5252 calc_binint(char *bytes, int nbytes) calc_binint() argument
5439 PyObject *bytes; load_string() local
5525 PyObject *bytes; load_counted_binbytes() local
[all...]
H A D_ssl.c5201 PyObject *bytes; PySSL_RAND() local
[all...]
H A Dsocketmodule.c3922 PyObject *bytes, *tuple; sock_recvmsg_guts() local
[all...]
/third_party/elfutils/src/
H A Dreadelf.c4401 print_bytes (size_t n, const unsigned char *bytes) in print_bytes() argument
7165 die_type_sign_bytes(Dwarf_Die *die, bool *is_signed, int *bytes) die_type_sign_bytes() argument
7626 int bytes = 0; attr_callback() local
7809 int bytes; attr_callback() local
12259 const uint8_t *bytes = desc; handle_core_register() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h1225 stbi_uc *bytes in stbi__vertical_flip() local
1250 stbi_uc *bytes = (stbi_uc *)image; stbi__vertical_flip_slices() local
4652 int bytes = (depth == 16? 2 : 1); stbi__create_png_image_raw() local
4864 int bytes = (depth == 16 ? 2 : 1); stbi__create_png_image() local
[all...]

Completed in 178 milliseconds

1...<<414243444546