Searched defs:uw (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Frontend/
H A Doptimization-remark-options.c16 void foo2(int *dw, int *uw, int *A, int *B, int *C, int *D, int N) { argument
19 uw[i] = A[i] + B[i + 1] + C[i + 2] + D[i + 3];
/external/pcre/dist2/src/sljit/
H A DsljitUtils.c211 sljit_uw uw; member in union:__anon17648
249 stack->base = base.uw;
272 stack->base = base.uw;
/external/syslinux/com32/libupload/
H A Dupload_tftp.c56 t_PXENV_UDP_WRITE *uw; local
66 uw = lmalloc(sizeof *uw + len);
70 memset(uw, 0, sizeof *uw);
71 memcpy(uw+1, pkt, len);
72 uw->ip = tftp->srv_ip;
73 uw->gw = tftp->srv_gw;
74 uw->src_port = tftp->my_port;
75 uw
[all...]
/external/ImageMagick/MagickCore/
H A Dresample.c327 ssize_t u,v, v1, v2, uw, hit;
564 uw = (ssize_t)(2.0*resample_filter->Uwidth)+1;
568 (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw);
596 pixels=GetCacheViewVirtualPixels(resample_filter->view,u,v,(size_t) uw,
602 for( u=0; u<uw; u++ ) {
649 (void) FormatLocaleFile(stderr, "Hit=%ld; Total=%ld;\n", (long)hit, (long)uw*(v2-v1) );
323 ssize_t u,v, v1, v2, uw, hit; local
/external/libvncserver/common/
H A Dzywrletemplate.c621 if( data-pData >= (w+uw) ){ \
622 data += scanline-(w+uw); \
652 pEnd = pBuf + (w+uw)*(h+uh); \
661 if (uw) { \
665 pLine = (int*)(pData + uw); \
671 pData += scanline-uw; \
687 if (uw && uh) { \
691 pLine = (int*)(pData + uw); \
697 pData += scanline-uw; \
755 int uw local
791 int uw = w; local
[all...]
/external/mesa3d/src/glx/
H A Ddrisw_glx.c104 unsigned uw, uh, bw, depth; local
108 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
109 *w = uw;
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_compiler_reg.h785 tsrc_imm_uw(uint16_t uw) argument
787 const union fi fi = { .ui = uw };
H A Dtoy_compiler_disasm.c113 uint16_t uw; member in union:disasm_inst::__anon16242
1501 disasm_printer_add(printer, "0x%04xUW", inst->u.uw);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h293 uint32_t uw; member in struct:r300_vertex_program_code::__anon16338::__anon16339
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1900 unsigned long uw; member in union:__anon29031
1902 u.uw = (unsigned long)arg[2];
1918 unsigned long uw; member in union:__anon29032
1920 u.uw = (unsigned long)arg[2];
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp2299 Short4 SamplerCore::address(Float4 &uw, AddressingMode addressingMode, Pointer<Byte> &mipmap) argument
2307 return Min(Max(Short4(RoundInt(uw)), Short4(0)), *Pointer<Short4>(mipmap + OFFSET(Mipmap, depth)) - Short4(1));
2311 Float4 clamp = Min(Max(uw, Float4(0.0f)), Float4(65535.0f / 65536.0f));
2317 Int4 convert = Int4(uw * Float4(1 << 16));
2327 Int4 convert = Int4(Abs(uw * Float4(1 << 16)));
2337 return Short4(Int4(uw * Float4(1 << 16)));
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c2659 UWord uw; local
2747 uw = step_leb128U( &expr );
2748 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2753 VG_(printf)("DW_OP_plus_uconst: %lu", uw);
2782 uw = step_le_u_encoded_literal( &expr, 1 );
2783 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2785 VG_(printf)("DW_OP_const1: %lu", uw);
2790 uw = step_le_u_encoded_literal( &expr, 2 );
2791 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2793 VG_(printf)("DW_OP_const2: %lu", uw);
[all...]
H A Dreaddwarf3.c1229 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
1231 || uw >= cc->escn_debug_str.szB)
1237 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str), uw );
1240 TRACE_D3("(indirect string, offset: 0x%lx): %s", uw, tmp);
1424 SizeT uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
1428 else if (uw >= cc->escn_debug_str_alt.szB)
1434 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str_alt), uw);
1437 TRACE_D3("(indirect alt string, offset: 0x%lx): %s", uw, tmp);

Completed in 689 milliseconds