OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cshift
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
hash.h
64
cshift
(uint32_t x, unsigned int n)
function
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
valarray_after.h
195
valarray<value_type>
cshift
(int) const;
268
_Expr<_Clos, _Tp>::
cshift
(int __n) const
function in class:_Expr
270
valarray<_Tp> __v = valarray<_Tp>(*this).
cshift
(__n);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
valarray_after.h
195
valarray<value_type>
cshift
(int) const;
268
_Expr<_Clos, _Tp>::
cshift
(int __n) const
function in class:_Expr
270
valarray<_Tp> __v = valarray<_Tp>(*this).
cshift
(__n);
/src/external/bsd/less/dist/
line.c
60
static int
cshift
; /* Current left-shift of output line buffer */
variable
246
cshift
= 0;
672
return (end_column -
cshift
+ w + attr_ewidth(a) <= sc_width);
767
if (
cshift
== hshift)
785
if (
cshift
< hshift)
800
cshift
+= w;
806
while (
cshift
> hshift)
809
cshift
--;
1010
char *start = (
cshift
< hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf;
1011
int *end = (
cshift
< hshift) ? &shifted_ansi.end : &linebuf.end
[
all
...]
Completed in 154 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026