Searched defs:fh (Results 1 - 25 of 31) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRReaderStream.h13 NSFileHandle *fh; variable
19 @property (retain) NSFileHandle *fh; variable
/external/iproute2/tc/
H A Df_route.c42 __u32 fh = 0xFFFF8000; local
69 fh &= ~0x80FF;
70 fh |= id&0xFF;
79 fh &= 0xFFFF;
80 fh |= id<<16;
90 fh &= 0xFFFF;
91 fh |= (0x8000|id)<<16;
133 fh &= ~0x7F00;
134 fh |= (order<<8)&0x7F00;
137 t->tcm_handle = fh;
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h114 FlagHandler<T> *fh = new (FlagParser::Alloc) FlagHandler<T>(var); // NOLINT local
115 parser->RegisterHandler(name, fh, desc);
/external/tcpdump/
H A Dparsenfsfh.c109 Parse_fh(register const unsigned char *fh, int len _U_, my_fsid *fsidp, argument
115 register const unsigned char *fhp = fh;
364 memcpy((char *)fsidp, (char *)fh, 14);
370 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */
H A Dprint-802_11.c290 struct fh_t fh; member in struct:mgmt_body_t
/external/valgrind/tests/
H A Ds390x_features.c117 int n, fh; local
123 fh = open("/proc/cpuinfo", O_RDONLY, S_IRUSR);
124 if (fh < 0) return NULL;
135 n = read(fh, file_buf, file_buf_size);
146 lseek(fh, 0, SEEK_SET);
148 n = read(fh, file_buf, num_bytes);
153 close(fh);
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc206 struct fat_header fh; local
210 if (read(fd, (char *)&fh, sizeof(fh)) != sizeof(fh)) {
215 fh.nfat_arch = CFSwapInt32BigToHost(fh.nfat_arch);
219 (struct fat_arch *)malloc(fh.nfat_arch * sizeof(struct fat_arch));
224 sizeof(struct fat_arch) * fh.nfat_arch) !=
225 (ssize_t)(sizeof(struct fat_arch) * fh.nfat_arch)) {
234 for (unsigned i = 0; i < fh
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c187 float fh = flip * viewport->scale[1] * 2; local
201 fh);
222 if (fh < 0.0) {
223 prescale.translate[1] = fh - 1 + fy * 2;
224 fh = -fh;
225 fy -= fh;
244 prescale.scale[1] *= fh / (fh + fy);
245 fh
[all...]
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c271 struct fat_header fh; local
285 fh.magic = ntohl(fh_be->magic);
286 fh.nfat_arch = ntohl(fh_be->nfat_arch);
287 if (fh.magic == FAT_MAGIC) {
293 + fh.nfat_arch * sizeof(struct fat_arch))
297 f < fh.nfat_arch;
319 if (f == fh.nfat_arch)
H A Dlauncher-darwin.c133 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype) argument
135 struct fat_arch *fa = (struct fat_arch *)(fh+1);
136 uint32_t nfat_arch = ntohl(fh->nfat_arch);
174 struct fat_header *fh = (struct fat_header *)buf; local
175 if (ntohl(fh->magic) == FAT_MAGIC) {
176 uint32_t nfat_arch = ntohl(fh->nfat_arch);
180 struct fat_arch *fa = (struct fat_arch *)(fh+1);
184 if (fat_has_cputype(fh, default_cputype)) {
190 if (fat_has_cputype(fh, valid_archs[i].cputype)) {
H A Dm_machine.c621 Int model, n, fh; local
630 fh = sr_Res(fd);
640 n = VG_(read)(fh, file_buf, file_buf_size);
651 VG_(lseek)( fh, 0, VKI_SEEK_SET );
653 n = VG_(read)( fh, file_buf, num_bytes );
658 VG_(close)(fh);
710 Int n, fh; local
719 fh = sr_Res(fd);
729 n = VG_(read)(fh, file_buf, file_buf_size);
740 VG_(lseek)( fh,
[all...]
/external/libcups/filter/
H A Draster.c875 cups_page_header2_t fh; /* File page header */ local
877 memset(&fh, 0, sizeof(fh));
879 strlcpy(fh.MediaClass, "PwgRaster", sizeof(fh.MediaClass));
881 strlcpy(fh.MediaColor, r->header.MediaColor, sizeof(fh.MediaColor));
882 strlcpy(fh.MediaType, r->header.MediaType, sizeof(fh.MediaType));
883 strlcpy(fh
1056 cups_page_header2_t fh; /* File page header */ local
[all...]
/external/strace/tests/
H A Dfile_handle.c99 struct file_handle *fh = local
104 fh->handle_bytes, fh->handle_type);
105 print_handle_data((unsigned char *) fh +
107 fh->handle_bytes);
128 struct file_handle *fh = local
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
132 fh->handle_type);
136 print_handle_data((unsigned char *) fh +
138 fh
[all...]
/external/strace/tests-m32/
H A Dfile_handle.c99 struct file_handle *fh = local
104 fh->handle_bytes, fh->handle_type);
105 print_handle_data((unsigned char *) fh +
107 fh->handle_bytes);
128 struct file_handle *fh = local
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
132 fh->handle_type);
136 print_handle_data((unsigned char *) fh +
138 fh
[all...]
/external/strace/tests-mx32/
H A Dfile_handle.c99 struct file_handle *fh = local
104 fh->handle_bytes, fh->handle_type);
105 print_handle_data((unsigned char *) fh +
107 fh->handle_bytes);
128 struct file_handle *fh = local
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
132 fh->handle_type);
136 print_handle_data((unsigned char *) fh +
138 fh
[all...]
/external/valgrind/coregrind/m_ume/
H A Dmacho.c708 struct fat_header fh; local
730 if (size < sizeof(fh)) {
734 res = VG_(pread)(fd, &fh, sizeof(fh), offset);
735 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
741 arch_offset = offset + sizeof(fh);
742 fh.nfat_arch = VG_(ntohl)(fh.nfat_arch);
743 for (i = 0; i < fh.nfat_arch; i++) {
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c165 struct fat_header fh; local
182 VG_(memset)(&fh, 0, sizeof(fh));
183 fh.magic = VG_(ntohl)(fh_be.magic);
184 fh.nfat_arch = VG_(ntohl)(fh_be.nfat_arch);
185 if (fh.magic == FAT_MAGIC) {
188 + fh.nfat_arch * sizeof(struct fat_arch)) {
195 f < fh.nfat_arch;
229 if (f == fh.nfat_arch) {
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc305 HANDLE fh; member in struct:hb_uniscribe_shaper_face_data_t
459 data->fh = AddFontMemResourceEx ((void *) hb_blob_get_data (blob, NULL),
462 if (unlikely (!data->fh))
475 RemoveFontMemResourceEx (data->fh);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c4729 struct vki_file_handle *fh = (struct vki_file_handle *)ARG3; local
4730 PRE_MEM_READ( "name_to_handle_at(handle)", (Addr)&fh->handle_bytes, sizeof(fh->handle_bytes) );
4731 PRE_MEM_WRITE( "name_to_handle_at(handle)", (Addr)fh, sizeof(struct vki_file_handle) + fh->handle_bytes );
4738 struct vki_file_handle *fh = (struct vki_file_handle *)ARG3; local
4739 POST_MEM_WRITE( ARG3, sizeof(struct vki_file_handle) + fh->handle_bytes );
/external/bzip2/
H A Dbzip2.c964 IntNative fh; local
965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR);
966 if (fh == -1) return NULL;
967 fp = fdopen(fh, mode);
968 if (fp == NULL) close(fh);
/external/e2fsprogs/misc/
H A Dfuse2fs.c2128 fp->fh = (uintptr_t)file;
2155 struct fuse2fs_file_handle *fh = local
2156 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh;
2165 FUSE2FS_CHECK_MAGIC(fs, fh, FUSE2FS_FILE_MAGIC);
2166 dbg_printf("%s: ino=%d off=%jd len=%jd\n", __func__, fh->ino, offset,
2169 err = ext2fs_file_open(fs, fh->ino, fh->open_flags, &efp);
2171 ret = translate_error(fs, fh->ino, err);
2177 ret = translate_error(fs, fh->ino, err);
2183 ret = translate_error(fs, fh
2212 struct fuse2fs_file_handle *fh = local
2284 struct fuse2fs_file_handle *fh = local
2314 struct fuse2fs_file_handle *fh = local
2774 struct fuse2fs_file_handle *fh = local
2960 struct fuse2fs_file_handle *fh = local
3014 struct fuse2fs_file_handle *fh = local
3093 ioctl_getflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, void *data) argument
3116 ioctl_setflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, void *data) argument
3154 ioctl_getversion(ext2_filsys fs, struct fuse2fs_file_handle *fh, void *data) argument
3172 ioctl_setversion(ext2_filsys fs, struct fuse2fs_file_handle *fh, void *data) argument
3208 ioctl_fitrim(ext2_filsys fs, struct fuse2fs_file_handle *fh, void *data) argument
3268 struct fuse2fs_file_handle *fh = local
3344 struct fuse2fs_file_handle *fh = local
3480 struct fuse2fs_file_handle *fh = local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4555 Transliterator* fh = Transliterator::createInstance("Fullwidth-Halfwidth", UTRANS_FORWARD, parseError, status); local
4556 if (hf == 0 || fh == 0) {
4559 delete fh;
4565 // "hf"|"fh"|"both",
4583 expect(*fh, f, h);
4587 expect(*fh, f, h);
4592 delete fh;
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h619 struct file *fh; /* not passed from userspace but used in-kernel only */ member in struct:coda_open_by_fd_out
H A Dfuse.h426 uint64_t fh; member in struct:fuse_getattr_in
469 uint64_t fh; member in struct:fuse_setattr_in
498 uint64_t fh; member in struct:fuse_open_out
504 uint64_t fh; member in struct:fuse_release_in
511 uint64_t fh; member in struct:fuse_flush_in
518 uint64_t fh; member in struct:fuse_read_in
530 uint64_t fh; member in struct:fuse_write_in
551 uint64_t fh; member in struct:fuse_fsync_in
572 uint64_t fh; member in struct:fuse_lk_in
646 uint64_t fh; member in struct:fuse_ioctl_in
667 uint64_t fh; member in struct:fuse_poll_in
683 uint64_t fh; member in struct:fuse_fallocate_in
779 uint64_t fh; member in struct:fuse_lseek_in
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 773 milliseconds

12