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

1 2 3 4 5 6 7 8 91011>>

  /src/common/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = {
99 static const code distfix[32] = {
  /src/common/dist/zlib/
inffixed.h 10 static const code lenfix[512] = {
87 static const code distfix[32] = {
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffixed.h 12 static const code lenfix[512] = {
89 static const code distfix[32] = {
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = {
99 static const code distfix[32] = {
  /src/external/gpl3/binutils/dist/zlib/
inffixed.h 10 static const code lenfix[512] = {
87 static const code distfix[32] = {
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = {
99 static const code distfix[32] = {
  /src/external/gpl3/binutils.old/dist/zlib/
inffixed.h 10 static const code lenfix[512] = {
87 static const code distfix[32] = {
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = {
99 static const code distfix[32] = {
  /src/external/gpl3/gdb/dist/zlib/
inffixed.h 10 static const code lenfix[512] = {
87 static const code distfix[32] = {
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = {
99 static const code distfix[32] = {
  /src/external/gpl3/gdb.old/dist/zlib/
inffixed.h 10 static const code lenfix[512] = {
87 static const code distfix[32] = {
  /src/external/bsd/fetch/dist/libfetch/
errlist.sh 5 while read code type msg; do
6 [ "${code}" = "#" ] && continue
7 printf "\t{ ${code}, FETCH_${type}, \"${msg}\" },\n"
  /src/tests/usr.bin/indent/
lsym_comment.c 32 * - block/end-of-line comment to the right of code
33 * - block/end-of-line comment to the right of label with code
133 * The first Christmas tree is to the right of the code, therefore the comment
134 * is moved to the code comment column; the follow-up lines of that comment
138 * comment starts in the code column.
166 * The first Christmas tree is to the right of the code, therefore the comment
167 * is moved to the code comment column; the follow-up lines of that comment
171 * comment starts in the code column.
623 * Comments to the right of code.
629 code(); /* code comment *
    [all...]
  /src/external/bsd/zstd/dist/lib/common/
zstd_common.c 5 * This source code is licensed under both the BSD-style license (found in the
34 * tells if a return value is an error code
36 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); }
39 * provides error code string from function result (useful for debugging) */
40 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); }
44 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); }
47 * provides error code string from enum *
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
error.c 12 * 1. Redistributions of source code must retain the above copyright
41 _kadm5_error_code(kadm5_ret_t code)
43 switch(code){
49 return code;
  /src/external/gpl3/gcc/dist/gcc/cp/
type-utils.h 39 enum tree_code code = TREE_CODE (t); local
41 if (code == POINTER_TYPE || code == REFERENCE_TYPE
42 || code == PARM_DECL || code == OFFSET_TYPE
43 || code == FUNCTION_TYPE || code == METHOD_TYPE
44 || code == ARRAY_TYPE)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
type-utils.h 39 enum tree_code code = TREE_CODE (t); local
41 if (code == POINTER_TYPE || code == REFERENCE_TYPE
42 || code == PARM_DECL || code == OFFSET_TYPE
43 || code == FUNCTION_TYPE || code == METHOD_TYPE
44 || code == ARRAY_TYPE)
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_error_basics.h 44 // do not exceed TSS_MAX_ERROR for vendor specific code values:
51 #define TPM_ERROR(code) (code)
52 #define TDDL_ERROR(code) ((code) ? (TSS_LAYER_TDDL | (code)) : (code))
53 #define TCS_ERROR(code) ((code) ? (TSS_LAYER_TCS | (code)) : (code))
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
sys_exits.c 19 /* int SYS_EXITS_CODE(code)
20 /* int code;
22 /* const char *sys_exits_strerror(code)
23 /* int code;
25 /* const SYS_EXITS_DETAIL *sys_exits_detail(code)
26 /* int code;
28 /* int sys_exits_softerror(code)
29 /* int code;
34 /* SYS_EXITS_CODE() returns non-zero when the specified code
35 /* is a sendmail-compatible process exit status code
    [all...]
  /src/sys/arch/hp300/dev/
sgcvar.h 11 * 1. Redistributions of source code must retain the above copyright
46 #define CONSCODE_TO_SGC_SLOT(code) ((code) - 256)
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/input/
input.h 7 * Most input bindings include key code, matrix key code format.
8 * In most cases, key code and matrix key code format uses
17 #define MATRIX_KEY(row, col, code) \
18 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
  /src/sys/stand/efiboot/
efiwatchdog.c 10 * 1. Redistributions of source code must retain the above copyright
37 efi_set_watchdog(uint32_t timeout, uint64_t code)
39 uefi_call_wrapper(BS->SetWatchdogTimer, 4, timeout, code, 0, NULL);
  /src/external/gpl3/binutils/dist/libiberty/
xexit.c 22 @deftypefn Replacement void xexit (int @var{code})
25 the @code{xatexit} replacement function, they will be called first.
26 Termination is handled via the system's normal @code{exit} call.
47 xexit (int code)
51 exit (code);
  /src/external/gpl3/binutils.old/dist/libiberty/
xexit.c 22 @deftypefn Replacement void xexit (int @var{code})
25 the @code{xatexit} replacement function, they will be called first.
26 Termination is handled via the system's normal @code{exit} call.
47 xexit (int code)
51 exit (code);
  /src/external/gpl3/gcc/dist/libiberty/
xexit.c 22 @deftypefn Replacement void xexit (int @var{code})
25 the @code{xatexit} replacement function, they will be called first.
26 Termination is handled via the system's normal @code{exit} call.
47 xexit (int code)
51 exit (code);

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>