Searched refs:fs (Results 26 - 50 of 110) sorted by relevance

12345

/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dsmp_trampoline.S40 mov %ax, %fs
H A Dlong_asm.S71 mov %ax, %fs
H A Dbios_asm.S56 movw %ax, %fs
127 movw %ax, %fs
147 movw %ax, %fs
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dsmp_trampoline.S40 mov %ax, %fs
H A Dpxe_stage2.S97 mov %ax, %fs
/haiku-fatelf/src/bin/gawk/
H A Dregexec.c71 struct re_fail_stack_t *fs));
72 static reg_errcode_t push_fail_stack _RE_ARGS((struct re_fail_stack_t *fs,
76 static int pop_fail_stack _RE_ARGS((struct re_fail_stack_t *fs, int *pidx, int nregs,
82 static reg_errcode_t free_fail_stack_return _RE_ARGS((struct re_fail_stack_t *fs));
1124 proceed_next_node (preg, nregs, regs, mctx, pidx, node, eps_via_nodes, fs)
1130 struct re_fail_stack_t *fs;
1157 if (fs != NULL)
1158 push_fail_stack (fs, *pidx, dest_nodes, nregs, regs, eps_via_nodes);
1175 if (fs != NULL)
1205 if (fs
1273 struct re_fail_stack_t *fs; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageDomain.cpp18 #include <fs/node_monitor.h>
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c73 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
82 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
1303 struct re_fail_stack_t *fs)
1334 else if (fs != NULL
1335 && push_fail_stack (fs, *pidx, candidate, nregs, regs,
1359 if (fs != NULL)
1390 if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL
1403 push_fail_stack (struct re_fail_stack_t *fs, Idx str_idx, Idx dest_node,
1407 Idx num = fs->num++;
1408 if (fs
1298 proceed_next_node(const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, Idx *pidx, Idx node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1400 push_fail_stack(struct re_fail_stack_t *fs, Idx str_idx, Idx dest_node, Idx nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1427 pop_fail_stack(struct re_fail_stack_t *fs, Idx *pidx, Idx nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1453 struct re_fail_stack_t *fs; local
1554 free_fail_stack_return(struct re_fail_stack_t *fs) argument
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c68 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
77 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
1286 struct re_fail_stack_t *fs)
1317 else if (fs != NULL
1318 && push_fail_stack (fs, *pidx, candidate, nregs, regs,
1342 if (fs != NULL)
1373 if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL
1386 push_fail_stack (struct re_fail_stack_t *fs, Idx str_idx, Idx dest_node,
1390 Idx num = fs->num++;
1391 if (fs
1281 proceed_next_node(const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, Idx *pidx, Idx node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1383 push_fail_stack(struct re_fail_stack_t *fs, Idx str_idx, Idx dest_node, Idx nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1410 pop_fail_stack(struct re_fail_stack_t *fs, Idx *pidx, Idx nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1436 struct re_fail_stack_t *fs; local
1537 free_fail_stack_return(struct re_fail_stack_t *fs) argument
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c65 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
74 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
1251 struct re_fail_stack_t *fs)
1280 else if (fs != NULL
1281 && push_fail_stack (fs, *pidx, candidate, nregs, regs,
1305 if (fs != NULL)
1336 if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL
1349 push_fail_stack (struct re_fail_stack_t *fs, int str_idx, int dest_node,
1353 int num = fs->num++;
1354 if (fs
1246 proceed_next_node(const re_match_context_t *mctx, int nregs, regmatch_t *regs, int *pidx, int node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1346 push_fail_stack(struct re_fail_stack_t *fs, int str_idx, int dest_node, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1373 pop_fail_stack(struct re_fail_stack_t *fs, int *pidx, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1399 struct re_fail_stack_t *fs; local
1500 free_fail_stack_return(struct re_fail_stack_t *fs) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_text.c80 ts->fs = (float) 0;
484 linewidth = fabs(ts->fs * p->fonts[ts->f].underlineThickness / 1000.0 *
487 delta_y = (ts->fs * p->fonts[ts->f].underlinePosition / 1000 + ts->rise) *
514 linewidth = fabs(ts->fs * p->fonts[ts->f].underlineThickness / 1000.0 *
517 lineheight = ((float) p->fonts[ts->f].ascender/1000) * ts->fs;
519 delta_y = (ts->fs * p->fonts[ts->f].underlinePosition / 1000 - ts->rise) *
546 linewidth = fabs(ts->fs * p->fonts[ts->f].underlineThickness / 1000.0 *
549 lineheight = ((float) p->fonts[ts->f].ascender/1000) * ts->fs;
551 delta_y = (ts->fs * p->fonts[ts->f].underlinePosition / 1000 + ts->rise) *
572 p->tstate[p->sl].fs
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h70 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.cpp37 SetIntRegister(X86_REGISTER_FS, state.fs);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/mkbfs/
H A Dmkbfs.cpp46 fsystem *fs; member in struct:nspace
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DCpuStateX8664.cpp44 SetIntRegister(X86_64_REGISTER_FS, state.fs);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h32 void SetFS(fuse_fs* fs) { fFS = fs; } argument
/haiku-fatelf/src/system/kernel/
H A Dmain.cpp28 #include <fs/devfs.h>
29 #include <fs/KPath.h>
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cis.c519 cistpl_fax_serv_t *fs; local
621 fs = (cistpl_fax_serv_t *)(funce->data);
625 75*((fs->max_data_0<<8) + fs->max_data_1));
628 if (fs->modulation & (1<<i))
631 if (fs->features_0) {
634 if (fs->features_0 & (1<<i))
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c271 if ((mouev.fs ^ oldstate) & MOUSE_BN1_DOWN)
272 write_event(mouev.fs & MOUSE_BN1_DOWN,
274 if ((mouev.fs ^ oldstate) & MOUSE_BN2_DOWN)
275 write_event(mouev.fs & MOUSE_BN2_DOWN,
277 if ((mouev.fs ^ oldstate) & MOUSE_BN3_DOWN)
278 write_event(mouev.fs & MOUSE_BN3_DOWN,
282 oldstate = mouev.fs;
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty_private.h15 #include <fs/select_sync_pool.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A Dbeserved_transport.cpp53 fs.close();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkprotos.h78 status_t initialize_file_system(const char *device, const char *fs,
/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp291 M.x86.R_FS = regs->fs;
313 regs->fs = M.x86.R_FS;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c1583 ldfallback (data, fs, fe, ld)
1585 const char *fs, *fe;
1594 fl = fe - fs + 1;
1595 strncpy (fmtbuf, fs, fl);
1616 dfallback (data, fs, fe, d)
1618 const char *fs, *fe;
1625 fl = fe - fs + 1;
1626 strncpy (fmtbuf, fs, fl);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstat.c63 #include "fs.h"
212 fs-magic-compare make target. */
217 combined to produce the #define directives in fs.h. */
1062 bool fs = false; local
1096 fs = true;
1128 ok &= (fs

Completed in 142 milliseconds

12345