HomeSort by: relevance | last modified time | path
    Searched refs:stuff (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
c_asm.h 15 ... asm stuff ...
reg_types.h 14 int stuff, mo_suff; member in struct:__anon10244
pthread.h 49 {...init stuff...}
  /src/external/bsd/zstd/dist/contrib/diagnose_corruption/
check_flipped_bits.c 44 static void free_stuff(stuff_t* stuff) {
45 free(stuff->input);
46 free(stuff->output);
47 ZSTD_freeDDict(stuff->ddict);
48 free(stuff->dict);
49 ZSTD_freeDCtx(stuff->dctx);
62 static void print_summary(stuff_t* stuff) {
64 fprintf(stderr, "%9d successful decompressions\n", stuff->success_count);
66 int count = stuff->error_counts[error_code];
144 static ZSTD_DDict* readDictByID(stuff_t *stuff, int32_t dict_id, char **buf, size_t* size)
379 stuff_t stuff; local
    [all...]
  /src/games/fortune/strfile/
strfile.h 52 unsigned char stuff[4]; /* long aligned space */ member in struct:__anon98
53 #define str_delim stuff[0] /* delimiting character */
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
types.h 13 typedef struct __physadr_s { random stuff } * physadr_t;
  /src/external/bsd/tre/dist/tests/agrep/
exitstatus.ok 83 just some stuff
88 just some stuff
101 exitstatus.in:just some stuff
106 (standard input):just some stuff
119 3:just some stuff
124 3:just some stuff
129 0:just some stuff
134 0:just some stuff
139 just some stuff
144 just some stuff
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
package.d 174 type as `Stuff`.
840 argument. `opBinaryRight` is only defined if `Stuff` does not
844 stuff)
846 TotalContainer opBinary(string op)(Stuff rhs) if (op == "~")
852 TotalContainer opBinaryRight(string op)(Stuff lhs) if (op == "~")
858 Forwards to $(D insertAfter(this[], stuff)).
860 void opOpAssign(string op)(Stuff stuff) if (op == "~")
894 Inserts `stuff` in an unspecified position in the
897 behavior. `stuff` can be a value convertible to the element type o
    [all...]
dlist.d 217 static BaseNode* createNode(Stuff)(auto ref Stuff arg, BaseNode* prev = null, BaseNode* next = null)
252 this(Stuff)(Stuff stuff)
253 if (isInputRange!Stuff && isImplicitlyConvertible!(ElementType!Stuff, T))
255 insertBack(stuff);
403 DList opBinary(string op, Stuff)(Stuff rhs
    [all...]
slist.d 140 private static auto createNodeChain(Stuff)(Stuff stuff)
141 if (isImplicitlyConvertible!(Stuff, T))
144 return createNodeChain(only(stuff));
147 private static auto createNodeChain(Stuff)(Stuff stuff)
148 if (isInputRange!Stuff && isImplicitlyConvertible!(ElementType!Stuff, T)
    [all...]
array.d 869 * $(BIGOH length + m), where `m` is the number of elements in `stuff`.
871 Array opBinary(string op, Stuff)(Stuff stuff)
876 static if (hasLength!Stuff || isNarrowString!Stuff)
877 result.reserve(length + stuff.length);
878 else static if (hasSliceWithLength!Stuff)
879 result.reserve(length + stuff[].length);
880 else static if (isImplicitlyConvertible!(Stuff, T)
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.h 85 struct stuff;
96 stuff *stuff_list;
120 void add_stuff(stuff *);
table.cpp 1001 struct stuff { struct
1002 stuff *next;
1006 stuff(int);
1008 virtual ~stuff();
1013 stuff::stuff(int r) : next(0), row(r), printed(0) function in class:stuff
1017 stuff::~stuff()
1021 struct text_stuff : public stuff {
1032 : stuff(r), contents(s), filename(fn), lineno(ln
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grolbp/
lbp.h 45 va_list stuff; local
47 va_start(stuff, format);
48 vfprintf(lbpoutput, format, stuff);
49 va_end(stuff);
204 va_list stuff; local
207 va_start(stuff, format);
208 vfprintf(vdmoutput, format, stuff);
209 va_end(stuff);
  /src/games/hack/
hack.invent.c 764 char stuff[BUFSZ]; local
776 stuff[stct++] = '$';
777 stuff[stct] = 0;
779 if (!strchr(stuff, otmp->olet)) {
780 stuff[stct++] = otmp->olet;
781 stuff[stct] = 0;
787 stuff[stct++] = 'u';
789 stuff[stct++] = 'x';
790 stuff[stct] = 0;
791 assert(stct < sizeof(stuff));
    [all...]
  /src/external/bsd/openresolv/dist/
libc.in 204 stuff="$($list_resolv | keys_remove nameserver domain search)"
205 if [ -n "$stuff" ]; then
206 newconf="$newconf$stuff$NL"
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 203 void *stuff)
225 error = nfscl_request(nd, vp, p, cred, stuff);
229 error = nfscl_postop_attr(nd, nap, attrflagp, stuff);
242 error = nfscl_postop_attr(nd, nap, attrflagp, stuff);
1002 struct nfsvattr *nap, void *stuff)
1013 error = nfscl_request(nd, vp, p, cred, stuff);
1070 void *stuff)
1114 rnap, attrflagp, stuff);
1117 stuff);
1147 struct nfsvattr *rnap, int *attrflagp, void *stuff)
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 118 #region Destructor & IDisposable stuff
GZipStream.cs 112 #region Destructor & IDispose stuff
237 #region Position & length stuff
  /src/lib/libc/arch/sparc64/gen/
modf.S 147 ld [%fp + BIAS - 4], %fsr ! restore %fsr, leaving accrued stuff
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 118 #region Destructor & IDisposable stuff
GZipStream.cs 112 #region Destructor & IDispose stuff
237 #region Position & length stuff
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 118 #region Destructor & IDisposable stuff
GZipStream.cs 112 #region Destructor & IDispose stuff
237 #region Position & length stuff
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
array.d 1343 Inserts `stuff` (which must be an input range or any number of
1347 array = The array that `stuff` will be inserted into.
1348 pos = The position in `array` to insert the `stuff`.
1349 stuff = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives),
1352 void insertInPlace(T, U...)(ref T[] array, size_t pos, U stuff)
1368 to_insert += stuff[i].length;
1374 // Takes arguments array, pos, stuff
1378 // Initialize array[pos .. pos+to_insert] with stuff[]
1384 emplaceRef!T(array[pos + j++], stuff[i]);
1388 foreach (v; stuff[i]
    [all...]

Completed in 64 milliseconds

1 2 3 4