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

  /src/games/dab/
Makefile 8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
mutex_prof.h 71 #define OP(counter, type, human, derived, base_counter) mutex_counter_##counter,
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
mutex_prof.h 71 #define OP(counter, type, human, derived, base_counter) mutex_counter_##counter,
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
mutex_prof.h 73 #define OP(counter, type, human, derived, base_counter) mutex_counter_##counter,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
mutex_prof.h 73 #define OP(counter, type, human, derived, base_counter) mutex_counter_##counter,
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_ca.t 280 # Converts human-readable ASN1_TIME_print() output to Unix time
282 my ($human) = @_;
284 my ($mo, $d, $h, $m, $s, $y) = $human =~ /^([A-Za-z]{3})\s+(\d+) (\d{2}):(\d{2}):(\d{2}) (\d{4})/;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_ca.t 266 # Converts human-readable ASN1_TIME_print() output to Unix time
268 my ($human) = @_;
270 my ($mo, $d, $h, $m, $s, $y) = $human =~ /^([A-Za-z]{3})\s+(\d+) (\d{2}):(\d{2}):(\d{2}) (\d{4})/;
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha1-ia64.pl 40 #$human=1;
41 if ($human) { # useful for visual code auditing...
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha1-ia64.pl 40 #$human=1;
41 if ($human) { # useful for visual code auditing...
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha1-ia64.pl 39 #$human=1;
40 if ($human) { # useful for visual code auditing...
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
analysis.go 35 // Optionally returns a human-readable description of any invalid constructs.
  /src/games/tetris/
scores.c 385 const char *human; local
393 human = "read/write";
399 human = "reading";
418 warn("Cannot open %s for %s", _PATH_SCOREFILE, human);
  /src/crypto/external/apache2/openssl/dist/providers/
encoders.inc 47 * Entries for human text "encoders"
  /src/crypto/external/bsd/openssl/dist/providers/
encoders.inc 47 * Entries for human text "encoders"
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 128 #define OP(counter, counter_type, human, derived, base_counter) \
135 col->str_val = human;
157 #define OP(counter, counter_type, human, derived, base_counter) \
190 #define OP(counter, counter_type, human, derived, base_counter) \
221 #define OP(counter, counter_type, human, derived, base_counter) \
256 #define OP(counter, type, human, derived, base_counter) \
286 #define COL_HDR_INIT(row_name, column_name, human, left_or_right, \
293 header_##column_name.str_val = human ? human : #column_name;
295 #define COL_HDR(row_name, column_name, human, left_or_right, col_width,
    [all...]
  /src/external/bsd/jemalloc/dist/src/
stats.c 135 #define OP(counter, counter_type, human, derived, base_counter) \
142 col->str_val = human;
164 #define OP(counter, counter_type, human, derived, base_counter) \
196 #define OP(counter, counter_type, human, derived, base_counter) \
226 #define OP(counter, counter_type, human, derived, base_counter) \
260 #define OP(counter, type, human, derived, base_counter) \
290 row_name, column_name, human, left_or_right, col_width, etype) \
296 header_##column_name.str_val = human ? human : #column_name;
298 #define COL_HDR(row_name, column_name, human, left_or_right, col_width, etype)
    [all...]
  /src/sbin/gpt/
gpt.c 1040 gpt_human_get(gpt_t gpt, off_t *human)
1044 if (*human > 0) {
1045 gpt_warn(gpt, "Already set to %jd new `%s'", (intmax_t)*human,
1053 *human = human_num;
1054 if (*human < 1) {
  /src/sys/arch/x68k/stand/libsa/
putimage.S 26 1: tstb %a2@+ | skip human readable comment
117 | Human readable copyright notice to be found with strings(1).
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 296 values reformatted for human consumption.
  /src/usr.sbin/sysinst/
partman.c 474 char out[STRSIZE], human[6]; local
484 humanize_number(human, sizeof(human),
487 wprintw(w, " %-56s %s", line, human);
1224 "msgfmt=human",

Completed in 32 milliseconds