| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-log-arc.S | 146 ld $1, 0(sp) 147 ld $2, 8(sp) 148 ld $3, 16(sp) 149 ld $4, 24(sp) 150 ld $5, 32(sp) 151 ld $6, 40(sp) 152 ld $7, 48(sp) 153 ld $8, 56(sp) 154 ld $9, 64(sp) 155 ld $10, 72(sp) [all …]
|
| H A D | cvmx-interrupt-handler.S | 127 ld $2, 16(sp) 128 ld $3, 24(sp) 129 ld $4, 32(sp) 130 ld $5, 40(sp) 131 ld $6, 48(sp) 132 ld $7, 56(sp) 133 ld $8, 64(sp) 134 ld $9, 72(sp) 135 ld $10, 80(sp) 136 ld $11, 88(sp) [all …]
|
| H A D | cvmx-debug-handler.S | 76 ld reg, -8(k0); \ 85 ld k1, -8(k0); \ 91 ld k1, 0(k1); \ 97 ld k1, -8(k0); \ 202 ld k1, 0(k1) 207 ld $1, 8(k0) // save at for temp usage 208 ld k1, 216(k0) // save k1 for temp usage 247 ld sp,0(sp) 257 ld $\n, 0(k0) 262 ld k1, 0(k0) [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/setjmp/ |
| H A D | setjmp_rv64g.S | 68 ld t0, 0(a0) 73 ld s0, (0 * 8)(a0) 74 ld s1, (1 * 8)(a0) 75 ld s2, (2 * 8)(a0) 76 ld s3, (3 * 8)(a0) 77 ld s4, (4 * 8)(a0) 78 ld s5, (5 * 8)(a0) 79 ld s6, (6 * 8)(a0) 80 ld s7, (7 * 8)(a0) 81 ld s8, (8 * 8)(a0) [all …]
|
| H A D | setjmp_s390x.S | 48 ld %f8, 10*8(%r2) 49 ld %f9, 11*8(%r2) 50 ld %f10, 12*8(%r2) 51 ld %f11, 13*8(%r2) 52 ld %f12, 14*8(%r2) 53 ld %f13, 15*8(%r2) 54 ld %f14, 16*8(%r2) 55 ld %f15, 17*8(%r2)
|
| H A D | setjmp_ppc.S | 19 #define LD_REG ld
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | mpreset.S | 183 ld s0, 0(sp) 184 ld s1, 8(sp) 185 ld s2, 16(sp) 186 ld s3, 24(sp) 187 ld s4, 32(sp) 188 ld s5, 40(sp) 189 ld s6, 48(sp) 190 ld s7, 56(sp) 191 ld s8, 64(sp) 192 ld t1, 72(sp) [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | lib-ld.m4 | 1 # lib-ld.m4 serial 9 31 AC_ARG_WITH([gnu-ld], 32 [AS_HELP_STRING([--with-gnu-ld], 51 AC_MSG_CHECKING([for ld]) 53 AC_MSG_CHECKING([for ld used by $CC]) 55 AC_MSG_CHECKING([for GNU ld]) 57 AC_MSG_CHECKING([for non-GNU ld]) 66 ac_prog=ld # Program to search in $PATH 68 # Check if gcc -print-prog-name=ld gives a path. 80 # Canonicalize the pathname of ld [all …]
|
| H A D | kernel-bdi.m4 | 12 super_setup_bdi_name(&sb, "%.28s-%ld", name,
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | datagen.c | 60 static void RDG_fillLiteralDistrib(BYTE* ldt, fixedPoint_24_8 ld) in RDG_fillLiteralDistrib() argument 62 BYTE const firstChar = (ld<=0.0) ? 0 : '('; in RDG_fillLiteralDistrib() 63 BYTE const lastChar = (ld<=0.0) ? 255 : '}'; in RDG_fillLiteralDistrib() 64 BYTE character = (ld<=0.0) ? 0 : '0'; in RDG_fillLiteralDistrib() 67 if (ld<=0) ld = 0; in RDG_fillLiteralDistrib() 69 U32 const weight = (((LTSIZE - u) * ld) >> 8) + 1; in RDG_fillLiteralDistrib()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_machdep.c | 403 struct l_descriptor ld; in linux_modify_ldt() local 425 if (uap->bytecount != sizeof(ld)) in linux_modify_ldt() 428 error = copyin(uap->ptr, &ld, sizeof(ld)); in linux_modify_ldt() 432 ldt.start = ld.entry_number; in linux_modify_ldt() 435 desc.sd.sd_lolimit = (ld.limit & 0x0000ffff); in linux_modify_ldt() 436 desc.sd.sd_hilimit = (ld.limit & 0x000f0000) >> 16; in linux_modify_ldt() 437 desc.sd.sd_lobase = (ld.base_addr & 0x00ffffff); in linux_modify_ldt() 440 (ld.contents << 2); in linux_modify_ldt() 442 desc.sd.sd_p = (ld.seg_not_present ^ 1); in linux_modify_ldt() 444 desc.sd.sd_def32 = ld.seg_32bit; in linux_modify_ldt() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_struct.c | 294 size_t ld; in b_unpack() local 295 const char *data = luaL_checklstring(L, 2, &ld); in b_unpack() 306 luaL_argcheck(L, size <= ld && pos <= ld - size, in b_unpack() 341 luaL_argcheck(L, size <= ld && pos <= ld - size, in b_unpack() 348 const char *e = (const char *)memchr(data+pos, '\0', ld - pos); in b_unpack()
|
| /f-stack/dpdk/config/x86/ |
| H A D | cross-mingw | 4 ld = 'x86_64-w64-mingw32-ld'
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/panel/ |
| H A D | sharp,ld-d5116z01b.yaml | 4 $id: http://devicetree.org/schemas/display/panel/sharp,ld-d5116z01b.yaml# 17 const: sharp,ld-d5116z01b
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ld-output-def.m4 | 1 # ld-output-def.m4 serial 2 15 AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow.c | 853 int lid, lt, ld, fl, ix; in flow_process_mkex_cfg() local 874 for (ld = 0; ld < NPC_MAX_LD; ld++) { in flow_process_mkex_cfg() 877 &npc->prx_fxcfg[ix][ld][fl].xtract[0]; in flow_process_mkex_cfg() 878 val = kex_rsp->intf_ld_flags[ix][ld][fl]; in flow_process_mkex_cfg() 891 for (ld = 0; ld < NPC_MAX_LD; ld++) { in flow_process_mkex_cfg() 892 x_info = &(*p)[ix][lid][lt].xtract[ld]; in flow_process_mkex_cfg() 893 val = (*q)[ix][lid][lt][ld]; in flow_process_mkex_cfg()
|
| H A D | otx2_lookup.c | 99 uint8_t lb, lc, ld, le; in nix_create_non_tunnel_ptype_array() local 106 ld = (idx & 0xF00) >> 8; in nix_create_non_tunnel_ptype_array() 149 switch (ld) { in nix_create_non_tunnel_ptype_array()
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | Makefile | 237 ld -v 301 …LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=address -Werror" $(MAKE) … 307 …LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=memory -fno-omit-frame-po… 316 …LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize-recover=signed-integer-ov… 319 …LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=thread -Werror" $(MAKE) -…
|
| /f-stack/freebsd/mips/include/ |
| H A D | asm.h | 361 #define PTR_L ld 408 #define INT_L ld 454 #define LONG_L ld 484 #define REG_L ld
|
| H A D | pte.h | 174 #define PTE_L ld
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | conf | 150 ngx_feature=--with-ld-opt=\"$NGX_LD_OPT\" 160 echo $0: error: the invalid value in --with-ld-opt=\"$NGX_LD_OPT\"
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_sunpro_amd64.il | 39 / ld.so.1: nginx: fatal: hardware capability unsupported: 0x2000 [ PAUSE ]
|
| H A D | ngx_sunpro_x86.il | 40 / ld.so.1: nginx: fatal: hardware capability unsupported: 0x2000 [ PAUSE ]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 2238 lip++, lm++, ld++; 2245 lip++, lm++, ld++; 2259 ld += 3; 2265 lip++, lm++, ld++; 2269 lip++, lm++, ld++; 2280 ld += 3; 2290 lip++, lm++, ld++; 2298 ld += 3; 2319 ld += 3; 2329 lip++, lm++, ld++; [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/acl/ |
| H A D | acl_common.kshlib | 46 ls -ld $obj | awk '{print $1}' 188 ls -ld $obj | awk '{print $1}' | grep "+$" > /dev/null
|