Home
last modified time | relevance | path

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

123

/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.h521 static inline int16_t clamp16_from_float(float f) in clamp16_from_float()
533 float f; in clamp16_from_float() member
560 static inline uint8_t clamp8_from_float(float f) in clamp8_from_float()
572 float f; in clamp8_from_float() member
596 static inline int32_t clamp24_from_float(float f) in clamp24_from_float()
639 static inline int32_t clampq4_27_from_float(float f) in clampq4_27_from_float()
664 static inline int32_t clamp32_from_float(float f) in clamp32_from_float()
739 static inline uint32_t u4_28_from_float(float f) in u4_28_from_float()
762 static inline uint16_t u4_12_from_float(float f) in u4_12_from_float()
/system/core/adb/
Dsysdeps_win32.cpp177 FH f; in _fh_from_int() local
200 _fh_to_int( FH f ) in _fh_to_int()
212 FH f = NULL; in _fh_alloc() local
241 _fh_close( FH f ) in _fh_close()
260 static void _fh_file_init( FH f ) { in _fh_file_init()
264 static int _fh_file_close( FH f ) { in _fh_file_close()
270 static int _fh_file_read( FH f, void* buf, int len ) { in _fh_file_read()
283 static int _fh_file_write( FH f, const void* buf, int len ) { in _fh_file_write()
296 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek()
331 FH f; in adb_open() local
[all …]
Dadb_auth_client.cpp56 FILE *f; in read_keys() local
128 FILE *f; in adb_auth_generate_token() local
/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/libcutils/arch-arm64/
Dandroid_memset.S55 #define ENTRY(f) \ argument
63 #define END(f) \ argument
/system/core/include/utils/
DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) { in createThread()
/system/extras/verity/
Dgenerate_verity_key.c117 FILE *f = NULL; in convert_x509() local
177 FILE *f = NULL; in generate_key() local
/system/extras/tests/bionic/libc/other/
Dtest_zlib.c177 FILE* f; in main() local
220 FILE* f = fopen(argv[1], "rb"); in main() local
Dtest_jpeg.c241 FILE* f; in main() local
311 FILE* f = fopen( argv[1], "rb" ); in main() 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/core/debuggerd/arm64/
Dmachine.cpp79 struct user_fpsimd_state f; in dump_registers() local
/system/core/toolbox/
Ddf.c53 FILE *f = fopen("/proc/mounts", "r"); in df_main() local
Dmount.c240 FILE* f; in print_mounts() local
262 FILE *f; in get_mounts_dev_dir() local
/system/bt/embdrv/sbc/decoder/include/
Doi_utils.h109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
/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/media/camera/include/system/
Dcamera_metadata.h89 float *f; member
108 const float *f; member
/system/core/liblog/
Dlog_time.cpp54 for (char *f = cp = fmt; ; ++cp) { in strptime() local
/system/core/libmemtrack/
Dmemtrack_test.c30 FILE *f; in getprocname() local
/system/extras/kexec_tools/
Dkexecload.c29 int get_file_size(int f) in get_file_size()
/system/extras/perfprofd/quipper/base/
Dmacros.h136 inline To implicit_cast(From const &f) { in implicit_cast()
/system/extras/ext4_utils/
Dcanned_fs_config.c44 FILE* f = fopen(fn, "r"); in load_canned_fs_config() local
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
Dcol32cb16blend_test.c67 int f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c() local

123