Searched refs:ftype (Results 1 - 25 of 234) sorted by relevance

12345678910

/netbsd-current/external/bsd/less/dist/
H A Dmkfuncs.awk3 /^ public/ { ftype = $0; state = 1 }
8 { print ftype,$1,"();"; state = 0 }
/netbsd-current/sys/rump/librump/rumpkern/
H A Detfs_wrap.c40 enum rump_etfs_type ftype)
43 return rump__etfs_register(key, hostpath, ftype,
49 enum rump_etfs_type ftype, uint64_t begin, uint64_t size)
52 return rump__etfs_register(key, hostpath, ftype, begin, size);
39 rump_etfs_register(const char *key, const char *hostpath, enum rump_etfs_type ftype) argument
48 rump_etfs_register_withsize(const char *key, const char *hostpath, enum rump_etfs_type ftype, uint64_t begin, uint64_t size) argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/
H A Dutil.py60 ftype = IT_Invalid
67 ftype = IT_Executable
69 ftype = IT_JSON
72 return ftype, err_msg
81 ftype, msg = classify_input_file(filename)
82 if ftype == IT_Invalid:
85 return ftype
153 ftype = check_input_file(filename)
154 if ftype == IT_JSON:
156 elif ftype
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
H A Dutil.py62 ftype = IT_Invalid
69 ftype = IT_Executable
71 ftype = IT_JSON
74 return ftype, err_msg
83 ftype, msg = classify_input_file(filename)
84 if ftype == IT_Invalid:
87 return ftype
158 ftype = check_input_file(filename)
159 if ftype == IT_JSON:
161 elif ftype
[all...]
/netbsd-current/sys/external/bsd/libnv/dist/
H A Dcnvlist.c85 #define CNVLIST_GET(ftype, type, NVTYPE) \
86 ftype \
107 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \
108 ftype \
138 #define CNVLIST_TAKE(ftype, type, NVTYPE) \
139 ftype \
142 ftype value; \
150 value = (ftype)(intptr_t)nvpair_get_##type(cookie); \
166 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \
167 ftype \
[all...]
H A Ddnvlist.c70 #define DNVLIST_GET(ftype, type) \
71 ftype \
72 dnvlist_get_##type(const nvlist_t *nvl, const char *name, ftype defval) \
107 #define DNVLIST_TAKE(ftype, type) \
108 ftype \
109 dnvlist_take_##type(nvlist_t *nvl, const char *name, ftype defval) \
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dfile.c38 * @param ftype file existence type flags
43 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) argument
50 switch (ftype & FTYPE_MODE_EXIST_MASK) {
150 * arg: + teOptFileType + ftype + File handling type +
162 teOptFileType ftype, tuFileMode mode)
168 switch (ftype & FTYPE_MODE_EXIST_MASK) {
186 check_existence(ftype, pOpts, pOD);
188 switch (ftype & FTYPE_MODE_OPEN_MASK) {
161 optionFileCheck(tOptions * pOpts, tOptDesc * pOD, teOptFileType ftype, tuFileMode mode) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Df95-lang.c675 tree ftype, ptype; local
825 ftype = build_function_type_list (integer_type_node,
827 gfc_define_builtin("__builtin_iroundf", ftype, BUILT_IN_IROUNDF,
829 ftype = build_function_type_list (long_integer_type_node,
831 gfc_define_builtin ("__builtin_lroundf", ftype, BUILT_IN_LROUNDF,
833 ftype = build_function_type_list (long_long_integer_type_node,
835 gfc_define_builtin ("__builtin_llroundf", ftype, BUILT_IN_LLROUNDF,
838 ftype = build_function_type_list (integer_type_node,
840 gfc_define_builtin("__builtin_iround", ftype, BUILT_IN_IROUND,
842 ftype
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Df95-lang.cc686 tree ftype, ptype; local
836 ftype = build_function_type_list (integer_type_node,
838 gfc_define_builtin("__builtin_iroundf", ftype, BUILT_IN_IROUNDF,
840 ftype = build_function_type_list (long_integer_type_node,
842 gfc_define_builtin ("__builtin_lroundf", ftype, BUILT_IN_LROUNDF,
844 ftype = build_function_type_list (long_long_integer_type_node,
846 gfc_define_builtin ("__builtin_llroundf", ftype, BUILT_IN_LLROUNDF,
849 ftype = build_function_type_list (integer_type_node,
851 gfc_define_builtin("__builtin_iround", ftype, BUILT_IN_IROUND,
853 ftype
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dfilter.c557 ber_tag_t ftype; local
575 ftype = LDAP_FILTER_LE;
580 ftype = LDAP_FILTER_GE;
585 ftype = LDAP_FILTER_APPROX;
594 ftype = LDAP_FILTER_EXT;
645 rc = ber_printf( ber, "t{" /*"}"*/, ftype );
688 ftype = LDAP_FILTER_EQUALITY;
691 ftype = LDAP_FILTER_PRESENT;
702 if ( ftype == LDAP_FILTER_PRESENT ) {
703 rc = ber_printf( ber, "ts", ftype, st
724 ber_tag_t ftype = LDAP_FILTER_SUBSTRINGS; local
984 ber_tag_t ftype; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ditbl-parse.y139 field -> [','] ftype frange flags
143 ftype -> [ type | 'immed' | 'addr' ]
291 %type <num> number NUM ftype regtype pnum PNUM
333 ftype: label
336 DBGL2 (("ftype\n"));
352 ftype range flags
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.y139 field -> [','] ftype frange flags
143 ftype -> [ type | 'immed' | 'addr' ]
291 %type <num> number NUM ftype regtype pnum PNUM
333 ftype: label
336 DBGL2 (("ftype\n"));
352 ftype range flags
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Ditbl-parse.y139 field -> [','] ftype frange flags
143 ftype -> [ type | 'immed' | 'addr' ]
291 %type <num> number NUM ftype regtype pnum PNUM
333 ftype: label
336 DBGL2 (("ftype\n"));
352 ftype range flags
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_bang.c58 enum filtertype ftype; local
153 ftype = FILTER_BANG;
159 ftype = FILTER_RBANG;
163 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
H A Dex_filter.c99 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype) argument
138 if (ftype != FILTER_READ && pipe(input) < 0) {
176 if (ftype == FILTER_RBANG || ftype == FILTER_READ) {
177 if (ftype == FILTER_RBANG)
183 if (ftype == FILTER_READ) {
243 if (ftype == FILTER_WRITE) {
267 if (rval == 0 && ftype == FILTER_BANG &&
292 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval);
/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_obj.h107 enum fieldtype ftype; /* f_t_field */ member in struct:nfieldd
112 enum fieldtype ftype; /* f_t_index */ member in struct:ifieldd
118 enum fieldtype ftype; /* f_t_bank */ member in struct:bfieldd
130 enum fieldtype ftype; member in union:aml_field::__anon13615
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslaptest.c51 test_file( const char *fname, const char *ftype )
62 ftype, fname );
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dfault.c138 vm_prot_t ftype; local
178 ftype = VM_PROT_EXECUTE;
180 ftype = VM_PROT_READ;
182 ftype = (rw == 0) ? VM_PROT_READ : VM_PROT_WRITE;
184 if (ftype & VM_PROT_EXECUTE) {
206 ftype == VM_PROT_WRITE))
209 if (pmap_fault_fixup(map->pmap, va, ftype, user)) {
216 error = uvm_fault(map, va, ftype);
/netbsd-current/include/
H A Dtgmath.h62 #define __TG_GFN1(fn, a, ftype, ltype) \
63 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
69 #define __TG_GFN1x(fn, a, b, ftype, ltype) \
70 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
76 #define __TG_GFN2(fn, a, b, ftype, ltype) \
77 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
78 && __TG_IS_##ftype##_P(b), \
85 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \
86 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
87 && __TG_IS_##ftype##_
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcall.c281 struct type *ftype = check_typedef (value_type (function)); local
282 struct gdbarch *gdbarch = ftype->arch ();
291 if (ftype->code () == TYPE_CODE_FUNC
292 || ftype->code () == TYPE_CODE_METHOD)
294 else if (ftype->code () == TYPE_CODE_PTR)
297 ftype = check_typedef (ftype->target_type ());
298 if (ftype->code () == TYPE_CODE_FUNC
299 || ftype->code () == TYPE_CODE_METHOD)
303 if (ftype
858 type *ftype; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcall.c253 struct type *ftype = check_typedef (value_type (function)); local
254 struct gdbarch *gdbarch = get_type_arch (ftype);
263 if (ftype->code () == TYPE_CODE_FUNC
264 || ftype->code () == TYPE_CODE_METHOD)
266 else if (ftype->code () == TYPE_CODE_PTR)
269 ftype = check_typedef (TYPE_TARGET_TYPE (ftype));
270 if (ftype->code () == TYPE_CODE_FUNC
271 || ftype->code () == TYPE_CODE_METHOD)
275 if (ftype
813 type *ftype; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dgenfusion.pl169 $ftype, $insn, $is_subf, $is_rsubf, $outer_32, $outer_42,$outer_name,
201 $ftype = "logical-logical";
204 $ftype = "logical-add";
210 $ftype = "add-logical";
260 ;; $ftype fusion pattern generated by gen_logical_addsubf
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c429 enum ix86_builtin_func_type ftype;
469 ftype = (enum ix86_builtin_func_type) d->flag;
470 type = ix86_get_builtin_func_type (ftype);
509 enum ix86_builtin_func_type ftype;
521 ftype = (enum ix86_builtin_func_type) d->flag;
522 def_builtin (d->mask, d->mask2, d->name, ftype, d->code);
537 ftype = (enum ix86_builtin_func_type) d->flag;
538 def_builtin_const (d->mask, d->mask2, d->name, ftype, d->code);
553 ftype = (enum ix86_builtin_func_type) d->flag;
554 def_builtin_const (d->mask, d->mask2, d->name, ftype,
428 enum ix86_builtin_func_type ftype; local
508 enum ix86_builtin_func_type ftype; local
1254 make_cpu_type_builtin(const char* name, int code, enum ix86_builtin_func_type ftype, bool is_const) argument
1374 tree ftype, decl; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc435 enum ix86_builtin_func_type ftype;
475 ftype = (enum ix86_builtin_func_type) d->flag;
476 type = ix86_get_builtin_func_type (ftype);
515 enum ix86_builtin_func_type ftype;
527 ftype = (enum ix86_builtin_func_type) d->flag;
528 def_builtin (d->mask, d->mask2, d->name, ftype, d->code);
543 ftype = (enum ix86_builtin_func_type) d->flag;
544 def_builtin_pure (d->mask, d->mask2, d->name, ftype, d->code);
559 ftype = (enum ix86_builtin_func_type) d->flag;
560 def_builtin_const (d->mask, d->mask2, d->name, ftype,
434 enum ix86_builtin_func_type ftype; local
514 enum ix86_builtin_func_type ftype; local
1266 make_cpu_type_builtin(const char* name, int code, enum ix86_builtin_func_type ftype, bool is_const) argument
1408 tree ftype, decl; local
[all...]
/netbsd-current/sys/arch/sh3/sh3/
H A Dexception.c284 int err, track, ftype; local
312 ftype = VM_PROT_READ;
316 ftype = VM_PROT_WRITE;
320 ftype = VM_PROT_WRITE;
342 ftype = VM_PROT_WRITE;
379 err = uvm_fault(map, va, ftype);

Completed in 207 milliseconds

12345678910