OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpptr
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/wx/bindings/python/
webview.i
103
char*
tmpPtr
;
107
PyString_AsStringAndSize(source, &
tmpPtr
, &tmpSize);
110
PyString_AsStringAndSize(str, &
tmpPtr
, &tmpSize);
114
WebDOMString temp = WebDOMString::fromUTF8(
tmpPtr
);
/external/zlib/contrib/minizip/
minizip.c
422
const char *
tmpptr
;
local
424
for(
tmpptr
= savefilenameinzip; *
tmpptr
;
tmpptr
++)
426
if( *
tmpptr
== '\\' || *
tmpptr
== '/')
428
lastslash =
tmpptr
;
/dalvik/vm/analysis/
RegisterMap.cpp
[
all
...]
/development/tools/emulator/opengl/host/tools/emugen/
ApiGen.cpp
844
fprintf(fp, "\t\t\tsize_t
tmpPtr
%uSize = (size_t)*(unsigned int *)(ptr + %s);\n",
846
fprintf(fp, "unsigned char *
tmpPtr
%u = (ptr + %s + 4);\n",
865
fprintf(fp, "\t\t\tsize_t
tmpPtr
%uSize = (size_t)*(unsigned int *)(ptr + %s);\n",
868
fprintf(fp, "\t\t\tsize_t totalTmpSize =
tmpPtr
%uSize;\n", (uint)j);
870
fprintf(fp, "\t\t\ttotalTmpSize +=
tmpPtr
%uSize;\n", (uint)j);
874
sprintf(tmpPtrName," +
tmpPtr
%uSize", (uint)j);
878
fprintf(fp, "\t\t\tunsigned char *
tmpPtr
%u = &tmpBuf[%s];\n",
882
fprintf(fp, "
tmpPtr
%uSize == 0 ? NULL : (%s)(
tmpPtr
%u)",
885
fprintf(fp, "(%s)(
tmpPtr
%u)", v->type()->name().c_str(), (uint) j)
[
all
...]
/hardware/invensense/mlsdk/mllite/
ml.c
917
unsigned char
tmpPtr
= 0;
973
regs[
tmpPtr
++] = tmpD;
975
regs[
tmpPtr
+ 2] |= 0x01;
977
regs[
tmpPtr
++] = tmpE;
979
regs[
tmpPtr
+ 2] |= 0x01;
981
regs[
tmpPtr
++] = tmpF;
983
regs[
tmpPtr
+ 2] |= 0x01;
[
all
...]
/external/icu4c/i18n/
msgfmt.cpp
[
all
...]
Completed in 480 milliseconds