Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 77) sorted by relevance

1234

/system/extras/libfec/
Dfec_open.cpp89 static int find_verity_offset(fec_handle *f, uint64_t *offset) in find_verity_offset()
99 static int parse_ecc_header(fec_handle *f, uint64_t offset) in parse_ecc_header()
205 static int parse_ecc(fec_handle *f, uint64_t offset) in parse_ecc()
227 static int get_squashfs_size(fec_handle *f, uint64_t *offset) in get_squashfs_size()
255 static int get_ext4_size(fec_handle *f, uint64_t *offset) in get_ext4_size()
282 static int get_fs_size(fec_handle *f, uint64_t *offset) in get_fs_size()
311 static int load_verity(fec_handle *f) in load_verity()
352 static int load_ecc(fec_handle *f) in load_ecc()
369 static int get_size(fec_handle *f) in get_size()
400 static void reset_handle(fec_handle *f) in reset_handle()
[all …]
Dfec_read.cpp67 static inline bool is_erasure(fec_handle *f, uint64_t offset, in is_erasure()
85 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero()
105 static int __ecc_read(fec_handle *f, void *rs, uint8_t *dest, uint64_t offset, in __ecc_read()
206 static int ecc_init(fec_handle *f, rs_unique_ptr& rs, in ecc_init()
232 static ssize_t ecc_read(fec_handle *f, uint8_t *dest, size_t count, in ecc_read()
283 static ssize_t verity_read(fec_handle *f, uint8_t *dest, size_t count, in verity_read()
402 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()
443 ssize_t fec_read(struct fec_handle *f, void *buf, size_t count) in fec_read()
470 bool raw_pread(fec_handle *f, void *buf, size_t count, uint64_t offset) in raw_pread()
494 bool raw_pwrite(fec_handle *f, const void *buf, size_t count, uint64_t offset) in raw_pwrite()
[all …]
Dfec_verity.cpp120 static inline int verity_hash(fec_handle *f, const uint8_t *block, in verity_hash()
140 bool verity_check_block(fec_handle *f, const uint8_t *expected, in verity_check_block()
159 static bool ecc_read_hashes(fec_handle *f, uint64_t hash_offset, in ecc_read_hashes()
185 static int verify_tree(fec_handle *f, const uint8_t *root) in verify_tree()
322 static int parse_table(fec_handle *f, uint64_t offset, uint32_t size) in parse_table()
456 static int rewrite_metadata(fec_handle *f, uint64_t offset) in rewrite_metadata()
484 static int validate_header(const fec_handle *f, const verity_header *header, in validate_header()
525 int verity_parse_header(fec_handle *f, uint64_t offset) in verity_parse_header()
612 int fec_verity_set_status(struct fec_handle *f, bool enabled) in fec_verity_set_status()
Dfec_process.cpp21 fec_handle *f; member
43 ssize_t process(fec_handle *f, uint8_t *buf, size_t count, uint64_t offset, in process()
/system/vold/bench/
Dbenchgen.py180 fd, f, handle = extract_file(e, e.ret) variable
189 fd, f, handle = extract_file(e, e.args[0]) variable
195 fd, f, handle = extract_file(e, e.args[0]) variable
200 fd, f, handle = extract_file(e, e.args[0]) variable
205 fd, f, handle = extract_file(e, e.args[0]) variable
214 fd, f, handle = extract_file(e, e.args[0]) variable
223 fd, f, handle = extract_file(e, e.args[0]) variable
231 fd, f, handle = extract_file(e, e.args[0]) variable
239 fd, f, handle = extract_file(e, e.args[0]) variable
245 fd, f, handle = extract_file(e, e.args[0]) variable
[all …]
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dfile.c78 grep_refill(struct file *f) in grep_refill()
141 grep_fgetln(struct file *f, size_t *lenp) in grep_fgetln()
204 grep_file_init(struct file *f) in grep_file_init()
239 struct file *f; in grep_open() local
259 grep_close(struct file *f) in grep_close()
/system/media/audio_utils/include/audio_utils/
Dprimitives.h602 static inline int16_t clamp16_from_float(float f) in clamp16_from_float()
614 float f; in clamp16_from_float() member
641 static inline uint8_t clamp8_from_float(float f) in clamp8_from_float()
653 float f; in clamp8_from_float() member
678 static inline int32_t clamp24_from_float(float f) in clamp24_from_float()
723 static inline int32_t clampq4_27_from_float(float f) in clampq4_27_from_float()
749 static inline int32_t clamp32_from_float(float f) in clamp32_from_float()
828 static inline uint32_t u4_28_from_float(float f) in u4_28_from_float()
852 static inline uint16_t u4_12_from_float(float f) in u4_12_from_float()
/system/extras/tests/workloads/
Dpowerave.py24 f = open(argvrem[2], "r") variable
26 f = sys.stdin variable
/system/core/mkbootimg/
Dmkbootimg25 def filesize(f): argument
34 def update_sha(sha, f): argument
43 def pad_file(f, padding): argument
/system/core/libcutils/arch-arm64/
Dandroid_memset.S55 #define ENTRY(f) \ argument
63 #define END(f) \ argument
/system/extras/latencytop/
Dlatencytop.c176 FILE *f; in read_global_stats() local
234 FILE *f; in read_thread_stats() local
309 FILE *f; in set_latencytop() local
322 static void erase_latency_file(FILE *f) { in erase_latency_file()
326 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file()
/system/core/adb/
Dsysdeps_win32.cpp203 FH f; in _fh_from_int() local
228 _fh_to_int( FH f ) in _fh_to_int()
239 FH f = NULL; in _fh_alloc() local
266 _fh_close( FH f ) in _fh_close()
313 static void _fh_file_init( FH f ) { in _fh_file_init()
317 static int _fh_file_close( FH f ) { in _fh_file_close()
323 static int _fh_file_read( FH f, void* buf, int len ) { in _fh_file_read()
336 static int _fh_file_write( FH f, const void* buf, int len ) { in _fh_file_write()
349 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek()
384 FH f; in adb_open() local
[all …]
Dadb_auth_client.cpp57 FILE *f; in read_keys() local
129 FILE *f; in adb_auth_generate_token() local
/system/core/include/utils/
DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) { in createThread()
/system/core/libmemunreachable/
DHeapWalker.h107 inline void HeapWalker::ForEachPtrInRange(const Range& range, F&& f) { in ForEachPtrInRange()
122 inline void HeapWalker::ForEachAllocation(F&& f) { in ForEachAllocation()
DScopedSignalHandler.h39 void install(int signal, F&& f) { in install()
/system/extras/verity/
Dgenerate_verity_key.c117 FILE *f = NULL; in convert_x509() local
177 FILE *f = NULL; in generate_key() local
/system/extras/memcpy-perf/
Dgraph_memcpy.py20 f = open(arg) variable
/system/core/debuggerd/arm64/
Dmachine.cpp81 struct user_fpsimd_state f; in dump_registers() local
/system/core/libpixelflinger/codeflinger/
Dblending.cpp255 integer_t& factor, int f, int component, in build_blend_factor()
475 const integer_t& f) in mul_factor()
566 const integer_t& f, in mul_factor_add()
/system/bt/embdrv/sbc/decoder/include/
Doi_utils.h109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
/system/extras/iotop/
Dtasklist.cpp31 static bool ScanPidsInDir(std::string name, Func f) { in ScanPidsInDir()
/system/media/audio_utils/tests/
Dprimitives_tests.cpp37 inline void testClamp8(float f) in testClamp8()
58 inline void testClamp16(float f) in testClamp16()
78 inline void testClamp24(float f) in testClamp24()
128 float f; in TEST() member
/system/core/libpixelflinger/
Dbuffer.cpp116 const GGLFormat* f = &(c->formats[s->format]); in read_pixel() local
173 const GGLFormat* f = &(c->formats[s->format]); in write_pixel() local
260 const GGLFormat* f = &(c->formats[format]); in ggl_pack_color() local
/system/core/liblog/
Dlog_time.cpp55 for (char *f = cp = fmt; ; ++cp) { in strptime() local

1234