HomeSort by relevance Sort by last modified time
    Searched refs:ucp (Results 26 - 50 of 69) sorted by null

12 3

  /external/ppp/pppd/
lcp.c 707 lcp_addci(f, ucp, lenp)
709 u_char *ucp;
713 u_char *start_ucp = ucp;
717 PUTCHAR(opt, ucp); \
718 PUTCHAR(CILEN_VOID, ucp); \
722 PUTCHAR(opt, ucp); \
723 PUTCHAR(CILEN_SHORT, ucp); \
724 PUTSHORT(val, ucp); \
728 PUTCHAR((opt), ucp); \
729 PUTCHAR(CILEN_CHAP, ucp); \
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-tilegx-linux.c 173 struct vki_ucontext *ucp = &frame->rs_uc; local
187 (Addr)ucp, offsetof(struct vki_ucontext, uc_mcontext) );
189 ucp->uc_flags = 0;
190 ucp->uc_link = 0;
191 ucp->uc_stack = tst->altstack;
193 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp,
199 ucp->uc_sigmask = tst->sig_mask;
262 struct vki_ucontext *ucp = &frame->rs_uc; local
270 mc = &ucp->uc_mcontext;
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 123 const unsigned char *ucp = (const unsigned char *) name; local
129 c = (int) *ucp++;
146 const unsigned char *ucp = (const unsigned char *) msg; local
159 c = (int) ucp[i];
  /external/libunwind/doc/
unw_getcontext.tex 15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
20 pointed to by \Var{ucp} with the machine-state of the call-site. The
  /external/pcre/dist/
RunTest 352 $sim ./pcretest -C ucp >/dev/null
353 ucp=$?
579 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
601 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
653 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
679 elif [ $ucp -eq 0 ] ; then
782 elif [ $ucp -eq 0 ] ; then
852 elif [ $ucp -eq 0 ] ; then
pcre_jit_test.c 1136 int utf = 0, ucp = 0; local
    [all...]
RunTest.bat 16 @rem tests 6 7 10 16 and 19 require ucp support
17 @rem 11 requires ucp and link size 2
60 %pcretest% -C ucp >NUL
61 set ucp=%ERRORLEVEL% variable
348 if %ucp% EQU 0 (
358 if %ucp% EQU 0 (
382 if %ucp% EQU 0 (
395 if %ucp% EQU 0 (
450 if %ucp% EQU 0 (
488 if %ucp% EQU 0 (
    [all...]
  /external/mesa3d/src/mesa/math/
m_eval.c 131 GLfloat *ucp = &cn[j * dim]; local
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder;
142 i++, poweru *= u, ucp += uinc) {
148 s * cp[j * dim + k] + bincoeff * poweru * ucp[k];
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 506 float a = svga->curr.clip.ucp[i][0];
507 float b = svga->curr.clip.ucp[i][1];
508 float c = svga->curr.clip.ucp[i][2];
509 float d = svga->curr.clip.ucp[i][3];
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 182 float ucp[PIPE_MAX_CLIP_PLANES][4]; member in struct:pipe_clip_state
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 564 ALLOC_STATE( ucp[0], tcl_ucp0_add4, UCP_STATE_SIZE, "UCP/userclip-0", 1 );
565 ALLOC_STATE( ucp[1], tcl_ucp1_add4, UCP_STATE_SIZE, "UCP/userclip-1", 1 );
566 ALLOC_STATE( ucp[2], tcl_ucp2_add4, UCP_STATE_SIZE, "UCP/userclip-2", 1 );
567 ALLOC_STATE( ucp[3], tcl_ucp3_add4, UCP_STATE_SIZE, "UCP/userclip-3", 1 );
568 ALLOC_STATE( ucp[4], tcl_ucp4_add4, UCP_STATE_SIZE, "UCP/userclip-4", 1 )
    [all...]
radeon_context.h 264 /* UCP
322 struct radeon_state_atom ucp[6]; member in struct:r100_hw_state
radeon_state.c     [all...]
radeon_ioctl.c 91 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i]);
  /external/dnsmasq/src/
rfc2131.c 655 unsigned char *ucp = option_ptr(opt, 0); local
657 for (j = 0; j < option_len(opt); j += ucp[j] + 1);
661 tmp = j + ucp[j] + 1;
662 ucp[j] = 0;
1148 unsigned char *ucp = option_ptr(opt, 0); local
1163 unsigned char *ucp = option_ptr(opt, 0); local
1175 unsigned char *ucp = option_ptr(opt, 0); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 304 memcpy(nv30->clip.ucp, clip->ucp, sizeof(clip->ucp));
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 780 memcpy(dst->ucp, src->ucp, sizeof(dst->ucp));
787 return memcmp(a->ucp, b->ucp, sizeof(a->ucp));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 723 ALLOC_STATE( ucp[0], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-0", 0 );
724 ALLOC_STATE( ucp[1], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-1", 1 );
725 ALLOC_STATE( ucp[2], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-2", 2 );
726 ALLOC_STATE( ucp[3], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-3", 3 );
727 ALLOC_STATE( ucp[4], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-4", 4 )
    [all...]
r200_state.c     [all...]
r200_context.h 410 /* UCP
505 struct radeon_state_atom ucp[6]; member in struct:r200_hw_state
r200_cmdbuf.c 101 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i] );
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 293 memcpy(&draw->plane[6], clip->ucp, sizeof(clip->ucp));
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 323 struct ucontext_t *ucp) {
333 ReadContextStack(ucp, &stack, &ssize);
335 int res = REAL(swapcontext)(oucp, ucp);
338 // We need to clear shadow for ucp once again, as it may be in arbitrary
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 815 memcpy(nv50->clip.ucp, clip->ucp, sizeof(clip->ucp));
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 710 memcpy(nvc0->clip.ucp, clip->ucp, sizeof(clip->ucp));

Completed in 2666 milliseconds

12 3