Home
last modified time | relevance | path

Searched refs:Cell (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/one-true-awk/
H A Dproto.h26 extern void setfname(Cell *);
100 extern void freesymtab(Cell *);
109 extern double getfval(Cell *);
110 extern char *getsval(Cell *);
129 extern Cell *fieldadr(int);
146 extern Cell *execute(Node *);
149 extern Cell *copycell(Cell *);
150 extern Cell *arg(Node **, int);
160 extern void tfree(Cell *);
161 extern Cell *gettemp(void);
[all …]
H A Dtran.c66 Cell *literal0;
68 extern Cell **fldtab;
102 Cell *cp; in arginit()
122 Cell *cp; in envinit()
145 Cell **tp; in makesymtab()
148 tp = (Cell **) calloc(n, sizeof(Cell *)); in makesymtab()
159 Cell *cp, *temp; in freesymtab()
211 Cell *p; in setsymtab()
218 p = (Cell *) malloc(sizeof(Cell)); in setsymtab()
253 np = (Cell **) calloc(nsz, sizeof(Cell *)); in rehash()
[all …]
H A Drun.c144 Cell *x; in execute()
180 Cell *x; in program()
327 Cell *y; in copycell()
353 Cell *y; in jump()
697 Cell *x; in gettemp()
700 tmps = (Cell *) calloc(100, sizeof(Cell)); in gettemp()
716 Cell *x; in indirect()
816 Cell *x; in format()
948 Cell *x; in awksprintf()
970 Cell *x; in awkprintf()
[all …]
H A Dawk.h78 typedef struct Cell { struct
85 struct Cell *cnext; /* ptr to next if chained */ argument
86 } Cell; typedef
91 Cell **tab; /* hash table pointers */
97 extern Cell *nrloc; /* NR */
98 extern Cell *fnrloc; /* FNR */
99 extern Cell *nfloc; /* NF */
100 extern Cell *rstartloc; /* RSTART */
101 extern Cell *rlengthloc; /* RLENGTH */
H A Dlib.c42 Cell **fldtab; /* pointers to Cells */
62 || (fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *))) == NULL in recinit()
63 || (fldtab[0] = (Cell *) malloc(sizeof(Cell))) == NULL ) in recinit()
78 fldtab[i] = (Cell *) malloc(sizeof (struct Cell)); in makefields()
232 Cell *x; in getargv()
248 Cell *q; in setclvar()
270 Cell *p; in fldbld()
370 Cell *p; in cleanfld()
391 Cell *fieldadr(int n) /* get nth field */ in fieldadr()
408 if (s / sizeof(struct Cell *) - 1 == nf) /* didn't overflow */ in growfldtab()
[all …]
H A Dparse.c168 Node *celltonode(Cell *a, int b) in celltonode()
181 extern Cell *literal0; in rectonode()
187 Cell *cp; in makearr()
190 cp = (Cell *) (p->narg[0]); in makearr()
233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn()
263 if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0) in isarg()
H A Dawkgram.y30 void checkdup(Node *list, Cell *item);
43 Cell *cp;
185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
447 void setfname(Cell *p)
458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
463 return ((Cell *)(p->narg[0]))->sval;
477 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
481 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
H A DFIXES207 string to a parameter leaked a Cell. thanks to moinak ghosh for
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h46 struct Cell { struct
54 Cell cells[1]; // variable len argument
85 Cell *cell_;
187 Cell *c = &b->cells[i]; in acquire()
200 Cell *c = &add->cells[i]; in acquire()
216 Cell *c = &b->cells[i]; in acquire()
232 Cell *c = &add->cells[i]; in acquire()
256 Cell *c = &b->cells[i]; in acquire()
289 Cell *c = &add->cells[i]; in acquire()
300 Cell *c = h->cell_; in release()
[all …]
/freebsd-12.1/contrib/bzip2/
H A Dbzip2.c1699 Cell; typedef
1716 Cell *mkCell ( void ) in mkCell()
1718 Cell *c; in mkCell()
1720 c = (Cell*) myMalloc ( sizeof ( Cell ) ); in mkCell()
1729 Cell *snocString ( Cell *root, Char *name ) in snocString()
1732 Cell *tmp = mkCell(); in snocString()
1737 Cell *tmp = root; in snocString()
1747 void addFlagsFromEnvVar ( Cell** argList, Char* varName ) in addFlagsFromEnvVar()
1780 Cell *argList; in main()
1781 Cell *aa; in main()
[all …]
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h200 EFI_HII_GLYPH_INFO Cell; member
232 EFI_HII_GLYPH_INFO Cell; member
264 EFI_HII_GLYPH_INFO Cell; member
270 EFI_HII_GLYPH_INFO Cell; member
288 EFI_HII_GLYPH_INFO Cell; member
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-ppc.texi92 Generate code for Cell Broadband Engine architecture.
/freebsd-12.1/contrib/file/magic/Magdir/
H A Delf112 >18 leshort 23 Cell SPU,
H A Daudio446 0 string \001Sharp\040JisakuMelody SHARP Cell-Phone ringing Melody
/freebsd-12.1/crypto/heimdal/doc/
H A Dapps.texi198 name, per line. Cell names are case sensitive, but most cell names
/freebsd-12.1/sys/dev/pccard/
H A Dpccarddevs115 vendor GREY_CELL 0x0143 Grey Cell Systems, Ltd
350 /* Grey Cell Systems, Ltd */
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-2006189 (powerpc_opcodes): Enable hrfid for Cell. Add ldbrx and stdbrx,
/freebsd-12.1/contrib/dtc/Documentation/
H A Ddtc-paper.tex460 Cell properties can also contain \emph{references}. Instead of a hex
/freebsd-12.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md1028 Cell allocation is spreaded, not linear :
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx.reg2415 * SCSI I/O Cell Power-down Control
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp69 llvm::Value *Cell = in AssignToArrayRange() local
71 Builder.CreateAlignedStore(Value, Cell, CharUnits::One()); in AssignToArrayRange()
/freebsd-12.1/share/misc/
H A Dpci_vendors4153 032d Axon - Cell Companion Chip
4154 1014 03a1 PCIe PowerXCell 8i Cell Accelerator Board
18627 2143 HSF 56k Data/Fax/Cell Modem (Mob WorldW SmartDAA)
18628 2144 HSF 56k Data/Fax/Voice/Cell Modem (Mob WorldW SmartDAA)
18629 2145 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob WorldW SmartDAA)
18630 2146 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob WorldW SmartDAA)
18631 2163 HSF 56k Data/Fax/Cell Modem (Mob SmartDAA)
18632 2164 HSF 56k Data/Fax/Voice/Cell Modem (Mob SmartDAA)
18633 2165 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob SmartDAA)
18634 2166 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob SmartDAA)
[all …]
/freebsd-12.1/contrib/binutils/gas/po/
H A Dgas.pot8908 "-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n"