Searched refs:uqword (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dfde-vms.c51 typedef unsigned long long uqword; typedef
62 uqword * unw_info_block = (uqword *)entry->info_offset;
63 uqword header = *unw_info_block;
103 /* Beware: uqword pointer arithmetic below. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/
H A Dmuldivti3.c4 typedef unsigned int uqword __attribute__((mode(TI))); typedef
9 uqword uq;
16 uqword e, f;
H A Dabi.c14 typedef unsigned int uqword __attribute__((mode(TI))); typedef
19 uqword uq;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsyn.c869 int uqword = 0; local
874 uqword = c == LWORD && *ident;
881 ret = uqword && strcmp(yylval.cp, dbtest_tokens[(int) TM_NOT]) == 0;
894 } else if (uqword && (ret = (int) test_isop(te, meta, ident)))
897 ret = uqword && strcmp(yylval.cp, db_close) == 0;
H A Dexec.c1668 int uqword; local
1677 uqword = *p == EOS;
1680 if (uqword) {
1693 ret = uqword

Completed in 129 milliseconds