Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/netbsd-src/sys/arch/mac68k/obio/
H A Diwm.s175 movel %a6@(8),%d0 | Get drive #
190 movel %a6@(12),%d0 | Get register #
211 movel %a6@(0x08),%a4 | Get param block address
384 movel %a6@(0x08),%d0 | Get drive #
593 movel %a6@(8),%d2 | Get # of steps from stack
675 bsr readSectHdr | Get next available SECTOR header
683 moveb %a4@(o_side),%d1 | Get actual side
686 moveb %a6@(-3),%d2 | Get wanted side
690 moveb %a6@(-4),%d1 | Get track# we want
730 moveb %a0@,%d3 | Get a char,
[all …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwpas-dbus-new.py28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces',
32 ifname = if_obj.Get(WPAS_DBUS_INTERFACES_INTERFACE, 'Ifname',
45 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'BSSID',
51 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'SSID',
55 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'WPA',
60 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'RSN',
65 freq = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Frequency',
67 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
69 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Rates',
81 res = if_obj.Get(WPAS_DBUS_INTERFACES_INTERFACE, 'BSSs',
H A Dwpas-dbus-new-signals.py29 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces',
33 ifname = if_obj.Get(WPAS_DBUS_INTERFACES_INTERFACE, 'Ifname',
52 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'BSSID',
58 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'SSID',
62 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'WPA',
67 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'RSN',
72 freq = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Frequency',
74 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
76 val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Rates',
/netbsd-src/sys/arch/atari/dev/
H A Dhdfd_intr.s52 movl _C_LABEL(fdio_addr),%a0 | Get base of fdc registers
53 movb %a0@(fdsts),%d0 | Get fdsts
63 movb %a0@(fddata),%a1@+ | Get a byte
81 movl _C_LABEL(fdio_addr),%a0 | Get base of fdc registers
82 movb %a0@(fdsts),%d0 | Get fdsts
92 movb %a0@(fddata),%a1@+ | Get a byte
94 movb %a0@(fdsts),%d0 | Get fdsts
106 movb %a0@(fdsts),%d0 | Get fdsts
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h52 u8 *p = Get(i); in TestOnlyUnmap()
72 u8 *map2 = Get(idx / kSize2);
78 u8 *Get(uptr idx) const { in Get() function
85 u8 *res = Get(idx); in GetOrCreate()
88 if (!(res = Get(idx))) { in GetOrCreate()
H A Dsanitizer_allocator_stats.h46 uptr Get(AllocatorStat i) const { in Get() function
82 Add(AllocatorStat(i), s->Get(AllocatorStat(i))); in Unregister()
85 void Get(AllocatorStatCounters s) const { in Get() function
91 s[i] += stats->Get(AllocatorStat(i)); in Get()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
H A Dhello.m8 /* Get setlocale() declaration. */
11 /* Get printf() declaration. */
14 /* Get getpid() declaration. */
19 /* Get gettext(), textdomain(), bindtextdomain() declaration. */
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h58 u8 *p = Get(i); in TestOnlyUnmap()
78 u8 *map2 = Get(idx / kSize2);
85 u8 *Get(uptr idx) const { in Get() function
92 u8 *res = Get(idx); in GetOrCreate()
95 if (!(res = Get(idx))) { in GetOrCreate()
H A Dsanitizer_allocator_stats.h48 uptr Get(AllocatorStat i) const { in Get() function
84 Add(AllocatorStat(i), s->Get(AllocatorStat(i))); in Unregister()
87 void Get(AllocatorStatCounters s) const { in Get() function
93 s[i] += stats->Get(AllocatorStat(i)); in Get()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp153 row.Get(Dn, &dnP); in HandleInsert()
155 row.Get(Id, &id); in HandleInsert()
169 row.Get(Dn, &oldDnP); in HandleUpdate()
171 row.Get(Id, &id); in HandleUpdate()
172 row2.Get(Dn, &newDnP); in HandleUpdate()
193 row.Get(Dn, &dnP); in HandleDelete()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli253 (** [di_location_get_line l] Get the line number of debug location [l]. *)
256 (** [di_location_get_column l] Get the column number of debug location [l]. *)
259 (** [di_location_get_scope l] Get the local scope associated with
264 (** [di_location_get_inlined_at l] Get the "inlined at" location associated with
268 (** [di_scope_get_file l] Get the metadata of the file associated with scope [s]
272 (** [di_file_get_directory f] Get the directory of file [f]. *)
275 (** [di_file_get_filename f] Get the name of file [f]. *)
278 (** [di_file_get_source f] Get the source of file [f]. *)
590 (** [di_type_get_name m] Get the name of DIType [m]. *)
593 (** [di_type_get_size_in_bits m] Get size in bits of DIType [m]. *)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flat_map.h79 T *p = Get(i); in TestOnlyUnmap()
91 T *p = Get(i); in MemoryUsage()
105 return Get(idx / kSize2); in contains()
125 T *Get(uptr idx) const { in Get() function
149 T *res = Get(idx); in Create()
H A Dsanitizer_allocator_stats.h47 uptr Get(AllocatorStat i) const { in Get() function
83 Add(AllocatorStat(i), s->Get(AllocatorStat(i))); in Unregister()
86 void Get(AllocatorStatCounters s) const { in Get() function
92 s[i] += stats->Get(AllocatorStat(i)); in Get()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
H A Dsave_all.inc40 mfsr $r1, $IPC /* Get IPC. */
41 mfsr $r2, $IPSW /* Get IPSW. */
44 mfsr $r0, $ITYPE /* Get VID to $r0. */
58 mfsr $r1, $IPC /* Get IPC. */
59 mfsr $r2, $IPSW /* Get IPSW. */
H A Dsave_partial.inc41 mfsr $r1, $IPC /* Get IPC. */
42 mfsr $r2, $IPSW /* Get IPSW. */
45 mfsr $r0, $ITYPE /* Get VID to $r0. */
61 mfsr $r1, $IPC /* Get IPC. */
62 mfsr $r2, $IPSW /* Get IPSW. */
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
H A Dsave_partial.inc41 mfsr $r1, $IPC /* Get IPC. */
42 mfsr $r2, $IPSW /* Get IPSW. */
45 mfsr $r0, $ITYPE /* Get VID to $r0. */
61 mfsr $r1, $IPC /* Get IPC. */
62 mfsr $r2, $IPSW /* Get IPSW. */
H A Dsave_all.inc40 mfsr $r1, $IPC /* Get IPC. */
41 mfsr $r2, $IPSW /* Get IPSW. */
44 mfsr $r0, $ITYPE /* Get VID to $r0. */
58 mfsr $r1, $IPC /* Get IPC. */
59 mfsr $r2, $IPSW /* Get IPSW. */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp113 ValueType *(Module::*Get)(StringRef) const>
134 ValueType *(Module::*Get)(StringRef) const>
135 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule()
137 if (ValueType *S = (M.*Get)(Source)) { in performOnModule()
141 if (Value *T = (M.*Get)(Target)) in performOnModule()
154 ValueType *(Module::*Get)(StringRef) const,
176 ValueType *(Module::*Get)(StringRef) const,
179 bool PatternRewriteDescriptor<DT, ValueType, Get, Iterator>::
196 if (Value *V = (M.*Get)(Name)) in performOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h88 static T Get() { return T(); } in Get() function
92 static T Get() {
117 static T Get() {
119 T, ::std::is_default_constructible<T>::value>::Get();
129 static T Get() { return BuiltInDefaultValue<T>::Get(); }
138 static T* Get() { return nullptr; }
148 static type Get() { return value; } \
233 static T Get() {
234 return producer_ == nullptr ? internal::BuiltInDefaultValue<T>::Get()
294 static T& Get() {
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs52 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet()
56 Assert.AreEqual( 1, buf.Get() ); in SinglePutGet()
58 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet()
69 Assert.AreEqual( 1, buf.Get() ); in BlockPutGet()
73 Assert.AreEqual( 9, buf.Get(arr2,1,9) ); in BlockPutGet()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs52 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet()
56 Assert.AreEqual( 1, buf.Get() ); in SinglePutGet()
58 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet()
69 Assert.AreEqual( 1, buf.Get() ); in BlockPutGet()
73 Assert.AreEqual( 9, buf.Get(arr2,1,9) ); in BlockPutGet()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs52 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet()
56 Assert.AreEqual( 1, buf.Get() ); in SinglePutGet()
58 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet()
69 Assert.AreEqual( 1, buf.Get() ); in BlockPutGet()
73 Assert.AreEqual( 9, buf.Get(arr2,1,9) ); in BlockPutGet()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltinsBPF.def20 // Get record field information.
23 // Get BTF type id.
26 // Get type information.
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstreambuf44 // Get and put areas:
45 // 27.6.2.2.3 Get area:
66 // 27.6.2.3.2 Get area:
92 // 27.6.2.4.3 Get area:
169 // Get and put areas:
170 // 27.6.2.2.3 Get area:
237 // 27.6.2.3.2 Get area:
281 // 27.6.2.4.3 Get area:
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_vector_clock.h24 Epoch Get(Sid sid) const;
40 ALWAYS_INLINE Epoch VectorClock::Get(Sid sid) const { in Get() function

12345678910>>...42