Searched refs:ES (Results 1 - 25 of 73) sorted by relevance

123

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildall.sh6 ./buildpkb.sh es ES zl0
13 ./buildbin.sh es-ES zl0
H A Dbuildpkb.sh51 if [ $2 = "ES" ]; then
116 elif [ $LANG = "es-ES" ]; then
/external/llvm/include/llvm/Support/
H A DSolaris.h31 #undef ES macro
H A DARMWinEH.h293 const support::ulittle32_t ES; member in struct:llvm::ARM::WinEH::EpilogueScope
295 EpilogueScope(const support::ulittle32_t Data) : ES(Data) {}
297 return (ES & 0x0003ffff);
300 return ((ES & 0x000c0000) >> 18);
303 return ((ES & 0x00f00000) >> 20);
306 return ((ES & 0xff000000) >> 24);
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
679 biosfn_load_text_user_pat(GET_AL(),ES,BP,CX,DX,GET_BL(),GET_BH()); local
694 biosfn_load_gfx_8_8_chars(ES,BP);
697 biosfn_load_gfx_user_chars(ES,BP,CX,GET_BL(),GET_DL());
709 biosfn_get_font_info(GET_BH(),&ES,&BP,&CX,&DX); local
725 biosfn_switch_video_interface(GET_AL(),ES,DX); local
739 biosfn_write_string(GET_AL(),GET_BH(),GET_BL(),CX,GET_DH(),GET_DL(),ES,B local
[all...]
H A Dvbe.c761 * ES:DI = Pointer to buffer in which to place VbeInfoBlock structure
768 void vbe_biosfn_return_controller_information(AX, ES, DI)
769 Bit16u *AX;Bit16u ES;Bit16u DI;
784 printf("VBE vbe_biosfn_return_vbe_info ES%x DI%x AX%x\n",ES,DI,status);
791 memcpyb(ss, &vbe_info_block, ES, DI, sizeof(vbe_info_block));
831 vbe_info_block.VideoModePtr_Seg= ES ;
850 memcpyb(ES, DI, ss, &vbe_info_block, sizeof(vbe_info_block));
855 memcpyb(ES, DI, ss, &vbe_info_block, 256);
868 write_word(ES, D
[all...]
H A Dvbe.h14 void vbe_biosfn_return_controller_information(AX, ES, DI);
15 void vbe_biosfn_return_mode_information(AX, CX, ES, DI);
16 void vbe_biosfn_set_mode(AX, BX, ES, DI);
17 void vbe_biosfn_save_restore_state(AX, CX, DX, ES, BX);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_lexer.cc1091 /* The ES macro can be used in KEYWORD checks:
1093 * word KEYWORD(110 || ES, 400, TOKEN)
1094 * ...means the word is reserved in GLSL ES 1.00, while
1096 * word KEYWORD(110, 130 || ES, TOKEN)
1097 * ...means the word is a legal keyword in GLSL ES 1.00.
1099 #define ES yyextra->es_shader macro
1866 KEYWORD(120 || ES, 120 || ES, INVARIANT);
1871 KEYWORD(130 || ES, 130, FLAT);
2221 KEYWORD(110 || ES, 99
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.h38 #define ES U_EUROPEAN_NUMBER_SEPARATOR macro
H A Dcbididat.c22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
29 /* L R EN ES ET AN CS B S WS ON */
162 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
183 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
225 AL, AL, AL, WS, EN, EN, ES, EN, EN, CS, S, EN, EN, CS, WS,
307 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h38 #define ES U_EUROPEAN_NUMBER_SEPARATOR macro
H A Dcbididat.c22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
29 /* L R EN ES ET AN CS B S WS ON */
162 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
183 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
225 AL, AL, AL, WS, EN, EN, ES, EN, EN, CS, S, EN, EN, CS, WS,
307 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h14 #define ES 8 macro
/external/libpcap/msdos/
H A Dpkt_rx1.s54 stosw ;; write to screen at ES:EDI
90 mov es, bx ; ES = DS = CS or seg _DATA
111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
116 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
119 retf ; far return to driver with ES:DI
124 @skip: xor di, di ; return ES:DI = NIL pointer
H A Dpkt_rx0.asm83 stosw ;; write to screen at ES:EDI
92 ; This macro return ES:DI to tail of Rx queue
104 mov di, _rxInOfs ;; ES:DI -> buffer at queue input
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
139 mov es, bx ; ES = DS = CS or seg _DATA
151 ENQUEUE ; ES:DI -> _pktRxBuf[n]
155 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
158 retf ; far return to driver with ES:DI
164 @skip: xor di, di ; return ES:DI = NIL pointer
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp52 const char *ES; member in struct:__anon26028::MSP430ISelAddressMode
58 BlockAddr(nullptr), ES(nullptr), JT(-1), Align(0) {
62 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
81 } else if (ES) {
82 errs() << "ES ";
83 errs() << ES << '\n';
158 AM.ES = S->getSymbol();
274 else if (AM.ES)
275 Disp = CurDAG->getTargetExternalSymbol(AM.ES, MVT::i16, 0/*AM.SymbolFlags*/);
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp91 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
255 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const { argument
257 Reloc, ES, 0, 0));
/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h140 const char *ES, intptr_t cst = 0,
152 Result.Target.ExtSym = ES;
139 getExtSym(uintptr_t offset, unsigned RelocationType, const char *ES, intptr_t cst = 0, bool GOTrelative = 0, bool NeedStub = true) argument
/external/e2fsprogs/misc/
H A DMakefile.in441 $(ES) " INSTALL $(root_sbindir)/$$i"; \
445 $(ES) " INSTALL $(sbindir)/$$i"; \
449 $(ES) " LINK $(root_sbindir)/mkfs.$$i"; \
456 $(ES) " LINK $(root_sbindir)/findfs"; \
461 $(ES) " INSTALL $(bindir)/$$i"; \
465 $(ES) " INSTALL $(libdir)/$$i"; \
472 $(ES) " INSTALL_DATA $(man8dir)/$$i"; \
478 $(ES) " LINK mkfs.$$i.8"; \
486 $(ES) " INSTALL_DATA $(man1dir)/$$i"; \
493 $(ES) " INSTALL_DAT
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp95 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
320 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const { argument
322 Reloc, ES, 0, 0));
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c2952 insw ;; CX words transfered from port(DX) to ES:[DI]
2957 insd ;; CX dwords transfered from port(DX) to ES:[DI]
3102 seg ES
3104 outsw ;; CX words transfered from port(DX) to ES:[SI]
3108 seg ES
3110 outsd ;; CX dwords transfered from port(DX) to ES:[SI]
3236 seg ES
3238 outsw ;; CX words transfered from port(DX) to ES:[SI]
3369 insw ;; CX words transfered tp port(DX) to ES:[DI]
3374 insd ;; CX dwords transfered to port(DX) to ES
[all...]
/external/clang/include/clang/Lex/
H A DHeaderSearch.h352 void SetExternalSource(ExternalHeaderFileInfoSource *ES) { argument
353 ExternalSource = ES;
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp178 llvm::raw_string_ostream ES(Error);
179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp555 ListScope ES(SW, "Epilogue");
561 for (const EpilogueScope ES : EpilogueScopes) {
563 SW.printNumber("StartOffset", ES.EpilogueStartOffset());
564 SW.printNumber("Condition", ES.Condition());
565 SW.printNumber("EpilogueStartIndex", ES.EpilogueStartIndex());
568 decodeOpcodes(XData.UnwindByteCode(), ES.EpilogueStartIndex(),
/external/clang/include/clang/AST/
H A DDeclBase.h1617 void setHasExternalLexicalStorage(bool ES = true) {
1618 ExternalLexicalStorage = ES;
1627 void setHasExternalVisibleStorage(bool ES = true) {
1628 ExternalVisibleStorage = ES;
1629 if (ES && LookupPtr.getPointer())

Completed in 487 milliseconds

123