| /src/external/bsd/libevent/dist/ |
| poll.c | 118 poll_check_ok(struct pollop *pop) 123 for (i = 0; i < pop->fd_count; ++i) { 124 idx = pop->idxplus1_by_fd[i]-1; 127 EVUTIL_ASSERT(pop->event_set[idx].fd == i); 129 for (i = 0; i < pop->nfds; ++i) { 130 struct pollfd *pfd = &pop->event_set[i]; 131 EVUTIL_ASSERT(pop->idxplus1_by_fd[pfd->fd] == i+1); 135 #define poll_check_ok(pop) 143 struct pollop *pop = base->evbase; local 146 poll_check_ok(pop); 235 struct pollop *pop = base->evbase; local 298 struct pollop *pop = base->evbase; local 349 struct pollop *pop = base->evbase; local [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| poll.c | 117 poll_check_ok(struct pollop *pop) 122 for (i = 0; i < pop->fd_count; ++i) { 123 idx = pop->idxplus1_by_fd[i]-1; 126 EVUTIL_ASSERT(pop->event_set[idx].fd == i); 128 for (i = 0; i < pop->nfds; ++i) { 129 struct pollfd *pfd = &pop->event_set[i]; 130 EVUTIL_ASSERT(pop->idxplus1_by_fd[pfd->fd] == i+1); 134 #define poll_check_ok(pop) 142 struct pollop *pop = base->evbase; local 145 poll_check_ok(pop); 234 struct pollop *pop = base->evbase; local 297 struct pollop *pop = base->evbase; local 348 struct pollop *pop = base->evbase; local [all...] |
| /src/lib/libc/arch/i386/sys/ |
| __syscall.S | 45 pop %ecx /* rta */ 46 pop %eax /* syscall number */ 47 pop %edx /* junk */
|
| syscall.S | 45 pop %ecx /* rta */ 46 pop %eax /* syscall number */
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| read-catalog-abstract.h | 59 void (*constructor) (struct abstract_catalog_reader_ty *pop); 62 void (*destructor) (struct abstract_catalog_reader_ty *pop); 66 void (*parse_brief) (struct abstract_catalog_reader_ty *pop); 72 void (*parse_debrief) (struct abstract_catalog_reader_ty *pop); 75 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name); 78 void (*directive_message) (struct abstract_catalog_reader_ty *pop, 91 void (*comment) (struct abstract_catalog_reader_ty *pop, const char *s); 97 void (*comment_dot) (struct abstract_catalog_reader_ty *pop, const char *s); 103 void (*comment_filepos) (struct abstract_catalog_reader_ty *pop, 109 void (*comment_special) (struct abstract_catalog_reader_ty *pop, [all...] |
| read-catalog-abstract.c | 47 abstract_catalog_reader_ty *pop; local 49 pop = (abstract_catalog_reader_ty *) xmalloc (method_table->size); 50 pop->methods = method_table; 52 method_table->constructor (pop); 53 return pop; 58 catalog_reader_free (abstract_catalog_reader_ty *pop) 60 if (pop->methods->destructor) 61 pop->methods->destructor (pop); 62 free (pop); [all...] |
| /src/sys/arch/mips/include/ |
| sb1regs.h | 43 .set push; .set mips32; ssnop; ssnop; ssnop; ssnop; .set pop; 45 #define COP0_SYNC .set push; .set mips32; ssnop; ssnop; ssnop; .set pop; 52 * .set push; .set mips32; ssnop; bnel $0, $0, .+4; ssnop; .set pop; 60 .set push; .set mips32; ssnop; .word 0x54000000; ssnop; .set pop;
|
| /src/sys/arch/i386/stand/lib/ |
| comio.S | 39 pop %edi 40 pop %esi 41 pop %edx 42 pop %ebx 43 pop %ebp 76 pop %edi 77 pop %esi 78 pop %edx 79 pop %ebx 80 pop %ec [all...] |
| biosvbe.S | 64 pop %di 70 pop %es 77 pop %edi 78 pop %esi 113 pop %di 119 pop %es 126 pop %edi 127 pop %esi 163 pop %edi 164 pop %es [all...] |
| message32.S | 71 pop %ecx 83 pop %eax 86 pop (%edi)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-pseudo-unwind-asm.S | 38 pop %rbx 41 pop %rbp 64 pop %rbp
|
| arm-pseudo-unwind-asm.S | 51 pop {fp, pc} 74 pop {r0} 75 pop {r1} 78 pop {fp, pc}
|
| arm-pseudo-unwind-legacy-asm.S | 56 pop {fp, pc} 79 pop {r0} 83 pop {fp, pc}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-pseudo-unwind-asm.S | 38 pop %rbx 41 pop %rbp 64 pop %rbp
|
| arm-pseudo-unwind-asm.S | 51 pop {fp, pc} 74 pop {r0} 75 pop {r1} 78 pop {fp, pc}
|
| arm-pseudo-unwind-legacy-asm.S | 56 pop {fp, pc} 79 pop {r0} 83 pop {fp, pc}
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/ |
| call_apsr.S | 29 pop {pc} 42 pop {pc}
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ia32/ |
| setjmp.S | 25 pop %ecx 42 pop %eax 43 pop %edx 44 pop %eax
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| gthr.h | 151 #pragma GCC visibility pop
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| switchcontext.S | 100 pop %EAX; 101 pop %FS:8; 102 pop %FS:4; 103 pop %FS:0; 104 pop %EBX; 105 pop %ESI; 106 pop %EDI; 107 pop %EBP;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| cxxabi_forced.h | 58 #pragma GCC visibility pop
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| cxxabi_forced.h | 58 #pragma GCC visibility pop
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/x86/ |
| switchcontext.S | 59 pop %eax 60 pop %ebx 61 pop %esi 62 pop %edi 63 pop %ebp 95 pop %r15 96 pop %r14 97 pop %r13 98 pop %r12 99 pop %rb [all...] |
| /src/external/bsd/tcpdump/dist/ |
| diag-control.h | 62 DIAG_DO_PRAGMA(clang diagnostic pop) 78 DIAG_DO_PRAGMA(clang diagnostic pop) 97 DIAG_DO_PRAGMA(clang diagnostic pop) 106 DIAG_DO_PRAGMA(clang diagnostic pop) 120 DIAG_DO_PRAGMA(clang diagnostic pop) 133 DIAG_DO_PRAGMA(clang diagnostic pop) 146 DIAG_DO_PRAGMA(GCC diagnostic pop) 161 DIAG_DO_PRAGMA(GCC diagnostic pop) 171 DIAG_DO_PRAGMA(GCC diagnostic pop)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/ |
| check_analyze.sh | 4 # of push/pop/rsp instructions to verify that runtime is efficient enough. 40 check $f pop 6 46 check $f pop 12 52 check $f pop 0
|