OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_seq
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cvaux/src/
extendededges.cpp
75
CvSeq*
new_seq
= icvCutContourRaster( current, storage, image );
local
78
if(
new_seq
)
82
tail_seq->h_next =
new_seq
;
83
new_seq
->h_prev = tail_seq;
84
tail_seq =
new_seq
;
88
output = tail_seq =
new_seq
;
/external/libppp/src/
slcompress.c
169
u_char
new_seq
[16];
local
170
register u_char *cp =
new_seq
;
353
cp =
new_seq
;
361
cp =
new_seq
;
383
*
new_seq
) is the number of bytes we need for compressed sequence numbers.
385
* id and two for the tcp checksum. So, (cp -
new_seq
) + 4 bytes of header
389
deltaS = cp -
new_seq
;
412
memcpy(cp,
new_seq
, deltaS);
/external/e2fsprogs/e2fsck/
journal.c
596
__u32
new_seq
= 0;
local
625
new_seq
^= u.val[i];
626
jsb->s_sequence = htonl(
new_seq
);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp
318
typedef typename mpl::push_back<Seq, T>::type
new_seq
;
typedef in struct:boost::math::policies::detail::append_N
319
typedef typename append_N<
new_seq
, T, N-1>::type type;
[
all
...]
Completed in 55 milliseconds