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

1 2 3 4 5 6

  /src/external/gpl2/groff/dist/src/preproc/pic/
position.h 1 /* $NetBSD: position.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
24 struct position { struct
27 position(double, double );
28 position();
29 position(const place &);
30 position &operator+=(const position &);
31 position &operator-=(const position &);
32 position &operator*=(double)
    [all...]
pic.y 48 position current_position;
268 %type <pair> position
492 | position %prec ','
823 | object_spec FROM position
830 | object_spec TO position
845 | object_spec AT position
863 | object_spec WITH position %prec ','
867 position pos;
1131 position: label
1136 position pos = $1
    [all...]
  /src/external/bsd/tre/dist/lib/
tre-compile.h 14 int position; member in struct:__anon8188
tre-parse.h 29 /* Current position (number of literal). */
30 int position; member in struct:__anon8201
  /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...]
  /src/lib/libc/rpc/
pmap_rmt.c 133 u_int lenposition, argposition, position; local
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
311 position = XDR_GETPOS(xdrs);
312 objp->args.args_len = (u_int)((u_long)position - (u_long)argposition);
317 XDR_SETPOS(xdrs, position);
  /src/external/bsd/less/dist/
position.c 1 /* $NetBSD: position.c,v 1.6 2023/10/06 07:33:49 simonb Exp $ */
14 * Routines dealing with the "position" table.
15 * This is a table which tells the position (in the input file) of the
18 * {{ The position table is scrolled by moving all the entries.
24 #include "position.h"
26 static POSITION *table = NULL; /* The position table */
33 * Return the starting file position of a line displayed on the screen.
41 public POSITION position(int sindex function
    [all...]
  /src/external/gpl2/groff/dist/src/include/
DviChar.h 22 int position; member in struct:_dviCharNameHash
  /src/external/gpl2/texinfo/dist/makeinfo/
float.h 34 char *position; member in struct:float_elt
43 char *type, char *position);
files.h 63 int position; member in struct:delayed_write
node.h 38 int position; /* Output file position of this node. */ member in struct:tentry
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_debug.c 318 struct crtc_position position; local
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/external/gpl2/groff/dist/src/devices/grohtml/
html-table.h 38 int position; member in struct:tab_position
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
node_handle.h 397 _Iterator position = _Iterator(); member in struct:_Node_insert_return
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
node_handle.h 396 _Iterator position = _Iterator(); member in struct:_Node_insert_return
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 80 static loff_t position; variable
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
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c 223 argon2_position_t position; local
231 position.pass = pass;
233 position.slice = (uint8_t) s;
235 position.lane = l;
236 position.index = 0;
237 fill_segment(instance, position);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantInitBuilder.cpp 136 llvm::IntegerType *offsetType, llvm::Constant *target, size_t position) {
138 auto base = getAddrOfPosition(offsetType, position);
155 size_t position) {
157 // position after installing the initializer.
163 (void)getGEPIndicesTo(entry.Indices, position + Begin);
170 // position after installing the initializer.
183 size_t position) const {
194 assert(position >= Begin);
198 position - Begin));
207 auto position = addPlaceholder() local
    [all...]
  /src/external/gpl2/texinfo/dist/info/
search.c 262 with "find" are passed a SEARCH_BINDING, and return an absolute position
368 /* Return the absolute position of the first occurence of a node separator in
433 /* Return the absolute position of the beginning of a tags table in this
439 long position;
446 while ((position = find_node_separator (&tmp_search)) != -1 )
448 tmp_search.start = position;
453 return (position);
458 /* Return the absolute position of the node named NODENAME in BINDING.
461 really point to the right node. It returns the absolute position of
466 long position;
436 long position; local
463 long position; local
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
gc.c 99 unsigned int position; local
108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype);
123 /* Add to position the offset of this structure */
124 position += offset;
134 SET_BIT_FOR_OFFSET (mask, position);
138 __objc_gc_setup_array (mask, mtype, position);
142 __objc_gc_setup_struct (mask, mtype, position);
146 __objc_gc_setup_union (mask, mtype, position);
  /src/external/gpl3/gcc.old/dist/libobjc/
gc.c 99 unsigned int position; local
108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype);
123 /* Add to position the offset of this structure */
124 position += offset;
134 SET_BIT_FOR_OFFSET (mask, position);
138 __objc_gc_setup_array (mask, mtype, position);
142 __objc_gc_setup_struct (mask, mtype, position);
146 __objc_gc_setup_union (mask, mtype, position);
  /src/common/lib/libc/gen/
rbtree.c 198 unsigned int position; local
212 position = RB_DIR_LEFT;
228 position = (diff < 0);
229 tmp = parent->rb_nodes[position];
236 if (position == RB_DIR_RIGHT)
242 * Verify our sequential position
263 RB_SET_POSITION(self, position);
272 KASSERT(position == RB_DIR_LEFT || position == RB_DIR_RIGHT);
279 if (parent == rbt->rbt_minmax[position])
    [all...]
  /src/games/battlestar/
globals.c 268 int position; variable

Completed in 50 milliseconds

1 2 3 4 5 6