/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/es-ES/ |
D | es-ES_ta.txt | 1 # collection of es-ES textana knowledge bases 5 NAME es-ES_ta_1.0.0.3-0-0 12 TPP_MAIN "../pkb/es-ES/es-ES_kpr.pkb" 13 TAB_GRAPHS "../pkb/es-ES/es-ES_ktab_graphs.pkb" 14 TAB_PHONES "../pkb/es-ES/es-ES_ktab_phones.pkb" 15 TAB_POS "../pkb/es-ES/es-ES_ktab_pos.pkb" 16 LEX_MAIN "../pkb/es-ES/es-ES_klex.pkb" 17 DT_POSP "../pkb/es-ES/es-ES_kdt_posp.pkb" 18 DT_POSD "../pkb/es-ES/es-ES_kdt_posd.pkb" 19 DT_G2P "../pkb/es-ES/es-ES_kdt_g2p.pkb" [all …]
|
D | es-ES_zl0_sg.txt | 1 # collection of es-ES zl0 siggen knowledge bases 5 NAME es-ES_zl0_sg_1.0.0.3-0-0 11 FST_SPHO_5 "../pkb/es-ES/es-ES_zl0_kfst_spho5.pkb" 12 DT_DUR "../pkb/es-ES/es-ES_zl0_kdt_dur.pkb" 13 DT_LFZ1 "../pkb/es-ES/es-ES_zl0_kdt_lfz1.pkb" 14 DT_LFZ2 "../pkb/es-ES/es-ES_zl0_kdt_lfz2.pkb" 15 DT_LFZ3 "../pkb/es-ES/es-ES_zl0_kdt_lfz3.pkb" 16 DT_LFZ4 "../pkb/es-ES/es-ES_zl0_kdt_lfz4.pkb" 17 DT_LFZ5 "../pkb/es-ES/es-ES_zl0_kdt_lfz5.pkb" 18 DT_MGC1 "../pkb/es-ES/es-ES_zl0_kdt_mgc1.pkb" [all …]
|
/external/mksh/src/ |
D | expr.c | 161 #define bivui(x, op, y) (es->natural ? \ 204 Expr_state * const es = &curstate; in v_evaluate() local 228 exprtoken(es); in v_evaluate() 229 if (es->tok == END) { in v_evaluate() 230 es->tok = LIT; in v_evaluate() 231 es->val = tempvar(); in v_evaluate() 233 v = intvar(es, evalexpr(es, MAX_PREC)); in v_evaluate() 235 if (es->tok != END) in v_evaluate() 236 evalerr(es, ET_UNEXPECTED, NULL); in v_evaluate() 238 if (es->arith && es->natural) in v_evaluate() [all …]
|
D | edit.c | 3456 static struct edstate *es; /* current editor state */ variable 3510 es = &ebuf; in x_vi() 3511 es->cbuf = buf; in x_vi() 3513 undo->cbufsize = es->cbufsize = len > LINE ? LINE : len; in x_vi() 3515 es->linelen = undo->linelen = 0; in x_vi() 3516 es->cursor = undo->cursor = 0; in x_vi() 3517 es->winleft = undo->winleft = 0; in x_vi() 3575 if (es->linelen == 0) { in x_vi() 3592 if (c == -1 || (ssize_t)len <= es->linelen) in x_vi() 3595 if (es->cbuf != buf) in x_vi() [all …]
|
/external/valgrind/main/callgrind/ |
D | threads.c | 198 exec_state *es; in CLG_() local 210 es = push_exec_state(sigNum); in CLG_() 211 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in CLG_() 212 CLG_(current_state).cost = es->cost; in CLG_() 213 es->call_stack_bottom = CLG_(current_call_stack).sp; in CLG_() 228 exec_state* es = top_exec_state(); in CLG_() local 229 CLG_ASSERT(es != 0); in CLG_() 232 if (CLG_(current_call_stack).sp == es->call_stack_bottom) in CLG_() 238 exec_state* es; in CLG_() local 251 es = top_exec_state(); in CLG_() [all …]
|
D | events.c | 121 EventSet* es; in eventset_from_mask() local 129 es = (EventSet*) CLG_MALLOC("cl.events.eventset.1", sizeof(EventSet)); in eventset_from_mask() 130 es->mask = mask; in eventset_from_mask() 135 es->offset[i] = offset; in eventset_from_mask() 142 es->size = offset; in eventset_from_mask() 143 es->count = count; in eventset_from_mask() 145 eventSetTable[mask] = es; in eventset_from_mask() 146 return es; in eventset_from_mask() 170 EventSet* CLG_(add_event_group)(EventSet* es, Int id) in CLG_() 173 if (!es) es = eventset_from_mask(0); in CLG_() [all …]
|
/external/yaffs2/yaffs2/ |
D | yaffs_qsort.c | 47 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument 48 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1; 65 swapfunc(a, b, es, swaptype) 79 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort() argument 85 loop: SWAPINIT(a, es); in qsort() 88 for (pm = (char *)a + es; pm < (char *) a + n * es; pm += es) in qsort() 89 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in qsort() 90 pl -= es) in qsort() 91 swap(pl, pl - es); in qsort() 94 pm = (char *)a + (n / 2) * es; in qsort() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | riprel2.errwarn | 1 -:20: warning: `es' segment register ignored in 64-bit mode 2 -:21: warning: `es' segment register ignored in 64-bit mode 3 -:22: warning: `es' segment register ignored in 64-bit mode 4 -:23: warning: `es' segment register ignored in 64-bit mode 5 -:24: warning: `es' segment register ignored in 64-bit mode 6 -:25: warning: `es' segment register ignored in 64-bit mode 7 -:26: warning: `es' segment register ignored in 64-bit mode 8 -:27: warning: `es' segment register ignored in 64-bit mode 9 -:28: warning: `es' segment register ignored in 64-bit mode 10 -:30: warning: `es' segment register ignored in 64-bit mode [all …]
|
D | riprel2.asm | 20 mov rax,[es:foo] 21 mov rax,[qword es:123456789abcdef0h] 22 mov rbx,[es:foo] 23 mov rax,[dword es:foo] 24 mov rbx,[dword es:foo] 25 mov rax,[qword es:foo] 26 mov rax,[rel es:foo] ; rel 27 mov rbx,[rel es:foo] ; rel 28 mov rax,[rel dword es:foo] ; rel 29 ;mov rax,[rel qword es:foo] ; illegal [all …]
|
D | ripseg.asm | 6 mov rbx, [es:foo] 9 mov rbx, [rel es:foo] 12 mov rbx, [abs es:foo] 15 ;mov rbx, [es:rel foo] 17 ;mov rbx, [es:abs foo] 22 mov rbx, [es:foo] 25 mov rbx, [rel es:foo] 28 mov rbx, [abs es:foo] 31 ;mov rbx, [es:rel foo] 33 ;mov rbx, [es:abs foo]
|
D | ripseg.errwarn | 1 -:6: warning: `es' segment register ignored in 64-bit mode 2 -:9: warning: `es' segment register ignored in 64-bit mode 3 -:12: warning: `es' segment register ignored in 64-bit mode 4 -:22: warning: `es' segment register ignored in 64-bit mode 5 -:25: warning: `es' segment register ignored in 64-bit mode 6 -:28: warning: `es' segment register ignored in 64-bit mode
|
/external/e2fsprogs/lib/ext2fs/ |
D | expanddir.c | 34 struct expand_dir_struct *es = (struct expand_dir_struct *) priv_data; in expand_dir_proc() local 46 es->err = retval; in expand_dir_proc() 52 es->err = retval; in expand_dir_proc() 55 es->done = 1; in expand_dir_proc() 60 es->err = retval; in expand_dir_proc() 67 es->err = retval; in expand_dir_proc() 73 es->newblocks++; in expand_dir_proc() 75 if (es->done) in expand_dir_proc() 84 struct expand_dir_struct es; in ext2fs_expand_dir() local 99 es.done = 0; in ext2fs_expand_dir() [all …]
|
D | mkjournal.c | 215 struct mkjournal_struct *es = (struct mkjournal_struct *) priv_data; in mkjournal_proc() local 220 es->goal = *blocknr; in mkjournal_proc() 223 retval = ext2fs_new_block(fs, es->goal, 0, &new_blk); in mkjournal_proc() 225 es->err = retval; in mkjournal_proc() 229 es->num_blocks--; in mkjournal_proc() 231 es->newblocks++; in mkjournal_proc() 234 retval = io_channel_write_blk(fs->io, new_blk, 1, es->buf); in mkjournal_proc() 236 if (es->zero_count) { in mkjournal_proc() 237 if ((es->blk_to_zero + es->zero_count == new_blk) && in mkjournal_proc() 238 (es->zero_count < 1024)) in mkjournal_proc() [all …]
|
/external/openssl/crypto/err/ |
D | err.c | 709 ERR_STATE *es; in ERR_put_error() local 730 es=ERR_get_state(); in ERR_put_error() 732 es->top=(es->top+1)%ERR_NUM_ERRORS; in ERR_put_error() 733 if (es->top == es->bottom) in ERR_put_error() 734 es->bottom=(es->bottom+1)%ERR_NUM_ERRORS; in ERR_put_error() 735 es->err_flags[es->top]=0; in ERR_put_error() 736 es->err_buffer[es->top]=ERR_PACK(lib,func,reason); in ERR_put_error() 737 es->err_file[es->top]=file; in ERR_put_error() 738 es->err_line[es->top]=line; in ERR_put_error() 739 err_clear_data(es,es->top); in ERR_put_error() [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/err/ |
D | err.c | 709 ERR_STATE *es; in ERR_put_error() local 730 es=ERR_get_state(); in ERR_put_error() 732 es->top=(es->top+1)%ERR_NUM_ERRORS; in ERR_put_error() 733 if (es->top == es->bottom) in ERR_put_error() 734 es->bottom=(es->bottom+1)%ERR_NUM_ERRORS; in ERR_put_error() 735 es->err_flags[es->top]=0; in ERR_put_error() 736 es->err_buffer[es->top]=ERR_PACK(lib,func,reason); in ERR_put_error() 737 es->err_file[es->top]=file; in ERR_put_error() 738 es->err_line[es->top]=line; in ERR_put_error() 739 err_clear_data(es,es->top); in ERR_put_error() [all …]
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_es-ES.txt | 5 # Spanish (es-ES) 19 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""bi.no"/>.</speak> 22 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""don.de"/>.</speak> 25 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""ga.to"/>.</speak> 28 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""ka.sa"/>.</speak> 31 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""pu_^en.te "/>.</speak> 34 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""tjem.po"/>.</speak> 39 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""fa.Til"/>.</speak> 42 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""i.xo"/>.</speak> 45 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""so.pa"/>.</speak> [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
D | options.h | 59 DRI_CONF_DESC(es,"Depurando") \ 68 DRI_CONF_DESC(es,"Desactivar aceleración 3D") \ 78 DRI_CONF_DESC(es,"Mostrar cajas de rendimiento") \ 90 DRI_CONF_DESC(es,"Calidad de imagen") \ 118 DRI_CONF_DESC_BEGIN(es,"Profundidad de color de textura") \ 148 DRI_CONF_DESC(es,"Valor máximo inicial para filtrado anisotrópico de textura") \ 158 DRI_CONF_DESC(es,"Prohibir valores negativos de Nivel De Detalle (LOD) de texturas") \ 168 …DRI_CONF_DESC(es,"Activar la compresión de texturas S3TC incluso si el soporte por software no est… 186 DRI_CONF_DESC_BEGIN(es,"Método inicial de reducción de color") \ 216 DRI_CONF_DESC_BEGIN(es,"Método de redondeo de colores") \ [all …]
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | options.h | 59 DRI_CONF_DESC(es,"Depurando") \ 68 DRI_CONF_DESC(es,"Desactivar aceleración 3D") \ 78 DRI_CONF_DESC(es,"Mostrar cajas de rendimiento") \ 90 DRI_CONF_DESC(es,"Calidad de imagen") \ 118 DRI_CONF_DESC_BEGIN(es,"Profundidad de color de textura") \ 148 DRI_CONF_DESC(es,"Valor máximo inicial para filtrado anisotrópico de textura") \ 158 DRI_CONF_DESC(es,"Prohibir valores negativos de Nivel De Detalle (LOD) de texturas") \ 168 …DRI_CONF_DESC(es,"Activar la compresión de texturas S3TC incluso si el soporte por software no est… 186 DRI_CONF_DESC_BEGIN(es,"Método inicial de reducción de color") \ 216 DRI_CONF_DESC_BEGIN(es,"Método de redondeo de colores") \ [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_table.py | 33 def __init__(self, es=False): argument 36 self.es = es 78 def __init__(self, es=False): argument 81 self.es = es 138 if self.es: 161 if self.es: 238 es = None variable 245 es = val variable 248 printer = PrintGlTable(es) 250 printer = PrintRemapTable(es) [all …]
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | gl_table.py | 33 def __init__(self, es=False): argument 36 self.es = es 78 def __init__(self, es=False): argument 81 self.es = es 138 if self.es: 161 if self.es: 238 es = None variable 245 es = val variable 248 printer = PrintGlTable(es) 250 printer = PrintRemapTable(es) [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | jmemdosa.asm | 51 push es 62 pop es 86 push es 94 pop es 118 push es 128 pop es 152 push es 166 pop es 190 push es 204 pop es [all …]
|
/external/jpeg/ |
D | jmemdosa.asm | 51 push es 62 pop es 86 push es 94 pop es 118 push es 128 pop es 152 push es 166 pop es 190 push es 204 pop es [all …]
|
/external/eigen/doc/snippets/ |
D | SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp | 5 SelfAdjointEigenSolver<MatrixXd> es(A); 6 cout << "The eigenvalues of A are:" << endl << es.eigenvalues() << endl; 7 cout << "The matrix of eigenvectors, V, is:" << endl << es.eigenvectors() << endl << endl; 9 double lambda = es.eigenvalues()[0]; 11 VectorXd v = es.eigenvectors().col(0); 15 MatrixXd D = es.eigenvalues().asDiagonal(); 16 MatrixXd V = es.eigenvectors();
|
D | EigenSolver_EigenSolver_MatrixType.cpp | 4 EigenSolver<MatrixXd> es(A); 5 cout << "The eigenvalues of A are:" << endl << es.eigenvalues() << endl; 6 cout << "The matrix of eigenvectors, V, is:" << endl << es.eigenvectors() << endl << endl; 8 complex<double> lambda = es.eigenvalues()[0]; 10 VectorXcd v = es.eigenvectors().col(0); 14 MatrixXcd D = es.eigenvalues().asDiagonal(); 15 MatrixXcd V = es.eigenvectors();
|
/external/valgrind/main/coregrind/ |
D | m_libcbase.c | 652 #define BM_SWAPINIT(a, es) \ argument 653 swaptype = ((a-(Char*)0) | es) % sizeof(Word) ? 2 \ 654 : es > (SizeT)sizeof(Word) ? 1 \ 662 ? bm_swapfunc(a, b, es, swaptype) \ 695 static void bm_qsort ( Char* a, SizeT n, SizeT es, in bm_qsort() argument 703 BM_SWAPINIT(a, es); in bm_qsort() 705 for (pm = a + es; pm < a + n*es; pm += es) in bm_qsort() 706 for (pl = pm; pl > a && cmp(pl-es, pl) > 0; pl -= es) in bm_qsort() 707 BM_SWAP(pl, pl-es); in bm_qsort() 710 pm = a + (n/2)*es; in bm_qsort() [all …]
|