Searched refs:pop (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dstub.S28 pop %eax
31 pop %ebx
32 pop %ecx
33 pop %edx
34 pop %esi
35 pop %edi
36 pop %ebp
42 pop %ebx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddc.c24 static double pop(void) function
33 push(pop() + pop());
38 double subtrahend = pop();
40 push(pop() - subtrahend);
45 push(pop() * pop());
50 double topower = pop();
52 push(pow(pop(), topower));
57 double divisor = pop();
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog-abstract.h58 void (*constructor) (struct abstract_catalog_reader_ty *pop);
61 void (*destructor) (struct abstract_catalog_reader_ty *pop);
65 void (*parse_brief) (struct abstract_catalog_reader_ty *pop);
71 void (*parse_debrief) (struct abstract_catalog_reader_ty *pop);
74 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name);
77 void (*directive_message) (struct abstract_catalog_reader_ty *pop,
90 void (*comment) (struct abstract_catalog_reader_ty *pop, const char *s);
96 void (*comment_dot) (struct abstract_catalog_reader_ty *pop, const char *s);
102 void (*comment_filepos) (struct abstract_catalog_reader_ty *pop,
108 void (*comment_special) (struct abstract_catalog_reader_ty *pop,
[all...]
H A Dread-catalog-abstract.c46 abstract_catalog_reader_ty *pop; local
48 pop = (abstract_catalog_reader_ty *) xmalloc (method_table->size);
49 pop->methods = method_table;
51 method_table->constructor (pop);
52 return pop;
57 catalog_reader_free (abstract_catalog_reader_ty *pop) argument
59 if (pop->methods->destructor)
60 pop->methods->destructor (pop);
61 free (pop);
70 call_parse_brief(abstract_catalog_reader_ty *pop) argument
77 call_parse_debrief(abstract_catalog_reader_ty *pop) argument
84 call_directive_domain(abstract_catalog_reader_ty *pop, char *name) argument
91 call_directive_message(abstract_catalog_reader_ty *pop, char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
114 call_comment(abstract_catalog_reader_ty *pop, const char *s) argument
121 call_comment_dot(abstract_catalog_reader_ty *pop, const char *s) argument
128 call_comment_filepos(abstract_catalog_reader_ty *pop, const char *name, size_t line) argument
136 call_comment_special(abstract_catalog_reader_ty *pop, const char *s) argument
148 parse_start(abstract_catalog_reader_ty *pop) argument
160 parse_end(abstract_catalog_reader_ty *pop) argument
168 catalog_reader_parse(abstract_catalog_reader_ty *pop, FILE *fp, const char *real_filename, const char *logical_filename, catalog_input_format_ty input_syntax) argument
[all...]
H A Dx-po.c155 default_catalog_reader_ty *pop; local
159 pop = default_catalog_reader_alloc (&extract_methods);
160 pop->handle_comments = true;
161 pop->handle_filepos_comments = (line_comment != 0);
162 pop->allow_domain_directives = false;
163 pop->allow_duplicates = false;
164 pop->allow_duplicates_if_same_msgstr = true;
165 pop->mdlp = NULL;
166 pop->mlp = mdlp->item[0]->messages;
167 catalog_reader_parse ((abstract_catalog_reader_ty *) pop, f
[all...]
H A Dread-catalog.c471 default_catalog_reader_ty *pop; local
474 pop = default_catalog_reader_alloc (&default_methods);
475 pop->handle_comments = true;
476 pop->handle_filepos_comments = (line_comment != 0);
477 pop->allow_domain_directives = true;
478 pop->allow_duplicates = allow_duplicates;
479 pop->allow_duplicates_if_same_msgstr = false;
480 pop->mdlp = msgdomain_list_alloc (!pop->allow_duplicates);
481 pop
[all...]
H A Dread-catalog.h54 void (*set_domain) (struct default_catalog_reader_ty *pop, char *name);
57 void (*add_message) (struct default_catalog_reader_ty *pop,
67 void (*frob_new_message) (struct default_catalog_reader_ty *pop,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dstub.S43 pop %rax
46 pop %rdi
47 pop %rsi
48 pop %rdx
49 pop %r10
50 pop %r8
51 pop %r9
57 pop %rcx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dpacked_section_end.h57 #pragma pack(pop)
65 #pragma pack(pop)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dassembler.h136 pop r4
137 pop r5
138 pop r6
140 pop r0
141 pop r1
142 pop r2
143 pop r3
144 pop r7
145 pop r8
146 pop r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm61 open_err: pop ds ; restore registers and exit
62 pop es
63 pop dx define
64 pop cx
65 pop bx
66 pop di define
67 pop si
68 pop bp
93 close_err: pop ds ; restore registers and exit
94 pop e
95 pop dx define
98 pop di define
129 pop dx define
132 pop di define
167 pop dx define
170 pop di define
205 pop dx define
208 pop di define
244 pop ds ; restore registers and exit define
246 pop dx define
249 pop di define
285 pop ds ; restore registers and exit define
287 pop dx define
290 pop di define
313 pop ds define
325 pop dx define
328 pop di define
366 pop ds ; restore registers and exit define
368 pop dx define
371 pop di define
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dwarnless.c137 # pragma warning(pop)
155 # pragma warning(pop)
173 # pragma warning(pop)
192 # pragma warning(pop)
211 # pragma warning(pop)
230 # pragma warning(pop)
248 # pragma warning(pop)
267 # pragma warning(pop)
286 # pragma warning(pop)
297 #pragma warning(pop)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c198 output pop according to the printf format
199 %c output pop as a char
204 %P[a-z] put pop in variable [a-z]
205 %l push the length of pop (a string)
206 %+ add pop to pop and push the result
207 %- subtract pop from pop and push the result
208 %* multiply pop and pop an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c198 output pop according to the printf format
199 %c output pop as a char
204 %P[a-z] put pop in variable [a-z]
205 %l push the length of pop (a string)
206 %+ add pop to pop and push the result
207 %- subtract pop from pop and push the result
208 %* multiply pop and pop an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dvsyscall-sysenter.S26 pop %ebp
28 pop %edx
30 pop %ecx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall-sysenter.S15 * for returning via the iret instruction, so we must push and pop.
18 * for %eip. Thus, exactly as for arg2, we must push and pop.
50 pop %ebp
52 pop %edx
54 pop %ecx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dsemaphore.S167 pop %edx
169 pop %ecx
181 pop %ecx
195 pop %ecx
211 pop %edx
213 pop %ecx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Draw.c67 vcc->pop = atm_pop_raw;
77 vcc->pop = atm_pop_raw;
87 vcc->pop = atm_pop_raw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-mul1.S79 INSN1(pop,l ,R(ebp))
80 INSN1(pop,l ,R(ebx))
81 INSN1(pop,l ,R(esi))
82 INSN1(pop,l ,R(edi))
H A Dmpih-mul2.S81 INSN1(pop,l ,R(ebp))
82 INSN1(pop,l ,R(ebx))
83 INSN1(pop,l ,R(esi))
84 INSN1(pop,l ,R(edi))
H A Dmpih-mul3.S81 INSN1(pop,l ,R(ebp))
82 INSN1(pop,l ,R(ebx))
83 INSN1(pop,l ,R(esi))
84 INSN1(pop,l ,R(edi))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-mul1.S84 INSN1(pop,l ,R(ebp))
85 INSN1(pop,l ,R(ebx))
86 INSN1(pop,l ,R(esi))
87 INSN1(pop,l ,R(edi))
H A Dmpih-mul2.S88 INSN1(pop,l ,R(ebp))
89 INSN1(pop,l ,R(ebx))
90 INSN1(pop,l ,R(esi))
91 INSN1(pop,l ,R(edi))
H A Dmpih-mul3.S88 INSN1(pop,l ,R(ebp))
89 INSN1(pop,l ,R(ebx))
90 INSN1(pop,l ,R(esi))
91 INSN1(pop,l ,R(edi))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dasm.h103 .set pop; \
115 .set pop; \
150 .set pop
156 .set pop
174 .set pop; \
181 .set pop; \
190 .set pop; \
197 .set pop; \

Completed in 176 milliseconds

123456