HomeSort by: relevance | last modified time | path
    Searched defs:position (Results 1 - 25 of 165) sorted by relevancy

1 2 3 4 5 6 7

  /src/distrib/utils/more/
position.c 1 /* $NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)position.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $");
43 * Routines dealing with the "position" table.
44 * This is a table which tells the position (in the input file) of the
47 * {{ The position table is scrolled by moving all the entries.
58 static off_t *table; /* The position table */
62 * Return the starting file position of a line displayed on the screen.
71 position(where) function
89 * Add a new file position to the bottom of the position table
    [all...]
position.c 1 /* $NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)position.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $");
43 * Routines dealing with the "position" table.
44 * This is a table which tells the position (in the input file) of the
47 * {{ The position table is scrolled by moving all the entries.
58 static off_t *table; /* The position table */
62 * Return the starting file position of a line displayed on the screen.
71 position(where) function
89 * Add a new file position to the bottom of the position table
    [all...]
position.c 1 /* $NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)position.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $");
43 * Routines dealing with the "position" table.
44 * This is a table which tells the position (in the input file) of the
47 * {{ The position table is scrolled by moving all the entries.
58 static off_t *table; /* The position table */
62 * Return the starting file position of a line displayed on the screen.
71 position(where) function
89 * Add a new file position to the bottom of the position table
    [all...]
position.c 1 /* $NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)position.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $");
43 * Routines dealing with the "position" table.
44 * This is a table which tells the position (in the input file) of the
47 * {{ The position table is scrolled by moving all the entries.
58 static off_t *table; /* The position table */
62 * Return the starting file position of a line displayed on the screen.
71 position(where) function
89 * Add a new file position to the bottom of the position table
    [all...]
position.c 1 /* $NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)position.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: position.c,v 1.5 2003/10/13 14:34:25 agc Exp $");
43 * Routines dealing with the "position" table.
44 * This is a table which tells the position (in the input file) of the
47 * {{ The position table is scrolled by moving all the entries.
58 static off_t *table; /* The position table */
62 * Return the starting file position of a line displayed on the screen.
71 position(where) function
89 * Add a new file position to the bottom of the position table
    [all...]
  /src/lib/libc/rpc/
pmap_rmt.c 133 u_int lenposition, argposition, position; local in function:xdr_rmtcall_args
147 position = XDR_GETPOS(xdrs);
148 cap->arglen = (u_long)position - (u_long)argposition;
152 XDR_SETPOS(xdrs, position);
pmap_rmt.c 133 u_int lenposition, argposition, position; local in function:xdr_rmtcall_args
147 position = XDR_GETPOS(xdrs);
148 cap->arglen = (u_long)position - (u_long)argposition;
152 XDR_SETPOS(xdrs, position);
pmap_rmt.c 133 u_int lenposition, argposition, position; local in function:xdr_rmtcall_args
147 position = XDR_GETPOS(xdrs);
148 cap->arglen = (u_long)position - (u_long)argposition;
152 XDR_SETPOS(xdrs, position);
pmap_rmt.c 133 u_int lenposition, argposition, position; local in function:xdr_rmtcall_args
147 position = XDR_GETPOS(xdrs);
148 cap->arglen = (u_long)position - (u_long)argposition;
152 XDR_SETPOS(xdrs, position);
pmap_rmt.c 133 u_int lenposition, argposition, position; local in function:xdr_rmtcall_args
147 position = XDR_GETPOS(xdrs);
148 cap->arglen = (u_long)position - (u_long)argposition;
152 XDR_SETPOS(xdrs, position);
rpcb_prot.c 278 u_int lenposition, argposition, position; local in function:xdr_rpcb_rmtcallargs
311 position = XDR_GETPOS(xdrs);
312 objp->args.args_len = (u_int)((u_long)position - (u_long)argposition);
317 XDR_SETPOS(xdrs, position);
rpcb_prot.c 278 u_int lenposition, argposition, position; local in function:xdr_rpcb_rmtcallargs
311 position = XDR_GETPOS(xdrs);
312 objp->args.args_len = (u_int)((u_long)position - (u_long)argposition);
317 XDR_SETPOS(xdrs, position);
rpcb_prot.c 278 u_int lenposition, argposition, position; local in function:xdr_rpcb_rmtcallargs
311 position = XDR_GETPOS(xdrs);
312 objp->args.args_len = (u_int)((u_long)position - (u_long)argposition);
317 XDR_SETPOS(xdrs, position);
rpcb_prot.c 278 u_int lenposition, argposition, position; local in function:xdr_rpcb_rmtcallargs
311 position = XDR_GETPOS(xdrs);
312 objp->args.args_len = (u_int)((u_long)position - (u_long)argposition);
317 XDR_SETPOS(xdrs, position);
rpcb_prot.c 278 u_int lenposition, argposition, position; local in function:xdr_rpcb_rmtcallargs
311 position = XDR_GETPOS(xdrs);
312 objp->args.args_len = (u_int)((u_long)position - (u_long)argposition);
317 XDR_SETPOS(xdrs, position);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_debug.c 318 struct crtc_position position; local in function:context_timing_trace
331 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
332 h_pos[i] = position.horizontal_count;
333 v_pos[i] = position.vertical_count;
amdgpu_dc_debug.c 318 struct crtc_position position; local in function:context_timing_trace
331 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
332 h_pos[i] = position.horizontal_count;
333 v_pos[i] = position.vertical_count;
amdgpu_dc_debug.c 318 struct crtc_position position; local in function:context_timing_trace
331 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
332 h_pos[i] = position.horizontal_count;
333 v_pos[i] = position.vertical_count;
amdgpu_dc_debug.c 318 struct crtc_position position; local in function:context_timing_trace
331 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
332 h_pos[i] = position.horizontal_count;
333 v_pos[i] = position.vertical_count;
amdgpu_dc_debug.c 318 struct crtc_position position; local in function:context_timing_trace
331 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
332 h_pos[i] = position.horizontal_count;
333 v_pos[i] = position.vertical_count;
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 80 static loff_t position; variable in typeref:typename:loff_t
363 if (*offp > position)
364 position = *offp;
379 position = 0;
391 if (position > 0) {
392 printk("%s: loaded %ld bytes\n", ZBOOTDEV_NAME, position);
393 if (position < (loff_t)BOOTINFO_MAXSIZE) {
395 memcpy(bootargs + sizeof(u_int), bsdimage, position);
zbsdmod.c 80 static loff_t position; variable in typeref:typename:loff_t
363 if (*offp > position)
364 position = *offp;
379 position = 0;
391 if (position > 0) {
392 printk("%s: loaded %ld bytes\n", ZBOOTDEV_NAME, position);
393 if (position < (loff_t)BOOTINFO_MAXSIZE) {
395 memcpy(bootargs + sizeof(u_int), bsdimage, position);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
qmgr.h 72 u32 position; member in struct:nvkm_falcon_cmdq
84 u32 position; member in struct:nvkm_falcon_msgq
qmgr.h 72 u32 position; member in struct:nvkm_falcon_cmdq
84 u32 position; member in struct:nvkm_falcon_msgq
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c 223 argon2_position_t position; local in function:fill_memory_blocks
231 position.pass = pass;
233 position.slice = (uint8_t) s;
235 position.lane = l;
236 position.index = 0;
237 fill_segment(instance, position);

Completed in 131 milliseconds

1 2 3 4 5 6 7