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

  /src/crypto/external/apache2/openssl/dist/test/
igetest.c 35 #define MAX_VECTOR_SIZE 64
40 const unsigned char in[MAX_VECTOR_SIZE];
41 const unsigned char out[MAX_VECTOR_SIZE];
84 const unsigned char in[MAX_VECTOR_SIZE];
85 const unsigned char out[MAX_VECTOR_SIZE];
153 unsigned char buf[MAX_VECTOR_SIZE];
157 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE))
196 unsigned char buf[MAX_VECTOR_SIZE];
198 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE))
  /src/crypto/external/bsd/openssl/dist/test/
igetest.c 35 # define MAX_VECTOR_SIZE 64
40 const unsigned char in[MAX_VECTOR_SIZE];
41 const unsigned char out[MAX_VECTOR_SIZE];
84 const unsigned char in[MAX_VECTOR_SIZE];
85 const unsigned char out[MAX_VECTOR_SIZE];
153 unsigned char buf[MAX_VECTOR_SIZE];
157 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE))
196 unsigned char buf[MAX_VECTOR_SIZE];
198 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE))
  /src/crypto/external/bsd/openssl.old/dist/test/
igetest.c 30 #define MAX_VECTOR_SIZE 64
35 const unsigned char in[MAX_VECTOR_SIZE];
36 const unsigned char out[MAX_VECTOR_SIZE];
79 const unsigned char in[MAX_VECTOR_SIZE];
80 const unsigned char out[MAX_VECTOR_SIZE];
148 unsigned char buf[MAX_VECTOR_SIZE];
152 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE))
191 unsigned char buf[MAX_VECTOR_SIZE];
193 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE))
  /src/external/gpl3/gdb.old/dist/gdb/
xml-tdesc.c 35 #define MAX_VECTOR_SIZE 65536
485 if (count > MAX_VECTOR_SIZE)
489 pulongest (count), MAX_VECTOR_SIZE);
  /src/external/gpl3/gdb/dist/gdb/
xml-tdesc.c 35 #define MAX_VECTOR_SIZE 65536
485 if (count > MAX_VECTOR_SIZE)
489 pulongest (count), MAX_VECTOR_SIZE);

Completed in 45 milliseconds