| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | Makefile-obey-LDFLAGS.patch | 9 -LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc 10 -LDFLAGS.l2tpconfig= -Lcli -lcli -lreadline $(LIBS.dmalloc) $(READLINE_LDFLAGS) -lc 11 +LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc $(LDFLAGS) 12 +LDFLAGS.l2tpconfig= -Lcli -lcli -lreadline $(LIBS.dmalloc) $(READLINE_LDFLAGS) -lc $(LDFLAGS)
|
| H A D | Makefile-modify-CFLAGS-to-aviod-build-error.patch | 31 LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc 32 LDFLAGS.l2tpconfig= -Lcli -lcli -lreadline $(LIBS.dmalloc) $(READLINE_LDFLAGS) -lc
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | makefile-add-ldflags.patch | 15 -LDFLAGS.ippoold= -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc 16 -LDFLAGS.ippoolconfig= -Lcli -lcli -lreadline -lcurses -lnsl $(LIBS.dmalloc) -lc 17 +LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc 18 +LDFLAGS.ippoolconfig= $(LDFLAGS) -Lcli -lcli -lreadline -lcurses -lnsl $(LIBS.dmalloc) -lc
|
| H A D | 0002-link-with-libtirpc.patch | 23 -LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc 24 -LDFLAGS.ippoolconfig= $(LDFLAGS) -Lcli -lcli -lreadline -lcurses -lnsl $(LIBS.dmalloc) -lc 25 +LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc -ltirpc 26 +LDFLAGS.ippoolconfig= $(LDFLAGS) -Lcli -lcli -lreadline -lcurses $(LIBS.dmalloc) -lc -ltirpc
|
| H A D | 0001-Respect-flags-from-env.patch | 27 LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc 28 LDFLAGS.ippoolconfig= $(LDFLAGS) -Lcli -lcli -lreadline -lcurses -lnsl $(LIBS.dmalloc) -lc 36 LDFLAGS.cli_test= -L.. -L. $(READLINE_LDFLAGS) -lcli -lusl -lreadline -lcurses -lc
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | callout.hpp | 219 std::string lc; in locationCode() local 223 lc = static_cast<const char*>(_locationCode.data()); in locationCode() 225 return lc; in locationCode()
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | init-exclude.patch | 65 foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) { 67 @@ -133,7 +134,7 @@ foreach $f (sort { lc($a) cmp lc($b) } r
|
| /openbmc/qemu/target/s390x/ |
| H A D | sigp.c | 180 uint8_t lc = si->param & ADTL_SAVE_LC_MASK; in sigp_store_adtl_status() local 182 hwaddr len = 1UL << (lc ? lc : 10); in sigp_store_adtl_status() 204 lc != 0) { in sigp_store_adtl_status() 211 lc != 0 && in sigp_store_adtl_status() 212 lc != 10 && in sigp_store_adtl_status() 213 lc != 11 && in sigp_store_adtl_status() 214 lc != 12) { in sigp_store_adtl_status()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 100-use-xtools.patch | 54 - if (ld -dylib -o conftest.so.t -lc conftest.a) 2>&5; then 55 + if (${ac_cv_prog_LD} -dylib -o conftest.so.t -lc conftest.a) 2>&5; then 65 - elif (ld -shared -o conftest.so.t -all -soname conftest.so.t -none -lc -all conftest.a) 2>&5; then 66 - ac_cv_shared_link_args='ld -shared -o $@.t -all -soname $@ -none -lc -all' 71 + elif (${ac_cv_prog_LD} -shared -o conftest.so.t -all -soname conftest.so.t -none -lc -all conftes… 72 + ac_cv_shared_link_args='${CC} -Wl,-shared -o $@.t -Wl,-all -Wl,-soname,$@ -Wl,-none -lc -Wl,-all'
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | trees.c | 1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument 1029 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */ 1032 s->l_buf[s->last_lit++] = (uch)lc; 1035 s->dyn_ltree[lc].Freq++; 1041 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && 1044 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1082 int lc; /* match length or unmatched char (if dist == 0) */ local 1089 lc = s->l_buf[lx++]; 1091 send_code(s, lc, ltree); /* send a literal byte */ 1092 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); [all …]
|
| H A D | deflate.h | 294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
|
| /openbmc/u-boot/drivers/video/ |
| H A D | mb862xx.c | 89 int lc = 0x10000; in de_wait() local 96 if (lc-- < 0) { in de_wait() 106 int lc = 0x10000; in de_wait_slots() local 110 if (lc-- < 0) { in de_wait_slots()
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | branch.idef | 213 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV); 219 fWRITE_LOOP_REGS1(/*sa,lc*/ fREAD_PC()+riV, RsV); 224 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV); 230 fWRITE_LOOP_REGS1(/*sa,lc*/ fREAD_PC()+riV, UiV); 236 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV); 242 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV); 249 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV); 255 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV); 262 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV); 268 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV);
|
| /openbmc/qemu/hw/dma/ |
| H A D | pl330.c | 122 uint32_t lc[2]; member 149 VMSTATE_UINT32_ARRAY(lc, PL330Chan, 2), 779 uint8_t lc = (opcode & 2) >> 1; in pl330_dmalp() local 781 ch->lc[lc] = args[0]; in pl330_dmalp() 808 uint8_t lc = (opcode & 4) >> 2; in pl330_dmalpend() local 810 trace_pl330_dmalpend(nf, bs, lc, ch->lc[lc], ch->request_flag); in pl330_dmalpend() 821 if (!nf || ch->lc[lc]) { in pl330_dmalpend() 823 ch->lc[lc]--; in pl330_dmalpend() 1416 return s->chan[chan_id].lc[0]; in pl330_iomem_read_imp() 1418 return s->chan[chan_id].lc[1]; in pl330_iomem_read_imp()
|
| H A D | trace-events | 31 pl330_dmalpend(uint8_t nf, uint8_t bs, uint8_t lc, uint8_t ch, uint8_t flag) "nf=0x%02x bs=0x%02x l…
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch | 24 -LDFLAGS+=-L./ -Lffmpeg_compiled/usr/local/lib/ -lc -lbrcmGLESv2 -lbrcmEGL -lbcm_host -lopenmaxil -… 25 +LDFLAGS+=-L./ -Lffmpeg_compiled/usr/lib/ -lc -lbrcmGLESv2 -lbrcmEGL -lbcm_host -lopenmaxil -lfreet…
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | LzmaDec.c | 113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) 142 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal() local 172 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal() 173 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal() 538 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy() 539 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy() 735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() 942 p->lc = d % 9; in LzmaProps_Decode()
|
| H A D | LzmaDec.h | 26 unsigned lc, lp, pb; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/ |
| H A D | 0001-config.mk-Fix-compiler-and-linker.patch | 24 +LIBS = -lc -lX11 ${GTKLIB} -lgthread-2.0
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | Makefile.target | 35 test-x86_64: LDFLAGS+=-lm -lc
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | toaster.bbclass | 313 lc = [ x for x in line.strip().split(" ") if len(x) > 0 ] 314 if lc[0].startswith("l"): 315 files[target]['syms'].append(lc) 316 elif lc[0].startswith("d"): 317 files[target]['dirs'].append(lc) 319 files[target]['files'].append(lc)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/ |
| H A D | pcmciautils_018.bb | 32 EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs' 'LEX=flex' 'LD=${CC}'"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/ |
| H A D | new-libarchive.patch | 2 From: Changaco <changaco@changaco.oy.lc>
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 1650 my ($linenr, $lc) = @_; 1653 for (my $count = $linenr + 1; $count <= $lc; $count++) { 5828 my $lc = $stat =~ tr@\n@@; 5829 $lc = $lc + $linenr; 5830 for (my $count = $linenr; $count <= $lc; $count++) { 5843 $stat_real = get_stat_real($linenr, $lc); 5850 my $stat_real = get_stat_real($linenr, $lc); 5972 my $lc = $stat =~ tr@\n@@; 5973 $lc = $lc + $linenr; 5974 my $stat_real = get_stat_real($linenr, $lc); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/ |
| H A D | syzkaller_git.bb | 35 LDFLAGS:append:class-target = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", " -lc++",…
|