HomeSort by relevance Sort by last modified time
    Searched full:size_t (Results 101 - 125 of 10511) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.h 26 explicit SocketStream(size_t bufsize = 10000);
33 virtual void *allocBuffer(size_t minSize);
34 virtual int commitBuffer(size_t size);
35 virtual const unsigned char *readFully(void *buf, size_t len);
36 virtual const unsigned char *read(void *buf, size_t *inout_len);
39 virtual int recv(void *buf, size_t len);
40 virtual int writeFully(const void *buf, size_t len);
44 size_t m_bufsize;
47 SocketStream(int sock, size_t bufSize);
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
QemuPipeStream.h 30 explicit QemuPipeStream(size_t bufsize = 10000);
34 virtual void *allocBuffer(size_t minSize);
35 virtual int commitBuffer(size_t size);
36 virtual const unsigned char *readFully( void *buf, size_t len);
37 virtual const unsigned char *read( void *buf, size_t *inout_len);
40 int recv(void *buf, size_t len);
42 virtual int writeFully(const void *buf, size_t len);
46 size_t m_bufsize;
48 QemuPipeStream(int sock, size_t bufSize);
  /external/bison/lib/
xalloc.h 48 void *xmalloc (size_t s);
49 void *xnmalloc (size_t n, size_t s);
50 void *xzalloc (size_t s);
51 void *xcalloc (size_t n, size_t s);
52 void *xrealloc (void *p, size_t s);
53 void *xnrealloc (void *p, size_t n, size_t s);
54 void *x2realloc (void *p, size_t *pn)
    [all...]
  /external/chromium/net/tools/flip_server/
mem_cache.h 23 virtual void ProcessBodyInput(const char *input, size_t size) {}
24 virtual void ProcessBodyData(const char *input, size_t size);
25 virtual void ProcessHeaderInput(const char *input, size_t size) {}
26 virtual void ProcessTrailerInput(const char *input, size_t size) {}
32 size_t line_length,
34 size_t method_length,
36 size_t request_uri_length,
38 size_t version_length) {}
40 size_t line_length,
42 size_t version_length
    [all...]
balsa_frame.h 31 typedef std::vector<std::pair<size_t, size_t> > Lines;
95 void set_max_header_length(size_t max_header_length) {
99 size_t max_header_length() const {
103 void set_max_request_uri_length(size_t max_request_uri_length) {
107 size_t max_request_uri_length() const {
128 size_t BytesSafeToSplice() const;
129 void BytesSpliced(size_t bytes_spliced);
131 size_t ProcessInput(const char* input, size_t size)
    [all...]
http_interface.h 36 virtual void ProcessBodyInput(const char *input, size_t size) {}
37 virtual void ProcessBodyData(const char *input, size_t size);
38 virtual void ProcessHeaderInput(const char *input, size_t size) {}
39 virtual void ProcessTrailerInput(const char *input, size_t size) {}
42 size_t line_length,
44 size_t method_length,
46 size_t request_uri_length,
48 size_t version_length) {}
50 size_t line_length,
52 size_t version_length
    [all...]
streamer_interface.h 44 virtual size_t ProcessReadInput(const char* data, size_t len);
45 virtual size_t ProcessWriteInput(const char* data, size_t len);
60 virtual size_t SendSynStream(uint32 stream_id, const BalsaHeaders& headers);
61 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
74 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
77 size_t SendSynStreamImpl(uint32 stream_id, const BalsaHeaders& headers) {
84 virtual void ProcessBodyInput(const char *input, size_t size);
87 virtual void ProcessBodyData(const char *input, size_t size) {
    [all...]
  /external/kernel-headers/original/asm-x86/
swiotlb.h 9 size_t size, int dir);
10 extern void *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
13 size_t size, int dir);
16 size_t size, int dir);
19 size_t size, int dir);
23 size_t size, int dir);
27 size_t size, int dir);
39 extern void swiotlb_free_coherent (struct device *hwdev, size_t size,
54 static inline void dma_mark_clean(void *addr, size_t size) {}
  /external/openssl/include/openssl/
modes.h 15 size_t len, const void *key,
19 size_t len, const void *key,
22 size_t len, const void *key,
26 size_t len, const void *key,
31 size_t len, const void *key,
36 size_t len, const void *key,
40 size_t length, const void *key,
44 size_t bits, const void *key,
48 size_t CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out,
49 size_t len, const void *key
    [all...]
  /external/oprofile/libutil/
op_libiberty.c 19 void * xcalloc(size_t n_elem, size_t sz)
30 void * xmemdup (void const * input, size_t copy_size, size_t alloc_size)
  /external/skia/src/animator/
SkScriptCallBack.h 18 virtual bool getReference(const char* , size_t len, SkScriptValue2* result) { return false; }
19 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) {
33 virtual bool invoke(size_t ref, SkOpArray* params, SkOperand2* value) = 0;
38 bool getMemberReference(const char* , size_t len, void* object, SkScriptValue2* ref);
40 virtual bool invoke(size_t ref, void* object, SkOperand2* value) = 0;
45 bool getMemberReference(const char* , size_t len, void* object, SkScriptValue2* ref);
48 virtual bool invoke(size_t ref, void* object, SkOpArray* params, SkOperand2* value) = 0;
53 virtual bool getConstValue(const char* name, size_t len, SkOperand2* value) { return false; }
54 virtual bool getResult(size_t ref, SkOperand2* answer) { return false; }
  /external/wpa_supplicant/
base64.h 18 unsigned char * base64_encode(const unsigned char *src, size_t len,
19 size_t *out_len);
20 unsigned char * base64_decode(const unsigned char *src, size_t len,
21 size_t *out_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server.h 28 int server_random_first, u8 *out, size_t out_len);
30 const u8 *in_data, size_t in_len, size_t *out_len);
32 const u8 *in_data, size_t in_len,
33 u8 *out_data, size_t out_len);
35 const u8 *in_data, size_t in_len,
36 u8 *out_data, size_t out_len);
38 size_t buflen);
47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
base64.h 18 unsigned char * base64_encode(const unsigned char *src, size_t len,
19 size_t *out_len);
20 unsigned char * base64_decode(const unsigned char *src, size_t len,
21 size_t *out_len);
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.h 28 int server_random_first, u8 *out, size_t out_len);
30 const u8 *in_data, size_t in_len, size_t *out_len);
32 const u8 *in_data, size_t in_len,
33 u8 *out_data, size_t out_len);
35 const u8 *in_data, size_t in_len,
36 u8 *out_data, size_t out_len);
38 size_t buflen);
47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
  /external/wpa_supplicant_8/src/utils/
base64.h 18 unsigned char * base64_encode(const unsigned char *src, size_t len,
19 size_t *out_len);
20 unsigned char * base64_decode(const unsigned char *src, size_t len,
21 size_t *out_len);
  /frameworks/media/libvideoeditor/lvpp/
PreviewRenderer.h 37 size_t width, size_t height);
41 void getBufferYV12(uint8_t **data, size_t *stride);
45 static size_t ALIGN(size_t x, size_t alignment) {
52 size_t width, size_t height);
57 size_t mWidth, mHeight;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_prime_size_policy_imp.hpp 49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_prime_size_policy_imp.hpp 49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_prime_size_policy_imp.hpp 49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull
    [all...]
  /external/e2fsprogs/intl/
xsize.h 1 /* xsize.h -- Checked size_t computations.
23 /* Get size_t. */
33 type size_t. Example:
44 size_t size = xsum (header_size, xtimes (n, element_size));
48 /* Convert an arbitrary value >= 0 to type size_t. */
50 ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX)
53 static inline size_t
57 xsum (size_t size1, size_t size2)
59 size_t sum = size1 + size2
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 64 size_t len;
65 size_t retlen;
66 size_t ooblen;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf)
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 64 size_t len;
65 size_t retlen;
66 size_t ooblen;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf)
    [all...]
  /external/chromium/base/
utf_offset_string_conversions.h 26 size_t src_len,
28 size_t* offset_for_adjustment);
31 size_t src_len,
33 std::vector<size_t>* offsets_for_adjustment);
36 size_t* offset_for_adjustment);
39 std::vector<size_t>* offsets_for_adjustment);
42 size_t src_len,
44 size_t* offset_for_adjustment);
47 size_t src_len,
49 std::vector<size_t>* offsets_for_adjustment)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 64 size_t len;
65 size_t retlen;
66 size_t ooblen;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf)
    [all...]

Completed in 1629 milliseconds

1 2 3 45 6 7 8 91011>>