| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| quotearg.c | 179 If BUFFERSIZE is too small to store the output string, return the 200 #define STORE(c) \ 212 STORE ('"'); 248 STORE (*quote_string); 256 STORE ('\''); 274 STORE ('\\'); 282 STORE ('\\'); 283 STORE ('0'); 284 STORE ('0'); 306 STORE ('?') [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| quotearg.c | 200 If BUFFERSIZE is too small to store the output string, return the 221 #define STORE(c) \ 233 STORE ('"'); 264 STORE (*quote_string); 272 STORE ('\''); 290 STORE ('\\'); 312 STORE ('?'); 313 STORE ('\\'); 314 STORE ('?'); 370 STORE ('\''); [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| quotearg.c | 182 If BUFFERSIZE is too small to store the output string, return the 203 #define STORE(c) \ 215 STORE ('"'); 251 STORE (*quote_string); 259 STORE ('\''); 277 STORE ('\\'); 285 STORE ('\\'); 286 STORE ('0'); 287 STORE ('0'); 309 STORE ('?') [all...] |
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_read_format_cab.c | 172 STORE = 0, 203 if (comp != STORE) { 257 if (comp != STORE) { 301 if (comp != STORE) { 324 if (comp != STORE) { 361 if (comp != STORE) { 379 if (comp != STORE) { 397 verify("test_read_format_cab_1.cab", STORE); 398 verify2("test_read_format_cab_1.cab", STORE); 399 verify3("test_read_format_cab_1.cab", STORE); [all...] |
| /src/external/lgpl3/gmp/dist/scanf/ |
| doscan.c | 205 /* store into "s", extending if necessary */ 206 #define STORE(c) \ 252 STORE (c); 257 /* don't store '+', it's not accepted by mpz_set_str etc */ 270 STORE (c); 279 STORE (c); 302 STORE (c); 320 STORE (c); 352 STORE (c); 384 STORE ('\0') [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 535 /* Worry about this when we start to STORE() it. */ 536 sim_io_eprintf (CPU_STATE (cpu), "STORE(): unknown register\n"); 544 struct store *s = &BFIN_CPU_STATE.stores[BFIN_CPU_STATE.n_stores]; 551 #define STORE(X, Y) \ 622 STORE (IREG (dagno), res); 652 STORE (IREG (dagno), res); 674 STORE (IREG (dagno), newi); 705 STORE (IREG (dagno), res); 1336 high part or the low part of the source registers is used. Store 1 in 1708 STORE (AXREG (which), (acc >> 32) & 0xff) [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 535 /* Worry about this when we start to STORE() it. */ 536 sim_io_eprintf (CPU_STATE (cpu), "STORE(): unknown register\n"); 544 struct store *s = &BFIN_CPU_STATE.stores[BFIN_CPU_STATE.n_stores]; 551 #define STORE(X, Y) \ 622 STORE (IREG (dagno), res); 652 STORE (IREG (dagno), res); 674 STORE (IREG (dagno), newi); 705 STORE (IREG (dagno), res); 1336 high part or the low part of the source registers is used. Store 1 in 1708 STORE (AXREG (which), (acc >> 32) & 0xff) [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/ |
| baseprov.c | 86 #define STORE(name, _fips, func_table) \ 91 #undef STORE
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coff-sh.c | 702 a load or store instruction is not aligned on a four byte boundary, 705 align load and store instructions on four byte boundaries if we 1003 /* Look for load and store instructions that we can align on four 1548 #define STORE (0x2) 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 * [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coff-sh.c | 702 a load or store instruction is not aligned on a four byte boundary, 705 align load and store instructions on four byte boundaries if we 1004 /* Look for load and store instructions that we can align on four 1550 #define STORE (0x2) 1656 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */ 1657 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */ 1658 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */ 1675 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */ 1685 { 0x2000, STORE | USES1 | USES2 }, /* mov.b rm,@rn */ 1686 { 0x2001, STORE | USES1 | USES2 }, /* mov.w rm,@rn * [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coff-sh.c | 702 a load or store instruction is not aligned on a four byte boundary, 705 align load and store instructions on four byte boundaries if we 1004 /* Look for load and store instructions that we can align on four 1550 #define STORE (0x2) 1656 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */ 1657 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */ 1658 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */ 1675 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */ 1685 { 0x2000, STORE | USES1 | USES2 }, /* mov.b rm,@rn */ 1686 { 0x2001, STORE | USES1 | USES2 }, /* mov.w rm,@rn * [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coff-sh.c | 702 a load or store instruction is not aligned on a four byte boundary, 705 align load and store instructions on four byte boundaries if we 1004 /* Look for load and store instructions that we can align on four 1550 #define STORE (0x2) 1656 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */ 1657 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */ 1658 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */ 1675 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */ 1685 { 0x2000, STORE | USES1 | USES2 }, /* mov.b rm,@rn */ 1686 { 0x2001, STORE | USES1 | USES2 }, /* mov.w rm,@rn * [all...] |
| /src/lib/libc/citrus/modules/ |
| citrus_zw.c | 158 #define STORE \ 176 STORE; 196 STORE; 211 STORE; 223 STORE; 237 STORE;
|
| /src/crypto/external/apache2/openssl/dist/providers/ |
| baseprov.c | 86 #define STORE(name, _fips, func_table) \ 91 #undef STORE
|
| /src/tests/lib/libc/sys/ |
| t_futex_ops.c | 55 #define STORE(x, y) *(volatile int *)(x) = (y) 272 STORE(&futex_word, 0); 273 STORE(&futex_word1, 0); 288 STORE(d->futex_ptr, 1); 294 STORE(d->error_ptr, errno); 297 STORE(d->error_ptr, 0); 305 STORE(d->futex_ptr, 2); 317 STORE(d->error_ptr, errno); 320 STORE(d->futex_ptr, 4); 352 STORE(error_ptr, -1) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-simd-builtins.def | 101 BUILTIN_VALLDIF (STORESTRUCT, st1x2, 0, STORE) 102 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st1x2, 0, STORE) 103 BUILTIN_VALLP (STORESTRUCT_P, st1x2, 0, STORE) 105 BUILTIN_VALLDIF (STORESTRUCT, st1x3, 0, STORE) 106 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st1x3, 0, STORE) 107 BUILTIN_VALLP (STORESTRUCT_P, st1x3, 0, STORE) 109 BUILTIN_VALLDIF (STORESTRUCT, st1x4, 0, STORE) 110 BUILTIN_VSDQ_I_DI (STORESTRUCT_U, st1x4, 0, STORE) 111 BUILTIN_VALLP (STORESTRUCT_P, st1x4, 0, STORE) 125 BUILTIN_VALLDIF (STORESTRUCT, st2, 0, STORE) [all...] |
| aarch64-builtins.cc | 424 /* The first argument (return type) of a store should be void type, 426 a DImode pointer to the location to store to, so we must use 1884 /* Add builtins for Load/store 64 Byte instructions. */ 2708 /* Function to expand an expression EXP which calls one of the Load/Store 3374 VAR1 (STORE1, st1, 0, STORE, v8qi) 3377 VAR1 (STORE1, st1, 0, STORE, v16qi) 3380 VAR1 (STORE1, st1, 0, STORE, v4hi) 3383 VAR1 (STORE1, st1, 0, STORE, v8hi) 3386 VAR1 (STORE1, st1, 0, STORE, v2si) 3389 VAR1 (STORE1, st1, 0, STORE, v4si [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-simd-builtins.def | 96 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...] |
| aarch64-builtins.cc | 405 /* The first argument (return type) of a store should be void type, 407 a DImode pointer to the location to store to, so we must use 1619 /* Add builtins for Load/store 64 Byte instructions. */ 2287 /* Function to expand an expression EXP which calls one of the Load/Store 2831 VAR1 (STORE1, st1, 0, STORE, v8qi) 2834 VAR1 (STORE1, st1, 0, STORE, v16qi) 2837 VAR1 (STORE1, st1, 0, STORE, v4hi) 2840 VAR1 (STORE1, st1, 0, STORE, v8hi) 2843 VAR1 (STORE1, st1, 0, STORE, v2si) 2846 VAR1 (STORE1, st1, 0, STORE, v4si [all...] |
| /src/lib/libcrypt/ |
| crypt.c | 74 * define "MUST_ALIGN" if your compiler cannot load/store 119 * representation is to store one bit per byte in an array of bytes. Bit N of 260 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 316 STORE(D,D0,D1,*out); 721 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help); 724 STORE(K,K0,K1,*help); 727 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help); 735 * schedule, and store the resulting 8 chars at "out" (in == out is permitted). 776 STORE(L,L0,L1,B); 838 /* store the encrypted (or decrypted) result * [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| trace_api_test.c | 44 CASE(STORE);
|
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_lib.c | 14 /* We need to use some STORE deprecated APIs */ 25 #include <openssl/store.h> 30 #include "crypto/store.h" 129 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); 178 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); 187 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); 430 OSSL_TRACE(STORE, "Loading next object\n"); 486 OSSL_TRACE1(STORE, "Got a %s\n", 518 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); 529 OSSL_TRACE1(STORE, "Performing URI delete %s\n", uri) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIMemoryLegalizer.cpp | 44 STORE = 1u << 1, 45 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE) 244 /// \returns Store info if \p MI is a store operation, "None" otherwise. 292 /// Update \p MI memory store instruction to bypass any caches up to 515 /// Expands store operation \p MI. Returns true if instructions are 847 // Only handle load and store, not atomic read-modify-write insructions. The 852 // Only update load and store, not LLVM IR atomic read-modify-write 856 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); 876 // Request L1 MISS_EVICT and L2 STREAM for load and store instructions [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_64.c | 779 #define STORE 0x01 934 tmp_r = (flags & STORE) ? TMP_REG3 : reg; 1394 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) 1397 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); 1430 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw)) 1433 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0); 1465 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, dstw)) 1514 getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw); 1517 return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0); 1567 if (!(flags & STORE)) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/store/ |
| store_lib.c | 14 /* We need to use some STORE deprecated APIs */ 25 #include <openssl/store.h> 30 #include "crypto/store.h" 115 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); 155 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); 164 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); 411 OSSL_TRACE(STORE, "Loading next object\n"); 473 OSSL_TRACE1(STORE, "Got a %s\n", 511 OSSL_TRACE1(STORE, "Closing %p\n", (void *)ctx->loader_ctx); 978 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme) [all...] |