HomeSort by relevance Sort by last modified time
    Searched refs:csub (Results 1 - 11 of 11) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
awk.h 80 uschar csub; /* CCON, CTEMP, CFLD, etc. */ member in struct:Cell
151 /* Cell subtypes: csub */
185 #define isexit(n) ((n)->csub == JEXIT)
186 #define isbreak(n) ((n)->csub == JBREAK)
187 #define iscont(n) ((n)->csub == JCONT)
188 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE)
189 #define isret(n) ((n)->csub == JRET)
196 #define istrue(n) ((n)->csub == BTRUE)
197 #define istemp(n) ((n)->csub == CTEMP
    [all...]
parse.c 173 a->csub = b;
run.c 43 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
44 WARNING("bad csub %d in Cell %d %s",
45 p->csub, p->ctype, p->sval);
288 if (t->csub == CCOPY) {
291 t->csub = CTEMP;
301 t->csub = CTEMP;
303 } else if (t == y && t->csub == CCOPY) {
304 t->csub = CTEMP;
326 y->csub = CCOPY; /* prevents freeing until call is over *
    [all...]
awkgram.y 458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
tran.c 225 p->csub = CUNK;
  /external/curl/tests/server/
getpart.c 255 char csub[MAX_TAG_LEN+1]; /* current sub section */ local
285 couter[0] = cmain[0] = csub[0] = ptag[0] = patt[0] = '\0';
319 if((STATE_INSUB == state) && !strcmp(csub, ptag)) {
322 csub[0] = '\0';
413 strcpy(csub, ptag);
415 if(!strcmp(cmain, main) && !strcmp(csub, sub)) {
  /external/tremolo/Tremolo/
floor1.c 309 int csub=1<<csubbits; local
320 int book=info->klass[classv].class_subbook[cval&(csub-1)];
  /external/libvorbis/lib/
floor1.c 864 int csub=1<<csubbits; local
873 for(k=0;k<csub;k++){
882 for(l=0;l<csub;l++){
988 int csub=1<<csubbits; local
999 int book=info->class_subbook[class][cval&(csub-1)];
  /external/libvorbis/doc/
07-floor1.tex 195 9) [csub] = (2 exponent [cbits])-1
205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub])
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 74 .global csub
75 csub: label
76 csub sp,sp,sp,cc0,0
allinsn.d 60 00000044 <csub>:
61 44: 83 60 10 41 csub sp,sp,sp,cc0,0x0

Completed in 169 milliseconds