| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| c_asm.h | 15 ... asm stuff ...
|
| reg_types.h | 14 int stuff, mo_suff; member in struct:__anon12587
|
| pthread.h | 49 {...init stuff...}
|
| /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:__anon15210
|
| 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/dist/fixincludes/tests/base/sys/ |
| types.h | 13 typedef struct __physadr_s { random stuff } * physadr_t;
|
| /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 *);
|
| /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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| exprs.c | 163 struct t_struct stuff[1][2][3]; member in struct:link 173 struct t_struct stuff[1][2][3]; member in union:tu_link
|
| ptype.c | 175 struct t_struct stuff[1][2][3]; member in struct:link 185 struct t_struct stuff[1][2][3]; member in union:tu_link
|
| setvar.c | 168 struct t_struct stuff[1][2][3]; member in struct:link 178 struct t_struct stuff[1][2][3]; member in union:tu_link
|
| whatis.c | 214 struct t_struct stuff[1][2][3]; member in struct:link 224 struct t_struct stuff[1][2][3]; member in union:tu_link
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| exprs.c | 163 struct t_struct stuff[1][2][3]; member in struct:link 173 struct t_struct stuff[1][2][3]; member in union:tu_link
|
| /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/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/ |
| whatis.c | 214 struct t_struct stuff[1][2][3]; member in struct:link 224 struct t_struct stuff[1][2][3]; member in union:tu_link
|