Searched defs:ucp (Results 1 - 25 of 41) sorted by path

12

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc343 struct ucontext_t *ucp) {
353 ReadContextStack(ucp, &stack, &ssize);
355 int res = REAL(swapcontext)(oucp, ucp);
358 // We need to clear shadow for ucp once again, as it may be in arbitrary
342 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, struct ucontext_t *ucp) argument
H A Dasan_linux.cc160 ucontext_t *ucp = (ucontext_t*)context; local
161 *stack = (uptr)ucp->uc_stack.ss_sp;
162 *ssize = ucp->uc_stack.ss_size;
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp8177 const unsigned char* ucp = reinterpret_cast<const unsigned char*>(bytes.get()); local
8178 SSL_SESSION* ssl_session = d2i_SSL_SESSION(nullptr, &ucp, static_cast<long>(bytes.size()));
8181 ucp != (reinterpret_cast<const unsigned char*>(bytes.get()) + bytes.size())) {
/external/dnsmasq/src/
H A Drfc2131.c655 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
1150 if (len != 0 && ucp[0] == 0)
1151 ucp++, len--;
1155 memcpy(lease->userclass, ucp, len);
1163 unsigned char *ucp = option_ptr(opt, 0); local
1167 memcpy(lease->vendorclass, ucp, le
1175 unsigned char *ucp = option_ptr(opt, 0); local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c124 const unsigned char *ucp = (const unsigned char *) name; local
130 c = (int) *ucp++;
147 const unsigned char *ucp = (const unsigned char *) msg; local
160 c = (int) ucp[i];
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/libunwind/src/ia64/
H A DGinit.c416 ucontext_t *ucp; local
423 ucp = (ucontext_t *) uc_addr;
429 ucp = alloca (sizeof (ucontext_t));
430 if (!ucp)
441 dst = (unw_word_t *) ucp;
450 ucp);
457 ret = __uc_set_rsebs (ucp, (uint64_t *) addr, 1, valp);
459 ret = __uc_get_rsebs (ucp, (uint64_t *) addr, 1, valp);
469 unw_word_t dst, *src = (unw_word_t *) ucp;
487 ucontext_t *ucp; local
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c51 ucontext_t *ucp = uc; local
52 ucontext_t *tm_ucp = ucp->uc_link;
55 fail = (ucp->uc_mcontext.fp_regs[i + 14] != fps[i]);
58 printf("Failed on %d FP %g or %g\n", i, ucp->uc_mcontext.fp_regs[i + 14], tm_ucp->uc_mcontext.fp_regs[i + 14]);
H A Dtm-signal-context-chk-gpr.c48 ucontext_t *ucp = uc; local
49 ucontext_t *tm_ucp = ucp->uc_link;
52 fail = (ucp->uc_mcontext.gp_regs[i + 14] != gps[i]);
56 ucp->uc_mcontext.gp_regs[i + 14], tm_ucp->uc_mcontext.gp_regs[i + 14]);
H A Dtm-signal-context-chk-vmx.c57 ucontext_t *ucp = uc; local
58 ucontext_t *tm_ucp = ucp->uc_link;
61 fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[i + 20],
71 fprintf(stderr, "%04x", ucp->uc_mcontext.v_regs->vrregs[i + 20][j]);
H A Dtm-signal-context-chk-vsx.c59 ucontext_t *ucp = uc; local
60 ucontext_t *tm_ucp = ucp->uc_link;
71 long *vsx_ptr = (long *)(ucp->uc_mcontext.v_regs + 1);
74 memcpy(vsc, &ucp->uc_mcontext.fp_regs[i + 20], 8);
H A Dtm-signal-msr-resv.c35 ucontext_t *ucp = uc; local
38 ucp->uc_link = ucp;
41 ucp->uc_mcontext.gp_regs[PT_MSR] |= (7ULL << 32);
43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c1053 unsigned char *ucp; local
1059 ucp = &resp[0] + 4;
1061 pl = ucp[3] + 4;
1062 count_basis = (ucp[1] >> 5) & 0x7;
1081 cause = (ucp[1] >> 1) & 0xf;
1095 if (ucp[1] & 1)
1101 xp = ucp + 4;
1114 ucp += pl;
1121 unsigned char *ucp; local
1144 ucp
1195 unsigned char *ucp; local
1257 unsigned char *ucp; local
1308 unsigned char *ucp; local
1355 unsigned char *ucp; local
3677 unsigned char *ucp; local
[all...]
/external/ltp/testcases/kernel/syscalls/sigaction/
H A Dsigaction01.c89 void handler(int sig, siginfo_t * sip, void *ucp) argument
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_clip.c176 nir_ssa_def *ucp = local
179 /* calculate clipdist[plane] - dot(ucp, cv): */
180 clipdist[plane] = nir_fdot4(&b, ucp, cv);
196 /* ucp_enables is bitmask of enabled ucp's. Actual ucp values are
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h246 struct pipe_clip_state ucp; member in struct:fd_context
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_shader.c698 struct pipe_clip_state *ucp = &ctx->ucp; local
702 vertex_params[pos] = fui(ucp->ucp[i][j]);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h195 float ucp[PIPE_MAX_CLIP_PLANES][4]; member in struct:pipe_clip_state
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_ff.c61 uint32_t ucp : 1; member in struct:nine_ff_vs_key::__anon15624::__anon15625
343 boolean need_aVtx = key->lighting || key->fog_mode || key->pointscale || key->ucp;
1043 /* ucp for ff applies on world coordinates.
1045 if (key->ucp) {
1641 key.ucp = !!context->rs[D3DRS_CLIPPLANEENABLE];
H A Dnine_state.h177 uint8_t ucp; member in struct:nine_state::__anon15639
231 BOOL ucp; member in struct:nine_context::__anon15640
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h500 struct radeon_state_atom ucp[6]; member in struct:r200_hw_state
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h321 struct radeon_state_atom ucp[6]; member in struct:r100_hw_state
/external/mesa3d/src/mesa/math/
H A Dm_eval.c131 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/openssh/
H A Dchannels.c979 u_char *ucp; local
994 ucp = buffer_ptr(b);
995 if (ucp[0] == 0x42) { /* Byte order MSB first. */
996 proto_len = 256 * ucp[6] + ucp[7];
997 data_len = 256 * ucp[8] + ucp[9];
998 } else if (ucp[0] == 0x6c) { /* Byte order LSB first. */
999 proto_len = ucp[6] + 256 * ucp[
[all...]
/external/ppp/pppd/
H A Dipcp.c768 ipcp_addci(f, ucp, lenp)
770 u_char *ucp;
780 PUTCHAR(opt, ucp); \
781 PUTCHAR(CILEN_ADDRS, ucp); \
783 PUTLONG(l, ucp); \
785 PUTLONG(l, ucp); \
795 PUTCHAR(opt, ucp); \
796 PUTCHAR(vjlen, ucp); \
797 PUTSHORT(val, ucp); \
799 PUTCHAR(maxslotindex, ucp); \
1435 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]

Completed in 641 milliseconds

12