HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 376 - 400 of 479) sorted by null

<<11121314151617181920

  /bionic/libc/kernel/common/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /bionic/libc/kernel/common/linux/
pkt_sched.h 28 __u64 bytes; member in struct:tc_stats
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 771 byte bytes[] = new byte[2];
780 buf.get(bytes);
782 assertEquals(bytes2char(bytes, buf.order()), value);
791 buf.get(bytes);
793 assertEquals(bytes2char(bytes, buf.order()), value);
805 buf.get(bytes);
806 assertTrue(Arrays.equals(bytes, char2bytes(value, buf.order())));
817 buf.get(bytes);
818 assertTrue(Arrays.equals(bytes, char2bytes(value, buf.order())));
827 byte bytes[] = new byte[8]
1204 assertTrue(Arrays.equals(char2bytes(value, buf.order()), bytes)); local
1240 assertTrue(Arrays.equals(char2bytes(value, buf.order()), bytes)); local
1359 assertTrue(Arrays.equals(double2bytes(value, buf.order()), bytes)); local
1395 assertTrue(Arrays.equals(double2bytes(value, buf.order()), bytes)); local
1502 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes)); local
1538 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes)); local
1644 assertTrue(Arrays.equals(int2bytes(value, buf.order()), bytes)); local
1680 assertTrue(Arrays.equals(int2bytes(value, buf.order()), bytes)); local
1781 assertTrue(Arrays.equals(long2bytes(value, buf.order()), bytes)); local
1817 assertTrue(Arrays.equals(long2bytes(value, buf.order()), bytes)); local
1918 assertTrue(Arrays.equals(short2bytes(value, buf.order()), bytes)); local
1954 assertTrue(Arrays.equals(short2bytes(value, buf.order()), bytes)); local
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 1472 gssize bytes; local
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 211 // Fill |str| with a long header list that consumes >= |size| bytes.
229 static const uint8 bytes[] = { local
234 output[i] = bytes[current_byte++];
235 current_byte %= arraysize(bytes);
240 static const uint8 bytes[] = { local
246 output[i] = bytes[current_byte++];
247 current_byte %= arraysize(bytes);
368 // Allow up to 4 bytes of junk to precede status line.
381 // Allow up to 4 bytes of junk to precede status line.
394 // Beyond 4 bytes of slop and it should fail to find a status line
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 19 * - legacy variable-length codepages with up to 4 bytes per character
28 * - byte sequences must not have leading zero bytes
30 * - limitation to up to 4 bytes per character
159 * One format for transitional entries (bit 31 not set) for non-final bytes, and
277 * at least two states for the trail bytes:
290 * Converting from Unicode to codepage bytes --------------------------------***
294 * a sequence of 1..4 bytes, in addition to a flag that indicates if there is
300 * with the resulting bytes is at offsetFromUBytes.
331 * Bits 15..0 contain the index to stage 3, which must be multiplied by 16*(bytes per char)
333 * Stage 3 contains 2, 3, or 4 bytes per result
776 const uint8_t *stage3, *bytes; local
991 char bytes[4]; local
1115 const uint8_t *bytes; local
1264 uint8_t *bytes, *p; local
1343 uint8_t *bytes; local
2329 uint8_t *bytes; local
2999 uint8_t *bytes=cnv->toUBytes; local
3014 uint8_t *bytes=cnv->toUBytes; local
3266 const uint8_t *bytes; local
3931 const uint8_t *p, *bytes; local
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 2155 const char* bytes = (const char *)key.getByteArray(length); local
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 33 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
158 unsigned quantum; /* Bytes per round allocated to flow */
190 __u32 limit; /* HARD maximal queue length (bytes) */
191 __u32 qth_min; /* Min average length threshold (bytes) */
192 __u32 qth_max; /* Max average length threshold (bytes) */
223 __u32 limit; /* HARD maximal queue length (bytes) */
224 __u32 qth_min; /* Min average length threshold (bytes) */
225 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
  /external/kernel-headers/original/linux/mtd/
nand.h 221 * @size: data bytes per ecc step
222 * @bytes: ecc bytes per step
223 * @total: total number of ecc bytes per page
240 int bytes; member in struct:nand_ecc_ctrl
412 * @pagesize: Pagesize in bytes. Either 256 or 512 or 0
415 * extended id bytes in the chip
417 * @chipsize: Total chipsize in Mega Bytes
  /external/kernel-headers/original/linux/
pkt_sched.h 34 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
166 unsigned quantum; /* Bytes per round allocated to flow */
201 __u32 limit; /* HARD maximal queue length (bytes) */
202 __u32 qth_min; /* Min average length threshold (bytes) */
203 __u32 qth_max; /* Max average length threshold (bytes) */
237 __u32 limit; /* HARD maximal queue length (bytes) */
238 __u32 qth_min; /* Min average length threshold (bytes) */
239 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
usb.h 53 * @extralen: how many bytes of "extra" are valid
717 * it tells how many bytes (out of transfer_buffer_length) were
722 * @setup_packet: Only used for control transfers, this points to eight bytes
1069 size_t bytes; member in struct:usb_sg_request
    [all...]
  /external/openssl/ssl/
ssltest.c 264 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
265 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
280 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
478 long bytes=256L; local
594 else if (strcmp(*argv,"-bytes") == 0)
597 bytes= atol(*(++argv));
598 if (bytes == 0L) bytes=1L;
600 if (argv[0][i-1] == 'k') bytes*=1024L
    [all...]
  /external/qemu/audio/
audio.c 904 dolog ("Could not allocate soft capture voice (%zu bytes)\n",
1265 int bytes; local
1277 bytes = sw->hw->pcm_ops->write (sw, buf, size);
1278 return bytes;
1283 int bytes; local
1295 bytes = sw->hw->pcm_ops->read (sw, buf, size);
1296 return bytes;
1456 int bytes = to_write << hw->info.shift; local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 518 size_t bytes = src.width() * src.bytesPerPixel(); local
519 if (memcmp(srcP, origP, bytes)) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readxcoff.c 125 In 32-bit mode: if the first four bytes are zero, then the second
126 four bytes give the offset into the string table where the string
161 UChar* bytes = (UChar*)sym; local
164 if (bytes[0]==0 && bytes[1]==0 && bytes[2]==0 && bytes[3]==0) {
165 UInt off = *(UInt*)&bytes[4];
174 res.vec = bytes;
177 if (bytes[i] == 0
    [all...]
  /external/wpa_supplicant/
driver_wext.c 234 * @ssid: Buffer for the SSID; must be at least 32 bytes long
358 int bytes; local
362 bytes = strspn(spos, "0123456789abcdefABCDEF");
363 if (!bytes || (bytes & 1))
365 bytes /= 2;
367 data.assoc_info.req_ies = os_malloc(bytes);
371 data.assoc_info.req_ies_len = bytes;
372 hexstr2bin(spos, data.assoc_info.req_ies, bytes);
374 spos += bytes * 2
1471 int bytes; local
1489 int bytes; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 452 int bytes; local
456 bytes = strspn(spos, "0123456789abcdefABCDEF");
457 if (!bytes || (bytes & 1))
459 bytes /= 2;
461 data.assoc_info.req_ies = os_malloc(bytes);
465 data.assoc_info.req_ies_len = bytes;
466 hexstr2bin(spos, data.assoc_info.req_ies, bytes);
468 spos += bytes * 2;
476 bytes = strspn(spos, "0123456789abcdefABCDEF")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 137 int bytes[500]; variable
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 643 String bytes = r.getString(R.string.radioInfo_display_bytes); local
645 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes);
646 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes);
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 32 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
144 unsigned quantum; /* Bytes per round allocated to flow */
174 __u32 limit; /* HARD maximal queue length (bytes) */
175 __u32 qth_min; /* Min average length threshold (bytes) */
176 __u32 qth_max; /* Max average length threshold (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
211 __u32 qth_min; /* Min average length threshold (bytes) */
212 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
xfrm.h 80 __u64 bytes; member in struct:xfrm_lifetime_cur
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl

Completed in 1449 milliseconds

<<11121314151617181920