Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 3483) sorted by relevance

12345678910>>...140

/buildroot/package/mkpasswd/
A Dutils.h5 #define streq(a, b) (strcmp(a, b) == 0) argument
6 #define strcaseeq(a, b) (strcasecmp(a, b) == 0) argument
7 #define strneq(a, b, n) (strncmp(a, b, n) == 0) argument
8 #define strncaseeq(a, b, n) (strncasecmp(a, b, n) == 0) argument
36 # define _(a) (gettext(a)) argument
38 # define N_(a) gettext_noop(a) argument
40 # define N_(a) (a) argument
43 # define _(a) (a) argument
44 # define N_(a) (a) argument
45 # define ngettext(a, b, c) ((c==1) ? (a) : (b)) argument
/buildroot/package/libdvbcsa/
A D0001-altivec-powerpc64.patch4 takes a char vector.
8 --- a/src/dvbcsa_bs_altivec.h 2016-11-28 14:33:34.410021500 +1100
23 -#define BS_SHL(a, n) ({ dvbcsa_bs_word_t x = SHVAL_##n; vec_sll(vec_slo((a), x), x); })
24 -#define BS_SHR(a, n) ({ dvbcsa_bs_word_t x = SHVAL_##n; vec_srl(vec_sro((a), x), x); })
25 -#define BS_SHL8(a, n) ({ dvbcsa_bs_word_t x = vec_splat_u8(n*2); x = vec_add(x,x); x = vec_add(x,x…
26 -#define BS_SHR8(a, n) ({ dvbcsa_bs_word_t x = vec_splat_u8(n*2); x = vec_add(x,x); x = vec_add(x,x…
27 +#define BS_SHL(a, n) ({ vector unsigned char x = SHVAL_##n; vec_sll(vec_slo((a), x), x); })
28 +#define BS_SHR(a, n) ({ vector unsigned char x = SHVAL_##n; vec_srl(vec_sro((a), x), x); })
29 +#define BS_SHL8(a, n) ({ vector unsigned char x = vec_splat_u8(n*2); x = vec_add(x,x); x = vec_add…
30 +#define BS_SHR8(a, n) ({ vector unsigned char x = vec_splat_u8(n*2); x = vec_add(x,x); x = vec_add…
[all …]
/buildroot/package/x11r7/mcookie/
A Dmcookie.c229 register uint32 a, b, c, d; in MD5Transform() local
231 a = buf[0]; in MD5Transform()
236 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
240 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
244 MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); in MD5Transform()
253 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
254 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
257 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
261 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in MD5Transform()
266 MD5STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9); in MD5Transform()
[all …]
/buildroot/support/testing/tests/package/
A Dsample_python_augeas.py3 a = augeas.Augeas(root="/") variable
4 hosts = a.match("/files/etc/hosts/*")
8 assert(a.get("/files/etc/hosts/1/ipaddr") == "127.0.0.1")
9 assert(a.get("/files/etc/hosts/1/canonical") == "localhost")
/buildroot/package/valgrind/
A Duclibc.supp2 <insert a suppression name here>
8 <insert a suppression name here>
14 <insert a suppression name here>
20 <insert a suppression name here>
26 <insert a suppression name here>
32 <insert a suppression name here>
38 <insert a suppression name here>
44 <insert a suppression name here>
50 <insert a suppression name here>
56 <insert a suppression name here>
[all …]
/buildroot/utils/
A Dreadme.txt7 front of each line, redirects all of the build output to a file
22 a script that runs a command (like make check-package) inside the
27 a script that generates a random configuration, used by the autobuilders
32 a script to return the list of people interested in a specific part
33 of Buildroot, so they can be Cc:ed on a mail. Accepts a patch as
34 input, a package name or and architecture name.
37 a script to create a Buildroot package by scanning a CPAN module
41 a script to create a Buildroot package by scanning a PyPI package
47 a specific option, of a set of specific options, or of an update
48 to a newer Buildroot version...
[all …]
/buildroot/boot/syslinux/
A D0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch12 diff --git a/dos/string.h b/dos/string.h
14 --- a/dos/string.h
23 #define memcpy(a,b,c) __builtin_memcpy(a,b,c)
24 #define memmove(a,b,c) __builtin_memmove(a,b,c)
25 #define memset(a,b,c) __builtin_memset(a,b,c)
26 #define strcpy(a,b) __builtin_strcpy(a,b)
27 -#define strlen(a) __builtin_strlen(a)
28 +#define strlen(a) inline_strlen(a)
/buildroot/package/liblinear/
A D0001-build-static-lib.patch1 Makefile: add a rule to build a static library
11 $(CXX) $${SHARED_LIB_FLAG} linear.o newton.o blas/blas.a -o liblinear.so.$(SHVER)
13 +# Keeping blas/blas.a as a pre-requisite, to ensure all .o files are built
14 +static-lib: linear.o newton.o blas/blas.a
15 + $(AR) rcv liblinear.a linear.o newton.o blas/*.o
16 + $(RANLIB) liblinear.a
18 train: newton.o linear.o train.c blas/blas.a
/buildroot/package/ding-libs/
A DConfig.in5 The ding-libs packages contain a set of libraries used by
8 pathnames (libpath_utils), a hash table to manage storage
9 and access time properties (libdhash), a data type to
10 collect data in a hierarchical structure (libcollection), a
12 and a library to process configuration files in
13 initialization format (INI) into a library collection data
/buildroot/package/giflib/
A D0001-Makefile-add-targets-to-manage-static-building.patch16 diff --git a/Makefile b/Makefile
18 --- a/Makefile
24 -all: $(LIBGIFSO) libgif.a $(LIBUTILSO) libutil.a $(UTILS)
26 +STATIC_LIBS = libgif.a libutil.a
34 -$(UTILS):: libgif.a libutil.a
43 @@ -120,7 +127,7 @@ libutil.a: $(UOBJECTS) $(UHEADERS)
44 $(AR) rcs libutil.a $(UOBJECTS)
47 - rm -f $(UTILS) $(TARGET) libgetarg.a libgif.a $(LIBGIFSO) libutil.a $(LIBUTILSO) *.o
48 + rm -f $(UTILS) $(TARGET) libgetarg.a $(SHARED_LIBS) $(STATIC_LIBS) *.o
59 $(INSTALL) -m 644 libgif.a "$(DESTDIR)$(LIBDIR)/libgif.a"
/buildroot/package/ser2net/
A DConfig.in8 Ser2net provides a way for a user to connect from a network
9 connection to a serial port.
/buildroot/package/dawgdic/
A DConfig.in7 dawgdic provides a library for building and accessing
9 (DAWG). A dawg is constructed by minimizing a trie as a
11 an advantage in memory usage. In addition, dawgdic uses a
12 double-array as a base data structure, so its retrieval
13 speed is as fast as that of Darts, a library for building
18 comment "dawgdic needs a toolchain w/ C++, gcc >= 4.6"
/buildroot/package/xavante/
A DConfig.in7 Xavante is a Lua HTTP 1.1 Web server that uses a modular
9 offers a file handler, a redirect handler and a WSAPI handler.
/buildroot/package/wayland/
A DConfig.in9 Wayland is a project to define a protocol for a compositor
10 to talk to its clients as well as a library implementation
15 comment "wayland needs a toolchain w/ threads, dynamic library"
/buildroot/package/cgic/
A D0001-prepare_makefile.patch17 all: libcgic.a cgictest.cgi capture
19 install: libcgic.a
20 - cp libcgic.a /usr/local/lib
22 - @echo libcgic.a is in /usr/local/lib. cgic.h is in /usr/local/include.
23 + cp libcgic.a $(PREFIX)/usr/lib
30 libcgic.a: cgic.o cgic.h
31 rm -f libcgic.a
32 @@ -19,10 +18,10 @@ libcgic.a: cgic.o cgic.h
35 cgictest.cgi: cgictest.o libcgic.a
39 capture: capture.o libcgic.a
[all …]
/buildroot/package/socketcand/
A DConfig.in6 Socketcand is a daemon that provides access to CAN interfaces
7 on a machine via a network interface.
11 comment "socketcand needs a toolchain w/ threads"
/buildroot/package/agent-proxy/
A DConfig.in.host4 This is a simple, small proxy which was intended for use
6 share a text console and a debug session.
8 The idea is that you use the agent-proxy to connect to a
9 serial port directly or to a remote terminal server.
/buildroot/package/tmux/
A DConfig.in9 tmux is a terminal multiplexer, it enables a number of
10 terminals (or windows) to be accessed and controlled from a
13 NOTE: tmux needs a working UTF-8 locale (BR2_GENERATE_LOCALE)
17 comment "tmux needs a toolchain w/ wchar, locale"
/buildroot/package/libpagekite/
A DConfig.in7 PageKite is a protocol for dynamic, tunneled reverse proxying
9 for making a HTTP server on a device without a public IP
11 for a variety of other things, including SSH access.
13 libpagekite is a tight, fast implementation of the PageKite
23 comment "libpagekite needs a toolchain with threads"
/buildroot/package/s6-linux-init/
A DConfig.in8 s6-linux-init is a set of minimalistic tools to create a
9 s6-based init system, including a /sbin/init binary, on a
/buildroot/package/ibrcommon/
A D0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch28 --- a/ibrcommon/ssl/gcm/gcm.cpp
32 #define gf_mul_hh(a, ctx, scr) gf_mul_256(a, ctx->gf_t256, scr)
34 -#define gf_mul_hh(a, ctx, scr) gf_mul(a, ui8_ptr(ctx->ghash_h))
35 +#define gf_mul_hh(a, ctx, scr) ibrdtn_gf_mul(a, ui8_ptr(ctx->ghash_h))
68 --- a/ibrcommon/ssl/gcm/gf128mul.cpp
74 -void gf_mul(void *a, const void* b)
75 +void ibrdtn_gf_mul(void *a, const void* b)
81 --- a/ibrcommon/ssl/gcm/gf128mul.h
85 /* A slow generic version of gf_mul (a = a * b) */
87 -void gf_mul(void *a, const void* b);
[all …]
/buildroot/package/wlroots/
A D0001-Add-feature-macros-to-more-C-files-.patch35 --- a/backend/wayland/output.c
53 --- a/types/data_device/wlr_drag.c
62 --- a/types/wlr_export_dmabuf_v1.c
71 --- a/types/wlr_idle.c
98 --- a/types/wlr_primary_selection.c
107 --- a/types/wlr_relative_pointer_v1.c
116 --- a/types/wlr_screencopy_v1.c
125 --- a/types/wlr_virtual_pointer_v1.c
134 --- a/types/wlr_xdg_decoration_v1.c
143 --- a/types/xdg_shell/wlr_xdg_popup.c
[all …]
/buildroot/board/atmel/at91sam9x5ek/patches/linux/
A D0001-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch64 --- a/arch/arm/boot/bootp/init.S
108 + .section .piggydata, "a"
166 --- a/arch/arm/mm/proc-arm720.S
179 --- a/arch/arm/mm/proc-arm740.S
205 --- a/arch/arm/mm/proc-arm920.S
296 --- a/arch/arm/mm/proc-fa526.S
335 --- a/arch/arm/mm/proc-sa110.S
361 --- a/arch/arm/mm/proc-v6.S
374 --- a/arch/arm/mm/proc-v7.S
387 --- a/arch/arm/mm/proc-v7m.S
[all …]
/buildroot/board/beaglebone/patches/linux/
A D0002-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch61 --- a/arch/arm/boot/bootp/init.S
105 + .section .piggydata, "a"
163 --- a/arch/arm/mm/proc-arm720.S
176 --- a/arch/arm/mm/proc-arm740.S
202 --- a/arch/arm/mm/proc-arm920.S
293 --- a/arch/arm/mm/proc-fa526.S
332 --- a/arch/arm/mm/proc-sa110.S
358 --- a/arch/arm/mm/proc-v6.S
371 --- a/arch/arm/mm/proc-v7.S
384 --- a/arch/arm/mm/proc-v7m.S
[all …]
/buildroot/package/lzip/
A DConfig.in1 comment "lzip needs a toolchain w/ C++"
8 Lzip is a lossless data compressor with a user interface
11 bzip2, and is better than both from a data recovery
12 perspective. Lzip is a clean implementation of the LZMA

Completed in 62 milliseconds

12345678910>>...140