Searched refs:cx (Results 1 - 25 of 70) sorted by path

123

/freebsd-current/contrib/bearssl/T0/
H A DCodeElementUIntExpr.cs30 TPointerExpr cx; field in class:CodeElementUIntExpr
34 TPointerExpr cx, int off) : base()
37 this.cx = cx;
45 + (cx.GetMaxBitLength(off) + 6) / 7;
53 return len + (cx.GetMaxBitLength(off) + 6) / 7;
61 int len2 = (cx.GetMaxBitLength(off) + 6) / 7;
63 len2, cx.ToCExpr(off)));
33 CodeElementUIntExpr(uint val, TPointerExpr cx, int off) argument
H A DOpcodeConst.cs76 TPointerExpr cx = val.ptr as TPointerExpr;
77 if (cx != null) {
78 return new CodeElementUIntExpr(1, cx, val.x);
/freebsd-current/contrib/bionic-x86_64-string/
H A Davx2-memset-kbl.S82 movw %cx, (%rdi)
83 movw %cx, -2(%rdi, %rdx)
H A Dsse2-memmove-slm.S461 movw %cx, (%rdi)
H A Dsse2-memset-slm.S83 movw %cx, (%rdi)
84 movw %cx, -2(%rdi, %rdx)
H A Dsse2-strcpy-slm.S594 mov (%rsi), %cx
595 mov %cx, (%rdi)
825 mov 16(%rsi), %cx
827 mov %cx, 16(%rdi)
956 mov 24(%rsi), %cx
959 mov %cx, 24(%rdi)
1111 mov (%rsi), %cx
1113 mov %cx, (%rdi)
1331 mov 16(%rsi), %cx
1333 mov %cx, 1
[all...]
H A Dsse4-memcmp-slm.S1596 cmp %cx, %ax
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1359 const ::foo::PathLike cx; local
1360 EXPECT_EQ("Streamable-PathLike", Print(cx));
/freebsd-current/contrib/less/
H A Dline.c1546 int cx; local
1547 for (cx = 0; cx < sizeof(color_map)/sizeof(*color_map); cx++)
1548 if (color_map[cx].attr == attr)
1549 return cx;
1573 int cx = color_index(attr); local
1574 if (cx < 0)
1576 if (strlen(colorstr)+1 > sizeof(color_map[cx].color))
1580 strcpy(color_map[cx]
1589 int cx = color_index(attr); local
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_string.c2902 cx = CCC(ucx[_i]); \
2903 if (cl >= cx && cl != 228 && cx != 228)\
2907 cl = cx; \
2908 ccx[_i] = cx; \
3010 int cl, cx, i, nx, ucx_size; local
3088 cx = 0;
3125 nx > 0 && cx == cl) {
3148 if (nx > 0 && cx == cl && len > 0) {
3151 cx
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx0.asm148 cmp cx, RX_BUF_SIZE+14 ; size OK ?
153 mov [di].firstCount, cx ; remember the first count.
184 mov [si].secondCount, cx
H A Dpkt_rx1.s100 cmp cx, ETH_MAX ; size OK ?
114 mov [di], cx ; remember firstCount.
141 mov [si-6+2], cx ; store _pktRxBuf[n].secondCount
H A Dpktdrvr.c164 #define r_cx x.cx
327 r.w.cx = 0;
1290 return ((r.w.cx << 4) + r.w.dx);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h224 DEFINE_GPR_PSEUDO_16(cx, ecx), DEFINE_GPR_PSEUDO_16(dx, edx),
H A DRegisterInfos_x86_64.h249 DEFINE_GPR_PSEUDO_16(cx, rcx), DEFINE_GPR_PSEUDO_16(dx, rdx),
404 UPDATE_GPR_INFO(cx, rcx);
H A DRegisterInfos_x86_64_with_base.h232 DEFINE_GPR_PSEUDO_16(cx, rcx), DEFINE_GPR_PSEUDO_16(dx, rdx),
389 UPDATE_GPR_INFO(cx, rcx);
/freebsd-current/contrib/ncurses/menu/
H A Dm_post.c134 int cy = -1, cx = -1; local
141 getyx(menu->win, cy, cx);
159 assert(cx >= 0 && cy >= 0);
175 (void)mvwaddch(menu->win, cy + j, cx - 1, menu->pad);
232 int i, j, cy, cx; local
235 getyx(menu->win, cy, cx);
238 wmove(menu->win, cy + j, cx);
244 wmove(menu->win, cy, cx + menu->spc_cols);
/freebsd-current/contrib/sendmail/libsm/
H A Dt-rpool.c21 void *cx));
24 rfree(cx)
25 void *cx;
28 (char *) cx);
/freebsd-current/contrib/sqlite3/
H A Dshell.c3326 SHA3Context cx; local
3341 SHA3Init(&cx, iSize);
3343 SHA3Update(&cx, sqlite3_value_blob(argv[0]), nByte);
3345 SHA3Update(&cx, sqlite3_value_text(argv[0]), nByte);
3347 sqlite3_result_blob(context, SHA3Final(&cx), iSize/8, SQLITE_TRANSIENT);
3413 SHA3Context cx; local
3427 SHA3Init(&cx, iSize);
3449 sha3_step_vformat(&cx,"S%d:",n);
3450 SHA3Update(&cx,(unsigned char*)z,n);
3455 SHA3Update(&cx,(cons
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-linux.c181 char *oldctx, *newctx, *cx, *cx2; local
191 if ((cx = strchr(oldctx, ':')) == NULL ||
192 (cx = strchr(cx + 1, ':')) == NULL ||
193 (cx - oldctx) >= INT_MAX) {
202 if (strncmp(cx, SSH_SELINUX_UNCONFINED_TYPE,
206 cx2 = strchr(cx + 1, ':');
207 xasprintf(&newctx, "%.*s%s%s", (int)(cx - oldctx + 1), oldctx,
/freebsd-current/lib/libc/amd64/string/
H A Dmemccpy.S238 mov %cx, (%rdi)
H A Dstrlcpy.S260 mov %cx, (%rdi)
H A Dtimingsafe_bcmp.S69 xor -2(%rsi, %rdx, 1), %cx
157 xor -2(%rsi, %rdx, 1), %cx
/freebsd-current/lib/msun/amd64/
H A Ds_remquol.S52 movsx %cx,%ecx
/freebsd-current/lib/msun/i387/
H A Ds_remquol.S52 movsx %cx,%ecx

Completed in 381 milliseconds

123