| /src/external/bsd/top/dist/ |
| globalstate.h | 64 struct statics *statics; member in struct:globalstate
|
| machine.h | 45 * The statics struct is filled in by machine_init. Fields marked as 48 struct statics struct 114 int machine_init(struct statics *);
|
| top.c | 110 /* statics */ 545 i_uptime(&(gstate->statics->boottime), &curr_time); 578 u_uptime(&(gstate->statics->boottime), &curr_time); 726 struct statics statics; local 763 gstate->statics = &statics; 817 the entire statics structure is set to a known value before we call 820 memzero((void *)&statics, sizeof(statics)); [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| init.c | 486 /* Run through the statics list, removing modules as soon as all its 487 statics have been initialized. */ 503 struct objc_static_instances *statics = *statics_in_module; local 504 Class class = objc_getClass (statics->class_name); 509 statics initialization to be done again (eg, if we 529 if (strcmp (statics->class_name, "Protocol") == 0) 535 for (inst = &statics->instances[0]; *inst; inst++) 543 for (inst = &statics->instances[0]; *inst; inst++) 580 /* The statics in this module. */ 581 struct objc_static_instances **statics local [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| init.c | 486 /* Run through the statics list, removing modules as soon as all its 487 statics have been initialized. */ 503 struct objc_static_instances *statics = *statics_in_module; local 504 Class class = objc_getClass (statics->class_name); 509 statics initialization to be done again (eg, if we 529 if (strcmp (statics->class_name, "Protocol") == 0) 535 for (inst = &statics->instances[0]; *inst; inst++) 543 for (inst = &statics->instances[0]; *inst; inst++) 580 /* The statics in this module. */ 581 struct objc_static_instances **statics local [all...] |
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.h | 390 function_entry *statics; member in struct:_model_table
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.h | 390 function_entry *statics; member in struct:_model_table
|
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 2134 bool statics; local 2144 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics, p_end) 2150 if (! statics
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 2134 bool statics; local 2144 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics, p_end) 2150 if (! statics
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGObjCGNU.cpp | 3639 // Generate statics list: 3640 llvm::Constant *statics = NULLPtr; local 3665 statics = allStaticsArray.finishAndCreateGlobal(".objc_statics_ptr", 3667 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy); 3756 classList.add(statics);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 6075 unsigned int opcode, args, statics, sregs; 6084 statics = 0; 6113 /* statics $a0-$a3 */ 6114 statics |= 1 << (regno1 - 4); 6135 /* Encode args/statics combination. */ 6136 if (args & statics) 6141 else if (statics == 0xf) 6142 /* All $a0-$a3 are statics. */ 6158 while (statics & 0x8) 6160 statics = (statics << 1) & 0xf 6066 unsigned int opcode, args, statics, sregs; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 5766 unsigned int opcode, args, statics, sregs; 5775 statics = 0; 5804 /* statics $a0-$a3 */ 5805 statics |= 1 << (regno1 - 4); 5826 /* Encode args/statics combination. */ 5827 if (args & statics) 5832 else if (statics == 0xf) 5833 /* All $a0-$a3 are statics. */ 5849 while (statics & 0x8) 5851 statics = (statics << 1) & 0xf 5757 unsigned int opcode, args, statics, sregs; local [all...] |