/netbsd-src/sys/kern/ |
H A D | vfs_trans.c | 159 struct fstrans_lwp_info *fli = obj; in fstrans_lwp_pcc() 161 memset(fli, 0, sizeof(*fli)); in fstrans_lwp_pcc() 164 LIST_INSERT_HEAD(&fstrans_fli_head, fli, fli_list); in fstrans_lwp_pcc() 176 struct fstrans_lwp_info *fli = obj; in fstrans_lwp_pcd() 179 LIST_REMOVE(fli, fli_list); 189 struct fstrans_lwp_info *fli, *fli_next; in fstrans_lwp_dtor() 195 for (fli = l->l_fstrans; fli; fli in fstrans_lwp_dtor() 156 struct fstrans_lwp_info *fli = obj; fstrans_lwp_pcc() local 173 struct fstrans_lwp_info *fli = obj; fstrans_lwp_pcd() local 186 struct fstrans_lwp_info *fli, *fli_next; fstrans_lwp_dtor() local 349 struct fstrans_lwp_info **p, *fli, *tofree = NULL; fstrans_clear_lwp_info() local 399 struct fstrans_lwp_info *fli, *fli_lower; fstrans_alloc_lwp_info() local 471 struct fstrans_lwp_info *fli; fstrans_get_lwp_info() local 520 struct fstrans_lwp_info *fli; _fstrans_start() local 591 struct fstrans_lwp_info *fli; fstrans_done() local 630 struct fstrans_lwp_info *fli; fstrans_held() local 649 struct fstrans_lwp_info *fli; fstrans_is_owner() local 668 struct fstrans_lwp_info *fli; state_change_done() local 696 struct fstrans_lwp_info *fli; fstrans_setstate() local 747 struct fstrans_lwp_info *fli; fstrans_getstate() local 765 struct fstrans_lwp_info *fli; vfs_suspend() local 800 struct fstrans_lwp_info *fli; vfs_resume() local 818 struct fstrans_lwp_info *fli; cow_state_change_done() local 946 struct fstrans_lwp_info *fli; fscow_run() local 1031 struct fstrans_lwp_info *fli; fstrans_print_lwp() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 4494 struct flist *fli; in write_roots() local 4511 for (fli = flp; fli; fli = fli->next) in write_roots() 4512 if (fli->f == f && f) in write_roots() 4514 if (fli == NULL) in write_roots() 4516 fli = XNEW (struct flist); in write_roots() 4517 fli->f = f; in write_roots() 4518 fli->next = flp; in write_roots() 4519 fli->started_p = 0; in write_roots() 4520 fli->file = v->line.file; in write_roots() 4521 gcc_assert (fli->file); in write_roots() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.cc | 4541 struct flist *fli; in write_roots() local 4558 for (fli = flp; fli; fli = fli->next) in write_roots() 4559 if (fli->f == f && f) in write_roots() 4561 if (fli == NULL) in write_roots() 4563 fli = XNEW (struct flist); in write_roots() 4564 fli->f = f; in write_roots() 4565 fli->next = flp; in write_roots() 4566 fli->started_p = 0; in write_roots() 4567 fli->file = v->line.file; in write_roots() 4568 gcc_assert (fli->file); in write_roots() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 2474 const format_length_info *fli = fki->length_char_specs; in read_any_length_modifier() local 2475 if (!fli) in read_any_length_modifier() 2478 while (fli->name != 0 in read_any_length_modifier() 2479 && strncmp (fli->name, format_chars, strlen (fli->name))) in read_any_length_modifier() 2480 fli++; in read_any_length_modifier() 2481 if (fli->name != 0) in read_any_length_modifier() 2483 format_chars += strlen (fli->name); in read_any_length_modifier() 2484 if (fli->double_name != 0 && fli->name[0] == *format_chars) in read_any_length_modifier() 2487 result = length_modifier (fli->double_name, fli->double_index, in read_any_length_modifier() 2488 fli->double_std, 0); in read_any_length_modifier() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 2481 const format_length_info *fli = fki->length_char_specs; in read_any_length_modifier() local 2482 if (!fli) in read_any_length_modifier() 2485 while (fli->name != 0 in read_any_length_modifier() 2486 && strncmp (fli->name, format_chars, strlen (fli->name))) in read_any_length_modifier() 2487 fli++; in read_any_length_modifier() 2488 if (fli->name != 0) in read_any_length_modifier() 2490 format_chars += strlen (fli->name); in read_any_length_modifier() 2491 if (fli->double_name != 0 && fli->name[0] == *format_chars) in read_any_length_modifier() 2494 result = length_modifier (fli->double_name, fli->double_index, in read_any_length_modifier() 2495 fli->double_std, 0); in read_any_length_modifier() [all …]
|
/netbsd-src/lib/libperfuse/ |
H A D | ops.c | 2184 struct fuse_link_in *fli; in perfuse_node_link() local 2195 len = sizeof(*fli) + pcn->pcn_namelen + 1; in perfuse_node_link() 2198 fli = GET_INPAYLOAD(ps, pm, fuse_link_in); in perfuse_node_link() 2199 fli->oldnodeid = PERFUSE_NODE_DATA(pn)->pnd_nodeid; in perfuse_node_link() 2200 (void)strlcpy((char *)(void *)(fli + 1), name, len - sizeof(*fli)); in perfuse_node_link() 2965 struct fuse_lk_in *fli; in perfuse_node_advlock() local 3004 pm = ps->ps_new_msg(pu, opc, fop, sizeof(*fli), NULL); in perfuse_node_advlock() 3005 fli = GET_INPAYLOAD(ps, pm, fuse_lk_in); in perfuse_node_advlock() 3006 fli->fh = fh; in perfuse_node_advlock() 3007 fli->owner = (uint64_t)(vaddr_t)id; in perfuse_node_advlock() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-riscv.texi | 395 fli.s ft1, 0.0625 # dec floating-point literal 396 fli.s ft1, 0x1p-4 # hex floating-point literal 397 fli.s ft1, 0x0.8p-3 398 fli.s ft1, 0x1.0p-4 399 fli.s ft1, 0x2p-5 400 fli.s ft1, 0x4p-6 412 Error: improper fli value operand 413 Error: illegal operands `fli.s ft1,0.0625
|
H A D | as.info | 19795 fli.s ft1, 0.0625 # dec floating-point literal fli.s ft1, 0x1p-4 # 19796 hex floating-point literal fli.s ft1, 0x0.8p-3 fli.s ft1, 0x1.0p-4 fli.s 19797 ft1, 0x2p-5 fli.s ft1, 0x4p-6 ... 19808 Error: improper fli value operand Error: illegal operands ‘fli.s
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | animation | 883 !:mime video/x-fli
|
/netbsd-src/external/gpl3/binutils/dist/gas/po/ |
H A D | uk.po | 16732 msgid "bad fli constant operand, supported constants must be in decimal or hexadecimal floating-poi… 16733 msgstr "помилковий операнд сталої fli, підтримувані сталі має бути вказано у десятковій або шістнад…
|
H A D | fr.po | 16740 msgid "bad fli constant operand, supported constants must be in decimal or hexadecimal floating-poi… 16741 msgstr "mauvais opérande constant fli, les constantes supportées doivent être sous la forme de litt…
|
H A D | gas.pot | 16454 "bad fli constant operand, supported constants must be in decimal or "
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 31589 RISC-V: Make "fli.h" available to 'Zvfh' + 'Zfa' 31590 The documentation of the 'Zfa' extension states that "fli.h" is available 31595 'Zfh' extension and "fli.h" required 'Zfh' and 'Zfa' extensions). 31596 This commit makes "fli.h" also available when both 'Zfa' and 'Zvfh' 31617 * riscv-opc.c (riscv_opcodes): Change instruction class of "fli.h" 41387 * fli (load-immediate) with pre-defined immediates 41404 value to the actual floating-point value in the last operand of the fli*
|