Searched refs:f_count (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/sys/arch/hppa/stand/common/
H A Dlif.c47 int f_count; /* this file length */ member in struct:file
125 fp->f_count = load.count - sizeof(int);
130 fp->f_count, fp->f_off,
176 if (fp->f_seek >= fp->f_count ||
213 fp->f_seek = fp->f_count - offset;
229 sb->st_size = fp->f_count;
/netbsd-current/external/bsd/bc/dist/
H A Dglobal.h87 /* Function storage. main is (0) and functions (1-f_count) */
91 EXTERN int f_count; variable
H A Dstorage.c51 f_count = 0;
89 old_count = f_count;
94 f_count += STORE_INCR;
95 functions = bc_malloc (f_count*sizeof (bc_function));
96 f_names = bc_malloc (f_count*sizeof (char *));
106 for (; indx < f_count; indx++)
H A Dutil.c599 if (id->f_name >= f_count)
/netbsd-current/bin/dd/
H A Dargs.c88 static void f_count(char *);
108 { "count", f_count, C_COUNT, C_COUNT },
247 f_count(char *arg) function
/netbsd-current/sys/kern/
H A Duipc_usrreq.c1605 fp->f_count++;
1688 KASSERT(fp->f_count > 0);
1690 KASSERT(fp->f_count >= fp->f_unpcount);
1691 KASSERT(fp->f_count >= fp->f_msgcount);
1735 if (fp->f_count == 0) {
1744 if (fp->f_count == 0 ||
1746 fp->f_count == fp->f_msgcount ||
1765 fp->f_count++;
1818 fp->f_count == 0 || fp->f_unpcount != 0 ||
1819 fp->f_count !
[all...]
H A Dkern_descrip.c590 fp->f_count++;
842 KASSERT(fp->f_count > 0);
843 if (--fp->f_count > 0) {
847 KASSERT(fp->f_count == 0);
865 KASSERT(fp->f_count == 0);
1134 KASSERT(fp->f_count == 0);
1176 fp->f_count++;
1219 KASSERT(fp->f_count == 0);
1263 KASSERT(fp->f_count == 0);
1507 fp->f_count
[all...]
H A Duipc_domain.c603 if (fp->f_count == 0 || fp->f_type != DTYPE_SOCKET ||
622 if (fp->f_count == 0) {
626 fp->f_count++;
/netbsd-current/sys/sys/
H A Dfile.h150 u_int f_count; /* reference count */ member in struct:file
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Diq2000-ibld.c618 errmsg = insert_normal (cd, fields->f_count, 0, 0, 15, 7, 32, total_length, buffer);
800 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 7, 32, total_length, pc, & fields->f_count);
971 value = fields->f_count;
1085 value = fields->f_count;
1206 fields->f_count = value;
1317 fields->f_count = value;
H A Diq2000-opc.h151 long f_count; member in struct:cgen_fields
H A Diq2000-dis.c128 print_normal (cd, info, fields->f_count, 0, pc, length);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Diq2000-ibld.c613 errmsg = insert_normal (cd, fields->f_count, 0, 0, 15, 7, 32, total_length, buffer);
795 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 7, 32, total_length, pc, & fields->f_count);
966 value = fields->f_count;
1080 value = fields->f_count;
1201 fields->f_count = value;
1312 fields->f_count = value;
H A Diq2000-opc.h151 long f_count; member in struct:cgen_fields
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Diq2000-ibld.c618 errmsg = insert_normal (cd, fields->f_count, 0, 0, 15, 7, 32, total_length, buffer);
800 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 7, 32, total_length, pc, & fields->f_count);
971 value = fields->f_count;
1085 value = fields->f_count;
1206 fields->f_count = value;
1317 fields->f_count = value;
H A Diq2000-opc.h151 long f_count; member in struct:cgen_fields
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Diq2000-ibld.c618 errmsg = insert_normal (cd, fields->f_count, 0, 0, 15, 7, 32, total_length, buffer);
800 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 7, 32, total_length, pc, & fields->f_count);
971 value = fields->f_count;
1085 value = fields->f_count;
1206 fields->f_count = value;
1317 fields->f_count = value;
H A Diq2000-opc.h151 long f_count; member in struct:cgen_fields
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dcpu.h494 UINT f_count; \
502 f_count = EXTRACT_LSB0_UINT (insn, 32, 15, 7); \
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dcpu.h494 UINT f_count; \
502 f_count = EXTRACT_LSB0_UINT (insn, 32, 15, 7); \
/netbsd-current/usr.bin/netstat/
H A Dunix.c220 if (fp->f_count == 0 || fp->f_type != DTYPE_SOCKET)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1307 tree f_base, f_count;
1315 f_count = DECL_CHAIN (f_base);
1318 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count,
1344 tree f_base, f_count;
1352 f_count = DECL_CHAIN (f_base);
1355 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count,
1304 tree f_base, f_count; local
1341 tree f_base, f_count; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc1307 tree f_base, f_count;
1315 f_count = DECL_CHAIN (f_base);
1318 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count,
1344 tree f_base, f_count;
1352 f_count = DECL_CHAIN (f_base);
1355 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-reference.c1154 unsigned int f_count = streamer_read_uhwi (ib);
1156 if (!f_count)
1175 for (i = 0; i < f_count; i++)
1152 unsigned int f_count = streamer_read_uhwi (ib); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-reference.cc1164 unsigned int f_count = streamer_read_uhwi (ib);
1166 if (!f_count)
1183 for (i = 0; i < f_count; i++)
1162 unsigned int f_count = streamer_read_uhwi (ib); local

Completed in 251 milliseconds

12