/external/protobuf/src/google/protobuf/io/ |
printer_unittest.cc | 65 ArrayOutputStream output(buffer, sizeof(buffer), block_size); 90 ArrayOutputStream output(buffer, sizeof(buffer), block_size); 118 ArrayOutputStream output(buffer, sizeof(buffer), block_size); 153 ArrayOutputStream output(buffer, sizeof(buffer)); 175 ArrayOutputStream output(buffer, sizeof(buffer), block_size); 227 ArrayOutputStream output(buffer, sizeof(buffer)); 239 ArrayOutputStream output(buffer, sizeof(buffer)); 255 EXPECT_EQ("0123456789abcdef", string(buffer, sizeof(buffer)));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/ |
SDL_ahiaudio.c | 55 if(req=(struct AHIRequest *)CreateIORequest(p,sizeof(struct AHIRequest))) 89 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); 91 SDL_memset(this, 0, (sizeof *this)); 93 SDL_malloc((sizeof *this->hidden)); 102 SDL_memset(this->hidden, 0, (sizeof *this->hidden)); 279 if(!(audio_req[0]=(struct AHIRequest *)CreateIORequest(audio_port,sizeof(struct AHIRequest)))) 310 if(!(audio_req[1]=mymalloc(sizeof(struct AHIRequest)))) 318 SDL_memcpy(audio_req[1],audio_req[0],sizeof(struct AHIRequest));
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_resize.c | 59 SDL_PeepEvents(events, sizeof(events)/sizeof(events[0]),
|
/external/qemu/elff/ |
elf_alloc.cc | 48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk));
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk);
|
/external/qemu/ |
osdep.h | 61 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.c | 112 memset(&sin, 0, sizeof(sin));
155 if(connect(s, (struct sockaddr *)&sin, sizeof(sin)) < 0)
191 if (bind (s, (void *)&address, sizeof(address)) == -1)
212 alen = sizeof(fsin);
216 if (memcmp(&p->sin.sin_addr, &fsin.sin_addr, sizeof(p->sin.sin_addr)) == 0 &&
217 memcmp(&p->sin.sin_port, &fsin.sin_port, sizeof(p->sin.sin_port)) == 0)
225 p = malloc(sizeof *p);
242 sizeof(p->sin));
|
/external/skia/src/animator/ |
SkDisplayInclude.cpp | 26 sizeof(((BASE_CLASS::_A*) 0)->_member) / sizeof(SkScalar) }
|
/external/stlport/stlport/stl/ |
_construct.h | 67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp)); 77 memset((char*)__pointer, _STLP_SHRED_BYTE, sizeof(_Tp)); 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 132 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_Tp)); 152 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 176 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 194 memset((char*)&(*__first), _STLP_SHRED_BYTE, sizeof(_Tp)); 204 memset((char*)&(*__first), _STLP_SHRED_BYTE, sizeof(_Tp));
|
/external/stlport/test/unit/ |
includes_test.cpp | 68 const unsigned nameSize = sizeof(names)/sizeof(names[0]);
|
mvctor_test.h | 92 //Dummy data just to control struct sizeof 93 //As node allocator implementation align memory blocks on 2 * sizeof(void*)
|
/external/svox/pico/lib/ |
picoknow.c | 49 this = picoos_allocate(mm,sizeof(*this)); 51 PICODBG_TRACE(("allocated KnowledgeBase at address %i with size %i",(picoos_uint32)this,sizeof(*this)));
|
/external/tremolo/Tremolo/ |
misc.c | 73 pointers=(void **)realloc(pointers,sizeof(void **)*palloced); 74 insertlist=(long *)realloc(insertlist,sizeof(long *)*palloced); 76 pointers=(void **)malloc(sizeof(void **)*palloced); 77 insertlist=(long *)malloc(sizeof(long *)*palloced); 103 files=malloc(filecount*sizeof(*files)); 104 file_bytes=malloc(filecount*sizeof(*file_bytes)); 106 files=realloc(files,filecount*sizeof(*files)); 107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes));
|
/external/webkit/JavaScriptCore/runtime/ |
JSGlobalData.cpp | 84 COMPILE_ASSERT(sizeof(JSArray) <= sizeof(CollectorCell), sizeof_JSArray_must_be_less_than_CollectorCell); 89 COMPILE_ASSERT(sizeof(JSByteArray) <= sizeof(CollectorCell), sizeof_JSByteArray_must_be_less_than_CollectorCell); 94 COMPILE_ASSERT(sizeof(JSString) <= sizeof(CollectorCell), sizeof_JSString_must_be_less_than_CollectorCell); 99 COMPILE_ASSERT(sizeof(JSFunction) <= sizeof(CollectorCell), sizeof_JSFunction_must_be_less_than_CollectorCell);
|
/external/webkit/JavaScriptCore/wtf/ |
OwnPtrCommon.h | 44 typedef char known[sizeof(T) ? 1 : -1]; 45 if (sizeof(known))
|
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsContextCGWin.cpp | 46 GetObject(bitmap, sizeof(info), &info); 91 GetObject(bitmap, sizeof(info), &info); 229 sizeof(edge_dash_lengths) / sizeof(edge_dash_lengths[0])); 235 sizeof(middle_dash_lengths) / sizeof(middle_dash_lengths[0])); 241 sizeof(edge_dash_lengths) / sizeof(edge_dash_lengths[0]));
|
/external/webkit/WebCore/platform/text/ |
TextCodec.cpp | 47 snprintf(replacement, sizeof(UnencodableReplacementArray), "&#%u;", codePoint); 50 snprintf(replacement, sizeof(UnencodableReplacementArray), "%%26%%23%u%%3B", codePoint);
|
/external/wpa_supplicant/ |
main_winmain.c | 39 os_memset(¶ms, 0, sizeof(params)); 44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
|
wpa_passphrase.c | 40 if (fgets(buf, sizeof(buf), stdin) == NULL) { 44 buf[sizeof(buf) - 1] = '\0';
|
/external/wpa_supplicant/tests/ |
test_eap_sim_common.c | 36 eap_sim_prf(xkey, buf, sizeof(buf)); 37 if (memcmp(w, buf, sizeof(w) != 0)) {
|
/external/wpa_supplicant/wpa_gui/ |
scanresults.ui.h | 44 reply_len = sizeof(reply) - 1; 75 size_t reply_len = sizeof(reply);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
eapol_test.c | 106 os_snprintf(buf, sizeof(buf), "%s", attr->data); 118 if ((len & 1) || (len / 2) > sizeof(buf)) { 190 radius_msg_make_authenticator(msg, (u8 *) e, sizeof(*e)); 194 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE && 198 e->eap_identity_len = len - sizeof(*hdr) - 1; 222 os_snprintf(buf, sizeof(buf), RADIUS_802_1X_ADDR_FORMAT, 248 os_snprintf(buf, sizeof(buf), "%s", e->connect_info); 391 ctx = os_zalloc(sizeof(*ctx)); 421 os_memset(&eapol_conf, 0, sizeof(eapol_conf)); 496 sizeof(*hdr) + 5) [all...] |
main_winmain.c | 39 os_memset(¶ms, 0, sizeof(params)); 44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
|
wpa_passphrase.c | 40 if (fgets(buf, sizeof(buf), stdin) == NULL) { 44 buf[sizeof(buf) - 1] = '\0';
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_eap_sim_common.c | 36 eap_sim_prf(xkey, buf, sizeof(buf)); 37 if (memcmp(w, buf, sizeof(w) != 0)) {
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
scanresults.ui.h | 44 reply_len = sizeof(reply) - 1; 75 size_t reply_len = sizeof(reply);
|