Searched defs:ui (Results 1 - 25 of 1419) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.c412 unsigned int ui;
1709 unsigned int ui;
2260 unsigned int ui; member in union:__anon33163
2894 INTunion1.ui = USaux2.e[i]*USaux3.e[i];
2895 INTunion1.ui = INTunion1.ui + USaux4.e[i];
3438 unsigned int ui; member in union:__anon33164
3582 INTunion1.ui = UIaux1.e[i];
3585 INTunion1.ui = UIaux2.e[i];
4313 INTunion1.ui
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2161 unsigned int ui;
7305 sprintf(p, "%u", cv->ui);
9137 tokc.ui = n;
10491 vtop->c.ui = ll; /* first word */
10619 vtop[-1].c.ui = vtop->c.ull;
10620 vtop->c.ui = vtop->c.ull >> 32;
10623 vtop->c.ui += 4;
11488 case VT_FLOAT: vtop->c.f = (float)vtop->c.ui; break;
11489 case VT_DOUBLE: vtop->c.d = (double)vtop->c.ui; break;
11490 case VT_LDOUBLE: vtop->c.ld = (long double)vtop->c.ui; brea
2159 unsigned int ui; member in union:CValue
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3613 UInt ui = Nxy[u1] + Nxy[u2]; local
3614 if (ui >= 255)
3615 ui = ui - 255;
3616 return Exy[ui];
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c414 * - ui contains additional info like the compilation dir
421 UnitInfo* ui,
470 if (ML_(cur_is_valid)(ui->compdir))
472 (Word)ML_(addStrFromCursor)(di, ui->compdir) );
616 path 'ui->compdir' ++ "/" ++ 'data'. */
620 && ML_(cur_is_valid)(ui->compdir)
622 && ML_(cur_strlen)(ui->compdir)
627 HChar* compdir_str = ML_(cur_read_strdup)(ui->compdir, "di.rd2l.1b");
928 * Output: Fill members of ui pertaining to the compilation unit:
929 * - ui
420 read_dwarf2_lineblock( struct _DebugInfo* di, UnitInfo* ui, DiCursor theBlock, Int noLargerThan ) argument
938 read_unitinfo_dwarf2( UnitInfo* ui, DiCursor unitblock_img, DiCursor debugabbrev_img, DiCursor debugstr_img, DiCursor debugstr_alt_img ) argument
1168 UnitInfo ui; local
[all...]
H A Dreadpdb.c1509 unsigned int const *ui; member in union:any_size
1556 filetab = pnt.ui;
1578 pnt2.ui++;
1579 lt_ptr = pnt2.ui;
1622 + pnt2.ui[j];
1625 ? pnt2.ui[j+1]
1630 ((const unsigned short *)(pnt2.ui + linecount))[j],
1634 ((const unsigned short *)(pnt2.ui + linecount))[j], j );
/external/valgrind/main/include/vki/
H A Dvki-s390x-linux.h644 __vki_u64 ui; member in union:__anon32973
/external/tcpdump/
H A Dprint-ldp.c255 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; local
477 ui = EXTRACT_32BITS(tptr);
480 ui&0x3fffffff,
481 ui&0x80000000 ? "Fatal error" : "Advisory Notification",
482 ui&0x40000000 ? "do" : "don't");
483 ui = EXTRACT_32BITS(tptr);
485 if (ui)
486 printf(", causing Message ID: 0x%08x", ui);
499 ui = EXTRACT_32BITS(tptr);
500 if (ui)
[all...]
/external/svox/pico/lib/
H A Dpicoctrl.c754 picoos_uint16 ui; local
762 stepResult = this->control->step(this->control,/* mode */0,&ui);
766 bufferSize, &ui);
768 if (ui > 255) { /* because picoapi uses signed int16 */
771 *bytesReceived = ui;
/external/speex/libspeex/
H A Dspeex_header.c51 spx_uint32_t ui, ret; local
52 ui = i;
53 ret = ui>>24;
54 ret |= (ui>>8)&0x0000ff00;
55 ret |= (ui<<8)&0x00ff0000;
56 ret |= (ui<<24);
/external/skia/tools/
H A Dskdiff_html.cpp258 unsigned int ui; local
259 for (ui = 0; ui < outputDir.size(); ui++) {
260 if (outputDir[ui] == PATH_DIV_CHAR) {
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc90 void FontOutputStream::WriteUInt24(int32_t ui) { argument
91 Write((byte_t)(ui >> 16) & 0xff);
92 Write((byte_t)(ui >> 8) & 0xff);
93 Write((byte_t)ui & 0xff);
H A Dwritable_font_data.cc121 int32_t WritableFontData::WriteUInt24(int32_t index, int32_t ui) { argument
122 WriteByte(index, (byte_t)((ui >> 16) & 0xff));
123 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff));
124 WriteByte(index + 2, (byte_t)(ui & 0xff));
/external/qemu/slirp/
H A Dudp.c259 register struct udpiphdr *ui; local
278 ui = mtod(m, struct udpiphdr *);
279 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
280 ui->ui_x1 = 0;
281 ui->ui_pr = IPPROTO_UDP;
282 ui->ui_len = htons(m->m_len - sizeof(struct ip)); /* + sizeof (struct udphdr)); */
284 ui->ui_src = saddr->sin_addr;
285 ui->ui_dst = daddr->sin_addr;
286 ui->ui_sport = saddr->sin_port;
287 ui
[all...]
/external/qemu/slirp-android/
H A Dudp.c310 register struct udpiphdr *ui; local
333 ui = mtod(m, struct udpiphdr *);
334 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
335 ui->ui_x1 = 0;
336 ui->ui_pr = IPPROTO_UDP;
337 ui->ui_len = htons(m->m_len - sizeof(struct ip)); /* + sizeof (struct udphdr)); */
339 ui->ui_src = ip_seth(saddr_ip);
340 ui->ui_dst = ip_seth(daddr_ip);
341 ui->ui_sport = port_seth(saddr_port);
342 ui
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp365 uint *ui = (uint *)buffer; local
368 uint t = ui[x];
550 uint *ui = (uint *)in; local
552 ui[i] -= 0x80000000;
559 uint *ui = (uint *)in; local
561 ((uchar *)out)[i] = uchar((ui[n] * m_chroma.blue[0] + ui[n + 1] * m_chroma.green[0] + ui[n + 2] * m_chroma.red[0]) * (256.0 / 4294967296.0));
/external/openssl/apps/
H A Dapps.c133 #include <openssl/ui.h>
479 static int ui_open(UI *ui) argument
481 return UI_method_get_opener(UI_OpenSSL())(ui);
483 static int ui_read(UI *ui, UI_STRING *uis) argument
486 && UI_get0_user_data(ui))
494 ((PW_CB_DATA *)UI_get0_user_data(ui))->password;
497 UI_set_result(ui, uis, password);
505 return UI_method_get_reader(UI_OpenSSL())(ui, uis);
507 static int ui_write(UI *ui, UI_STRING *uis) argument
510 && UI_get0_user_data(ui))
528 ui_close(UI *ui) argument
552 UI *ui = NULL; local
[all...]
/external/openssl/crypto/bn/
H A Dbn_nist.c363 unsigned int ui[BN_NIST_192_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; member in union:__anon28181
404 const unsigned int *bp=(const unsigned int *)buf.ui;
484 unsigned int ui[BN_NIST_224_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; member in union:__anon28182
536 const unsigned int *bp=(const unsigned int *)buf.ui;
642 unsigned int ui[BN_NIST_256_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; member in union:__anon28184
684 const unsigned int *bp=(const unsigned int *)buf.ui;
846 unsigned int ui[BN_NIST_384_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; member in union:__anon28186
889 const unsigned int *bp=(const unsigned int *)buf.ui;
/external/openssl/crypto/evp/
H A Devp_key.c64 #include <openssl/ui.h>
100 UI *ui; local
104 ui = UI_new();
105 UI_add_input_string(ui,prompt,0,buf,min,(len>=BUFSIZ)?BUFSIZ-1:len);
107 UI_add_verify_string(ui,prompt,0,
109 ret = UI_process(ui);
110 UI_free(ui);
/external/openssl/crypto/ui/
H A Dui_lib.c1 /* crypto/ui/ui_lib.c -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/ui.h>
117 void UI_free(UI *ui) argument
119 if (ui == NULL)
121 sk_UI_STRING_pop_free(ui->strings,free_string);
122 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_UI, ui, &ui->ex_data);
123 OPENSSL_free(ui);
126 static int allocate_string_stack(UI *ui) argument
128 if (ui
139 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
190 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
243 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
251 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
270 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
277 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
296 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) argument
304 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) argument
364 UI_add_info_string(UI *ui, const char *text) argument
370 UI_dup_info_string(UI *ui, const char *text) argument
388 UI_add_error_string(UI *ui, const char *text) argument
394 UI_dup_error_string(UI *ui, const char *text) argument
411 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
446 UI_add_user_data(UI *ui, void *user_data) argument
453 UI_get0_user_data(UI *ui) argument
458 UI_get0_result(UI *ui, int i) argument
473 print_error(const char *str, size_t len, UI *ui) argument
487 UI_process(UI *ui) argument
549 UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)(void)) argument
607 UI_get_method(UI *ui) argument
612 UI_set_method(UI *ui, const UI_METHOD *meth) argument
641 UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)) argument
652 UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) argument
663 UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui)) argument
674 UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)) argument
685 UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui)) argument
696 UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name)) argument
845 UI_set_result(UI *ui, UI_STRING *uis, const char *result) argument
[all...]
H A Dui_openssl.c1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
316 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
318 static int read_string(UI *ui, UI_STRING *uis);
319 static int write_string(UI *ui, UI_STRING *uis);
321 static int open_console(UI *ui);
322 static int echo_console(UI *ui);
323 static int noecho_console(UI *ui);
324 static int close_console(UI *ui);
345 static int write_string(UI *ui, UI_STRING *uis) argument
360 static int read_string(UI *ui, UI_STRIN argument
416 read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) argument
482 open_console(UI *ui) argument
531 noecho_console(UI *ui) argument
553 echo_console(UI *ui) argument
575 close_console(UI *ui) argument
[all...]
H A Dui_util.c1 /* crypto/ui/ui_util.c -*- mode:C; c-file-style: "eay" -*- */
72 UI *ui; local
77 ui = UI_new();
78 if (ui)
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
85 ok=UI_process(ui);
86 UI_free(ui);
/external/openssl/ssl/
H A Dd1_enc.c222 unsigned long ui; local
233 for (ui=0; ui<l; ui++) printf(" %02x", rec->input[ui]);
H A Dkssl.c1032 int i, ui, uj; local
1036 for (ui=0; ui < (int)princ->realm.length; ui++) putchar(princ->realm.data[ui]);
2029 unsigned int ui; local
2032 for (ui=0; ui < authentp->length; ui++) printf("%02x ",p[ui]);
[all...]
H A Dt1_enc.c814 unsigned long ui; local
825 for (ui=0; ui<l; ui++) printf(" %02x", rec->input[ui]);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h75 GLuint ui[24]; member in union:__anon28001

Completed in 887 milliseconds

1234567891011>>