HomeSort by: relevance | last modified time | path
    Searched refs:check_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-disassemble.exp 332 set check_bytes [join $split_bytes " "]
333 gdb_assert { [string equal $check_bytes $longest_insn_bytes] } \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-disassemble.exp 332 set check_bytes [join $split_bytes " "]
333 gdb_assert { [string equal $check_bytes $longest_insn_bytes] } \
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
verify_krb5_conf.c 70 check_bytes(krb5_context context, const char *path, char *data) function
574 { "max-kdc-datagram-reply-length", krb5_config_string, check_bytes, 0 },
575 { "max-request", krb5_config_string, check_bytes, 0 },
  /src/external/bsd/nsd/dist/simdzone/src/generic/
types.h 70 static really_inline int32_t check_bytes( function
84 #define check_int8(...) check_bytes(__VA_ARGS__, sizeof(uint8_t))
86 #define check_int16(...) check_bytes(__VA_ARGS__, sizeof(uint16_t))
88 #define check_int32(...) check_bytes(__VA_ARGS__, sizeof(uint32_t))
90 #define check_int64(...) check_bytes(__VA_ARGS__, sizeof(uint64_t))
92 #define check_ip4(...) check_bytes(__VA_ARGS__, 4)
94 #define check_ip6(...) check_bytes(__VA_ARGS__, 16)
96 #define check_ilnp64(...) check_bytes(__VA_ARGS__, sizeof(uint64_t))

Completed in 30 milliseconds