| /openbsd-src/usr.bin/awk/ |
| H A D | proto.h | 27 extern void setfname(Cell *); 84 extern Node *celltonode(Cell *, int); 89 extern void defn(Cell *, Node *, Node *); 92 extern Cell *(*proctab[])(Node **, int); 100 extern void freesymtab(Cell *); 101 extern void freeelem(Cell *, const char *); 102 extern Cell *setsymtab(const char *, const char *, double, unsigned int, Array *); 105 extern Cell *lookup(const char *, Array *); 106 extern double setfval(Cell *, double); 107 extern void funnyvar(Cell *, const char *); [all …]
|
| H A D | tran.c | 54 Cell *fsloc; /* FS */ 55 Cell *nrloc; /* NR */ 56 Cell *nfloc; /* NF */ 57 Cell *fnrloc; /* FNR */ 58 Cell *ofsloc; /* OFS */ 59 Cell *orsloc; /* ORS */ 60 Cell *rsloc; /* RS */ 61 Cell *ARGVcell; /* cell with symbol table containing ARGV[...] */ 62 Cell *rstartloc; /* RSTART */ 63 Cell *rlengthloc; /* RLENGTH */ [all …]
|
| H A D | awk.h | 99 typedef struct Cell { struct 107 struct Cell *cnext; /* ptr to next if chained */ argument 108 } Cell; typedef 113 Cell **tab; /* hash table pointers */ 119 extern Cell *nrloc; /* NR */ 120 extern Cell *fnrloc; /* FNR */ 121 extern Cell *fsloc; /* FS */ 122 extern Cell *nfloc; /* NF */ 123 extern Cell *ofsloc; /* OFS */ 124 extern Cell *orsloc; /* ORS */ [all …]
|
| H A D | run.c | 51 void tempfree(Cell *p) { in tempfree() 81 Cell *tmps; /* free temporary cells for execution */ 83 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM, NULL, NULL }; 84 Cell *True = &truecell; 85 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM, NULL, NULL }; 86 Cell *False = &falsecell; 87 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, NULL, NULL }; 88 Cell *jbreak = &breakcell; 89 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM, NULL, NULL }; 90 Cell *jcont = &contcell; [all …]
|
| H A D | lib.c | 47 Cell **fldtab; /* pointers to Cells */ 61 static Cell dollar0 = { OCELL, CFLD, NULL, EMPTY, 0.0, REC|STR|DONTFREE, NULL, NULL }; 62 static Cell dollar1 = { OCELL, CFLD, NULL, EMPTY, 0.0, FLD|STR|DONTFREE, NULL, NULL }; 68 || (fldtab = (Cell **) calloc(nfields+2, sizeof(*fldtab))) == NULL in recinit() 69 || (fldtab[0] = (Cell *) malloc(sizeof(**fldtab))) == NULL) in recinit() 84 fldtab[i] = (Cell *) malloc(sizeof(**fldtab)); in makefields() 334 Cell *x; in getargv() 336 extern Cell *ARGVcell; in getargv() 351 Cell *q; in setclvar() 380 Cell * in fldbld() [all...] |
| H A D | parse.c | 192 Node *celltonode(Cell *a, int b) in celltonode() 205 extern Cell *literal0; in rectonode() 211 Cell *cp; in makearr() 214 cp = (Cell *) (p->narg[0]); in makearr() 257 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() 287 if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0) in isarg()
|
| H A D | awkgram.y | 31 void checkdup(Node *list, Cell *item); 44 Cell *cp; 187 { infunc = false; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; } 477 void setfname(Cell *p) 488 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON; 493 return ((Cell *)(p->narg[0]))->sval; 507 void checkdup(Node *vl, Cell *cp) /* check if name already in list */ 511 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
|
| H A D | FIXES.1e | 608 string to a parameter leaked a Cell. thanks to moinak ghosh for
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 50 struct Cell { struct 58 Cell cells[1]; // variable len argument 66 Cell cells[kBucketSize]; 89 Cell *cell_; 120 Cell *c = &bucket->cells[i]; in ForEach() 130 Cell *c = &add->cells[i]; in ForEach() 225 Cell *c = &b->cells[i]; in acquire() 238 Cell *c = &add->cells[i]; in acquire() 254 Cell *c = &b->cells[i]; in acquire() 270 Cell *c = &add->cells[i]; in acquire() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | WhitespaceManager.h | 183 unsigned Cell = 0; member 189 return Index == Other.Index && Cell == Other.Cell && 273 static bool isSplitCell(const CellDescription &Cell);
|
| H A D | WhitespaceManager.cpp | 1248 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell() argument 1249 if (Cell.HasSplit) in isSplitCell() 1251 for (const auto *Next = Cell.NextColumnElement; Next != nullptr; in isSplitCell() 1263 unsigned Cell = 0; in getCells() local 1278 Cell = 0; in getCells() 1297 ++Cell; in getCells() 1303 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells() 1304 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells() 1305 : Cell); in getCells() 1371 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/inc/ |
| H A D | smu75.h | 679 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member 715 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member 720 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member 725 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member 730 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
|
| H A D | smu74.h | 782 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member 796 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member 812 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
|
| H A D | smu73.h | 699 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member
|
| /openbsd-src/share/snmp/ |
| H A D | SNMPv2-CONF.txt | 296 Cell 297 | Cells "," Cell 298 Cell ::=
|
| /openbsd-src/usr.bin/fgen/ |
| H A D | fgen.l | 88 static Cell parse_stack[PSTKSIZ]; 325 static void push(Cell); 326 static Cell pop(void); 340 static Cell cvt(const char *, char **, int base); 768 static Cell 771 Cell v = 0; 805 push(Cell val) 814 static Cell 1113 Cell value; 1202 Cell value = -2; [all …]
|
| H A D | fgen.h | 31 typedef int64_t Cell; typedef
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | elf | 223 >>18 beshort 23 Cell SPU,
|
| H A D | audio | 446 0 string \001Sharp\040JisakuMelody SHARP Cell-Phone ringing Melody
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | pcmciadevs | 62 vendor GREYCELL 0x0143 Grey Cell 235 product GREYCELL GCS2000 0x0201 Grey Cell GCS2000 Gold II Ethernet
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CREDITS.TXT | 354 D: Added STI Cell SPU backend.
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 2223 0x03 8 Dot Braille Cell 2224 0x04 6 Dot Braille Cell
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.reg | 2416 * SCSI I/O Cell Power-down Control
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 24 of the Cell processor or GPUs to support the execution of compute kernels.
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 74 llvm::Value *Cell = in AssignToArrayRange() local 76 Builder.CreateAlignedStore(Value, Cell, CharUnits::One()); in AssignToArrayRange()
|