Searched refs:o2 (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dlshift.S26 size %o2
33 sllx %o2,3,%g1
38 add %o2,-1,%o2
39 andcc %o2,4-1,%g4 ! number of limbs in first loop
44 sub %o2,%g4,%o2 ! adjust count for main loop
57 .L0: brz,pn %o2,.Lend
63 addcc %o2,-4,%o2
[all...]
H A Drshift.S26 size %o2
35 add %o2,-1,%o2
36 andcc %o2,4-1,%g4 ! number of limbs in first loop
41 sub %o2,%g4,%o2 ! adjust count for main loop
54 .L0: brz,pn %o2,.Lend
60 addcc %o2,-4,%o2
H A Daddmul_1.S28 size o2
38 sethi %hi(0x80000000),%o2
43 add %o2,%o2,%o2 ! o2 = 0x100000000
62 movcs %xcc,%o2,%l0 ! ...compute it and...
H A Dsubmul_1.S28 size o2
37 sethi %hi(0x80000000),%o2
42 add %o2,%o2,%o2 ! o2 = 0x100000000
61 movcs %xcc,%o2,%l0 ! ...compute it and...
H A Dmul_1.S28 size o2
44 mov 1,%o2
45 sllx %o2,32,%o2 ! o2 = 0x100000000
64 movcs %xcc,%o2,%l0 ! ...compute it and...
H A Dadd_n.S29 s2_ptr %o2
38 add %o2,%g1,%o2 ! make s2_ptr point at end
43 1: ldx [%o2+%o5],%g1 ! load s2 limb
H A Dsub_n.S27 s2_ptr %o2
35 add %o2,%g1,%o2 ! make s2_ptr point at end
40 1: ldx [%o2+%o5],%g1 ! load s2 limb
/haiku/src/bin/fwcontrol/
H A Deui64.c159 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; local
163 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
168 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
173 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
178 &o0, &o1, &o2, &o5, &o6, &o7);
186 &o0, &o1, &o2, &o5, &o6, &o7);
198 e->octet[2]=o2;
/haiku/headers/posix/arch/sparc64/
H A Dsignal.h27 ulong o2; member in struct:vregs
/haiku/src/libs/compat/freebsd_network/compat/machine/generic/
H A Dbus.h282 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \
283 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
284 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
285 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
286 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
287 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dbus.h1101 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \
1102 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
1103 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
1104 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
1105 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
1106 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp206 cmp_offset(const void* o1, const void* o2) argument
209 off_t offset2 = *static_cast<const off_t*>(o2);
/haiku/headers/libs/agg/
H A Dagg_path_storage.h212 unsigned o2 = v2 & block_mask; local
214 T* pv2 = m_coord_blocks[b2] + (o2 << 1);
219 m_cmd_blocks[b1][o1] = m_cmd_blocks[b2][o2];
220 m_cmd_blocks[b2][o2] = cmd;
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp571 cmp_partition_position(const void* o1, const void* o2) argument
574 off_t offset2 = ((PartitionPosition*)o2)->offset;

Completed in 116 milliseconds