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

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/bfd/
srec.c 52 is the number of bytes following upto the checksum. Note that
123 /* The maximum number of address+data+crc bytes on a line is FF. */
129 /* The number of data bytes we actually fit onto a line on output.
292 section for each contiguous set of bytes. */
456 unsigned int bytes, min_bytes; local
478 check_sum = bytes = HEX (hdr + 1);
484 if (bytes < min_bytes)
487 abfd, lineno, bytes);
492 if (bytes * 2 > bufsize)
496 buf = (bfd_byte *) bfd_malloc ((bfd_size_type) bytes * 2)
730 unsigned int bytes; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 166 int bytes = size / 8; local
172 ptr[1] = bytes + 1;
174 for (j = 0; j < bytes; j++)
178 ptr[bytes] = ~sum;
179 if (fwrite (ptr, bytes + 1, 1, ffile) != 1)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 320 /* Find the length of the opcode in bytes. */
1335 char *bytes = frag_now->fr_literal + offset; local
    [all...]
tc-m32c.c 370 when we delete bytes, but we only need to mark the displacements
430 3) how many bytes this mode will have in the variable part of the frag
485 int bytes;
600 return subtype_mappings[fragP->fr_subtype].bytes - (fragP->fr_fix - where);
604 the bytes inside it modified to conform to the new size.
637 fragP->fr_fix = where + subtype_mappings[fragP->fr_subtype].bytes;
909 relocated, in bytes. */
1111 deleted bytes between the jump and its destination. */
1157 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
482 int bytes; member in struct:__anon74066
    [all...]
tc-rl78.c 226 /* This gets complicated when the field spans bytes, because fields
504 memcpy (bytes + idx, rl78_bytes.B, rl78_bytes.N_B); \
512 char * bytes; local
534 rl78_bytes in it, which we initialize above. The extra bytes
536 bytes = frag_more (olen + 3);
545 frag_then->fr_opcode = bytes;
546 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
552 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
565 (char *) bytes - frag_then->fr_literal,
599 (char *) bytes + idx - frag_then->fr_literal
    [all...]
tc-sh64.c 383 int bytes = frag->fr_next->fr_address - frag->fr_address - frag->fr_fix; local
389 while (bytes & 3)
392 bytes--;
813 /* Size in bytes of variable-sized part of frag. */
852 /* The opcode that would be extended is the last four "fixed" bytes. */
    [all...]
tc-tilepro.c 865 /* Check to see if this bundle is at an offset that is a multiple of 8-bytes
1115 the frags/bytes it assembles to. */
1627 int bytes, fix; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-1103/
kotlin-gradle-plugin-core-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.13.1513/
kotlin-gradle-plugin-core-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.13.1514/
kotlin-gradle-plugin-core-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0/
kotlin-gradle-plugin-core-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-4584/
kotlin-gradle-plugin-core-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/
kotlin-gradle-plugin-core-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /bootable/recovery/
recovery.cpp 416 size_t bytes; local
417 while ((bytes = fread(buf, 1, sizeof(buf), source_fp)) != 0) {
418 fwrite(buf, 1, bytes, dest_fp);
    [all...]
  /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/autotest/client/tests/aiostress/
aio-stress.c 933 size_t bytes = num_files * depth * sizeof(*t->ios); local
935 t->ios = malloc(bytes);
940 memset(t->ios, 0, bytes);
    [all...]
  /external/curl/lib/
ftp.c 667 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
2515 char *bytes; local
    [all...]

Completed in 1755 milliseconds

<<41424344454647484950>>