Home
last modified time | relevance | path

Searched refs:lit (Results 1 – 25 of 71) sorted by relevance

123

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsub1sp1_extracted.c89 MPFR_Add1sp1_state lit; in MPFR_Add1sp1_mk_state() local
90 lit.sh = sh; in MPFR_Add1sp1_mk_state()
91 lit.bx = bx; in MPFR_Add1sp1_mk_state()
92 lit.rb = rb; in MPFR_Add1sp1_mk_state()
93 lit.sb = sb; in MPFR_Add1sp1_mk_state()
94 return lit; in MPFR_Add1sp1_mk_state()
215 MPFR_Lib_mpfr_struct lit; in MPFR_Sub1sp1_mpfr_sub1sp1() local
216 lit.mpfr_prec = uu____0.mpfr_prec; in MPFR_Sub1sp1_mpfr_sub1sp1()
217 lit.mpfr_sign = (int32_t)-1; in MPFR_Sub1sp1_mpfr_sub1sp1()
218 lit.mpfr_exp = uu____0.mpfr_exp; in MPFR_Sub1sp1_mpfr_sub1sp1()
[all …]
/netbsd/src/external/bsd/liblzf/dist/cs/
DCLZF.cs171 int lit = 0; in lzf_compress()
195 if (oidx + lit + 1 + 3 >= out_len) in lzf_compress()
202 if (lit!=0) in lzf_compress()
204 … out_data[oidx++] = (byte)(lit - 1); in lzf_compress()
205 lit = -lit; in lzf_compress()
207 … out_data[oidx++] = in_data[iidx+lit]; in lzf_compress()
208 while ((++lit)!=0); in lzf_compress()
243 lit++; in lzf_compress()
246 if (lit == MAX_LIT) in lzf_compress()
252 lit = -lit; in lzf_compress()
[all …]
/netbsd/src/external/bsd/liblzf/dist/
Dlzf_c.c127 int lit; in lzf_compress_r() local
140 lit = 0; op++; /* start run */ in lzf_compress_r()
172 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ in lzf_compress_r()
175 op [- lit - 1] = lit - 1; /* stop run */ in lzf_compress_r()
176 op -= !lit; /* undo run if length is zero */ in lzf_compress_r()
224 lit = 0; op++; /* start run */ in lzf_compress_r()
265 lit++; *op++ = *ip++; in lzf_compress_r()
268 if (expect_false (lit == MAX_LIT)) in lzf_compress_r()
270 op [- lit - 1] = lit - 1; /* stop run */ in lzf_compress_r()
271 lit = 0; op++; /* start run */ in lzf_compress_r()
[all …]
/netbsd/src/external/bsd/tre/dist/lib/
Dtre-ast.c39 tre_literal_t *lit; in tre_ast_new_literal() local
44 lit = node->obj; in tre_ast_new_literal()
45 lit->code_min = code_min; in tre_ast_new_literal()
46 lit->code_max = code_max; in tre_ast_new_literal()
47 lit->position = position; in tre_ast_new_literal()
139 tre_literal_t *lit; in tre_do_print() local
146 lit = ast->obj; in tre_do_print()
147 code_min = lit->code_min; in tre_do_print()
148 code_max = lit->code_max; in tre_do_print()
149 pos = lit->position; in tre_do_print()
[all …]
Dtre-compile.c272 tre_literal_t *lit = node->obj; in tre_add_tags() local
274 if (!IS_SPECIAL(lit) || IS_BACKREF(lit)) in tre_add_tags()
278 (int)lit->code_min, (int)lit->code_max)); in tre_add_tags()
314 assert(!IS_TAG(lit)); in tre_add_tags()
693 tre_literal_t *lit = node->obj; in tre_copy_ast() local
694 int pos = lit->position; in tre_copy_ast()
695 int min = lit->code_min; in tre_copy_ast()
696 int max = lit->code_max; in tre_copy_ast()
697 if (!IS_SPECIAL(lit) || IS_BACKREF(lit)) in tre_copy_ast()
705 else if (IS_TAG(lit) && (flags & COPY_REMOVE_TAGS)) in tre_copy_ast()
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dlibcrux_mlkem768_sha3.h446 libcrux_ml_kem_types_MlKemPublicKey_15 lit; in libcrux_ml_kem_types_from_b6_da() local
447 memcpy(lit.value, copy_of_value, (size_t)1184U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_b6_da()
448 return lit; in libcrux_ml_kem_types_from_b6_da()
499 libcrux_ml_kem_types_MlKemPrivateKey_55 lit; in libcrux_ml_kem_types_from_05_f2() local
500 memcpy(lit.value, copy_of_value, (size_t)2400U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_05_f2()
501 return lit; in libcrux_ml_kem_types_from_05_f2()
562 libcrux_ml_kem_mlkem768_MlKem768Ciphertext lit; in libcrux_ml_kem_types_from_01_9f() local
563 memcpy(lit.value, copy_of_value, (size_t)1088U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_01_9f()
564 return lit; in libcrux_ml_kem_types_from_01_9f()
1028 Eurydice_slice_uint8_t_1size_t__x2 lit; in libcrux_sha3_portable_keccak_split_at_mut_1() local
[all …]
/netbsd/src/games/hack/
Dhack.c101 if (!lev->lit && lev->scrsym == '.') { in unsee()
140 if (!lev->lit && lev->scrsym == '.') in seeoff()
347 if (ust->lit) { in domove()
348 if (tmpr->lit) { in domove()
358 if (tmpr->lit) in domove()
707 if (!levl[x][y].lit) in cansee()
753 if (levl[x][y].lit && seelx <= x && x <= seehx && seely <= y && in cansee()
794 if (!levl[u.ux][u.uy].lit) { in setsee()
800 for (seelx = u.ux; levl[seelx - 1][u.uy].lit; seelx--); in setsee()
801 for (seehx = u.ux; levl[seehx + 1][u.uy].lit; seehx++); in setsee()
[all …]
Dhack.read.c554 !levl[u.ux][u.uy].lit) { in litroom()
575 } else if (levl[u.ux][u.uy].lit) { in litroom()
587 if (levl[u.ux][u.uy].lit == on) in litroom()
616 levl[zx][zy].lit = on; in litroom()
Ddef.rm.h112 unsigned lit:1; member
Dhack.pri.c474 if (room->lit || cansee(x, y) || Blind) in news0()
522 if (room->scrsym == '.' && !room->lit && !Blind) { in nosee()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Ddelivered_hdr.c243 #define REC_PUT_LIT(fp, type, lit) rec_put((fp), (type), (lit), strlen(lit)) in main() argument
/netbsd/src/external/gpl2/xcvs/dist/diff/
Difdef.c375 scan_char_literal (lit, intptr) in scan_char_literal() argument
376 char *lit; in scan_char_literal()
379 register char *p = lit;
398 digits = p - lit - 2;
/netbsd/src/sys/external/bsd/compiler_rt/
Dprepare-import.sh16 rm -rf test/BlocksRuntime test/asan test/cfi test/dfsan test/lit.* test/lsan
20 rm -f lib/builtins/apple_versioning.c lib/lit.common.*
/netbsd/src/common/dist/zlib/contrib/blast/
Dblast.c284 int lit; /* true if literals are coded */ in decomp() local
324 lit = bits(s, 8); in decomp()
325 if (lit > 1) return -1; in decomp()
370 symbol = lit ? decode(s, &litcode) : bits(s, 8); in decomp()
/netbsd/src/sys/arch/vax/vax/
Ddb_disasm.c310 int lit = c & 0x3F; in get_operand() local
320 add_int(ib, lit); in get_operand()
321 tmp = lit; in get_operand()
434 err_print("can\'t evaluate operand (%02X).\n", lit); in get_operand()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dgold-threads.cc233 Lock_impl_threads* lit = static_cast<Lock_impl_threads*>(li); in wait() local
234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
/netbsd/src/external/bsd/less/dist/
Dlesskey_parse.c164 static char * char_string(char *buf, int ch, int lit) in char_string() argument
166 if (lit || (ch >= 0x20 && ch < 0x7f)) in char_string()
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dxtensaelf.em1571 lang_statement_union_type *lit = literal_wild.children.head;
1580 literal_wild.children.head = lit->header.next;
1583 lit->header.next = NULL;
1589 if (deps_has_edge (deps, src, lit))
1592 lit->header.next = *s_p;
1593 *s_p = lit;
1602 *w->children.tail = lit;
1603 w->children.tail = &lit->header.next;
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dton.tcl103 lit $json $i
/netbsd/src/usr.bin/xlint/lint1/
Dtree.c790 build_string(buffer *lit) in build_string() argument
792 size_t value_len = lit->len; in build_string()
793 if (lit->data != NULL) { in build_string()
795 for (value_len = 0; quoted_next(lit, &it); value_len++) in build_string()
801 tp->t_subt = gettyp(lit->data != NULL ? CHAR : WCHAR_TSPEC); in build_string()
810 n->u.str_literals->len = lit->len; in build_string()
812 if (lit->data != NULL) { in build_string()
813 n->u.str_literals->data = expr_zero_alloc(lit->len + 1, in build_string()
815 (void)memcpy(n->u.str_literals->data, lit->data, lit->len + 1); in build_string()
816 free(lit->data); in build_string()
[all …]
Dlex.c729 quoted_next(const buffer *lit, quoted_iterator *it) in quoted_next() argument
731 const char *s = lit->data; in quoted_next()
744 if (it->start + 1 == lit->len) { in quoted_next()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-alpha.c1254 offsetT lit; in load_expression() local
1262 lit = add_to_literal_pool (exp->X_add_symbol, addend, in load_expression()
1267 lit = add_to_literal_pool (exp->X_add_symbol, 0, in load_expression()
1270 if (lit >= 0x8000) in load_expression()
1287 set_tok_sym (newtok[1], alpha_lita_symbol, lit); in load_expression()
1506 offsetT lit; in load_expression()
1534 lit = add_to_literal_pool (NULL, addend, alpha_lit8_section, 8) - 0x8000; in load_expression()
1535 if (lit >= 0x8000) in load_expression()
1574 set_tok_const (newtok[1], lit); in load_expression()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.md899 rtx lit, scratch;
904 lit = operands[1];
911 lit = SUBREG_REG (operands[1]);
916 lit = adjust_address (lit, SImode, word_off);
918 emit_insn (gen_movsi (scratch, lit));
/netbsd/src/lib/libc/nls/
Dcs.msg99 49 Nen� mo�no p�id�lit po�adovanou adresu
/netbsd/src/external/bsd/flex/dist/po/
Dfi.po650 " -i, --case-insensitive älä välitä kirjainkoosta malleissa\n"
808 "merkkialue [%c-%c] ei ole yksiselitteinen skannerissa, joka ei välitä "
818 "[:^lower:] ei ole yksiselitteinen skannerissa, joka ei välitä kirjainkoosta"
823 "[:^upper:] ei ole yksiselitteinen skannerissa, joka ei välit kirjainkoosta"

123