OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icnt
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_vfs.c
69
int
iCnt
; /* Remaining calls before fault injection */
242
p->
iCnt
--;
243
if( p->
iCnt
==0 || (p->
iCnt
<0 && p->eFault==FAULT_INJECT_PERSISTENT ) ){
1120
pTest->
iCnt
= 0;
1123
int
iCnt
, iPersist;
1124
if( TCL_OK!=Tcl_GetIntFromObj(interp, objv[2], &
iCnt
)
1130
pTest->
iCnt
=
iCnt
;
[
all
...]
vdbe.c
[
all
...]
/external/iputils/ninfod/
ni_ifaddrs.c
318
int
icnt
;
local
329
icnt
= dlen = xlen = 0;
361
ifa = data = calloc(1, NLMSG_ALIGN(sizeof(struct ni_ifaddrs[
icnt
]))
376
data += NLMSG_ALIGN(sizeof(struct ni_ifaddrs)) *
icnt
;
516
icnt
++;
523
if (
icnt
== 0 && (dlen + xlen == 0)) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h
107
void (*incomp) (void *state, unsigned char *ibuf, int
icnt
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h
107
void (*incomp) (void *state, unsigned char *ibuf, int
icnt
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h
107
void (*incomp) (void *state, unsigned char *ibuf, int
icnt
);
/external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c
116
unsigned short l2c_fcr_updcrc(unsigned short icrc, unsigned char *icp, int
icnt
)
120
register int cnt =
icnt
;
[
all
...]
/external/clang/lib/Sema/
SemaTemplate.cpp
[
all
...]
Completed in 281 milliseconds