Searched refs:position (Results 251 - 275 of 464) sorted by relevance

<<111213141516171819

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c544 int position; member in struct:bitfield
838 return xp->position - yp->position;
1071 if (flags[i].position < Cpu64)
2037 /* cpu_flags isn't sorted by position. */
2040 if (cpu_flags[i].position > cpumax)
2041 cpumax = cpu_flags[i].position;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-gen.c482 int position; member in struct:bitfield
773 return xp->position - yp->position;
1006 if (flags[i].position < Cpu64)
2024 /* cpu_flags isn't sorted by position. */
2027 if (cpu_flags[i].position > cpumax)
2028 cpumax = cpu_flags[i].position;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql103 when position('' '' in $1) = 0 then $1
104 else substr($1, 1, position('' '' in $1) - 1)
108 when position('' '' in $1) = 0 then ''''
109 else substr($1, position('' '' in $1) + 1)
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd.x369 int position;
579 ** Change the queue position of a previously-submitted print job.
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbuffer.c2578 /* Subract <b>howfar</b> from the position of <b>pos</b> within
2605 size_t position, enum evbuffer_ptr_how how)
2607 size_t left = position;
2616 pos->pos = position;
2617 position = 0;
2621 we just want to advance the position */
2622 if (pos->pos < 0 || EV_SIZE_MAX - position < (size_t)pos->pos) {
2627 pos->pos += position;
2628 position = pos->internal_.pos_in_chain;
2632 EVUTIL_ASSERT(EV_SIZE_MAX - left >= position);
2604 evbuffer_ptr_set(struct evbuffer *buf, struct evbuffer_ptr *pos, size_t position, enum evbuffer_ptr_how how) argument
2664 size_t position; local
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Dbuffer.c2601 /* Subract <b>howfar</b> from the position of <b>pos</b> within
2628 size_t position, enum evbuffer_ptr_how how)
2630 size_t left = position;
2639 pos->pos = position;
2640 position = 0;
2644 we just want to advance the position */
2645 if (pos->pos < 0 || EV_SIZE_MAX - position < (size_t)pos->pos) {
2650 pos->pos += position;
2651 position = pos->internal_.pos_in_chain;
2655 EVUTIL_ASSERT(EV_SIZE_MAX - left >= position);
2627 evbuffer_ptr_set(struct evbuffer *buf, struct evbuffer_ptr *pos, size_t position, enum evbuffer_ptr_how how) argument
2687 size_t position; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_timing_generator.c536 * @param [out] position
540 struct crtc_position *position)
547 position->horizontal_count = get_reg_field_value(
552 position->vertical_count = get_reg_field_value(
559 position->nominal_vcount = get_reg_field_value(
583 struct crtc_position position; local
596 tg, &position);
598 *h_position = position.horizontal_count;
599 *v_position = position.vertical_count;
539 dce110_timing_generator_get_position(struct timing_generator *tg, struct crtc_position *position) argument
/netbsd-current/sys/arch/arm/iomd/
H A Dvidcaudio.c495 vidcaudio_stereo(int channel, int position) argument
499 WriteWord(vidc_base, channel | position);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dada-lex.l82 input, to signal the completion position to the lexer. This is
643 /* Returns the position within STR of the '.' in a
/netbsd-current/sys/sys/
H A Dcdio.h134 struct cd_sub_channel_position_data position; member in union:cd_sub_channel_info::__anon13108
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudiovar.h104 uint32_t position; member in struct:hdaudio_dma_position
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dbuffer.h106 Pointer to a position within an evbuffer.
113 An evbuffer_ptr can represent any position from the start of a buffer up
114 to a position immediately after the end of a buffer.
376 @param pos the position to start reading from
774 /** Sets the pointer to the position; can be called on with an
777 /** Advances the pointer by adding to the current position. */
782 Sets the search pointer in the buffer to position.
786 to move 'pos' to a position 'N' bytes after the start of the buffer, or
793 An evbuffer_ptr can represent any position from the start of the buffer to
794 a position immediatel
[all...]
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dbuffer.h105 Pointer to a position within an evbuffer.
112 An evbuffer_ptr can represent any position from the start of a buffer up
113 to a position immediately after the end of a buffer.
375 @param pos the position to start reading from
774 /** Sets the pointer to the position; can be called on with an
777 /** Advances the pointer by adding to the current position. */
782 Sets the search pointer in the buffer to position.
786 to move 'pos' to a position 'N' bytes after the start of the buffer, or
793 An evbuffer_ptr can represent any position from the start of the buffer to
794 a position immediatel
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_display.c774 * Retrieve current video scanout position of crtc on a given gpu, and
789 * \param *vpos Location where vertical scanout position should be stored.
790 * \param *hpos Location where horizontal scanout position should go.
792 * scanout position query. Can be NULL to skip timestamp.
794 * scanout position query. Can be NULL to skip timestamp.
805 * DRM_SCANOUTPOS_ACCURATE = Returned position is accurate. A lack of
806 * this flag means that returned position may be offset by a constant but
807 * unknown small number of scanlines wrt. real scanout position.
815 u32 vbl = 0, position = 0; local
827 if (amdgpu_display_page_flip_get_scanoutpos(adev, pipe, &vbl, &position)
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_stream.h420 const struct dc_cursor_position *position);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h135 struct crtc_position *position);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h165 struct crtc_position *position);
/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.h146 typedef struct position { struct
/netbsd-current/sys/arch/mips/mips/
H A Dlocore_octeon.S138 sllv a1, a1, s0 # shift cpu number to bit position
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.h238 unsigned position; /* reader-specific offset */ member in struct:pgp_reader_t
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mmix/
H A Dcrti.S108 % Copy argc and argv from their initial position to argument registers
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dtext.c1782 _rl_set_mark_at_pos (int position) argument
1784 if (position < 0 || position > rl_end)
1787 rl_mark = position;
1798 /* Exchange the position of mark and point. */
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mmix/
H A Dcrti.S108 % Copy argc and argv from their initial position to argument registers
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dtext.c1811 _rl_set_mark_at_pos (int position) argument
1813 if (position < 0 || position > rl_end)
1816 rl_mark = position;
1827 /* Exchange the position of mark and point. */
/netbsd-current/usr.bin/error/
H A Dsubr.c97 * find the position of a given character in a string
101 position(const char *string, char ch) function

Completed in 310 milliseconds

<<111213141516171819