/external/openssh/ |
sshd.c | 2254 int bytes = BN_num_bytes(session_key_int); local [all...] |
/external/qemu/ |
savevm.c | 118 /* Padding to get up to 60 bytes (ethernet min packet size, minus FCS). */ 227 int bytes; local 231 bytes = fread(buf, 1, size, fp); 232 } while ((bytes == 0) && ferror(fp) && (errno == EINTR)); 233 return bytes; 779 fprintf(stderr, "%s: not enough bytes to load structure\n", __FUNCTION__); 797 uint8_t *bytes = (uint8_t*) &v; local 798 qemu_put_buffer(f, bytes, sizeof(float)); 804 uint8_t bytes[sizeof(float)]; local 805 qemu_get_buffer(f, bytes, sizeof(float)) [all...] |
/external/skia/legacy/src/images/ |
SkImageDecoder_libpng.cpp | 94 size_t bytes = sk_stream->read(data, length); local 95 if (bytes != length) { 236 * byte into separate bytes (useful for paletted and grayscale images). */ 548 // now check that if we are 4-bytes per pixel, we also don't overflow 573 We hit some images (e.g. fruit_.png) who contain bytes that are == colortable_count [all...] |
/external/skia/src/pipe/ |
SkGPipeWrite.cpp | 85 virtual void* allocThrow(size_t bytes) SK_OVERRIDE; 121 void* FlattenableHeap::allocThrow(size_t bytes) { 122 void* ptr = sk_malloc_throw(bytes); 292 size_t bytes = fWriter.size() - fBytesNotified; local 293 if (bytes > 0) { 294 fController->notifyWritten(bytes); 295 fBytesNotified += bytes; [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
VCard.java | 330 byte[] bytes = new byte[0]; 332 bytes = getBytes(avatarURL); 338 setAvatar(bytes); 353 * Specify the bytes of the JPEG for the avatar to use. 354 * If bytes is null, then the avatar will be removed. 357 * @param bytes the bytes of the avatar, or null to remove the avatar data 359 public void setAvatar(byte[] bytes) { 360 setAvatar(bytes, "image/jpeg"); 364 * Specify the bytes for the avatar to use as well as the mime type 451 int bytes = (int) file.length(); local [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginView.cpp | 1087 const char* bytes = buffer.data(); local 1168 const char* bytes = buffer.data(); local [all...] |
/external/webp/src/enc/ |
picture.c | 31 uint8_t bytes[4]; member in union:__anon18227 33 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff) 524 if (alpha[x] != 0xff) return 1; // TODO(skal): check 4/8 bytes at a time. 594 int step, // bytes per pixel 595 int rgb_stride, // bytes per scanline [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 126 * @ssid: Buffer for the SSID; must be at least 32 bytes long 250 int bytes; local 255 bytes = strspn(spos, "0123456789abcdefABCDEF"); 256 if (!bytes || (bytes & 1)) 258 bytes /= 2; 260 req_ies = os_malloc(bytes); 262 hexstr2bin(spos, req_ies, bytes) < 0) 265 data.assoc_info.req_ies_len = bytes; 267 spos += bytes * 2 1304 int bytes; local 1319 int bytes; local 1334 int bytes; local [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 700 size_t bytes = paint.breakText(value->getGlyphs(), value->getGlyphsCount() << 1, local 702 SkASSERT((bytes & 1) == 0); 709 return bytes >> 1; [all...] |
/frameworks/base/services/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 584 jbyte* bytes = (jbyte *)env->GetPrimitiveArrayCritical(data, 0); local 585 sGpsXtraInterface->inject_xtra_data((char *)bytes, length); 586 env->ReleasePrimitiveArrayCritical(data, bytes, JNI_ABORT);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 96 int bytes[500]= {0}; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 89 /*16 = 8 input samples of 2 bytes each*/ 160 int bytes[500] = {0}; variable 182 bytes[e]=size; 184 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s); 197 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 192 int bytes[500]; variable 214 bytes[e]=size; 216 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 147 int bytes[500]; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 174 int bytes[500]; variable 196 bytes[e] = size; 198 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 110 int bytes[500]; variable [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 552 int bytes[mem_array_size]; variable 576 bytes[e]=size; 579 "Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 588 OMXDBG_PRINT(stderr, PRINT, 2, 0, "Deleting %d bytes on address %p, line %d file %s\n", 589 bytes[q],dp, line, s);
|
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | 1148 int bytes; local 1224 int bytes; local [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 135 int bytes; local 139 bytes = strspn(spos, "0123456789abcdefABCDEF"); 140 if (!bytes || (bytes & 1)) { 143 bytes /= 2; 145 data.assoc_info.req_ies = os_malloc(bytes); 149 data.assoc_info.req_ies_len = bytes; 150 hexstr2bin(spos, data.assoc_info.req_ies, bytes); 152 spos += bytes * 2; 160 bytes = strspn(spos, "0123456789abcdefABCDEF") 1042 int bytes; local 1058 int bytes; local 1074 int bytes; local [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 41 InternedString() : interned(NULL), bytes(NULL) { 45 delete[] bytes; 52 const char* bytes; member in struct:InternedString 230 * to Java's String.hashCode(). This hashes the bytes while String.hashCode() 248 * representing the given UTF-8 bytes. 250 * @param bytes null-terminated string to intern 251 * @param hash of bytes 254 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { 262 // Create a copy of the UTF-8 bytes. 264 char* copy = new char[strlen(bytes) + 1] 1033 const char* bytes = reinterpret_cast<const char*>(byteArray.get()); local 1044 const char* bytes = reinterpret_cast<const char*>(charArray.get()); local 1055 const char* bytes = reinterpret_cast<const char*>(xml.get()); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|