/external/squashfs-tools/squashfs-tools/ |
mksquashfs.c | 137 long long bytes = 0, total_bytes = 0; variable 316 struct file_info *duplicate(long long file_size, long long bytes, 328 struct file_info *add_non_dup(long long file_size, long long bytes, 336 unsigned short get_checksum_mem(char *buff, int bytes); 415 bytes = sbytes; 531 int read_bytes(int fd, void *buff, int bytes) 535 for(count = 0; count < bytes; count += res) { 536 res = read(fd, buff + count, bytes - count); 554 int read_fs_bytes(int fd, long long byte, int bytes, void *buff) 559 TRACE("read_fs_bytes: reading from position 0x%llx, bytes %d\n" 1834 unsigned int bytes; local 2184 long long bytes = 0; local 2270 long long bytes, read_size; local 4948 int res, recoverfd, bytes = sBlk->bytes_used - sBlk->inode_table_start; local 5004 int fd, recoverfd, bytes; local [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 193 // The size of this struct is 32 bytes on the 32-bit target system 237 ALOGW("idmap: header too small (%d bytes)", (uint32_t) size); 300 ALOGE("idmap: entry header is too small (%u bytes)", (uint32_t) size); 314 ALOGE("idmap: too small (%u bytes) for the number of entries (%u)", 513 // (2 bytes length, null terminator). 656 * maximum length of 0x7FFFFFF (2147483647 bytes), but if you're storing that 659 * If the high bit is set, then there are two characters or 4 bytes of length 678 * maximum length of 0x7FFF (32767 bytes), but you should consider storing 681 * If the high bit is set, then there are two characters or 2 bytes of length 734 ALOGI("CREATING STRING CACHE OF %zu bytes", 1003 size_t ResStringPool::bytes() const function in class:android::ResStringPool [all...] |
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 580 public final byte[] bytes; field in class:ExifInterface.ExifAttribute 582 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) { 585 this.bytes = bytes; 633 final byte[] bytes = new byte[] { (byte) (value.charAt(0) - '0') }; 634 return new ExifAttribute(IFD_FORMAT_BYTE, bytes.length, bytes); 691 return "(" + IFD_FORMAT_NAMES[format] + ", data length:" + bytes.length + ")"; 697 new ByteOrderedDataInputStream(bytes); 703 if (bytes.length == 1 && bytes[0] >= 0 && bytes[0] <= 1) [all...] |
/frameworks/base/services/core/java/com/android/server/ |
StorageManagerService.java | 1236 final long bytes = Long.parseLong(cooked[2]); local [all...] |
/frameworks/support/exifinterface/src/android/support/media/ |
ExifInterface.java | 545 public final byte[] bytes; field in class:ExifInterface.ExifAttribute 547 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) { 550 this.bytes = bytes; 598 final byte[] bytes = new byte[] { (byte) (value.charAt(0) - '0') }; 599 return new ExifAttribute(IFD_FORMAT_BYTE, bytes.length, bytes); 656 return "(" + IFD_FORMAT_NAMES[format] + ", data length:" + bytes.length + ")"; 662 inputStream = new ByteOrderedDataInputStream(bytes); 668 if (bytes.length == 1 && bytes[0] >= 0 && bytes[0] <= 1) [all...] |
/hardware/qcom/msm8994/kernel-headers/sound/ |
asound.h | 907 } bytes; member in union:snd_ctl_elem_value::__anon43198 [all...] |
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
asound.h | 126 size_t length; /* W: size of image in bytes */ 183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 186 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 203 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 204 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 205 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 206 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 207 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 892 } bytes; member in union:snd_ctl_elem_value::__anon43314 [all...] |
/hardware/qcom/msm8996/kernel-headers/sound/ |
asound.h | 914 } bytes; member in union:snd_ctl_elem_value::__anon43463 [all...] |
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
asound.h | 129 size_t length; /* W: size of image in bytes */ 186 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 187 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 188 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 189 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 206 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 207 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 208 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 209 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 210 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 903 } bytes; member in union:snd_ctl_elem_value::__anon43614 [all...] |
/hardware/qcom/msm8x09/kernel-headers/sound/ |
asound.h | 914 } bytes; member in union:snd_ctl_elem_value::__anon43690 [all...] |
/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
asound.h | 129 size_t length; /* W: size of image in bytes */ 186 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 187 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 188 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 189 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 206 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 207 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 208 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 209 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 210 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 903 } bytes; member in union:snd_ctl_elem_value::__anon43764 [all...] |
/hardware/qcom/msm8x26/kernel-headers/sound/ |
asound.h | 906 } bytes; member in union:snd_ctl_elem_value::__anon43829 [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
asound.h | 125 size_t length; /* W: size of image in bytes */ 182 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 183 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 184 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 185 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 202 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 203 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 204 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 205 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 206 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 891 } bytes; member in union:snd_ctl_elem_value::__anon43894 [all...] |
/hardware/qcom/msm8x84/kernel-headers/sound/ |
asound.h | 906 } bytes; member in union:snd_ctl_elem_value::__anon44015 [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
asound.h | 125 size_t length; /* W: size of image in bytes */ 182 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 183 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 184 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ 185 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ 202 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ 203 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ 204 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ 205 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ 206 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ 891 } bytes; member in union:snd_ctl_elem_value::__anon44112 [all...] |
/hardware/ril/libril/ |
ril_service.cpp | 6524 uint8_t *bytes = (uint8_t *)calloc(responseLen\/2, sizeof(uint8_t)); local 6555 uint8_t *bytes = convertHexStringToBytes(response, responseLen); local 6586 uint8_t *bytes = convertHexStringToBytes(response, responseLen); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/ |
tycho-packaging-plugin-0.20.0.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xproto.h | 16 * insert padding bytes. 18 * 3. All packets are hand-padded to a multiple of 4 bytes, for 277 BYTE lengthReason; /*num bytes in string following if failure */ 280 CARD16 length B16; /* 1/4 additional bytes in setup info */ 289 CARD16 nbytesVendor B16; /* number of bytes in vendor string */ 499 CARD32 length B32; /* of additional bytes */ 513 CARD32 length B32; /* of additional bytes */ 971 * All errors are 32 bytes 991 * All events are 32 bytes 1207 INT8 bytes[20] 1204 INT8 bytes[20]; member in struct:_xEvent::__anon46417::__anon46443::__anon46444::__anon46447 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
soundcard.h | 104 * we restrict parameters to at most 8191 bytes. 107 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 242 int len; /* Size of the wave data in bytes */ 303 int len; /* Size of the sysex data in bytes */ 311 * are records of 4 or 8 bytes. The first byte defines the size. 317 * (All input events are currently 4 bytes long. Be prepared to support 323 * Normal events (4 bytes) 351 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 378 /* least significant bytes of the controllers 0x00 to 0x1f. */ 458 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 573 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 603 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asound.h | 110 size_t length; /* W: size of image in bytes */ 167 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */ 168 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */ 169 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */ 170 #define SNDRV_PCM_FORMAT_U24_BE ((snd_pcm_format_t) 9) /* low three bytes */ 187 #define SNDRV_PCM_FORMAT_S24_3LE ((snd_pcm_format_t) 32) /* in three bytes */ 188 #define SNDRV_PCM_FORMAT_S24_3BE ((snd_pcm_format_t) 33) /* in three bytes */ 189 #define SNDRV_PCM_FORMAT_U24_3LE ((snd_pcm_format_t) 34) /* in three bytes */ 190 #define SNDRV_PCM_FORMAT_U24_3BE ((snd_pcm_format_t) 35) /* in three bytes */ 191 #define SNDRV_PCM_FORMAT_S20_3LE ((snd_pcm_format_t) 36) /* in three bytes */ 812 } bytes; member in union:snd_ctl_elem_value::__anon47886 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xproto.h | 16 * insert padding bytes. 18 * 3. All packets are hand-padded to a multiple of 4 bytes, for 277 BYTE lengthReason; /*num bytes in string following if failure */ 280 CARD16 length B16; /* 1/4 additional bytes in setup info */ 289 CARD16 nbytesVendor B16; /* number of bytes in vendor string */ 499 CARD32 length B32; /* of additional bytes */ 513 CARD32 length B32; /* of additional bytes */ 971 * All errors are 32 bytes 991 * All events are 32 bytes 1207 INT8 bytes[20] 1204 INT8 bytes[20]; member in struct:_xEvent::__anon48283::__anon48309::__anon48310::__anon48313 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
soundcard.h | 104 * we restrict parameters to at most 8191 bytes. 107 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 242 int len; /* Size of the wave data in bytes */ 303 int len; /* Size of the sysex data in bytes */ 311 * are records of 4 or 8 bytes. The first byte defines the size. 317 * (All input events are currently 4 bytes long. Be prepared to support 323 * Normal events (4 bytes) 351 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 378 /* least significant bytes of the controllers 0x00 to 0x1f. */ 458 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 573 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 603 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
asound.h | 110 size_t length; /* W: size of image in bytes */ 167 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */ 168 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */ 169 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */ 170 #define SNDRV_PCM_FORMAT_U24_BE ((snd_pcm_format_t) 9) /* low three bytes */ 187 #define SNDRV_PCM_FORMAT_S24_3LE ((snd_pcm_format_t) 32) /* in three bytes */ 188 #define SNDRV_PCM_FORMAT_S24_3BE ((snd_pcm_format_t) 33) /* in three bytes */ 189 #define SNDRV_PCM_FORMAT_U24_3LE ((snd_pcm_format_t) 34) /* in three bytes */ 190 #define SNDRV_PCM_FORMAT_U24_3BE ((snd_pcm_format_t) 35) /* in three bytes */ 191 #define SNDRV_PCM_FORMAT_S20_3LE ((snd_pcm_format_t) 36) /* in three bytes */ 821 } bytes; member in union:snd_ctl_elem_value::__anon49876 [all...] |
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|