| /src/sys/arch/hppa/stand/common/ |
| lif.c | 47 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;
|
| /src/external/bsd/bc/dist/ |
| global.h | 87 /* Function storage. main is (0) and functions (1-f_count) */ 91 EXTERN int f_count; variable
|
| storage.c | 51 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++)
|
| util.c | 599 if (id->f_name >= f_count)
|
| /src/bin/dd/ |
| args.c | 88 static void f_count(char *); 108 { "count", f_count, C_COUNT, C_COUNT }, 247 f_count(char *arg) function
|
| /src/sys/kern/ |
| uipc_usrreq.c | 1609 fp->f_count++; 1692 KASSERT(fp->f_count > 0); 1694 KASSERT(fp->f_count >= fp->f_unpcount); 1695 KASSERT(fp->f_count >= fp->f_msgcount); 1739 if (fp->f_count == 0) { 1748 if (fp->f_count == 0 || 1750 fp->f_count == fp->f_msgcount || 1769 fp->f_count++; 1822 fp->f_count == 0 || fp->f_unpcount != 0 || 1823 fp->f_count != fp->f_msgcount | [all...] |
| kern_descrip.c | 593 fp->f_count++; 846 KASSERT(fp->f_count > 0); 847 if (--fp->f_count > 0) { 851 KASSERT(fp->f_count == 0); 879 KASSERT(fp->f_count == 0); 1148 KASSERT(fp->f_count == 0); 1190 fp->f_count++; 1234 KASSERT(fp->f_count == 0); 1278 KASSERT(fp->f_count == 0); 1527 fp->f_count++ [all...] |
| uipc_domain.c | 606 if (fp->f_count == 0 || fp->f_type != DTYPE_SOCKET || 625 if (fp->f_count == 0) { 629 fp->f_count++;
|
| /src/sys/sys/ |
| file.h | 150 u_int f_count; /* reference count */ member in struct:file
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| iq2000-ibld.c | 618 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;
|
| iq2000-opc.h | 151 long f_count; member in struct:cgen_fields
|
| iq2000-dis.c | 128 print_normal (cd, info, fields->f_count, 0, pc, length);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| iq2000-ibld.c | 618 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;
|
| iq2000-opc.h | 151 long f_count; member in struct:cgen_fields
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| iq2000-ibld.c | 618 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;
|
| iq2000-opc.h | 151 long f_count; member in struct:cgen_fields
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| iq2000-ibld.c | 618 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;
|
| iq2000-opc.h | 151 long f_count; member in struct:cgen_fields
|
| /src/external/gpl3/gdb.old/dist/sim/iq2000/ |
| cpu.h | 495 UINT f_count; \ 503 f_count = EXTRACT_LSB0_UINT (insn, 32, 15, 7); \
|
| /src/external/gpl3/gdb/dist/sim/iq2000/ |
| cpu.h | 495 UINT f_count; \ 503 f_count = EXTRACT_LSB0_UINT (insn, 32, 15, 7); \
|
| /src/usr.bin/netstat/ |
| unix.c | 220 if (fp->f_count == 0 || fp->f_type != DTYPE_SOCKET)
|
| /src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| stormy16.cc | 1451 tree f_base, f_count; 1459 f_count = DECL_CHAIN (f_base); 1462 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count, 1488 tree f_base, f_count; 1496 f_count = DECL_CHAIN (f_base); 1499 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| stormy16.cc | 1307 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,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-reference.cc | 1164 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
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-reference.cc | 1164 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
|