OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cip
(Results
1 - 10
of
10
) sorted by null
/external/clang/test/CodeGen/
conditional.c
23
const int*
cip
;
local
25
cip
= 0 ? vp :
cip
;
/external/clang/test/Sema/
conditional-expr.c
22
const int *
cip
;
local
23
vp = (0 ? vp :
cip
); // expected-warning {{discards qualifiers}}
24
vp = (0 ?
cip
: vp); // expected-warning {{discards qualifiers}}
/external/puffin/src/
huffman_table.cc
95
CodeIndexPair
cip
;
local
96
cip
.code = 0;
99
cip
.code <<= 1;
100
cip
.code |= tmp_code & 1U;
103
cip
.index = idx;
104
codeindexpairs_.push_back(
cip
);
122
for (const auto&
cip
: codeindexpairs_) {
125
(*hcodes)[
cip
.code] =
cip
.index | 0x8000;
126
auto fill_bits = *max_bits - lens[
cip
.index]
[
all
...]
/external/ppp/pppd/
ipv6cp.c
905
u_char *
cip
, *next; /* Pointer to current and next CIs */
local
926
cip
= p = next; /* Remember begining of CI */
1045
if (ucp !=
cip
)
1046
BCOPY(
cip
, ucp, cilen); /* Move it */
[
all
...]
ipcp.c
1428
u_char *
cip
, *next; \/* Pointer to current and next CIs *\/
local
[
all
...]
ipxcp.c
996
u_char *
cip
, *next; /* Pointer to current and next CIs */
local
1017
cip
= p = next; /* Remember begining of CI */
1249
if (ucp !=
cip
)
1250
BCOPY(
cip
, ucp, cilen); /* Move it */
[
all
...]
lcp.c
1512
u_char *
cip
, *next; \/* Pointer to current and next CIs *\/
local
[
all
...]
/external/libpng/contrib/libtests/
makepng.c
1463
chunk_insert *
cip
;
local
[
all
...]
/external/caliper/lib/
jersey-core-1.11.jar
/external/conscrypt/benchmark-android/
vogar.jar
Completed in 395 milliseconds