HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 851 - 875 of 1073) sorted by null

<<31323334353637383940>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /system/core/toolbox/
dd.c 557 st.bytes += pending;
563 st.bytes += nw;
643 * Read the data. If a pipe, read until satisfy the number of bytes
817 * bytes to output. Records less than cbs are padded with spaces.
1032 "%llu bytes transferred in %lu.%03d secs (%llu bytes/sec)\n",
1033 (unsigned long long) st.bytes,
1036 (unsigned long long) (st.bytes * 1000LL / mS));
  /dalvik/vm/
CheckJni.c 598 * Verify that "bytes" points to valid "modified UTF-8" data.
600 static void checkUtfString(JNIEnv* env, const char* bytes, bool nullOk,
603 const char* origBytes = bytes;
605 if (bytes == NULL) {
614 while (*bytes != '\0') {
615 u1 utf8 = *(bytes++);
626 // Bit pattern 0xxx. No need for any extra bytes.
635 * Bit pattern 10xx or 1111, which are illegal start bytes.
643 // Bit pattern 1110, so there are two additional bytes.
644 utf8 = *(bytes++)
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 873 static const uint8_t bytes[]={ 0xe0, 0xa5, 0x9c, 0 }; local
924 static const uint8_t bytes[]={ local
    [all...]
bocu1tst.c 58 * C0 control codes and space are encoded with their US-ASCII bytes.
74 /* number of lead bytes */
81 /* number of trail bytes */
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
155 * but are also used as trail bytes in difference encoding
164 * External byte values that are illegal as trail bytes are mapped to -1.
272 * Encode a difference -0x10ffff..0x10ffff in 1..4 bytes
295 /* two bytes */
300 /* three bytes */
305 /* four bytes */
    [all...]
  /external/netperf/
netlib.c 287 bytes. this should be more than enough to be sure that there is
551 unsigned char bytes[8];
574 scratch = conv_rec.bytes[i];
575 conv_rec.bytes[i] = conv_rec.bytes[7-i];
576 conv_rec.bytes[7-i] = scratch;
600 unsigned char bytes[8];
617 scratch = conv_rec.bytes[i];
618 conv_rec.bytes[i] = conv_rec.bytes[7-i]
546 unsigned char bytes[8]; member in union:__anon5421
595 unsigned char bytes[8]; member in union:__anon5422
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 191 #define EXPORT_RSA_KEY_LENGTH 64 /* bytes */
217 ** i.e. >= 0 means number of bytes sent, < 0 means error.
391 /* number of bytes previously read into hdr or buf(ssl2) or inbuf (ssl3).
392 ** (offset - writeOffset) is the number of ciphertext bytes read in but
397 /* number of bytes to read in next call to ssl_DefRecv (recv) */
400 /* Number of ciphertext bytes to read in after 2-byte SSL record header. */
408 /* number of bytes of padding to be removed after decrypting. */
414 /* plaintext DATA begins this many bytes into "buf". */
441 ** For SSL2, the plaintext portion is two bytes long. For SSl3 it is 5.
519 } ssl3SidKeys; /* 100 bytes */
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c 152 /* Size of input buffer in bytes, not including room for EOB
241 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
    [all...]
  /external/skia/src/core/
SkDraw.cpp 151 typedef void (*BitmapXferProc)(void* pixels, size_t bytes, uint32_t data);
153 static void D_Clear_BitmapXferProc(void* pixels, size_t bytes, uint32_t) {
154 sk_bzero(pixels, bytes);
159 static void D32_Src_BitmapXferProc(void* pixels, size_t bytes, uint32_t data) {
160 sk_memset32((uint32_t*)pixels, data, bytes >> 2);
163 static void D16_Src_BitmapXferProc(void* pixels, size_t bytes, uint32_t data) {
164 sk_memset16((uint16_t*)pixels, data, bytes >> 1);
167 static void DA8_Src_BitmapXferProc(void* pixels, size_t bytes, uint32_t data) {
168 memset(pixels, data, bytes);
537 // each of these costs 8-bytes of stack space, so don't make it too larg
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control.c 38 The primitive controls can be integer, boolean, enumerators, bytes
453 * \param tlv_size TLV array size in bytes
960 TYPE(BYTES),
1148 * \return size in bytes
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 138 packuswb mm1, mm0 ; pack to bytes
234 packuswb mm1, mm0 ; pack to bytes
235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
postproc_mmx.c 219 pack to bytes
370 pack to bytes
372 store previous four bytes
547 pack to bytes
679 pack to bytes
681 store previous four bytes
    [all...]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 435 jbyte* bytes = env->GetByteArrayElements(jPostDataStr, NULL); local
441 memcpy(bytes + offset, e.m_data.data(), delta);
452 env->ReleaseByteArrayElements(jPostDataStr, bytes, 0);
1044 jbyte* bytes = env->GetByteArrayElements(postData, NULL); local
    [all...]
  /cts/tests/src/android/webkit/cts/
CtsTestServer.java 605 byte[] bytes = Base64.decode(SERVER_KEYS_BKS.getBytes());
606 InputStream inputStream = new ByteArrayInputStream(bytes);
  /external/chromium/net/third_party/nss/ssl/bodge/
loader.h 51 unsigned short length; /* of this struct in bytes */
245 SECStatus (* p_RNG_RandomUpdate)(const void *data, size_t bytes);
536 SECStatus (* p_PRNGTEST_Generate)(PRUint8 *bytes,
  /external/chromium/third_party/icu/source/test/cintltst/
bocu1tst.c 58 * C0 control codes and space are encoded with their US-ASCII bytes.
74 /* number of lead bytes */
81 /* number of trail bytes */
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
155 * but are also used as trail bytes in difference encoding
164 * External byte values that are illegal as trail bytes are mapped to -1.
272 * Encode a difference -0x10ffff..0x10ffff in 1..4 bytes
295 /* two bytes */
300 /* three bytes */
305 /* four bytes */
    [all...]

Completed in 799 milliseconds

<<31323334353637383940>>