HomeSort by: relevance | last modified time | path
    Searched refs:trailer (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/gpl2/diffutils/dist/lib/
alloca.c 320 include the fifteen word trailer area. */
333 this trailer). */
336 long link; /* Address of trailer block of previous
361 struct stk_trailer *trailer; local
374 trailer = (struct stk_trailer *) (status.current_address
379 a fatal error if "trailer" is null. */
381 if (trailer == 0)
386 while (trailer != 0)
388 block = (long *) trailer->this_address;
389 size = trailer->this_size
    [all...]
  /src/external/gpl2/gmake/dist/
alloca.c 317 include the fifteen word trailer area. */
330 this trailer). */
333 long link; /* Address of trailer block of previous
358 struct stk_trailer *trailer; local
371 trailer = (struct stk_trailer *) (status.current_address
376 a fatal error if "trailer" is null. */
378 if (trailer == 0)
383 while (trailer != 0)
385 block = (long *) trailer->this_address;
386 size = trailer->this_size
    [all...]
  /src/external/gpl2/grep/dist/lib/
alloca.c 319 include the fifteen word trailer area. */
332 this trailer). */
335 long link; /* Address of trailer block of previous
360 struct stk_trailer *trailer; local
373 trailer = (struct stk_trailer *) (status.current_address
378 a fatal error if "trailer" is null. */
380 if (trailer == 0)
385 while (trailer != 0)
387 block = (long *) trailer->this_address;
388 size = trailer->this_size
    [all...]
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 307 include the fifteen word trailer area. */
320 this trailer). */
323 long link; /* Address of trailer block of previous
348 struct stk_trailer *trailer; local
361 trailer = (struct stk_trailer *) (status.current_address
366 a fatal error if "trailer" is null. */
368 if (trailer == 0)
373 while (trailer != 0)
375 block = (long *) trailer->this_address;
376 size = trailer->this_size
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 307 include the fifteen word trailer area. */
320 this trailer). */
323 long link; /* Address of trailer block of previous
348 struct stk_trailer *trailer; local
361 trailer = (struct stk_trailer *) (status.current_address
366 a fatal error if "trailer" is null. */
368 if (trailer == 0)
373 while (trailer != 0)
375 block = (long *) trailer->this_address;
376 size = trailer->this_size
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer->this_size
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer->this_size
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer->this_size
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer->this_size
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer->this_size
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer->this_size
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
pgpsum.c 116 uint8_t trailer[6]; local
124 trailer[0] = 0x04;
125 trailer[1] = 0xff;
126 memcpy(&trailer[2], &len32, sizeof(len32));
140 digest_update(&hash, trailer, sizeof(trailer));
  /src/external/bsd/byacc/dist/
yaccpar.c 359 const char *const trailer[] = variable
btyaccpar.c 1019 const char *const trailer[] = variable
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
digest.c 240 uint8_t trailer[6]; local
245 trailer[0] = V4_SIGNATURE;
246 trailer[1] = 0xFF;
247 trailer[2] = (uint8_t)((hashedlen >> 24) & 0xff);
248 trailer[3] = (uint8_t)((hashedlen >> 16) & 0xff);
249 trailer[4] = (uint8_t)((hashedlen >> 8) & 0xff);
250 trailer[5] = (uint8_t)(hashedlen & 0xff);
251 digest_update(hash, trailer, sizeof(trailer));
pgpsum.c 132 uint8_t trailer[6]; local
140 trailer[0] = 0x04;
141 trailer[1] = 0xff;
142 memcpy(&trailer[2], &len32, sizeof(len32));
156 digest_update(&hash, trailer, sizeof(trailer));
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-utils.h 33 TRAILER is a character which can be found after the number; most
34 commonly this is `-'. If you don't want a trailer, use \0. */
36 extern int get_number_trailer (const char **pp, int trailer);
38 /* Convenience. Like get_number_trailer, but with no TRAILER. */
48 extern ULONGEST get_ulongest (const char **pp, int trailer = '\0');
cli-utils.c 28 get_ulongest (const char **pp, int trailer)
70 if (!(isspace (*p) || *p == '\0' || *p == trailer))
80 get_number_trailer (const char **pp, int trailer)
147 if (!(isspace (*p) || *p == '\0' || *p == trailer))
150 while (!(isspace (*p) || *p == '\0' || *p == trailer))
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-utils.h 33 TRAILER is a character which can be found after the number; most
34 commonly this is `-'. If you don't want a trailer, use \0. */
36 extern int get_number_trailer (const char **pp, int trailer);
38 /* Convenience. Like get_number_trailer, but with no TRAILER. */
48 extern ULONGEST get_ulongest (const char **pp, int trailer = '\0');
cli-utils.c 28 get_ulongest (const char **pp, int trailer)
70 if (!(isspace (*p) || *p == '\0' || *p == trailer))
80 get_number_trailer (const char **pp, int trailer)
147 if (!(isspace (*p) || *p == '\0' || *p == trailer))
150 while (!(isspace (*p) || *p == '\0' || *p == trailer))
  /src/crypto/external/bsd/netpgp/dist/src/libdigest/
digest.c 347 uint8_t trailer[6]; local
352 trailer[0] = V4_SIGNATURE;
353 trailer[1] = 0xFF;
354 trailer[2] = (uint8_t)((hashedlen >> 24) & 0xff);
355 trailer[3] = (uint8_t)((hashedlen >> 16) & 0xff);
356 trailer[4] = (uint8_t)((hashedlen >> 8) & 0xff);
357 trailer[5] = (uint8_t)(hashedlen & 0xff);
358 digest_update(hash, trailer, sizeof(trailer));
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-trace.h 34 void trailer (unsigned counter, const char *caller, bool result, tree name,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-trace.h 34 void trailer (unsigned counter, const char *caller, bool result, tree name,
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
crypto.c 503 gss_buffer_desc trailer; local
519 &trailer);
524 if (trailer.length != 16) {
526 gss_release_buffer(&junk, &trailer);
531 trailer.value, trailer.length);
532 gss_release_buffer(&junk, &trailer);
576 gss_buffer_desc trailer; local
592 trailer.value = ((unsigned char *)input_message_buffer->value) +
594 trailer.length = 16
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_gzip.c 347 unsigned char trailer[8]; local
360 /* Build and write out 8-byte trailer. */
361 trailer[0] = (uint8_t)(data->crc)&0xff;
362 trailer[1] = (uint8_t)(data->crc >> 8)&0xff;
363 trailer[2] = (uint8_t)(data->crc >> 16)&0xff;
364 trailer[3] = (uint8_t)(data->crc >> 24)&0xff;
365 trailer[4] = (uint8_t)(data->total_in)&0xff;
366 trailer[5] = (uint8_t)(data->total_in >> 8)&0xff;
367 trailer[6] = (uint8_t)(data->total_in >> 16)&0xff;
368 trailer[7] = (uint8_t)(data->total_in >> 24)&0xff
    [all...]

Completed in 34 milliseconds

1 2 3