HomeSort by: relevance | last modified time | path
    Searched refs:code (Results 1 - 25 of 1389) 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/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...]
t_errors.sh 10 # 1. Redistributions of source code must retain the above copyright
242 cat <<-\EOF > code.c
245 cp code.c code.c.orig
248 # a file named 'code.c/subdir', but 'code.c' is already a regular
251 -e 'inline:indent: code.c/subdir: Not a directory\n' \
252 env SIMPLE_BACKUP_SUFFIX="/subdir" "$indent" code.c
255 atf_check -o 'file:code.c.orig' \
256 cat code.
    [all...]
t_misc.sh 10 # 1. Redistributions of source code must retain the above copyright
36 cat <<-\EOF > code.c
39 cat <<-\EOF > code.c.exp
42 cp code.c code.c.orig
45 env SIMPLE_BACKUP_SUFFIX=".bak" "$indent" code.c
46 atf_check -o 'file:code.c.exp' \
47 cat code.c
48 atf_check -o 'file:code.c.orig' \
49 cat code.c.ba
    [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/lib/libc/regex/
cname.h 10 * This code is derived from software contributed to Berkeley by
16 * 1. Redistributions of source code must retain the above copyright
44 char code; member in struct:cname
  /src/usr.bin/locate/
Makefile 4 SUBDIR= bigram code locate
  /src/sys/dev/nand/
hamming.c 11 * - Redistributions of source code must retain the above copyright notice,
37 * Calculates the 22-bit hamming code for a 256-bytes block of data.
38 * \param data Data buffer to calculate code for.
39 * \param code Pointer to a buffer where the code should be stored.
42 hamming_compute_256(const uint8_t *data, uint8_t *code)
60 * incidence on the computed code; so check if the sum is 1.
118 * Code[0] = Line1
119 * Code[1] = Line2
120 * Code[2] = Colum
    [all...]
  /src/sys/external/bsd/sljit/dist/test_src/
sljitMain.c 11 * 1. Redistributions of source code must retain the above copyright notice, this list of
44 void* code;
51 executable_code code;
70 code.code = sljit_generate_code(compiler);
73 printf("Code at: %p\n", (void*)SLJIT_FUNC_OFFSET(code.code));
75 printf("Function returned with %ld\n", (long)code.func((sljit_sw*)buf));
80 sljit_free_code(code.code)
    [all...]
  /src/tests/usr.bin/xlint/lint1/
t_usage.sh 9 # 1. Redistributions of source code must retain the above copyright
34 printf 'typedef int dummy;\n' > code.c
38 "$lint1" -X 0 code.c /dev/null
42 "$lint1" -X 386 code.c /dev/null
48 "$lint1" -X 387 code.c /dev/null
54 "$lint1" -X ' 1' code.c /dev/null
60 "$lint1" -X '1 ' code.c /dev/null
64 "$lint1" -X '1,2,3,4' code.c /dev/null
70 "$lint1" -X '1, 2, 3, 4' code.c /dev/null
76 "$lint1" -X '1,,,,,,,' code.c /dev/nul
    [all...]
  /src/usr.bin/make/unit-tests/
opt-ignore.exp 2 *** Error code 1 (ignored)
4 *** Error code 7 (ignored)
7 *** Error code 1 (ignored)
10 *** Error code 1 (ignored)
sh-leading-hyphen.exp 3 *** Error code 1 (ignored)
6 *** Error code 127 (ignored)
9 *** Error code 127 (ignored)
opt-keep-going-multiple.exp 2 *** Error code 1 (continuing)
4 *** Error code 1 (continuing)
opt-keep-going.exp 2 *** Error code 1 (continuing)
4 *** Error code 1 (continuing)
  /src/sys/arch/aarch64/aarch64/
linux32_syscall.c 7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
53 * EABI linux/arm always uses indirect syscall, and code of 'svc #<code>' must
67 #define SYSCALL_CODE_REMAP(code) linux32_syscall_code_remap(code)
77 linux32_syscall_code_remap(uint32_t code)
79 if (code > LINUX32_EARM_NR_BASE)
80 code = code - LINUX32_EARM_NR_BASE + LINUX32_SYS_ARMBASE
    [all...]
  /src/tests/lib/libbpfjit/
t_bpfjit.c 11 * 1. Redistributions of source code must retain the above copyright
87 bpfjit_func_t code; local in function:ATF_TC_BODY
94 code = bpfjit_generate_code(NULL, insns, insn_count);
95 ATF_REQUIRE(code != NULL);
97 ATF_CHECK(jitcall(code, pkt, 1, 1) == 17);
99 bpfjit_free_code(code);
115 bpfjit_func_t code; local in function:ATF_TC_BODY
124 const uint16_t rcode = insns[0].code;
130 /* Current implementation generates code. */
131 code = bpfjit_generate_code(NULL, insns, insn_count)
154 bpfjit_func_t code; local in function:ATF_TC_BODY
184 bpfjit_func_t code; local in function:ATF_TC_BODY
214 bpfjit_func_t code; local in function:ATF_TC_BODY
243 bpfjit_func_t code; local in function:ATF_TC_BODY
273 bpfjit_func_t code; local in function:ATF_TC_BODY
303 bpfjit_func_t code; local in function:ATF_TC_BODY
333 bpfjit_func_t code; local in function:ATF_TC_BODY
363 bpfjit_func_t code; local in function:ATF_TC_BODY
393 bpfjit_func_t code; local in function:ATF_TC_BODY
423 bpfjit_func_t code; local in function:ATF_TC_BODY
453 bpfjit_func_t code; local in function:ATF_TC_BODY
482 bpfjit_func_t code; local in function:ATF_TC_BODY
512 bpfjit_func_t code; local in function:ATF_TC_BODY
542 bpfjit_func_t code; local in function:ATF_TC_BODY
572 bpfjit_func_t code; local in function:ATF_TC_BODY
602 bpfjit_func_t code; local in function:ATF_TC_BODY
632 bpfjit_func_t code; local in function:ATF_TC_BODY
662 bpfjit_func_t code; local in function:ATF_TC_BODY
692 bpfjit_func_t code; local in function:ATF_TC_BODY
722 bpfjit_func_t code; local in function:ATF_TC_BODY
752 bpfjit_func_t code; local in function:ATF_TC_BODY
782 bpfjit_func_t code; local in function:ATF_TC_BODY
812 bpfjit_func_t code; local in function:ATF_TC_BODY
842 bpfjit_func_t code; local in function:ATF_TC_BODY
872 bpfjit_func_t code; local in function:ATF_TC_BODY
902 bpfjit_func_t code; local in function:ATF_TC_BODY
964 bpfjit_func_t code; local in function:ATF_TC_BODY
997 bpfjit_func_t code; local in function:ATF_TC_BODY
1028 bpfjit_func_t code; local in function:ATF_TC_BODY
1059 bpfjit_func_t code; local in function:ATF_TC_BODY
1089 bpfjit_func_t code; local in function:ATF_TC_BODY
1120 bpfjit_func_t code; local in function:ATF_TC_BODY
1151 bpfjit_func_t code; local in function:ATF_TC_BODY
1182 bpfjit_func_t code; local in function:ATF_TC_BODY
1213 bpfjit_func_t code; local in function:ATF_TC_BODY
1244 bpfjit_func_t code; local in function:ATF_TC_BODY
1275 bpfjit_func_t code; local in function:ATF_TC_BODY
1306 bpfjit_func_t code; local in function:ATF_TC_BODY
1336 bpfjit_func_t code; local in function:ATF_TC_BODY
1367 bpfjit_func_t code; local in function:ATF_TC_BODY
1398 bpfjit_func_t code; local in function:ATF_TC_BODY
1429 bpfjit_func_t code; local in function:ATF_TC_BODY
1460 bpfjit_func_t code; local in function:ATF_TC_BODY
1491 bpfjit_func_t code; local in function:ATF_TC_BODY
1522 bpfjit_func_t code; local in function:ATF_TC_BODY
1553 bpfjit_func_t code; local in function:ATF_TC_BODY
1584 bpfjit_func_t code; local in function:ATF_TC_BODY
1615 bpfjit_func_t code; local in function:ATF_TC_BODY
1646 bpfjit_func_t code; local in function:ATF_TC_BODY
1677 bpfjit_func_t code; local in function:ATF_TC_BODY
1708 bpfjit_func_t code; local in function:ATF_TC_BODY
1739 bpfjit_func_t code; local in function:ATF_TC_BODY
1770 bpfjit_func_t code; local in function:ATF_TC_BODY
1841 bpfjit_func_t code; local in function:ATF_TC_BODY
1873 bpfjit_func_t code; local in function:ATF_TC_BODY
1906 bpfjit_func_t code; local in function:ATF_TC_BODY
1998 bpfjit_func_t code; local in function:ATF_TC_BODY
2049 bpfjit_func_t code; local in function:ATF_TC_BODY
2100 bpfjit_func_t code; local in function:ATF_TC_BODY
2151 bpfjit_func_t code; local in function:ATF_TC_BODY
2213 bpfjit_func_t code; local in function:ATF_TC_BODY
2264 bpfjit_func_t code; local in function:ATF_TC_BODY
2322 bpfjit_func_t code; local in function:ATF_TC_BODY
2379 bpfjit_func_t code; local in function:ATF_TC_BODY
2436 bpfjit_func_t code; local in function:ATF_TC_BODY
2473 bpfjit_func_t code; local in function:ATF_TC_BODY
2504 bpfjit_func_t code; local in function:ATF_TC_BODY
2535 bpfjit_func_t code; local in function:ATF_TC_BODY
2600 bpfjit_func_t code; local in function:ATF_TC_BODY
2649 bpfjit_func_t code; local in function:ATF_TC_BODY
2750 bpfjit_func_t code; local in function:ATF_TC_BODY
2819 bpfjit_func_t code; local in function:ATF_TC_BODY
2920 bpfjit_func_t code; local in function:ATF_TC_BODY
2951 bpfjit_func_t code; local in function:ATF_TC_BODY
2988 bpfjit_func_t code; local in function:ATF_TC_BODY
3021 bpfjit_func_t code; local in function:ATF_TC_BODY
3051 bpfjit_func_t code; local in function:ATF_TC_BODY
3081 bpfjit_func_t code; local in function:ATF_TC_BODY
3113 bpfjit_func_t code; local in function:ATF_TC_BODY
3144 bpfjit_func_t code; local in function:ATF_TC_BODY
3179 bpfjit_func_t code; local in function:ATF_TC_BODY
3210 bpfjit_func_t code; local in function:ATF_TC_BODY
3241 bpfjit_func_t code; local in function:ATF_TC_BODY
3271 bpfjit_func_t code; local in function:ATF_TC_BODY
3304 bpfjit_func_t code; local in function:ATF_TC_BODY
3336 bpfjit_func_t code; local in function:ATF_TC_BODY
3373 bpfjit_func_t code; local in function:ATF_TC_BODY
3413 bpfjit_func_t code; local in function:ATF_TC_BODY
3444 bpfjit_func_t code; local in function:ATF_TC_BODY
3504 bpfjit_func_t code; local in function:ATF_TC_BODY
3537 bpfjit_func_t code; local in function:ATF_TC_BODY
3580 bpfjit_func_t code; local in function:ATF_TC_BODY
3609 bpfjit_func_t code; local in function:ATF_TC_BODY
3676 bpfjit_func_t code; local in function:ATF_TC_BODY
3733 bpfjit_func_t code; local in function:ATF_TC_BODY
3790 bpfjit_func_t code; local in function:ATF_TC_BODY
3848 bpfjit_func_t code; local in function:ATF_TC_BODY
3906 bpfjit_func_t code; local in function:ATF_TC_BODY
3965 bpfjit_func_t code; local in function:ATF_TC_BODY
4024 bpfjit_func_t code; local in function:ATF_TC_BODY
4079 bpfjit_func_t code; local in function:ATF_TC_BODY
4121 bpfjit_func_t code; local in function:ATF_TC_BODY
4157 bpfjit_func_t code; local in function:ATF_TC_BODY
4242 bpfjit_func_t code; local in function:ATF_TC_BODY
4344 bpfjit_func_t code; local in function:ATF_TC_BODY
4480 bpfjit_func_t code; local in function:ATF_TC_BODY
    [all...]
  /src/sys/arch/arm/arm/
linux_syscall.c 7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
37 * This code is derived from software written for Brini by Mark Brinicombe
42 * 1. Redistributions of source code must retain the above copyright
115 int code, error; local in function:linux_syscall_plain
118 code = insn & 0x00ffffff;
119 if (code == 0) { /* EABI */
120 code = frame->tf_r7;
121 if (code > LINUX_EARM_NR_BASE)
122 code = code - LINUX_EARM_NR_BASE + LINUX_SYS_ARMBASE
166 int code, error; local in function:linux_syscall_fancy
    [all...]
  /src/tools/llvm/
module-test.cpp 9 assert(this code is not compiled);
  /src/sys/dev/hpc/
fontconv.c 38 int code; local in function:fc_rasops
45 code = 0;
47 fontname, width, height, code);
64 fprintf(ofp, " /* code %d */\n", code);
80 if (code < code_min) {
81 code_min = code;
83 if (code_max < code) {
84 code_max = code;
86 code++
110 int code; local in function:fc_rcons
    [all...]
  /src/sys/kern/
sys_syscall.c 7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
48 CONCAT(SYS_SYSCALL, _biglockcheck)(struct proc *p, int code)
55 (long)code, p->p_emul->e_name, curcpu()->ci_biglock_count);
65 syscallarg(int) code;
70 int code; local in function:SYS_SYSCALL
82 code = SCARG(uap, code) & (SYS_NSYSENT - 1);
83 SYSCALL_COUNT(syscall_counts, code);
84 callp += code;
    [all...]
  /src/sys/arch/sparc/sparc/
emul.c 7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
115 decodeaddr(struct trapframe *tf, union instr *code, void *val)
118 if (code->i_simm13.i_i)
119 *((int32_t *) val) = code->i_simm13.i_simm13;
123 if (code->i_asi.i_asi)
125 if ((error = readgpreg(tf, code->i_asi.i_rs2, val)) != 0)
134 union instr *code, int32_t *rd, int32_t *rs1, int32_t *rs2)
139 * [c = condition code, s = sign]
147 unsigned cc:1; /* one to send condition code */
246 union instr code; local in function:fixalign
387 union instr code; local in function:emulinstr
    [all...]
  /src/sys/arch/sparc64/sparc64/
emul.c 7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
115 decodeaddr(struct trapframe64 *tf, union instr *code, void *val)
117 if (code->i_simm13.i_i)
118 *((int32_t *) val) = code->i_simm13.i_simm13;
122 if (code->i_asi.i_asi)
124 if ((error = readgpreg(tf, code->i_asi.i_rs2, val)) != 0)
132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1,
138 * [c = condition code, s = sign]
146 unsigned cc:1; /* one to send condition code */
243 union instr code; local in function:fixalign
379 union instr code; local in function:emulinstr
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>