Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 135) sorted by relevance

123456

/toolchain/binutils/binutils-2.27/zlib/
Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold & ((1U << op) - 1);
148 hold >>= op;
153 hold += (unsigned long)(PUP(in)) << bits;
[all …]
Dinflate.c120 state->hold = 0;
240 state->hold = 0;
246 state->hold += value << state->bits;
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold & ((1U << (n)) - 1))
512 hold >>= (n); \
519 hold >>= bits & 7; \
[all …]
Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ local
284 hold = 0;
330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
Dinflate.h98 unsigned long hold; /* input bit accumulator */ member
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1267 char *hold; in md_assemble() local
1314 hold = input_line_pointer; in md_assemble()
1321 input_line_pointer = hold; in md_assemble()
1322 str = hold; in md_assemble()
1333 input_line_pointer = hold; in md_assemble()
1334 str = hold; in md_assemble()
1342 input_line_pointer = hold; in md_assemble()
1343 str = hold; in md_assemble()
1355 input_line_pointer = hold; in md_assemble()
1356 str = hold; in md_assemble()
[all …]
Dtc-mn10200.c910 char *hold; in md_assemble() local
945 hold = input_line_pointer; in md_assemble()
952 input_line_pointer = hold; in md_assemble()
953 str = hold; in md_assemble()
964 input_line_pointer = hold; in md_assemble()
965 str = hold; in md_assemble()
973 input_line_pointer = hold; in md_assemble()
974 str = hold; in md_assemble()
986 input_line_pointer = hold; in md_assemble()
987 str = hold; in md_assemble()
[all …]
Dm68k-parse.y757 char *hold; in yylex() local
916 hold = input_line_pointer; in yylex()
920 input_line_pointer = hold; in yylex()
1074 hold = input_line_pointer; in yylex()
1078 input_line_pointer = hold; in yylex()
Dtc-cr16.c144 char *hold = input_line_pointer; in l_cons() local
159 input_line_pointer = hold; in l_cons()
172 as_bad (_("field width \"%s\" too complex for a bitfield"), hold); in l_cons()
189 input_line_pointer = hold; in l_cons()
195 hold = ++input_line_pointer; in l_cons()
203 as_bad (_("field value \"%s\" too complex for a bitfield"), hold); in l_cons()
217 hold = ++input_line_pointer; in l_cons()
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
Dinffas8664.c94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member
135 ar.hold = state->hold;
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
Dgvmat64.asm207 ;;; Retrieve the function arguments. r8d will hold cur_match
208 ;;; throughout the entire function. edx will hold the pointer to the
/toolchain/binutils/binutils-2.27/gas/
Dstabs.c513 char *hold; in generate_asm_file() local
528 hold = input_line_pointer; in generate_asm_file()
569 input_line_pointer = hold; in generate_asm_file()
579 char *hold; in stabs_generate_asm_lineno() local
593 hold = input_line_pointer; in stabs_generate_asm_lineno()
645 input_line_pointer = hold; in stabs_generate_asm_lineno()
657 char *hold = input_line_pointer; in stabs_generate_asm_func() local
676 input_line_pointer = hold; in stabs_generate_asm_func()
688 char *hold = input_line_pointer; in stabs_generate_asm_endfunc() local
702 input_line_pointer = hold; in stabs_generate_asm_endfunc()
Dcond.c379 struct conditional_frame *hold; in s_endif() local
393 hold = current_cframe; in s_endif()
395 obstack_free (&cond_obstack, hold); in s_endif()
570 struct conditional_frame *hold; in cond_exit_macro() local
572 hold = current_cframe; in cond_exit_macro()
574 obstack_free (&cond_obstack, hold); in cond_exit_macro()
Dcgen.c336 char * volatile hold; in gas_cgen_parse_operand() local
340 static char *hold; in gas_cgen_parse_operand()
361 hold = input_line_pointer; in gas_cgen_parse_operand()
370 input_line_pointer = (char *) hold; in gas_cgen_parse_operand()
381 input_line_pointer = hold; in gas_cgen_parse_operand()
Das.c1104 char *hold; in macro_expr() local
1109 hold = input_line_pointer; in macro_expr()
1113 input_line_pointer = hold; in macro_expr()
/toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
Dinfback9.c119 hold = 0; \
143 hold += (unsigned long)(*next++) << bits; \
158 ((unsigned)hold & ((1U << (n)) - 1))
163 hold >>= (n); \
170 hold >>= bits & 7; \
233 unsigned long hold; /* bit buffer */ local
265 hold = 0;
316 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
321 length = (unsigned)hold & 0xffff;
/toolchain/binutils/binutils-2.27/zlib/contrib/inflate86/
Dinffas86.c89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member
118 ar.hold = state->hold;
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
1142 ar.hold &= (1U << ar.bits) - 1;
1153 state->hold = ar.hold;
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-tic80.c606 bfd_byte hold; in coff_tic80_relocate_section() local
608 hold = contents[addr + 4]; in coff_tic80_relocate_section()
617 contents[addr + 4] |= hold & 0x20; in coff_tic80_relocate_section()
625 bfd_byte hold; in coff_tic80_relocate_section() local
627 hold = contents[addr + 1]; in coff_tic80_relocate_section()
636 contents[addr + 1] |= hold & 0x80; in coff_tic80_relocate_section()
/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c1329 const char *hold; in parse_stab_type() local
1334 hold = *pp; in parse_stab_type()
1348 *pp = hold; in parse_stab_type()
2982 const char *hold; in parse_stab_tilde_field() local
3011 hold = *pp; in parse_stab_tilde_field()
3026 *pp = hold; in parse_stab_tilde_field()
3916 const char *hold; in stab_demangle_signature() local
3922 hold = NULL; in stab_demangle_signature()
3929 hold = *pp; in stab_demangle_signature()
3931 || ! stab_demangle_remember_type (minfo, hold, *pp - hold)) in stab_demangle_signature()
[all …]
/toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
Duntgz.c350 char hold; in makedir() local
354 hold = *p; in makedir()
362 if (hold == 0) in makedir()
364 *p++ = hold; in makedir()
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
Dminiunz.c168 char hold; local
172 hold = *p;
180 if (hold == 0)
182 *p++ = hold;
/toolchain/binutils/binutils-2.27/zlib/contrib/blast/
Dblast.c418 static unsigned char hold[CHUNK]; in inf() local
420 *buf = hold; in inf()
421 return fread(hold, 1, CHUNK, (FILE *)how); in inf()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dbaddata1.s7 # no way these are going to hold the pointers.
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-rl78.texi48 Mark the generated binary as one that uses 32-bits to hold the
52 Mark the generated binary as one that uses 64-bits to hold the
/toolchain/binutils/binutils-2.27/ld/emultempl/
Delf32.em1817 static struct orphan_save hold[] =
1940 for (ho = hold; ho < hold + sizeof (hold) / sizeof (hold[0]); ++ho)
1954 && hold[orphan_text].os != NULL)
1956 os = hold[orphan_text].os;
1989 place = &hold[orphan_nonalloc];
1995 place = &hold[orphan_interp];
1997 place = &hold[orphan_bss];
1999 place = &hold[orphan_sdata];
2001 place = &hold[orphan_tdata];
2003 place = &hold[orphan_data];
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dmep-asm.c786 char *str = 0, *hold = 0; in mep_cgen_expand_macros_and_parse_operand() local
793 hold = str; in mep_cgen_expand_macros_and_parse_operand()
809 *strp_in += (str - hold); in mep_cgen_expand_macros_and_parse_operand()
812 if (hold) in mep_cgen_expand_macros_and_parse_operand()
813 free (hold); in mep_cgen_expand_macros_and_parse_operand()

123456