OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataout
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/mlsdk/mlutils/
mputest.c
181
static unsigned char
dataout
[20];
variable
417
MPUREG_FIFO_COUNTH, 2,
dataout
);
420
packet_count = CHARS_TO_SHORT(
dataout
) / 6;
429
mputestCfgPtr->addr, 6,
dataout
);
431
x[total_count + i] = CHARS_TO_SHORT(&
dataout
[0]);
432
y[total_count + i] = CHARS_TO_SHORT(&
dataout
[2]);
433
z[total_count + i] = CHARS_TO_SHORT(&
dataout
[4]);
459
MPUREG_TEMP_OUT_H, 2,
dataout
);
461
temperature += (short)CHARS_TO_SHORT(
dataout
);
683
MPUREG_FIFO_COUNTH, 2,
dataout
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glu.h
33
int APIENTRY gluScaleImage(GLenum format,GLint widthin,GLint heightin,GLenum typein,const void *datain,GLint widthout,GLint heightout,GLenum typeout,void *
dataout
);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c
[
all
...]
Completed in 1184 milliseconds