/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 2666 const HBUINT8 *bytes = get_delta_bytes (); in get_delta() local
|
/third_party/python/Objects/ |
H A D | longobject.c | 815 _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 D | vktSubgroupsTestsUtils.cpp | 148 const deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes() local
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 946 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 D | pcm.c | 2448 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 D | hp3500.c | 1236 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 D | pkt_sched.h | 34 __u64 bytes; /* Number of enqueued bytes */ member [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 6328 size_t bytes = PSA_BITS_TO_BYTES(bits); psa_generate_derived_key_internal() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 1880 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 D | module-compiler.cc | 2757 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 D | macro-assembler-s390.cc | 286 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 D | macro-assembler-mips.cc | 53 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 D | macro-assembler-riscv64.cc | 50 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 D | assembler-arm.cc | 4951 vext(QwNeonRegister dst, QwNeonRegister src1, QwNeonRegister src2, int bytes) vext() argument
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 855 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 D | heap.h | 1931 uint64_t bytes = OldGenerationSizeOfObjects() + in OldGenerationSpaceAvailable() local
|
H A D | mark-compact.cc | 1889 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 D | iris_state.c | 2416 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 D | ssl_lib.c | 5788 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 D | ssl_lib.c | 5672 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.c | 5220 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.c | 5201 PyObject *bytes; PySSL_RAND() local [all...] |
H A D | socketmodule.c | 3922 PyObject *bytes, *tuple; sock_recvmsg_guts() local [all...] |
/third_party/elfutils/src/ |
H A D | readelf.c | 4401 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 D | stb_image.h | 1225 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...] |