Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 46) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dlist.t215 sub FETCH {$_[0]{fetched}++}
219 is(tied($t)->{fetched}, undef, 'assignment to empty list makes no copies');
/openbsd-src/usr.sbin/unbound/validator/
H A Dautotrust.h81 uint8_t fetched; member
H A Dautotrust.c1324 /** Set fetched value */
1328 ta->fetched = seen; in seen_trustanchor()
1528 ta->fetched = 0; in init_events()
1813 if (anchor->fetched) in anchor_state_update()
1819 if (!anchor->fetched) in anchor_state_update()
1830 else if (!anchor->fetched) in anchor_state_update()
1843 else if (anchor->fetched) in anchor_state_update()
1848 if (anchor->fetched) in anchor_state_update()
2282 ta->fetched?" fetched" in autr_debug_print_ta()
[all...]
/openbsd-src/sbin/unwind/libunbound/validator/
H A Dautotrust.h81 uint8_t fetched; member
H A Dautotrust.c1328 /** Set fetched value */
1332 ta->fetched = seen; in seen_trustanchor()
1532 ta->fetched = 0; in init_events()
1817 if (anchor->fetched) in anchor_state_update()
1823 if (!anchor->fetched) in anchor_state_update()
1834 else if (!anchor->fetched) in anchor_state_update()
1847 else if (anchor->fetched) in anchor_state_update()
1852 if (anchor->fetched) in anchor_state_update()
2286 ta->fetched?" fetched" in autr_debug_print_ta()
[all...]
/openbsd-src/regress/sys/netinet/arp/
H A DREADME6 kernel log files are fetched from REMOTE via SCP and grepped for
/openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/t/
H A D01_File-Fetch.t283 ### if the file wasn't fetched, it may be a network/firewall issue
287 ok( $file, " File ($file) fetched with $method ($uri)" );
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c1913 int fetched = 0; in monitor_read_memory() local
1929 fetched++; in monitor_read_memory()
1937 if (fetched == 0) in monitor_read_memory()
1941 return fetched; /* Return the number of bytes actually read */ in monitor_read_memory()
/openbsd-src/sys/dev/x86emu/
H A Dx86emu.c308 int fetched; in fetch_decode_modrm() local
310 fetched = fetch_byte_imm(emu); in fetch_decode_modrm()
311 emu->cur_mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
312 emu->cur_rh = (fetched >> 3) & 0x07; in fetch_decode_modrm()
313 emu->cur_rl = (fetched >> 0) & 0x07; in fetch_decode_modrm()
329 uint8_t fetched; in fetch_byte_imm() local
331 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_byte_imm()
333 return fetched; in fetch_byte_imm()
349 uint16_t fetched; in fetch_word_imm() local
351 fetched in fetch_word_imm()
369 uint32_t fetched; fetch_long_imm() local
[all...]
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dfold.t404 my $fetched = 0;
405 package Derpy { sub TIESCALAR { bless {}, shift } sub FETCH { $fetched++; main::uni_to_native("\x{df}") } }
410 is( $fetched, 1, "and only calls the magic once" );
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td15 // fetched from the instruction cache. However, only 6 instructions may be
/openbsd-src/usr.sbin/nsd/doc/
H A DNSD-VERIFY-MODS182 When the SOA-Refresh timer runs out, a fresh zone is tried to be fetched from
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dcgen-ibld.in329 /* It's doubtful that the middle part has already been fetched so
H A DChangeLog-9899305 fetched some bytes successfully.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-ibld.in333 /* It's doubtful that the middle part has already been fetched so
H A DChangeLog-9899305 fetched some bytes successfully.
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dprojects.rst185 them when we know we've fetched the whole thread list and ensured they are no
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst590 fetched from *LDS* memory using :ref:`m0<amdgpu_synid_m0>` as an address.
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm475 // Note that we fetched the cpu type from the PROCESS but we can't get a
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod77 evaluation is fetched for each comparison. (It is not evaluated
101 at most once, but the value of that scalar may be fetched up to twice,
105 scalar (the result of the expression) is fetched for each comparison that
111 scalar is fetched once as part of the operation within the expression.
112 The result of that operation is fetched for each comparison, which
H A Dperlgit.pod554 themselves should have been fetched when pulling from C<origin>.
H A Dperlthrtut.pod963 was fetched on the right hand side and the time the new value is
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dagentexpr.texi366 natural target endianness. Push the fetched value as an unsigned
/openbsd-src/distrib/notes/
H A Dm4.common565 this might fail. If the list could be fetched, it
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-31208 * Old releases cannot easily be fetched from the repository. (The

12