Searched refs:body (Results 1 - 25 of 140) sorted by relevance

123456

/freebsd-9.3-release/contrib/gcc/
H A Drtl-error.c43 rtx body = PATTERN (insn); local
48 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
49 asmop = SET_SRC (body);
50 else if (GET_CODE (body) == ASM_OPERANDS)
51 asmop = body;
52 else if (GET_CODE (body) == PARALLEL
53 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
54 asmop = SET_SRC (XVECEXP (body, 0, 0));
55 else if (GET_CODE (body)
[all...]
H A Dtree-ssa-loop-ivcanon.c119 basic_block *body = get_loop_body (loop); local
124 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi))
126 free (body);
404 basic_block *body; local
434 body = get_loop_body (loop);
438 if (body[i]->flags & BB_IRREDUCIBLE_LOOP)
440 free (body);
444 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi))
450 free (body);
467 free (body);
499 basic_block *body; local
[all...]
H A Dc-gimplify.c141 c_build_bind_expr (tree block, tree body) argument
162 if (!body)
163 body = build_empty_stmt ();
166 bind = build3 (BIND_EXPR, void_type_node, decls, body, block);
170 bind = body;
H A Dfinal.c261 If not overridden for epilogue code, then the function body itself
391 rtx body;
410 body = PATTERN (insn);
411 if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
421 body = PATTERN (insn);
422 if (GET_CODE (body) == USE || GET_CODE (body) == CLOBBER)
425 else if (GET_CODE (body) == ASM_INPUT || asm_noperands (body) >
388 rtx body; local
808 rtx body; local
1150 rtx body = PATTERN (insn); local
1347 asm_insn_count(rtx body) argument
1957 rtx body = PATTERN (insn); local
2013 ASM_OUTPUT_ADDR_VEC (PREV_INSN (insn), body); local
2021 ASM_OUTPUT_ADDR_DIFF_VEC (PREV_INSN (insn), body); local
[all...]
H A Dloop-invariant.c505 does not have to return. BODY is body of the loop obtained by
509 compute_always_reached (struct loop *loop, basic_block *body, argument
516 if (dominated_by_p (CDI_DOMINATORS, loop->latch, body[i]))
524 /* Finds exits out of the LOOP with body BODY. Marks blocks in that we may
529 find_exits (struct loop *loop, basic_block *body, argument
541 if (body[i]->loop_father == loop)
543 FOR_BB_INSNS (body[i], insn)
554 FOR_EACH_EDGE (e, ei, body[i]->succs)
570 if (body[i]->loop_father->header != body[
611 find_defs(struct loop *loop, basic_block *body) argument
859 find_invariants_body(struct loop *loop, basic_block *body, bitmap always_reached, bitmap always_executed) argument
879 basic_block *body = get_loop_body_in_dom_order (loop); local
[all...]
H A Dstub-objc.c290 tree ARG_UNUSED (mutex), tree ARG_UNUSED (body))
296 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
312 tree ARG_UNUSED (body))
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dmk_rep.c45 EncAPRepPart body; local
54 memset (&body, 0, sizeof(body));
56 body.ctime = auth_context->authenticator->ctime;
57 body.cusec = auth_context->authenticator->cusec;
66 free_EncAPRepPart(&body);
71 &body.subkey);
75 free_EncAPRepPart(&body);
79 body.subkey = NULL;
85 ALLOC(body
[all...]
/freebsd-9.3-release/lib/csu/ia64/
H A Dcrti.S47 .body
59 .body
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp44 void transformBody(Stmt *body, Decl *ParentD) { argument
45 Body = body;
46 collectRemovables(body, Removables);
47 TraverseStmt(body);
/freebsd-9.3-release/contrib/texinfo/info/
H A Dsearch.c373 char *body;
375 body = binding->buffer;
382 if (((body[i] == INFO_FF && body[i + 1] == INFO_COOKIE) &&
383 (body[i + 2] == '\n' ||
384 (body[i + 2] == INFO_FF && body[i + 3] == '\n'))) ||
385 ((body[i] == INFO_COOKIE) &&
386 (body[i + 1] == '\n' ||
387 (body[
370 char *body; local
392 skip_node_separator(char *body) argument
[all...]
H A Dsearch.h66 extern int skip_node_separator (char *body);
/freebsd-9.3-release/usr.bin/yacc/
H A Dskeleton.c53 /* the body either are not useful outside of semantic actions or */
136 const char *body[] = variable
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h21 unityfunction * body,
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c105 add_macro (char *name, char **arglist, char *body, char *source_file,
149 free (def->body);
154 def->body = body;
292 /* Substitute actual parameters for named parameters in body.
296 apply (char **named, char **actuals, char *body)
304 new_body_size = strlen (body);
311 while (body[i])
313 if (body[i] != '\\')
314 new_body[new_body_index++] = body[
103 add_macro(char *name, char **arglist, char *body, char *source_file, int source_lineno, int flags) argument
294 apply(char **named, char **actuals, char *body) argument
460 char *body = NULL; local
[all...]
H A Dmacro.h40 char *body; /* Macro body. */ member in struct:__anon4258
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMD5.h66 const uint8_t *body(ArrayRef<uint8_t> Data);
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c604 unsigned char* body; local
611 body = (unsigned char*) wh + sizeof(*wh);
612 *body = 1 | IEEE80211_CAPINFO_PRIVACY; // cap
614 body += 2 + 2;
617 *body++ = 0;
619 *body++ = ssidlen;
620 memcpy(body, victim.ssid, ssidlen);
621 body += ssidlen;
624 *body++ = 1;
625 *body
635 wepify(unsigned char* body, int dlen) argument
888 log_dictionary(unsigned char* body, int len) argument
997 unsigned char* body; local
1155 unsigned char* body; local
1210 unsigned char *body = (unsigned char*) (wh+1); local
1243 unsigned char *body; local
1420 unsigned char *body = (unsigned char*) (wh+1); local
1438 unsigned char *body; local
1691 unsigned char* body; local
1847 unsigned char* body; local
1966 unsigned char* body; local
2221 unsigned char* ptr, *body; local
[all...]
/freebsd-9.3-release/tools/tools/ncpus/
H A Dacpidump.h57 #define SIZEOF_SDT_HDR 36 /* struct size except body */
58 u_int32_t body[1];/* This member should be casted */ member in struct:ACPIsdt
156 } body; member in struct:MADT_APIC
163 u_char body[1]; member in struct:MADTbody
H A Dacpi.c70 madtp = (struct MADTbody *) sdp->body;
71 mp = (struct MADT_APIC *)madtp->body;
75 apic = &mp->body.local_apic;
84 sapic = &mp->body.local_sapic;
135 addr = le32dec((char*)rsdp->body + i * addr_size);
138 addr = le64dec((char*)rsdp->body + i * addr_size);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-gimplify.c63 body. Otherwise, just forget the label. */
66 finish_bc_block (enum bc_t bc, tree label, tree body) argument
76 append_to_statement_list (body, &sl);
78 body = sl;
83 return body;
114 tree body = TRY_STMTS (*stmt_p); local
117 gimplify_stmt (&body);
124 *stmt_p = build2 (TRY_CATCH_EXPR, void_type_node, body, cleanup);
133 tree body = HANDLER_BODY (*stmt_p); local
135 gimplify_stmt (&body);
147 tree body = EH_SPEC_STMTS (*stmt_p); local
192 gimplify_cp_loop(tree cond, tree body, tree incr, tree attrs, bool cond_is_first, tree inner_foreach) argument
321 tree break_block, body; local
448 tree body = TREE_OPERAND (stmt, 0); local
[all...]
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_msq.h161 #define ppb_MS_GET_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_GET)
163 #define ppb_MS_PUT_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_PUT)
192 struct ppb_microseq *, /* body msq of loop */
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c540 unsigned char *body = u.buf; local
575 body += len;
627 str2mac(body, optarg);
640 len += load_payload(optarg, body,
641 u.buf + sizeof(u.buf) - body);
652 ln = parse_ie(optarg, body,
653 u.buf + sizeof(u.buf) - body);
655 body += ln;
662 int left = u.buf + sizeof(u.buf) - body;
670 *body
[all...]
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dhttpread.c87 int content_length; /* body length, iff got_content_length */
91 int got_body; /* nonzero when body is finalized */
92 char *body; member in struct:httpread
100 int chunk_start; /* offset in body of chunk hdr or data */
171 os_free(h->body);
352 /* For some types, we should not try to read a body
354 * that we should not read a body.
358 /* Some codes can have a body and some not.
368 * that GETs have a body length of 0... ?
407 char *bbp; /* pointer into body buffe
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dhttp_client.c146 void *body; member in struct:http_req
157 req->body = NULL;
170 free(req->body);
256 req->body = erealloc(req->body, req->body_size + ret + 1);
258 memcpy((char *)req->body + req->body_size, in_buf, ret);
260 ((char *)req->body)[req->body_size] = '\0';
273 printf("body: %.*s\n", (int)req->body_size, (char *)req->body);
495 printf("%.*s\n", (int)req.body_size, (char *)req.body);
[all...]
/freebsd-9.3-release/tools/tools/net80211/stumbler/
H A Dstumbler.c683 unsigned char* body, int bodylen,
707 get_beacon_info(body, bodylen, node);
719 iv = body;
745 char* body; local
765 // body
766 body = (char*) wh + sizeof(*wh);
769 if (!get_packet_info(wh, body, rd, &node))
773 body = (char*) rth + sizeof(*rth);
782 body += sizeof(uint64_t);
787 body
682 get_packet_info(struct ieee80211_frame* wh, unsigned char* body, int bodylen, struct node_info* node) argument
[all...]

Completed in 338 milliseconds

123456