/external/lldb/source/Plugins/Process/POSIX/ |
RegisterContext_x86_64.h | 226 uint8_t bytes[10]; member in struct:RegisterContext_x86_64::MMSReg 232 uint8_t bytes[16]; // 128-bits for each XMM register member in struct:RegisterContext_x86_64::XMMReg 255 uint8_t bytes[16]; // 16 * 8 bits for the high bytes of each YMM register member in struct:RegisterContext_x86_64::YMMHReg 260 uint8_t bytes[32]; // 16 * 16 bits for each YMM register member in struct:RegisterContext_x86_64::YMMReg 280 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes are in FXSAVE.xmm for compatibility with SSE)
|
/external/mesa3d/src/mesa/main/ |
teximage.c | 1418 uint64_t bytes = _mesa_format_image_size64(format, width, height, depth); local [all...] |
/external/mksh/src/ |
histrap.c | 686 * Bytes 1, 2: 690 * <command byte><command number(4 octets, big endian)><bytes><NUL> 832 histload(Source *s, unsigned char *base, size_t bytes) 838 /* !bytes check as some systems (older FreeBSDs) have buggy memchr */ 839 if (!bytes || (cp = memchr(base, COMMAND, bytes)) == NULL) 842 bytes -= ++cp - base; 845 if (bytes < 5 || (cp = memchr(base + 4, '\0', bytes - 4)) == NULL) 867 bytes -= ++cp - base 885 size_t bytes; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cfftypes.h | 51 /* off_size :: The size in bytes of object offsets in index. */ 54 /* bytes. */ 61 /* bytes :: If the index is loaded in memory, its bytes. */ 73 FT_Byte* bytes; member in struct:CFF_IndexRec_
|
/external/pixman/test/ |
utils.c | 68 * bufLen - number of bytes in buffer 252 /* swap bytes only on big endian systems */ 426 uint8_t *bytes = fence_malloc (n_bytes); local 428 if (!bytes) 431 prng_randmemset (bytes, n_bytes, 0); 433 return bytes; [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 128 size_t bytes = sk_stream->read(data, length); local 129 if (bytes != length) { 288 * byte into separate bytes (useful for paletted and grayscale images). */ 604 // now check that if we are 4-bytes per pixel, we also don't overflow 664 We hit some images (e.g. fruit_.png) who contain bytes that are == colortable_count [all...] |
/external/skia/src/pipe/ |
SkGPipeWrite.cpp | 86 virtual void* allocThrow(size_t bytes) SK_OVERRIDE; 124 void* FlattenableHeap::allocThrow(size_t bytes) { 125 void* ptr = sk_malloc_throw(bytes); 327 size_t bytes = fWriter.bytesWritten() - fBytesNotified; local 328 if (bytes > 0) { 329 fController->notifyWritten(bytes); 330 fBytesNotified += bytes; [all...] |
/external/skia/tests/ |
SkpSkGrTest.cpp | 391 SkTArray<char, true> bytes; local 392 bytes.push_back_n(length); 393 stream.read(&bytes[0], length); 397 wStream.write(&bytes[0], length);
|
/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/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 122 * @ssid: Buffer for the SSID; must be at least 32 bytes long 246 int bytes; local 251 bytes = strspn(spos, "0123456789abcdefABCDEF"); 252 if (!bytes || (bytes & 1)) 254 bytes /= 2; 256 req_ies = os_malloc(bytes); 258 hexstr2bin(spos, req_ies, bytes) < 0) 261 data.assoc_info.req_ies_len = bytes; 263 spos += bytes * 2 1284 int bytes; local 1299 int bytes; local 1314 int bytes; local [all...] |
/frameworks/opt/net/wifi/service/jni/ |
com_android_server_wifi_WifiNative.cpp | 329 jbyte *bytes = (jbyte *)&(result->ie_data[0]); local 330 env->SetByteArrayRegion(elements, 0, result->ie_length, bytes); 1018 jbyte* bytes = env->GetByteArrayElements(param, NULL); local [all...] |
/frameworks/rs/ |
rsContext.cpp | 942 // RsPlaybackRemoteHeader (cmdID and bytes) 946 uint32_t bytes; member in struct:android::renderscript::destroyCmd 952 cmd.bytes = sizeof(RsAsyncVoidPtr);
|
/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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
String2Test.java | 355 assertTrue("Returned incorrect bytes", sbytes[i] == (byte) hw1.charAt(i)); 386 "Wrong bytes UTF8: " + Integer.toHexString(i), 397 String bytes = null; local 399 bytes = new String(result, "UTF8"); 400 assertTrue("Wrong UTF8 byte length: " + bytes.length() + "(" 401 + i + ")", bytes.length() == 1); 404 + Integer.toHexString(bytes.charAt(0)) + " (" 405 + i + ")", bytes.charAt(0) == i); 410 byte[] bytes = new byte[1]; 412 bytes[0] = (byte) i [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] 1037 const char* bytes = reinterpret_cast<const char*>(byteArray.get()); local 1048 const char* bytes = reinterpret_cast<const char*>(charArray.get()); local 1059 const char* bytes = reinterpret_cast<const char*>(xml.get()); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
telephony.h | 202 * always pass full size frames, any unused bytes will be padded with zeros, 257 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
telephony.h | 202 * always pass full size frames, any unused bytes will be padded with zeros, 257 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
|