OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Size_t
(Results
1 - 3
of
3
) sorted by null
/external/srec/shared/src/
SessionTypeImpl.c
115
* Because there are no functions to set and get int
size_t
parameters and because most if not
116
* all int parameters should be
size_t
anyway, I am adding code to allow
size_t
and int parameters
183
size_t
* value)
196
*value = *((
size_t
*) pair->value);
244
LCHAR* value,
size_t
* len)
287
size_t
size, i;
379
const LCHAR* name,
size_t
value)
385
clone = MALLOC(sizeof(
size_t
), MTAG);
479
const LCHAR* name,
size_t
value
[
all
...]
/ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp
12
typedef __SIZE_TYPE__
size_t
;
typedef
14
inline void* operator new(
size_t
, void* __p) throw() { return __p; }
43
typedef typename DT::
Size_t
Size_t
;
59
Size_t
length() const { return DT::length(this->domain_m); }
61
Size_t
size() const { return length(); }
70
typedef int
Size_t
;
119
typedef int
Size_t
;
/ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp
12
typedef __SIZE_TYPE__
size_t
;
typedef
14
inline void* operator new(
size_t
, void* __p) throw() { return __p; }
43
typedef typename DT::
Size_t
Size_t
;
59
Size_t
length() const { return DT::length(this->domain_m); }
61
Size_t
size() const { return length(); }
70
typedef int
Size_t
;
119
typedef int
Size_t
;
Completed in 2445 milliseconds