Searched refs:hx (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dstatics.sh660 integer hx=5
663 integer -S hx=9
664 $2 && unset hx
665 $1 && printf 'hx=%d\n' hx
670 [[ "$( test_hx_scope true true )" == 'hx=5' ]] || err_exit "can't see global variable hx after unsetting static variable hx"
672 [[ "${ test_hx_scope true false ;}" == 'hx=9' ]] || err_exit "hx variabl
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A DNTMakefile165 $(gen_files_krb5) $(OBJ)\krb5_asn1.hx: $(BINDIR)\asn1_compile.exe krb5.asn1 krb5.opt
174 $(gen_files_pkinit) $(OBJ)\pkinit_asn1.hx: $(BINDIR)\asn1_compile.exe pkinit.asn1
180 $(gen_files_pkcs8) $(OBJ)\pkcs8_asn1.hx: $(BINDIR)\asn1_compile.exe pkcs8.asn1
186 $(gen_files_pkcs9) $(OBJ)\pkcs9_asn1.hx: $(BINDIR)\asn1_compile.exe pkcs9.asn1
192 $(gen_files_pkcs12) $(OBJ)\pkcs12_asn1.hx: $(BINDIR)\asn1_compile.exe pkcs12.asn1
198 $(gen_files_digest) $(OBJ)\digest_asn1.hx: $(BINDIR)\asn1_compile.exe digest.asn1
204 $(gen_files_kx509) $(OBJ)\kx509_asn1.hx: $(BINDIR)\asn1_compile.exe kx509.asn1
210 $(gen_files_rfc2459) $(OBJ)\rfc2459_asn1.hx: $(BINDIR)\asn1_compile.exe rfc2459.asn1
224 $(gen_files_cms) $(OBJ)\cms_asn1.hx: $(BINDIR)\asn1_compile.exe cms.asn1 cms.opt
232 $(gen_files_test) $(OBJ)\test_asn1.hx
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp514 int k,hx,lx; local
515 hx = __HI(x);
517 k = (hx&0x7ff00000)>>20; /* extract exponent */
519 if ((lx|(hx&0x7fffffff))==0) return x; /* +-0 */
521 hx = __HI(x);
522 k = ((hx&0x7ff00000)>>20) - 54;
529 {__HI(x) = (hx&0x800fffff)|(k<<20); return x;}
536 __HI(x) = (hx&0x800fffff)|(k<<20);
545 int hx,hy,ix,iy; local
549 hx
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhx509_err.et8 error_table hx
H A DNTMakefile119 $(gen_files_ocsp) $(OBJ)\ocsp_asn1.hx: $(asn1_compile) ocsp.asn1
128 $(gen_files_pkcs10) $(OBJ)\pkcs10_asn1.hx: $(asn1_compile) pkcs10.asn1
136 $(gen_files_crmf) $(OBJ)\crmf_asn1.hx: $(asn1_compile) crmf.asn1
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A DNTMakefile38 $(gen_files_hdb) $(OBJ)\hdb_asn1.hx $(OBJ)\hdb_asn1-priv.hx: $(BINDIR)\asn1_compile.exe hdb.asn1
/macosx-10.10.1/vim-55/runtime/keymap/
H A Desperanto_utf-8.vim49 hx <Char-0x0125> " (293) LOWERCASE h WITH CIRCUMFLEX
/macosx-10.10.1/Heimdal-398.1.2/windows/
H A DNTMakefile.w32338 {$(OBJ)}.hx{$(INCDIR)}.h:
341 {$(OBJ)}.hx{$(OBJ)}.h:
441 .SUFFIXES: .c .cpp .hin .h .x .hx
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A DNTMakefile230 $(gssapi_files) $(OBJ)\gssapi\gssapi_asn1.hx $(OBJ)\gssapi\gssapi_asn1-priv.hx: \
237 $(spnego_files) $(OBJ)\spnego\spnego_asn1.hx $(OBJ)\spnego\spnego_asn1-priv.hx: \
476 {$(OBJ)\gssapi}.hx{$(OBJ)\gssapi}.h:
479 {$(OBJ)\spnego}.hx{$(OBJ)\spnego}.h:
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompctl.c381 * while hx indicates or (+) completion (need to know for
387 int ready = 0, hx = 0; local
782 if (first && !hx) {
794 if (first && !hx) {
807 if (first && !hx) {
819 if (!first || hx) {
866 if (cc_assign(name, &cc, &cct, first && !hx))
869 hx = 1;
897 if (cc_assign(name, &cc, &cct, first && !hx))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp300 uint64_t hx = x[i] >> 32; local
309 carry = hx * ly + (dest[i] >> 32) + (hasCarry ? (1ULL << 32) : 0);
317 (carry >> 32) + ((lx * hy) >> 32) + hx * hy;
330 uint64_t carry = 0, lx = 0, hx = 0; local
333 hx = x[j] >> 32;
341 carry = (hasCarry ? (1ULL << 32) : 0) + hx * ly + (resul >> 32);
349 ((lx * hy) >> 32) + hx * hy;
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c124 VALUE hx, hy, mask = VALUE_MAX >> ((SIZEOF_VALUE - m) * CHAR_BIT); local
133 for (hx = *x++, hy = *y++; x < xe; ++x, ++y) {
134 hx <<= CHAR_BIT;
136 hx |= *x;
140 while (hx != hy) {
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit3371 f,hx �� # ---> 4-8v6-2v 0
3681 hx\040 �� # ---> 6-2v 1
11519 g,hx �Y # ---> 5-8v6-2v 0
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim6271 exe "sil! keepj norm! 0\<c-v>$hx".w:netrw_bannercnt."G$p"
6273 exe "sil! keepj norm! 0\<c-v>".newcolqty.'j$hx'.w:netrw_bannercnt.'G$p'

Completed in 327 milliseconds