| /src/tests/lib/libc/atomic/ |
| t___sync_compare_and_swap.c | 110 atf_tc_set_md_var(tc, "descr", "subword " #NAME); \ 116 SUBTYPE subword[2]; \ 120 val.subword[LSB] = -1; \ 121 val.subword[MSB] = 123; \ 122 ATF_CHECK(NAME(&val.subword[LSB], /*old*/-1, /*new*/-2)); \ 123 ATF_CHECK_EQ_MSG(val.subword[LSB], (SUBTYPE)-2, \ 124 "val.subword[LSB] = 0x%" SUBFMT, val.subword[LSB]); \ 125 ATF_CHECK_EQ_MSG(val.subword[MSB], 123, \ 126 "val.subword[MSB] = 0x%" SUBFMT, val.subword[MSB]); [all...] |
| /src/games/boggle/boggle/ |
| bog.c | 445 char subword[MAXWORDLEN + 1]; local 453 q = subword; 467 if (checkword(subword + 1, *lm, path + 1) > 0)
|
| /src/bin/csh/ |
| lex.c | 72 static Char *subword(Char *, int, int *); 892 tword = subword(en->word, sc, &didone); 898 tword = subword(otword, sc, &didone); 920 subword(Char *cp, int type, int *adid) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-lives.cc | 335 /* Like mark_pseudo_regno_live, but try to only mark one subword of 336 the pseudo as live. SUBWORD indicates which; a value of 0 339 mark_pseudo_regno_subword_live (int regno, int subword) 362 obj = ALLOCNO_OBJECT (a, subword); 466 register dies. SUBWORD indicates which; a value of 0 indicates the low part. */ 468 mark_pseudo_regno_subword_dead (int regno, int subword) 490 obj = ALLOCNO_OBJECT (a, subword);
|
| ira-int.h | 240 /* The subword within ALLOCNO which is represented by this object. 241 Zero means the lowest-order subword (or the entire allocno in case 243 int subword; 529 #define OBJECT_SUBWORD(O) ((O)->subword) 242 int subword; member in struct:ira_object
|
| ira-build.cc | 449 ira_create_object (ira_allocno_t a, int subword) 455 OBJECT_SUBWORD (obj) = subword;
|
| expr.cc | 711 rtx subword = operand_subword (to, index, 1, to_mode); 713 gcc_assert (subword); 715 if (fill_value != subword) 716 emit_move_insn (subword, fill_value); 709 rtx subword = operand_subword (to, index, 1, to_mode); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-lives.cc | 334 /* Like mark_pseudo_regno_live, but try to only mark one subword of 335 the pseudo as live. SUBWORD indicates which; a value of 0 338 mark_pseudo_regno_subword_live (int regno, int subword) 361 obj = ALLOCNO_OBJECT (a, subword); 465 register dies. SUBWORD indicates which; a value of 0 indicates the low part. */ 467 mark_pseudo_regno_subword_dead (int regno, int subword) 489 obj = ALLOCNO_OBJECT (a, subword);
|
| ira-int.h | 240 /* The subword within ALLOCNO which is represented by this object. 241 Zero means the lowest-order subword (or the entire allocno in case 243 int subword; 515 #define OBJECT_SUBWORD(O) ((O)->subword) 242 int subword; member in struct:ira_object
|
| ira-build.cc | 449 ira_create_object (ira_allocno_t a, int subword) 455 OBJECT_SUBWORD (obj) = subword;
|
| expr.cc | 545 rtx subword = operand_subword (to, index, 1, to_mode); 547 gcc_assert (subword); 549 if (fill_value != subword) 550 emit_move_insn (subword, fill_value); 543 rtx subword = operand_subword (to, index, 1, to_mode); local
|