| /src/external/gpl3/gdb/dist/sim/testsuite/ft32/ |
| basic.s | 505 call lit 510 call lit 514 call lit 518 call lit 519 .long lit 614 callc z,lit 859 lit: # load literal to $r0 label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/ft32/ |
| basic.s | 505 call lit 510 call lit 514 call lit 518 call lit 519 .long lit 614 callc z,lit 859 lit: # load literal to $r0 label
|
| /src/external/bsd/tre/dist/lib/ |
| tre-ast.c | 39 tre_literal_t *lit; local 44 lit = node->obj; 45 lit->code_min = code_min; 46 lit->code_max = code_max; 47 lit->position = position; 139 tre_literal_t *lit; local 146 lit = ast->obj; 147 code_min = lit->code_min; 148 code_max = lit->code_max; 149 pos = lit->position [all...] |
| tre-compile.c | 272 tre_literal_t *lit = node->obj; local 274 if (!IS_SPECIAL(lit) || IS_BACKREF(lit)) 278 (int)lit->code_min, (int)lit->code_max)); 314 assert(!IS_TAG(lit)); 693 tre_literal_t *lit = node->obj; local 694 int pos = lit->position; 695 int min = lit->code_min; 696 int max = lit->code_max 844 tre_literal_t *lit= node->obj; local 1206 tre_literal_t *lit; local 1343 tre_literal_t *lit = (tre_literal_t *)node->obj; local [all...] |
| /src/games/hack/ |
| def.rm.h | 73 /* this should in fact be a bit like lit */ 112 unsigned lit:1; member in struct:rm
|
| /src/external/bsd/liblzf/dist/ |
| lzf_c.c | 127 int lit; local 140 lit = 0; op++; /* start run */ 172 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ 175 op [- lit - 1] = lit - 1; /* stop run */ 176 op -= !lit; /* undo run if length is zero */ 224 lit = 0; op++; /* start run */ 265 lit++; *op++ = *ip++; 268 if (expect_false (lit == MAX_LIT)) 270 op [- lit - 1] = lit - 1; /* stop run * [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| ton.tcl | 103 lit $json $i 133 proc ton::lit {json i} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| ton.tcl | 103 lit $json $i 133 proc ton::lit {json i} {
|
| /src/common/dist/zlib/contrib/blast/ |
| blast.c | 284 int lit; /* true if literals are coded */ local 324 lit = bits(s, 8); 325 if (lit > 1) return -1; 370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
|
| /src/sys/arch/vax/vax/ |
| db_disasm.c | 310 int lit = c & 0x3F; local 320 add_int(ib, lit); 321 tmp = lit; 434 err_print("can\'t evaluate operand (%02X).\n", lit);
|
| /src/external/gpl3/binutils/dist/zlib/contrib/blast/ |
| blast.c | 284 int lit; /* true if literals are coded */ local 324 lit = bits(s, 8); 325 if (lit > 1) return -1; 370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/blast/ |
| blast.c | 284 int lit; /* true if literals are coded */ local 324 lit = bits(s, 8); 325 if (lit > 1) return -1; 370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
|
| /src/external/gpl3/gdb/dist/zlib/contrib/blast/ |
| blast.c | 284 int lit; /* true if literals are coded */ local 324 lit = bits(s, 8); 325 if (lit > 1) return -1; 370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/blast/ |
| blast.c | 284 int lit; /* true if literals are coded */ local 324 lit = bits(s, 8); 325 if (lit > 1) return -1; 370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
|
| /src/external/gpl2/texinfo/dist/info/ |
| infomap.c | 1616 static char lit[] = { SK_ESCAPE, NUL }; local 1631 default: t = lit; break;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| sub1sp1_extracted.c | 89 MPFR_Add1sp1_state lit; local 90 lit.sh = sh; 91 lit.bx = bx; 92 lit.rb = rb; 93 lit.sb = sb; 94 return lit; 215 MPFR_Lib_mpfr_struct lit; local 216 lit.mpfr_prec = uu____0.mpfr_prec; 217 lit.mpfr_sign = (int32_t)-1; 218 lit.mpfr_exp = uu____0.mpfr_exp 225 MPFR_Lib_mpfr_struct lit; local 250 MPFR_Lib_mpfr_struct lit; local 267 MPFR_Lib_mpfr_struct lit; local 286 MPFR_Lib_mpfr_struct lit; local 307 MPFR_Lib_mpfr_struct lit; local [all...] |
| /src/external/bsd/zstd/dist/lib/common/ |
| zstd_internal.h | 298 BYTE* lit; /* ptr to end of literals */ member in struct:__anon8599
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_opt.c | 165 unsigned lit; local 168 for (lit=0; lit<=MaxLit; lit++) { 170 U32 const bitCost = HUF_getNbBitsFromCTable(optPtr->symbolCosts->huf.CTable, lit); 172 optPtr->litFreq[lit] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; 173 optPtr->litSum += optPtr->litFreq[lit]; 217 unsigned lit = MaxLit; local 218 HIST_count_simple(optPtr->litFreq, &lit, src, srcSize); /* use raw first block to init statistics */ 1224 DEBUGLOG(7, "then at next rPos %u : match+1lit %.2f vs %ulits %.2f" [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-s390-low.cc | 1336 uint64_t lit = literals[i]; local 1337 memcpy (&buf[sizeof buf - 32 + i * 8], &lit, 8); 1359 uint32_t lit = literals[i]; local 1360 memcpy (&buf[sizeof buf - 16 + i * 4], &lit, 4);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-s390-low.cc | 1336 uint64_t lit = literals[i]; local 1337 memcpy (&buf[sizeof buf - 32 + i * 8], &lit, 8); 1359 uint32_t lit = literals[i]; local 1360 memcpy (&buf[sizeof buf - 16 + i * 4], &lit, 4);
|
| /src/external/bsd/zstd/dist/lib/legacy/ |
| zstd_v01.c | 1379 BYTE* lit; member in struct:__anon8714 1738 if (litEnd > litLimit) return ERROR(corruption_detected); /* overRead beyond lit buffer */
|
| zstd_v03.c | 2358 BYTE* lit; member in struct:__anon8748 2705 if (litEnd > litLimit) return ERROR(corruption_detected); /* overRead beyond lit buffer */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-alpha.c | 1218 i.e. "ldq $targ, LIT($gp); addq $targ, $0, $targ". Odd, perhaps, 1246 offsetT lit; 1248 /* Attempt to reduce .lit load by splitting the offset from 1254 lit = add_to_literal_pool (exp->X_add_symbol, addend, 1259 lit = add_to_literal_pool (exp->X_add_symbol, 0, 1262 if (lit >= 0x8000) 1265 /* Emit "ldq r, lit(gp)". */ 1279 set_tok_sym (newtok[1], alpha_lita_symbol, lit); 1498 offsetT lit; 1504 /* Emit "ldq targreg, lit(basereg)". * 1239 offsetT lit; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-alpha.c | 1218 i.e. "ldq $targ, LIT($gp); addq $targ, $0, $targ". Odd, perhaps, 1246 offsetT lit; 1248 /* Attempt to reduce .lit load by splitting the offset from 1254 lit = add_to_literal_pool (exp->X_add_symbol, addend, 1259 lit = add_to_literal_pool (exp->X_add_symbol, 0, 1262 if (lit >= 0x8000) 1265 /* Emit "ldq r, lit(gp)". */ 1279 set_tok_sym (newtok[1], alpha_lita_symbol, lit); 1498 offsetT lit; 1504 /* Emit "ldq targreg, lit(basereg)". * 1239 offsetT lit; local [all...] |
| /src/sys/net/ |
| zlib.c | 3052 Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ", 5080 LIT, /* o: got literal, waiting for output space */ 5099 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon7111 5180 c->sub.lit = t->base; 5184 c->mode = LIT; 5265 case LIT: /* o: got literal, waiting for output space */ 5267 OUTBYTE(c->sub.lit)
|