Searched defs:file_buffer (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | caches-queues-lists.h | 89 struct file_buffer { struct 102 struct file_buffer *hash_next; argument 106 struct file_buffer *hash_prev; argument 110 struct file_buffer *free_next; argument 118 int size; 119 int c_byte; 120 char used; 121 char fragment; 122 char error; 123 char locked; [all …]
|
H A D | mksquashfs.c | 1720 struct fragment *get_and_fill_fragment(struct file_buffer *file_buffer, in get_and_fill_fragment() 1914 unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) in get_checksum_mem_buffer() 2018 struct fragment *frag_duplicate(struct file_buffer *file_buffer, char *dont_put) in frag_duplicate() 2065 struct file_buffer *file_buffer, int blocks, unsigned short checksum, in duplicate() 2203 void put_file_buffer(struct file_buffer *file_buffer) in put_file_buffer() 2228 struct file_buffer *prev_buffer = NULL, *file_buffer; in reader_read_process() local 2310 struct file_buffer *file_buffer; in reader_read_file() local 2462 struct file_buffer *file_buffer = queue_get(to_writer); in writer() local 2495 int all_zero(struct file_buffer *file_buffer) in all_zero() 2526 struct file_buffer *file_buffer = queue_get(to_deflate); in deflator() local [all …]
|
H A D | process_fragments.c | 60 static int checksum_sparse(struct file_buffer *file_buffer) in checksum_sparse() 274 struct file_buffer *file_buffer = queue_get(to_process_frag); in frag_thrd() local
|
H A D | caches-queues-lists.c | 277 INSERT_LIST(free, struct file_buffer) in INSERT_LIST()
|
/aosp_15_r20/external/llvm-libc/test/src/__support/File/ |
H A D | file_test.cpp | 119 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 217 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 232 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 285 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 308 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 337 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 357 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 391 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local 433 char file_buffer[FILE_BUFFER_SIZE]; in TEST() local
|
/aosp_15_r20/external/skia/experimental/tools/ |
H A D | mskp_parser.py | 52 file_buffer = src.read(8192) variable
|
/aosp_15_r20/device/google/trout/tools/tracing/client/ |
D | TracingClient.cpp | 113 tracing_vm_proto::TracingFileBuffer file_buffer; in GetTracingFile() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/utils/ |
H A D | jni_utils.cc | 53 absl::string_view GetMappedFileBuffer(JNIEnv* env, const jobject& file_buffer) { in GetMappedFileBuffer()
|
/aosp_15_r20/external/skia/src/ports/fontations/src/ |
H A D | ffi.rs | 1927 let file_buffer = in test_palette_override() localVariable 1981 let file_buffer = in test_default_palette_for_invalid_index() localVariable 2017 let file_buffer = fs::read(TEST_CONDENSED_BOLD_ITALIC) in test_font_attributes() localVariable 2037 let file_buffer = in test_variable_font_attributes() localVariable 2122 let file_buffer = in test_shifted_named_instance_index() localVariable
|
/aosp_15_r20/external/python/oauth2client/oauth2client/ |
D | service_account.py | 338 def from_p12_keyfile_buffer(cls, service_account_email, file_buffer, argument
|
/aosp_15_r20/external/vboot_reference/host/arch/x86/lib/ |
H A D | crossystem_arch.c | 300 char* file_buffer = NULL; in VbGetBuffer() local
|