Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 102) sorted by relevance

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dmemset.S26 std source, [base + offset + 0x00]; \
27 std source, [base + offset + 0x08]; \
28 std source, [base + offset + 0x10]; \
29 std source, [base + offset + 0x18]; \
30 std source, [base + offset + 0x20]; \
31 std source, [base + offset + 0x28]; \
32 std source, [base + offset + 0x30]; \
33 std source, [base + offset + 0x38];
36 std source, [base - offset - 0x38]; \
37 std source, [base - offset - 0x30]; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/
A Dmemset.S31 stx source, [base - offset - 0x18]; \
32 stx source, [base - offset - 0x10]; \
33 stx source, [base - offset - 0x08]; \
34 stx source, [base - offset - 0x00];
183 stx source, [base - offset - 0x38]; \
184 stx source, [base - offset - 0x30]; \
185 stx source, [base - offset - 0x28]; \
186 stx source, [base - offset - 0x20]; \
187 stx source, [base - offset - 0x18]; \
188 stx source, [base - offset - 0x10]; \
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c557 void luaO_chunkid (char *out, const char *source, size_t srclen) { in luaO_chunkid() argument
559 if (*source == '=') { /* 'literal' source */ in luaO_chunkid()
561 memcpy(out, source + 1, srclen * sizeof(char)); in luaO_chunkid()
563 addstr(out, source + 1, bufflen - 1); in luaO_chunkid()
567 else if (*source == '@') { /* file name */ in luaO_chunkid()
569 memcpy(out, source + 1, srclen * sizeof(char)); in luaO_chunkid()
573 memcpy(out, source + 1 + srclen - bufflen, bufflen * sizeof(char)); in luaO_chunkid()
577 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid()
581 addstr(out, source, srclen); /* keep it */ in luaO_chunkid()
584 if (nl != NULL) srclen = nl - source; /* stop at first newline */ in luaO_chunkid()
[all …]
A Dllex.h76 TString *source; /* current source name */ member
83 TString *source, int firstchar);
A Dldebug.c258 ar->source = "=[C]"; in funcinfo()
266 if (p->source) { in funcinfo()
267 ar->source = getstr(p->source); in funcinfo()
268 ar->srclen = tsslen(p->source); in funcinfo()
271 ar->source = "=?"; in funcinfo()
278 luaO_chunkid(ar->short_src, ar->source, ar->srclen); in funcinfo()
787 luaG_addinfo(L, msg, ci_func(ci)->p->source, getcurrentline(ci)); in luaG_runerror()
A Dlundump.c201 loadFunction(S, f->p[i], f->source); in loadProtos()
257 f->source = loadStringN(S, f); in loadFunction()
258 if (f->source == NULL) /* no source in dump? */ in loadFunction()
259 f->source = psource; /* reuse parent's source */ in loadFunction()
A Dldump.c139 dumpFunction(D, f->p[i], f->source); in dumpProtos()
180 if (D->strip || f->source == psource) in dumpFunction()
183 dumpString(D, f->source); in dumpFunction()
A Dllex.c112 msg = luaG_addinfo(ls->L, msg, ls->source, ls->linenumber); in lexerror()
167 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput() argument
177 ls->source = source; in luaX_setinput()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dstreamline_config.pl163 my $source = "$ksource/$kconfig";
167 while ($source =~ /\$(\w+)/ && $last_source ne $source) {
169 $last_source = $source;
170 $source =~ s/\$$env/$ENV{$env}/;
173 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dswab.c11 void swab (const void *source, void *dest, ssize_t count) in swab() argument
13 const unsigned short *from = source, *from_end = from + (count >> 1); in swab()
/l4re-core-master/l4sys/include/
A Dicu.h291 l4_icu_msi_info(l4_cap_idx_t icu, unsigned irqnum, l4_uint64_t source,
301 l4_icu_msi_info_u(l4_cap_idx_t icu, unsigned irqnum, l4_uint64_t source,
408 l4_icu_msi_info_u(l4_cap_idx_t icu, unsigned irqnum, l4_uint64_t source, in l4_icu_msi_info_u() argument
415 m->mr64[l4_utcb_mr64_idx(2)] = source; in l4_icu_msi_info_u()
482 l4_icu_msi_info(l4_cap_idx_t icu, unsigned irqnum, l4_uint64_t source, in l4_icu_msi_info() argument
484 { return l4_icu_msi_info_u(icu, irqnum, source, msi_info, l4_utcb()); } in l4_icu_msi_info()
A Diommu23 * \param src_id Platform dependent source ID specifying the set of
36 * \param src_id Platform dependent source ID specifying the set of
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/metag/
A Dmemcpy.S14 MOV A1.2, D0Ar2 ! source pointer
39 ! the source to the destination until the remaining data has an 8 byte
56 ANDS D0Ar4, D0Ar4, #7 ! test source alignment
59 ! Both source and destination are 8 byte aligned - the easy case.
81 ! The destination is 8 byte aligned but the source is not, and there are 8
84 ! Adjust the source pointer (A1.2) to the 8 byte boundary before its
180 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/
A DREADME1 Almost all of the code present in these source files was taken
3 with respect to the top level GLIBC source directory accept for
27 Original code was taken from the Linux kernel source 2.4.17 and
/l4re-core-master/
A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
160 special exception, the source code distributed need not include
161 anything that is normally distributed (in either source or binary
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/
A DCOPYRIGHT7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
33 * This file contains source code that by it's very nature would always
/l4re-core-master/ldscripts/
A DControl2 source-pkg: uclibc
/l4re-core-master/uclibc-headers/
A DControl2 source-pkg: uclibc
/l4re-core-master/libstdc++-headers/
A DControl2 source-pkg: libstdc++-v3
/l4re-core-master/libgcc-pure/
A DControl2 source-pkg: libgcc
/l4re-core-master/uclibc-minimal/
A DControl3 source-pkg: uclibc
/l4re-core-master/libsupc++-minimal/
A DControl3 source-pkg: libsupc++
/l4re-core-master/libstdc++-v3-minimal/
A DControl3 source-pkg: libstdc++-v3
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/
A Dudp.h69 u_int16_t source; member
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DREADME9 to uClibc typically involves just recompiling the source code.
25 make closed source commercial applications using an unmodified
27 make ;-). You do not need to give away all your source code just

Completed in 43 milliseconds

12345