HomeSort by: relevance | last modified time | path
    Searched defs:MAX_BYTES (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
test-license.py 50 MAX_BYTES = 10000
113 lines = f.readlines(MAX_BYTES)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
long_long.c 29 enum { MAX_BYTES = 16 };
32 pack (unsigned char b[MAX_BYTES], int size, int nr)
50 unsigned char b[MAX_BYTES];
51 unsigned char h[MAX_BYTES];
52 unsigned char w[MAX_BYTES];
53 unsigned char g[MAX_BYTES];
55 unsigned char c[MAX_BYTES];
56 unsigned char s[MAX_BYTES];
57 unsigned char i[MAX_BYTES];
58 unsigned char l[MAX_BYTES];
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
long_long.c 29 enum { MAX_BYTES = 16 };
32 pack (unsigned char b[MAX_BYTES], int size, int nr)
50 unsigned char b[MAX_BYTES];
51 unsigned char h[MAX_BYTES];
52 unsigned char w[MAX_BYTES];
53 unsigned char g[MAX_BYTES];
55 unsigned char c[MAX_BYTES];
56 unsigned char s[MAX_BYTES];
57 unsigned char i[MAX_BYTES];
58 unsigned char l[MAX_BYTES];
    [all...]
  /src/external/mit/libuv/dist/test/
test-tcp-try-write.c 29 #define MAX_BYTES 1024 * 1024
  /src/external/gpl3/binutils/dist/opcodes/
opc2c.c 75 #define MAX_BYTES 10
88 char id[MAX_BYTES * 8 + 1];
89 unsigned char var_start[MAX_BYTES * 8 + 1];
94 } b[MAX_BYTES];
122 unsigned char cur_bits[MAX_BYTES + 1];
635 for (i = 0; i < MAX_BYTES; i++)
  /src/external/gpl3/binutils.old/dist/opcodes/
opc2c.c 75 #define MAX_BYTES 10
88 char id[MAX_BYTES * 8 + 1];
89 unsigned char var_start[MAX_BYTES * 8 + 1];
94 } b[MAX_BYTES];
122 unsigned char cur_bits[MAX_BYTES + 1];
635 for (i = 0; i < MAX_BYTES; i++)
  /src/external/gpl3/gdb.old/dist/opcodes/
opc2c.c 75 #define MAX_BYTES 10
88 char id[MAX_BYTES * 8 + 1];
89 unsigned char var_start[MAX_BYTES * 8 + 1];
94 } b[MAX_BYTES];
122 unsigned char cur_bits[MAX_BYTES + 1];
635 for (i = 0; i < MAX_BYTES; i++)
  /src/external/gpl3/gdb.old/dist/sim/m32c/
opc2c.c 31 #define MAX_BYTES 10
44 char id[MAX_BYTES * 8 + 1];
45 unsigned char var_start[MAX_BYTES * 8 + 1];
50 } b[MAX_BYTES];
77 static unsigned char cur_bits[MAX_BYTES + 1];
574 for (i = 0; i < MAX_BYTES; i++)
  /src/external/gpl3/gdb/dist/opcodes/
opc2c.c 75 #define MAX_BYTES 10
88 char id[MAX_BYTES * 8 + 1];
89 unsigned char var_start[MAX_BYTES * 8 + 1];
94 } b[MAX_BYTES];
122 unsigned char cur_bits[MAX_BYTES + 1];
635 for (i = 0; i < MAX_BYTES; i++)
  /src/external/gpl3/gdb/dist/sim/m32c/
opc2c.c 31 #define MAX_BYTES 10
44 char id[MAX_BYTES * 8 + 1];
45 unsigned char var_start[MAX_BYTES * 8 + 1];
50 } b[MAX_BYTES];
77 static unsigned char cur_bits[MAX_BYTES + 1];
574 for (i = 0; i < MAX_BYTES; i++)
  /src/external/gpl3/binutils/dist/gas/
listing.c 215 #define MAX_BYTES \
818 && data_buffer_size < MAX_BYTES - 3)
837 && data_buffer_size < MAX_BYTES - 3)
1231 data_buffer = XNEWVEC (char, MAX_BYTES);
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 215 #define MAX_BYTES \
818 && data_buffer_size < MAX_BYTES - 3)
837 && data_buffer_size < MAX_BYTES - 3)
1231 data_buffer = XNEWVEC (char, MAX_BYTES);

Completed in 24 milliseconds