Searched refs:position (Results 101 - 125 of 464) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dmeter.c140 size_t position,
154 frac = ((double)position) / ((double) meter->goal_value);
163 ((double)position) / elapsed);
173 ((double)(position - meter->last_position))
184 meter->last_position = position;
138 lutil_meter_update( lutil_meter_t *meter, size_t position, int force) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
H A Dnouveau_nvkm_falcon_cmdq.c61 nvkm_falcon_load_dmem(falcon, data, cmdq->position, size, 0);
62 cmdq->position += ALIGN(size, QUEUE_ALIGNMENT);
74 cmdq->position = cmdq->offset;
91 cmdq->position = nvkm_falcon_rd32(falcon, cmdq->head_reg);
102 nvkm_falcon_wr32(cmdq->qmgr->falcon, cmdq->head_reg, cmdq->position);
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y48 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 po
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Dmpbios.c553 const uint8_t *position, *end; local
675 position = (const uint8_t *)(mp_cth);
676 end = position + mp_cth->base_len;
677 position += sizeof(*mp_cth);
682 while ((count--) && (position < end)) {
683 type = *position;
692 (const struct mpbios_bus *)position;
702 iep = (const struct mpbios_int *)position;
710 position += mp_conf[type].length;
722 position
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder.c46 literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position) argument
53 position, mf->buffer[mf->read_pos - mf->read_ahead - 1]);
235 uint32_t back, uint32_t len, uint32_t position)
237 const uint32_t pos_state = position & coder->pos_mask;
244 literal(coder, mf, position);
296 encode_eopm(lzma_lzma1_encoder *coder, uint32_t position) argument
298 const uint32_t pos_state = position & coder->pos_mask;
321 uint32_t position = mf_position(mf);
354 // Get optimal match (repeat position and length).
369 coder, mf, &back, &len, position);
234 encode_symbol(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t back, uint32_t len, uint32_t position) argument
[all...]
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunittcpreuse.c156 /** check removal of the LRU element on the given position of total elements */
157 static void check_removal(struct outside_network* outnet, int position, int total) argument
167 for(i=0; i<position; i++) reuse = reuse->lru_next;
271 /** check removal of the waiting_tcp element on the given position of total
275 size_t position, size_t total)
290 for(i=0; i<position; i++) {
299 if(position == 0 && total == 1) {
302 } else if(position == 0) {
305 } else if(position == total - 1) {
412 /** check removal of the reuse_write_wait element on the given position o
273 check_waiting_tcp_removal(int is_pop, struct outside_network* outnet, struct waiting_tcp* store, size_t position, size_t total) argument
414 check_reuse_write_wait_removal(int is_pop, struct reuse_tcp* reuse, struct waiting_tcp* store, size_t position, size_t total) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c148 print_prefix (const char *filename, unsigned depth, gcov_position_t position) argument
154 printf ("%5lu:", (unsigned long) position);
223 gcov_position_t base, position = gcov_position (); local
262 print_prefix (filename, tag_depth, position);
389 gcov_position_t position = gcov_position (); local
404 print_prefix (filename, depth, position);
H A Dgenrecog.c210 /* The position of an rtx relative to X0. Each useful position is
212 struct position struct
214 /* The parent rtx. This is the root position for POS_PEEP2_INSNs. */
215 struct position *base;
217 /* A position with the same BASE and TYPE, but with the next value
219 struct position *next;
224 struct position *xexps;
229 struct position *xvecexp0s;
231 /* The type of position
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.cc152 print_prefix (const char *filename, unsigned depth, gcov_position_t position) argument
158 printf ("%5lu:", (unsigned long) position);
228 gcov_position_t base, position = gcov_position (); local
269 print_prefix (filename, tag_depth, position);
396 gcov_position_t position = gcov_position ();
411 print_prefix (filename, depth, position);
H A Dgenrecog.cc210 /* The position of an rtx relative to X0. Each useful position is
212 struct position struct
214 /* The parent rtx. This is the root position for POS_PEEP2_INSNs. */
215 struct position *base;
217 /* A position with the same BASE and TYPE, but with the next value
219 struct position *next;
224 struct position *xexps;
229 struct position *xvecexp0s;
231 /* The type of position
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.h203 So a position is encoded as an index into the parse tree together with
208 unsigned constraint; /* Constraint for matching this position. */
209 } position; typedef in typeref:struct:__anon601
214 position *elems; /* Elements of this position set. */
219 and the token value of the lowest-numbered position of the state that
318 position_set *follows; /* Array of follow sets, indexed by position
319 index. The follow of a position is the set
322 matching the given position in a string
324 maximum possible position inde
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libxutil/
H A DDviChar.c111 h->position = c;
125 return h->position;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dcmds.h27 before argument parsing (START) or after (END), the starting position
28 of the arguments, and the ending position. */
116 cm_cite (int arg, int position),
118 cm_dfn (int arg, int position),
H A Dfloat.c37 char *type, char *position)
46 new->position = position;
124 return float_stack->position;
36 add_new_float(char *id, char *title, char *shorttitle, char *type, char *position) argument
/netbsd-current/external/bsd/flex/dist/src/
H A Dtblcmp.c320 * find_table_space() returns the position of the start of the first block (in
330 /* Firstfree is the position of the first possible occurrence of two
760 int position = find_table_space (state, transnum); local
763 base[statenum] = position;
766 * find_table_space() knows that this position in chk/nxt is taken
770 chk[position - 1] = 1;
775 chk[position] = 1;
782 chk[position + i] = i;
783 nxt[position + i] = *state_ptr;
786 if (position
[all...]
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-parse.c508 l->position = ctx->position;
544 n = tre_ast_new_literal(ctx->mem, curr_min, TRE_CHAR_MAX, ctx->position);
587 ctx->position++;
1415 ctx->position = subctx.position;
1484 (int)val, ctx->position);
1485 ctx->position++;
1512 ctx->position);
1513 ctx->position
[all...]
H A Dtre-ast.c36 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) argument
47 lit->position = position;
149 pos = lit->position;
/netbsd-current/external/bsd/nsd/dist/
H A Dtsig.c332 tsig->position = 0;
590 tsig->position = buffer_position(packet);
599 buffer_set_position(packet, tsig->position);
604 buffer_set_position(packet, tsig->position);
613 buffer_set_position(packet, tsig->position);
623 buffer_set_position(packet, tsig->position);
630 buffer_set_position(packet, tsig->position);
639 buffer_set_position(packet, tsig->position);
645 buffer_set_position(packet, tsig->position);
653 buffer_set_position(packet, tsig->position);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_win32.c208 enum { IN_NODE, IN_DEVICE, IN_FILE } position; local
223 position = IN_DEVICE;
227 position = IN_NODE;
237 if (position != IN_DEVICE) {
244 position = IN_FILE;
250 if (position == IN_NODE) {
252 position = IN_FILE;
255 } else if (position == IN_DEVICE) {
256 position = IN_FILE;
268 if (position
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_win32.c207 enum { IN_NODE, IN_DEVICE, IN_FILE } position; local
222 position = IN_DEVICE;
226 position = IN_NODE;
236 if (position != IN_DEVICE) {
243 position = IN_FILE;
249 if (position == IN_NODE) {
251 position = IN_FILE;
254 } else if (position == IN_DEVICE) {
255 position = IN_FILE;
267 if (position
[all...]
/netbsd-current/distrib/utils/more/
H A Dposition.c1 /* $NetBSD: position.c,v 1.4 2003/08/07 09:28:01 agc Exp $ */
36 static char sccsid[] = "@(#)position.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: position.c,v 1.4 2003/08/07 09:28:01 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 t
[all...]
/netbsd-current/games/battlestar/
H A Dextern.h47 #define OUTSIDE (position > 68 && position < 246 && position != 218)
286 extern int position;
H A Dinit.c64 position = 22;
H A Dsave.c69 fread(&position, sizeof position, 1, fp);
123 fwrite(&position, sizeof position, 1, fp);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-glade-239 <position>GTK_WIN_POS_NONE</position>

Completed in 1205 milliseconds

1234567891011>>