Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 1695) sorted by relevance

12345678910>>...68

/f-stack/dpdk/app/test/
H A Dtest_bpf.c157 .code = (BPF_JMP | EBPF_EXIT),
226 .code = (BPF_JMP | EBPF_EXIT),
274 .code = (BPF_JMP | EBPF_EXIT),
779 .code = (BPF_JMP | BPF_JA),
788 .code = (BPF_JMP | BPF_JA),
797 .code = (BPF_JMP | BPF_JA),
806 .code = (BPF_JMP | BPF_JA),
815 .code = (BPF_JMP | BPF_JA),
824 .code = (BPF_JMP | BPF_JA),
833 .code = (BPF_JMP | BPF_JA),
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c561 if (code) { in ngx_stream_script_add_code()
590 code->code = (ngx_stream_script_code_pt) (void *) in ngx_stream_script_add_copy_code()
602 code->code = ngx_stream_script_copy_code; in ngx_stream_script_add_copy_code()
681 code->code = (ngx_stream_script_code_pt) (void *) in ngx_stream_script_add_var_code()
692 code->code = ngx_stream_script_copy_var_code; in ngx_stream_script_add_var_code()
771 code->code = (ngx_stream_script_code_pt) (void *) in ngx_stream_script_add_capture_code()
783 code->code = ngx_stream_script_copy_capture_code; in ngx_stream_script_add_capture_code()
808 n = code->n; in ngx_stream_script_copy_capture_len_code()
834 n = code->n; in ngx_stream_script_copy_capture_code()
863 code->code = (ngx_stream_script_code_pt) (void *) in ngx_stream_script_add_full_name_code()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c698 if (code) { in ngx_http_script_add_code()
726 code->code = (ngx_http_script_code_pt) (void *) in ngx_http_script_add_copy_code()
738 code->code = ngx_http_script_copy_code; in ngx_http_script_add_copy_code()
816 code->code = (ngx_http_script_code_pt) (void *) in ngx_http_script_add_var_code()
827 code->code = ngx_http_script_copy_var_code; in ngx_http_script_add_var_code()
1211 code->code = (ngx_http_script_code_pt) (void *) in ngx_http_script_add_capture_code()
1223 code->code = ngx_http_script_copy_capture_code; in ngx_http_script_add_capture_code()
1249 n = code->n; in ngx_http_script_copy_capture_len_code()
1326 code->code = (ngx_http_script_code_pt) (void *) in ngx_http_script_add_full_name_code()
1337 code->code = ngx_http_script_full_name_code; in ngx_http_script_add_full_name_code()
[all …]
H A Dngx_http_script.h90 ngx_http_script_code_pt code; member
96 ngx_http_script_code_pt code; member
102 ngx_http_script_code_pt code; member
109 ngx_http_script_code_pt code; member
117 ngx_http_script_code_pt code; member
140 ngx_http_script_code_pt code; member
155 ngx_http_script_code_pt code; member
161 ngx_http_script_code_pt code; member
180 ngx_http_script_code_pt code; member
186 ngx_http_script_code_pt code; member
[all …]
/f-stack/tools/libxo/doc/
H A Dxolint.rst10 This code should be replaced with code like:
29 This code should be replaced with code like:
49 This code should be replaced with code like:
67 This code should be replaced with code like:
85 This code should be replaced with code like:
100 This code should be replaced with code like:
151 This code should be replaced with code like:
169 This code should be replaced with code like:
193 This code should be replaced with code like:
212 This code should be replaced with code like:
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib256 code="$str${tmp% *}"
260 log_note "Couldn't find $code in $NEW_HISTORY"
267 code="$str${tmp% *}"
271 log_note "Couldn't find $code in $NEW_HISTORY"
281 code="${str}l\$$uid $opt"
285 log_note "Couldn't find $code in $NEW_HISTORY"
290 code="${str}d\$$uid $opt"
305 code="${str}l\$$gid $opt"
314 code="${str}d\$$gid $opt"
328 code="${str}l\$ $opt"
[all …]
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h34 #define BPF_CLASS(code) ((code) & 0x07) argument
47 #define BPF_SIZE(code) ((code) & 0x18) argument
53 #define BPF_MODE(code) ((code) & 0xe0) argument
64 #define BPF_OP(code) ((code) & 0xf0) argument
97 #define BPF_SRC(code) ((code) & 0x08) argument
135 uint8_t code; member
/f-stack/freebsd/libkern/
H A Diconv_xlat16.c122 uint32_t code; in iconv_xlat16_conv() local
135 code = 0; in iconv_xlat16_conv()
195 if (!code) { in iconv_xlat16_conv()
212 u = (u_char)(code >> 8); in iconv_xlat16_conv()
213 l = (u_char)code; in iconv_xlat16_conv()
235 code = towlower((uint16_t)code, dp->t_ctp); in iconv_xlat16_conv()
236 u = (u_char)(code >> 8); in iconv_xlat16_conv()
237 l = (u_char)code; in iconv_xlat16_conv()
240 code = towupper((uint16_t)code, dp->t_ctp); in iconv_xlat16_conv()
241 u = (u_char)(code >> 8); in iconv_xlat16_conv()
[all …]
H A Diconv_ucs.c179 uint32_t code; in iconv_ucs_conv() local
193 code = 0; in iconv_ucs_conv()
199 if (code == 0) { in iconv_ucs_conv()
205 code = towlower(code, dp->ctype); in iconv_ucs_conv()
207 code = towupper(code, dp->ctype); in iconv_ucs_conv()
210 if ((code >= 0xd800 && code < 0xe000) || code >= 0x110000 ) { in iconv_ucs_conv()
220 code = encode_surrogate(code); in iconv_ucs_conv()
299 code = decode_surrogate(p); in iconv_ucs_conv()
305 code = towlower(code, dp->ctype); in iconv_ucs_conv()
307 code = towupper(code, dp->ctype); in iconv_ucs_conv()
[all …]
/f-stack/freebsd/contrib/zstd/lib/common/
H A Derror_private.h56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() argument
58 …ATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (… in ERR_getErrorCode() argument
69 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() argument
73 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
H A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() argument
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() argument
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() argument
/f-stack/tools/compat/include/net/
H A Dbpf.h253 #define BPF_CLASS(code) ((code) & 0x07) argument
264 #define BPF_SIZE(code) ((code) & 0x18) argument
269 #define BPF_MODE(code) ((code) & 0xe0) argument
280 #define BPF_OP(code) ((code) & 0xf0) argument
314 #define BPF_SRC(code) ((code) & 0x08) argument
319 #define BPF_RVAL(code) ((code) & 0x18) argument
324 #define BPF_MISCOP(code) ((code) & 0xf8) argument
363 u_short code; member
372 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
373 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/f-stack/freebsd/net/
H A Dbpf.h254 #define BPF_CLASS(code) ((code) & 0x07) argument
265 #define BPF_SIZE(code) ((code) & 0x18) argument
270 #define BPF_MODE(code) ((code) & 0xe0) argument
281 #define BPF_OP(code) ((code) & 0xf0) argument
315 #define BPF_SRC(code) ((code) & 0x08) argument
320 #define BPF_RVAL(code) ((code) & 0x18) argument
325 #define BPF_MISCOP(code) ((code) & 0xf8) argument
364 u_short code; member
373 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
374 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/f-stack/freebsd/contrib/openzfs/config/
H A Dax_code_coverage.m445 # (`make check`) and build a code coverage report detailing the code which
81 dnl Check for --enable-code-coverage
91 AC_ARG_ENABLE([code-coverage],
125 dnl Build the code coverage flags
151 clean: code-coverage-clean
152 distclean: code-coverage-clean
153 code-coverage-clean:
252 # Capture code coverage data
253 code-coverage-capture: code-coverage-capture-hook'"$CODE_COVERAGE_RULES_CAPTURE"'
256 code-coverage-capture-hook:
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c90 int code; in get_gen_ht_code() local
94 code = no_validation ? 0x73 : 0x3; in get_gen_ht_code()
186 code = 0x70; in get_gen_ht_code()
190 code = 0x71; in get_gen_ht_code()
194 code = 0x10; in get_gen_ht_code()
198 code = 0x40; in get_gen_ht_code()
202 code = 0x20; in get_gen_ht_code()
206 code = 0x7f; in get_gen_ht_code()
210 code = 0x20; in get_gen_ht_code()
215 code = FM_KG_SCH_GEN_HT_INVALID; in get_gen_ht_code()
[all …]
/f-stack/freebsd/sys/
H A Dfail.h227 #define _FAIL_POINT_EVAL(name, cond, code...) \ argument
233 code; \
236 #define KFAIL_POINT_EVAL(name, code...) \ argument
237 _FAIL_POINT_EVAL(name, true, code)
321 post_func, post_arg, code...) \ argument
328 _FAIL_POINT_EVAL(name, true, code) \
342 #define KFAIL_POINT_CODE(parent, name, code...) \ argument
345 _FAIL_POINT_EVAL(name, true, code) \
348 #define KFAIL_POINT_CODE_FLAGS(parent, name, flags, code...) \ argument
351 _FAIL_POINT_EVAL(name, true, code) \
[all …]
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_huff_decode.c2698 ngx_http_v2_huff_decode_code_t code; in ngx_http_v2_huff_decode_bits() local
2700 code = ngx_http_v2_huff_decode_codes[*state][bits]; in ngx_http_v2_huff_decode_bits()
2702 if (code.next == *state) { in ngx_http_v2_huff_decode_bits()
2706 if (code.emit) { in ngx_http_v2_huff_decode_bits()
2707 *(*dst)++ = code.sym; in ngx_http_v2_huff_decode_bits()
2710 *ending = code.ending; in ngx_http_v2_huff_decode_bits()
2711 *state = code.next; in ngx_http_v2_huff_decode_bits()
H A Dngx_http_v2_huff_encode.c15 uint32_t code; member
196 ngx_uint_t buf, pending, code; in ngx_http_v2_huff_encode() local
210 code = next->code; in ngx_http_v2_huff_encode()
215 buf |= code << (sizeof(buf) * 8 - pending); in ngx_http_v2_huff_encode()
225 buf |= code >> pending; in ngx_http_v2_huff_encode()
231 buf = pending ? code << (sizeof(buf) * 8 - pending) : 0; in ngx_http_v2_huff_encode()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun4i-a10-inet9f-rev03.dts68 linux,code = <ABS_X>;
76 linux,code = <ABS_X>;
84 linux,code = <ABS_Y>;
92 linux,code = <ABS_Y>;
100 linux,code = <ABS_Z>;
108 linux,code = <ABS_Z>;
116 linux,code = <ABS_RZ>;
164 linux,code = <BTN_X>;
170 linux,code = <BTN_Y>;
176 linux,code = <BTN_A>;
[all …]
H A Dexynos4412-smdk4412.dts55 linux,code = <2>;
61 linux,code = <3>;
67 linux,code = <4>;
73 linux,code = <5>;
79 linux,code = <6>;
85 linux,code = <30>;
91 linux,code = <48>;
97 linux,code = <46>;
103 linux,code = <32>;
109 linux,code = <18>;
/f-stack/freebsd/arm/arm/
H A Dsyscall.c110 sa->code = td->td_frame->tf_r7; in cpu_fetch_syscall_args()
112 if (sa->code == SYS_syscall) { in cpu_fetch_syscall_args()
113 sa->code = *ap++; in cpu_fetch_syscall_args()
115 } else if (sa->code == SYS___syscall) { in cpu_fetch_syscall_args()
116 sa->code = ap[_QUAD_LOWWORD]; in cpu_fetch_syscall_args()
121 if (sa->code >= p->p_sysent->sv_size) in cpu_fetch_syscall_args()
124 sa->callp = &p->p_sysent->sv_table[sa->code]; in cpu_fetch_syscall_args()
/f-stack/tools/libxo/libxo/
H A Dxo.h463 xo_emit_warn_c (int code, const char *fmt, ...);
485 xo_emit_warn_hcv(xop, as_warning, code, fmt, vap); in xo_emit_warn_hcvp()
494 xo_emit_warn_hcv(xop, 1, code, fmt, vap); in xo_emit_warn_hcp()
500 xo_emit_warn_cp (int code, const char *fmt, ...) in xo_emit_warn_cp() argument
504 xo_emit_warn_hcv(NULL, 1, code, fmt, vap); in xo_emit_warn_cp()
512 int code = errno; in xo_emit_warn_p() local
515 xo_emit_warn_hcv(NULL, 1, code, fmt, vap); in xo_emit_warn_p()
533 int code = errno; in xo_emit_err_p() local
536 xo_emit_warn_hcv(NULL, 0, code, fmt, vap); in xo_emit_err_p()
555 xo_emit_errc_p (int eval, int code, const char *fmt, ...) in xo_emit_errc_p() argument
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst14 .. code-block:: console
20 .. code-block:: console
26 .. code-block:: console
45 .. code-block:: console
51 .. code-block:: console
57 .. code-block:: console
73 .. code-block:: console
81 .. code-block:: console
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c140 ngx_http_script_code_pt code; in ngx_http_rewrite_handler() local
180 code(e); in ngx_http_rewrite_handler()
245 uintptr_t *code; in ngx_http_rewrite_merge_loc_conf() local
261 if (code == NULL) { in ngx_http_rewrite_merge_loc_conf()
265 *code = (uintptr_t) NULL; in ngx_http_rewrite_merge_loc_conf()
422 if (code == NULL) { in ngx_http_rewrite()
426 *code = NULL; in ngx_http_rewrite()
512 ngx_http_script_code_pt *code; in ngx_http_rewrite_break() local
515 if (code == NULL) { in ngx_http_rewrite_break()
718 if (code == NULL) { in ngx_http_rewrite_if_condition()
[all …]
/f-stack/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst57 .. code-block:: console
380 .. code-block:: sh
402 .. code-block:: sh
438 .. code-block:: sh
467 .. code-block:: sh
480 .. code-block:: sh
502 .. code-block:: sh
541 .. code-block:: sh
577 .. code-block:: sh
606 .. code-block:: sh
[all …]

12345678910>>...68