HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 1026 - 1050 of 2455) sorted by null

<<41424344454647484950>>

  /external/dhcpcd-6.8.2/
dhcp.c 171 * bytes. In general, here we have p -> T, ol=p+1 -> L, op -> V.
292 size_t bytes = 0, ocets; local
318 bytes += ((4 * 4) * 2) + 4;
350 return (ssize_t)bytes;
471 ssize_t b, bytes = 0; local
503 bytes += b;
505 bytes += 16 * 2 + 8 + 2 + 1 + 2;
520 bytes += b;
522 bytes += (4 * 4);
526 return bytes;
1073 ssize_t bytes; local
1138 ssize_t bytes; local
3194 uint16_t bytes, udpsum; local
3253 size_t bytes; local
    [all...]
dhcp6.c 2135 ssize_t bytes; local
2157 ssize_t bytes; local
2605 ssize_t bytes; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
ant-launcher.jar 
  /external/google-breakpad/src/processor/
minidump.cc 152 // the most significant bytes will already be in the high field.
1941 unsigned int bytes = local
4501 uint32_t bytes; local
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 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
161 * One format for transitional entries (bit 31 not set) for non-final bytes, and
279 * at least two states for the trail bytes:
292 * Converting from Unicode to codepage bytes --------------------------------***
296 * a sequence of 1..4 bytes, in addition to a flag that indicates if there is
302 * with the resulting bytes is at offsetFromUBytes.
333 * Bits 15..0 contain the index to stage 3, which must be multiplied by 16*(bytes per char)
335 * Stage 3 contains 2, 3, or 4 bytes per result
916 const uint8_t *stage3, *bytes; local
1131 char bytes[4]; local
1255 const uint8_t *bytes; local
1404 uint8_t *bytes, *p; local
2468 uint8_t *bytes; local
3138 uint8_t *bytes=cnv->toUBytes; local
3153 uint8_t *bytes=cnv->toUBytes; local
3405 const uint8_t *bytes; local
4070 const uint8_t *p, *bytes; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 2234 const char* bytes = (const char *)key.getByteArray(length); local
    [all...]
  /external/libnl/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...]
  /external/libvncserver/webclients/novnc/include/
rfb.js 77 bytes: 0,
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 228 unsigned char * bytes, unsigned num_bytes);
235 unsigned char * bytes; local
244 r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family , dump);
248 r600_bytecode_from_byte_stream(&shader_ctx, bytes, byte_count);
261 static uint32_t i32_from_byte_stream(unsigned char * bytes,
267 out |= bytes[(*bytes_read)++] << (8 * i);
272 static unsigned r600_src_from_byte_stream(unsigned char * bytes,
277 sel0 = bytes[bytes_read++];
278 sel1 = bytes[bytes_read++];
280 alu->src[src_idx].chan = bytes[bytes_read++]
    [all...]
  /external/mesa3d/src/mesa/main/
format_pack.c 2621 GLuint bytes = _mesa_get_format_bytes(format); local
    [all...]
  /external/minijail/
libminijail.c 726 * consumebytes: consumes @length bytes from a buffer @buf of length @buflength
727 * @length Number of bytes to consume
731 * Returns a pointer to the base of the bytes, or NULL for errors.
1467 size_t bytes = read(fd, &sz, sizeof(sz)); local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 1507 const int bytes = 24 >> 3; local
1550 const int bytes = 24 >> 3; local
1612 const int bytes = 24 >> 3; local
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp 1446 vector<uint8_t> bytes; local
1493 vector<uint8_t> bytes; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 1614 int bytes = anti_alias == FXFT_RENDER_MODE_LCD ? 3 : 1; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 289 // serialized form. So, if we convert it to bytes in ISO-8859-1, we
290 // should get the original bytes that we want.
381 ByteString bytes = descriptor.proto.toByteString(); local
384 proto = FileDescriptorProto.parseFrom(bytes, registry);
    [all...]
  /external/selinux/libsepol/src/
services.c 1661 size_t bytes = size * n; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 1197 int n, bytes; local
1202 n = sscanf(argv[0], "%o%n", &mode, &bytes);
1208 if (argv[0][bytes] != '\0') {
1209 SYNTAX_ERROR("Unexpected trailing bytes after octal "
    [all...]
unsquashfs.c 58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
540 /* unsigned int shouldn't ever need more than 11 bytes
554 /* unsigned int shouldn't ever need more than 11 bytes
600 int bytes)
610 hash_table_entry->bytes = bytes;
625 return hash_table_entry->bytes;
631 int read_fs_bytes(int fd, long long byte, int bytes, void *buff)
636 TRACE("read_bytes: reading from position 0x%llx, bytes %d\n", byte,
637 bytes);
777 int size = 0, bytes = 0, res; local
1187 int bytes = 0, size = 0, res; local
1657 int bytes; local
1747 int res, bytes = 0; local
    [all...]
  /external/toybox/toys/pending/
dhcp.c 473 * ip [0..4 bytes depending on mask]
474 * router [4 bytes]
652 int bytes = 0; local
655 if ((bytes = read(state->sockfd, &packet, sizeof(packet))) < 0) {
657 return bytes;
659 if (bytes < (int) (sizeof(packet.iph) + sizeof(packet.udph))) {
663 if (bytes < ntohs(packet.iph.tot_len)) {
667 // ignore any extra garbage bytes
668 bytes = ntohs(packet.iph.tot_len);
673 || ntohs(packet.udph.len) != (uint16_t)(bytes - sizeof(packet.iph)))
1160 int bytes; local
    [all...]
fdisk.c 502 unsigned long long bytes = ((unsigned long long)total_number_sectors << 9); local
503 long mbytes = bytes/1000000;
505 if (mbytes < 10000) xprintf("Disk %s: %lu MB, %llu bytes\n", disk_device, mbytes, bytes);
506 else xprintf("Disk %s: %lu.%lu GB, %llu bytes\n", disk_device, mbytes/1000, (mbytes/100)%10, bytes);
510 xprintf("Units = sectors of 1 * %ld = %ld bytes\n",g_sect_size, g_sect_size);
511 } else xprintf("\nUnits = cylinders of %ld * %ld = %ld bytes\n\n",
769 unsigned long long bytes = (unsigned long long) val * absolute; local
773 bytes += unit/2; // roundin
    [all...]
  /external/v8/test/mjsunit/wasm/
wasm-constants.js 7 function bytes() { function
  /external/valgrind/coregrind/
m_main.c 139 " than <number> bytes [2000000]\n"
140 " --main-stacksize=<number> set size of main thread's stack (in bytes)\n"
146 " heap blocks (in bytes). [%s]\n"
193 " --avg-transtab-entry-size=<number> avg size in bytes of a translated\n"
197 " (in bytes) ["
245 " heap blocks allocated for Valgrind internal use (in bytes) [4]\n"
1577 HChar bytes [VG_STACK_GUARD_SZB + VG_DEFAULT_STACK_ACTIVE_SZB + VG_STACK_GUARD_SZB]; member in struct:__anon25590
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 877 uint8_t bytes[sizeof(imm)]; local
878 memcpy(bytes, &imm, sizeof(imm));
880 // All bytes are either 0x00 or 0xff.
884 if ((bytes[i] != 0) && (bytes[i] != 0xff)) {
896 // Of the 4 bytes, only one byte is non-zero.
899 movi(vd, bytes[i], LSL, i * 8);
904 // Of the 4 bytes, only one byte is not 0xff.
908 mvni(vd, ~bytes[i] & 0xff, LSL, i * 8);
915 movi(vd, bytes[2], MSL, 16)
    [all...]
  /external/webp/src/enc/
picture_csp.c 31 uint8_t bytes[4]; member in union:__anon26617
33 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff)
45 if (alpha[x] != 0xff) return 1; // TODO(skal): check 4/8 bytes at a time.
837 int step, // bytes per pixel
838 int rgb_stride, // bytes per scanline
    [all...]

Completed in 975 milliseconds

<<41424344454647484950>>