Searched refs:body (Results 51 - 75 of 227) sorted by relevance

12345678910

/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_test.c80 void (*body)(const atf_tc_t *))
85 RE(atf_tc_init(&tc, name, head, body, NULL, config));
242 void (*body)(const atf_tc_t *);
259 init_and_run_h_tc("h_check_errno", t->head, t->body);
286 void (*body)(const atf_tc_t *);
303 init_and_run_h_tc("h_require_errno", t->head, t->body);
341 void (*body)(const atf_tc_t *);
360 init_and_run_h_tc("h_check", t->head, t->body);
384 void (*body)(const atf_tc_t *); member in struct:check_eq_test
401 init_and_run_h_tc("h_check", t->head, t->body);
606 void (*body)(const atf_tc_t *); member in struct:require_eq_test
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros.hpp42 void body(void) const; \
54 void body(void) const; \
66 void body(void) const; \
84 atfu_tc_ ## name::body(void) \
H A Dtests.hpp80 virtual void body(void) const = 0;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.h99 svn_error_t *(*body)(void *baton,
H A Dfs_fs.h191 svn_error_t *(*body)(void *baton,
201 svn_error_t *(*body)(void *baton,
210 svn_error_t *(*body)(void *baton,
223 svn_error_t *(*body)(void *baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.h103 svn_error_t *(*body)(void *baton,
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c133 char *body; member in struct:xs_stored_msg::__anon4::__anon5
644 char *body; local
654 body = malloc(msg->hdr.len + 1, M_XENSTORE, M_WAITOK);
655 error = xs_read_store(body, msg->hdr.len);
657 free(body, M_XENSTORE);
661 body[msg->hdr.len] = '\0';
665 msg->u.watch.vec = split(body, msg->hdr.len,
687 msg->u.reply.body = body;
698 * Thread body o
801 char *body; local
954 xs_single(struct xs_transaction t, enum xsd_sockmsg_type request_type, const char *body, u_int *len, void **result) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dxml-utils.c445 xml_node_t *envelope, *body; local
453 body = xml_node_create(ctx, envelope, ns, "Body");
454 xml_node_add_child(ctx, body, node);
461 xml_node_t *body, *child; local
463 body = get_node_uri(ctx, soap, "Envelope/Body");
464 if (body == NULL)
466 xml_node_for_each_child(ctx, child, body) {
/freebsd-11-stable/contrib/gcc/
H A Drtlanal.c657 reg_referenced_p (rtx x, rtx body)
661 switch (GET_CODE (body))
664 if (reg_overlap_mentioned_p (x, SET_SRC (body)))
670 if (GET_CODE (SET_DEST (body)) != CC0
671 && GET_CODE (SET_DEST (body)) != PC
672 && !REG_P (SET_DEST (body))
673 && ! (GET_CODE (SET_DEST (body)) == SUBREG
674 && REG_P (SUBREG_REG (SET_DEST (body)))
675 && (((GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (body))))
677 == ((GET_MODE_SIZE (GET_MODE (SET_DEST (body)))
651 reg_referenced_p(rtx x, rtx body) argument
1378 rtx body = *pbody; local
1571 rtx body = XVECEXP (pattern, 0, i); local
2446 rtx_referenced_p_1(rtx *body, void *x) argument
2469 rtx_referenced_p(rtx x, rtx body) argument
[all...]
H A Dcselib.c1286 rtx body = PATTERN (insn);
1289 body = PATTERN (insn);
1290 if (GET_CODE (body) == COND_EXEC)
1292 cond = COND_EXEC_TEST (body);
1293 body = COND_EXEC_CODE (body);
1297 if (GET_CODE (body) == SET)
1299 sets[0].src = SET_SRC (body);
1300 sets[0].dest = SET_DEST (body);
1303 else if (GET_CODE (body)
1284 rtx body = PATTERN (insn); local
[all...]
H A Dc-omp.c52 c_finish_omp_critical (tree body, tree name) argument
56 OMP_CRITICAL_BODY (stmt) = body;
124 it even after unsharing function body. */
203 expression, body of the loop and statements to go before the loop).
208 tree incr, tree body, tree pre_body)
377 OMP_FOR_BODY (t) = body;
207 c_finish_omp_for(location_t locus, tree decl, tree init, tree cond, tree incr, tree body, tree pre_body) argument
H A Dcfgloopmanip.c366 /* Given LOOP structure with filled header and latch, find the body of the
417 basic_block *dom_bbs, *body; local
475 body = get_loop_body (loop);
478 SET_BIT (seen, body[i]->index);
484 for (ldom = first_dom_son (CDI_DOMINATORS, body[i]);
496 free (body);
513 basic_block *body; local
528 body = get_loop_body (loop);
531 if (body[i]->loop_father == loop)
533 remove_bb_from_loops (body[
566 basic_block *body; local
[all...]
H A Dpostreload.c89 rtx body = PATTERN (insn); local
91 if (GET_CODE (body) == SET)
100 count += reload_cse_simplify_set (body, insn);
102 if (!count && reload_cse_noop_set_p (body))
104 rtx value = SET_DEST (body);
117 else if (GET_CODE (body) == PARALLEL)
124 within the body of the asm. Invalidate those registers now so that
126 if (asm_noperands (body) >= 0)
128 for (i = XVECLEN (body, 0) - 1; i >= 0; --i)
130 rtx part = XVECEXP (body,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h91 /// statement, e.g. loop body for while, for, etc; inner statement for case,
178 /// switch (<cond>) <body>
186 syntax::Statement *body();
189 /// case <value>: <body>
198 syntax::Statement *body();
201 /// default: <body>
209 syntax::Statement *body();
226 /// for (<init>; <cond>; <increment>) <body>
234 syntax::Statement *body();
237 /// while (<cond>) <body>
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c1416 -- in the body of a nonstatic member function of that class or
2218 /* This is the body of the loop that implements the deletion of a
2220 tree body;
2254 body = build1 (EXIT_EXPR, void_type_node,
2257 body = build_compound_expr
2258 (body, build_modify_expr (tbase, NOP_EXPR,
2260 body = build_compound_expr
2261 (body, build_delete (ptype, tbase, sfk_complete_destructor,
2264 loop = build1 (LOOP_EXPR, void_type_node, body);
2304 body
2217 tree body; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h111 isc_buffer_t *body,
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm51 .body
64 .body
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.h218 } body; member in struct:hv_kvp_msg
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h101 const uint8_t *body(ArrayRef<uint8_t> Data);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c213 msg.tag_hdr.val_buf_size = sizeof(msg.body);
214 msg.tag_hdr.val_len = sizeof(msg.body);
224 if (msg.body.resp.address == 0) {
229 touchbuf = VCBUS_TO_PHYS(msg.body.resp.address);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl871 my $body = shift;
873 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
1176 my $body = shift;
1178 my @insns = (&$body,&$body,&$body,&$body); # 10
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp79 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) { function in class:MD5
213 body(makeArrayRef(buffer, 64));
217 Ptr = body(makeArrayRef(Ptr, Size & ~(unsigned long) 0x3f));
245 body(makeArrayRef(buffer, 64));
256 body(makeArrayRef(buffer, 64));
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp53 void transformBody(Stmt *body, Decl *ParentD) { argument
54 Body = body;
55 collectRemovables(body, Removables);
56 StmtMap.reset(new ParentMap(body));
57 TraverseStmt(body);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp41 static const void *body(MD5_CTX *ctx, const void *data, ulong_t size) { function in namespace:__tsan
181 body(ctx, ctx->buffer, 64);
185 data = body(ctx, data, size & ~(ulong_t)0x3f);
203 body(ctx, ctx->buffer, 64);
220 body(ctx, ctx->buffer, 64);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c479 int64_t l, body; local
554 body = len - nl;
555 if (!uuchar[*b] || body <= 0) {
563 body--;
564 if (l > body) {

Completed in 176 milliseconds

12345678910