Home
last modified time | relevance | path

Searched refs:STORE (Results 1 – 25 of 163) sorted by relevance

1234567

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dquotearg.c203 #define STORE(c) \ in quotearg_buffer_restyled() macro
215 STORE ('"'); in quotearg_buffer_restyled()
251 STORE (*quote_string); in quotearg_buffer_restyled()
259 STORE ('\''); in quotearg_buffer_restyled()
277 STORE ('\\'); in quotearg_buffer_restyled()
285 STORE ('\\'); in quotearg_buffer_restyled()
286 STORE ('0'); in quotearg_buffer_restyled()
287 STORE ('0'); in quotearg_buffer_restyled()
309 STORE ('?'); in quotearg_buffer_restyled()
310 STORE ('\\'); in quotearg_buffer_restyled()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dquotearg.c200 #define STORE(c) \ in quotearg_buffer_restyled() macro
212 STORE ('"'); in quotearg_buffer_restyled()
248 STORE (*quote_string); in quotearg_buffer_restyled()
256 STORE ('\''); in quotearg_buffer_restyled()
274 STORE ('\\'); in quotearg_buffer_restyled()
282 STORE ('\\'); in quotearg_buffer_restyled()
283 STORE ('0'); in quotearg_buffer_restyled()
284 STORE ('0'); in quotearg_buffer_restyled()
306 STORE ('?'); in quotearg_buffer_restyled()
307 STORE ('\\'); in quotearg_buffer_restyled()
[all …]
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dquotearg.c221 #define STORE(c) \ in quotearg_buffer_restyled() macro
233 STORE ('"'); in quotearg_buffer_restyled()
264 STORE (*quote_string); in quotearg_buffer_restyled()
272 STORE ('\''); in quotearg_buffer_restyled()
290 STORE ('\\'); in quotearg_buffer_restyled()
312 STORE ('?'); in quotearg_buffer_restyled()
313 STORE ('\\'); in quotearg_buffer_restyled()
314 STORE ('?'); in quotearg_buffer_restyled()
370 STORE ('\''); in quotearg_buffer_restyled()
371 STORE ('\\'); in quotearg_buffer_restyled()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td132 InstrItinData <tc_131f1c81, /*SLOT0,NOSLOT1,STORE,VP*/
155 InstrItinData <tc_191381c1, /*SLOT0,STORE,VA*/
172 InstrItinData <tc_20a4bbec, /*SLOT0,STORE*/
234 InstrItinData <tc_3ce09744, /*SLOT0,STORE*/
239 InstrItinData <tc_3e2aaafc, /*SLOT0,STORE,VA*/
245 InstrItinData <tc_447d9895, /*SLOT0,STORE,VA*/
277 InstrItinData <tc_54a0dc47, /*SLOT0,STORE,VA*/
298 InstrItinData <tc_58d21193, /*SLOT0,STORE,VA_DV*/
329 InstrItinData <tc_6942b6e0, /*SLOT0,STORE*/
350 InstrItinData <tc_7177e272, /*SLOT0,STORE*/
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_cab.c172 STORE = 0, enumerator
203 if (comp != STORE) { in verify()
257 if (comp != STORE) { in verify()
301 if (comp != STORE) { in verify2()
324 if (comp != STORE) { in verify2()
361 if (comp != STORE) { in verify3()
379 if (comp != STORE) { in verify3()
397 verify("test_read_format_cab_1.cab", STORE); in DEFINE_TEST()
398 verify2("test_read_format_cab_1.cab", STORE); in DEFINE_TEST()
399 verify3("test_read_format_cab_1.cab", STORE); in DEFINE_TEST()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-sh.c1556 #define STORE (0x2) macro
1662 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */
1663 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */
1664 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */
1681 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */
1691 { 0x2000, STORE | USES1 | USES2 }, /* mov.b rm,@rn */
1692 { 0x2001, STORE | USES1 | USES2 }, /* mov.w rm,@rn */
1693 { 0x2002, STORE | USES1 | USES2 }, /* mov.l rm,@rn */
1694 { 0x2004, STORE | SETS1 | USES1 | USES2 }, /* mov.b rm,@-rn */
1695 { 0x2005, STORE | SETS1 | USES1 | USES2 }, /* mov.w rm,@-rn */
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-sh.c1548 #define STORE (0x2) macro
1654 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */
1655 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */
1656 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */
1673 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */
1683 { 0x2000, STORE | USES1 | USES2 }, /* mov.b rm,@rn */
1684 { 0x2001, STORE | USES1 | USES2 }, /* mov.w rm,@rn */
1685 { 0x2002, STORE | USES1 | USES2 }, /* mov.l rm,@rn */
1686 { 0x2004, STORE | SETS1 | USES1 | USES2 }, /* mov.b rm,@-rn */
1687 { 0x2005, STORE | SETS1 | USES1 | USES2 }, /* mov.w rm,@-rn */
[all …]
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c206 #define STORE(c) \ macro
252 STORE (c); in gmpscan()
270 STORE (c); in gmpscan()
279 STORE (c); in gmpscan()
302 STORE (c); in gmpscan()
320 STORE (c); in gmpscan()
352 STORE (c); in gmpscan()
384 STORE ('\0'); in gmpscan()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Dstores.inc10 #ifndef STORE
11 # error Macro STORE undefined
14 STORE("file", "yes", ossl_file_store_functions)
H A Dbaseprov.c86 #define STORE(name, _fips, func_table) \ macro
91 #undef STORE
/netbsd-src/tests/lib/libc/sys/
H A Dt_futex_ops.c53 #define STORE(x, y) *(volatile int *)(x) = (y) macro
265 STORE(&futex_word, 0); in do_cleanup()
266 STORE(&futex_word1, 0); in do_cleanup()
281 STORE(d->futex_ptr, 1); in wait_wake_test_waiter_lwp()
287 STORE(d->error_ptr, errno); in wait_wake_test_waiter_lwp()
290 STORE(d->error_ptr, 0); in wait_wake_test_waiter_lwp()
298 STORE(d->futex_ptr, 2); in wait_wake_test_waiter_lwp()
310 STORE(d->error_ptr, errno); in wait_wake_test_waiter_lwp()
313 STORE(d->futex_ptr, 4); in wait_wake_test_waiter_lwp()
344 STORE(error_pt in do_futex_wait_wake_test()
[all...]
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_zw.c158 #define STORE \ in _citrus_ZW_mbrtowc_priv() macro
176 STORE; in _citrus_ZW_mbrtowc_priv()
196 STORE; in _citrus_ZW_mbrtowc_priv()
211 STORE; in _citrus_ZW_mbrtowc_priv()
223 STORE; in _citrus_ZW_mbrtowc_priv()
237 STORE; in _citrus_ZW_mbrtowc_priv()
/netbsd-src/lib/libcrypt/
H A Dcrypt.c260 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 macro
316 STORE(D,D0,D1,*out); in permute()
721 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help); in des_setkey()
724 STORE(K,K0,K1,*help); in des_setkey()
727 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help); in des_setkey()
776 STORE(L,L0,L1,B); in des_cipher()
841 STORE(L,L0,L1,B); in des_cipher()
844 STORE(L,L0,L1,B); in des_cipher()
848 STORE(L,L0,L1,*(C_block *)out); in des_cipher()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-simd-builtins.def96 BUILTIN_VALLDIF (STORESTRUCT, st1x2, 0, STORE)
97 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st1x2, 0, STORE)
98 BUILTIN_VALLP (STORESTRUCT_P, st1x2, 0, STORE)
100 BUILTIN_VALLDIF (STORESTRUCT, st1x3, 0, STORE)
101 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st1x3, 0, STORE)
102 BUILTIN_VALLP (STORESTRUCT_P, st1x3, 0, STORE)
104 BUILTIN_VALLDIF (STORESTRUCT, st1x4, 0, STORE)
105 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st1x4, 0, STORE)
106 BUILTIN_VALLP (STORESTRUCT_P, st1x4, 0, STORE)
120 BUILTIN_VALLDIF (STORESTRUCT, st2, 0, STORE)
[all …]
H A Daarch64-builtins.cc2831 VAR1 (STORE1, st1, 0, STORE, v8qi) in get_mem_type_for_load_store()
2834 VAR1 (STORE1, st1, 0, STORE, v16qi) in get_mem_type_for_load_store()
2837 VAR1 (STORE1, st1, 0, STORE, v4hi) in get_mem_type_for_load_store()
2840 VAR1 (STORE1, st1, 0, STORE, v8hi) in get_mem_type_for_load_store()
2843 VAR1 (STORE1, st1, 0, STORE, v2si) in get_mem_type_for_load_store()
2846 VAR1 (STORE1, st1, 0, STORE, v4si) in get_mem_type_for_load_store()
2849 VAR1 (STORE1, st1, 0, STORE, v2di) in get_mem_type_for_load_store()
2852 VAR1 (STORE1_U, st1, 0, STORE, v8qi) in get_mem_type_for_load_store()
2855 VAR1 (STORE1_U, st1, 0, STORE, v16qi) in get_mem_type_for_load_store()
2858 VAR1 (STORE1_U, st1, 0, STORE, v4hi) in get_mem_type_for_load_store()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp44 STORE = 1u << 1, enumerator
45 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE)
856 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1032 return insertWait(MI, Scope, AddrSpace, SIMemOp::LOAD | SIMemOp::STORE, in insertRelease()
1201 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1361 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1416 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait()
1428 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait()
1594 SIMemOp::LOAD | SIMemOp::STORE, in expandLoad()
1650 MI, MOI.getInstrAddrSpace(), SIMemOp::STORE, MOI.isVolatile(), in expandStore()
[all …]
H A DAMDGPUISelLowering.cpp186 setOperationAction(ISD::STORE, MVT::f32, Promote); in AMDGPUTargetLowering()
187 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32); in AMDGPUTargetLowering()
189 setOperationAction(ISD::STORE, MVT::v2f32, Promote); in AMDGPUTargetLowering()
190 AddPromotedToType(ISD::STORE, MVT::v2f32, MVT::v2i32); in AMDGPUTargetLowering()
192 setOperationAction(ISD::STORE, MVT::v3f32, Promote); in AMDGPUTargetLowering()
193 AddPromotedToType(ISD::STORE, MVT::v3f32, MVT::v3i32); in AMDGPUTargetLowering()
195 setOperationAction(ISD::STORE, MVT::v4f32, Promote); in AMDGPUTargetLowering()
196 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32); in AMDGPUTargetLowering()
198 setOperationAction(ISD::STORE, MVT::v5f32, Promote); in AMDGPUTargetLowering()
199 AddPromotedToType(ISD::STORE, MVT::v5f32, MVT::v5i32); in AMDGPUTargetLowering()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_lib.c115 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_open_ex()
155 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); in OSSL_STORE_open_ex()
164 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); in OSSL_STORE_open_ex()
411 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
473 OSSL_TRACE1(STORE, "Got a %s\n", in OSSL_STORE_load()
511 OSSL_TRACE1(STORE, "Closing %p\n", (void *)ctx->loader_ctx); in ossl_store_close_it()
978 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_attach()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_64.c779 #define STORE 0x01 macro
934 tmp_r = (flags & STORE) ? TMP_REG3 : reg; in getput_arg()
1394 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1397 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1430 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1433 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1465 …if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, d… in sljit_emit_op2()
1514 getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw); in sljit_emit_op2()
1517 return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0); in sljit_emit_op2()
1567 if (!(flags & STORE)) in emit_fop_mem()
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmep-c5.cpu106 (dnci sbcp "store byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
116 (dnci lbcp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
125 (dnci lbucp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
135 (dnci shcp "store half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
145 (dnci lhcp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
154 (dnci lhucp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmep-c5.cpu106 (dnci sbcp "store byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
116 (dnci lbcp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
125 (dnci lbucp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
135 (dnci shcp "store half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
145 (dnci lhcp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
154 (dnci lhucp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dmep-c5.cpu106 (dnci sbcp "store byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
116 (dnci lbcp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
125 (dnci lbucp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
135 (dnci shcp "store half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
145 (dnci lhcp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
154 (dnci lhucp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dmep-c5.cpu106 (dnci sbcp "store byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
116 (dnci lbcp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
125 (dnci lbucp "load byte coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
135 (dnci shcp "store half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
145 (dnci lhcp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
154 (dnci lhucp "load half-word coprocessor" (OPTIONAL_CP_INSN (STALL STORE) (MACH c5))
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dossl_store.pod17 A STORE is a layer of functionality to retrieve a number of supported
30 Support for a URI scheme is called a STORE "loader", and can be added
/netbsd-src/sys/dev/microcode/siop/
H A Desiop.ss124 STORE NOFLUSH SCRATCHB0, 4, abs_sem; cmd ring is empty
210 STORE NOFLUSH SCRATCHA0, 4, FROM saved_offset_offset;
226 STORE NOFLUSH SCRATCHC0, 4, from 0; save current target/lun/flag
246 STORE NOFLUSH SCRATCHB0, 4, abs_sem;
307 STORE noflush SCRATCHB0, 4, FROM o_cmd_dsa;
314 STORE NOFLUSH SCRATCHB0, 4, abs_sem;
351 STORE NOFLUSH SCRATCHA0, 4, FROM saved_offset_offset;

1234567